Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu20.04-docker-2c-8g-13964 (ubuntu20.04-docker-2c-8g) in workspace /w/workspace/ci-management-openstack-cron [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-mg9A537sy3J7/agent.1496 SSH_AGENT_PID=1498 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/ci-management-openstack-cron@tmp/private_key_17668341527125829128.key (/w/workspace/ci-management-openstack-cron@tmp/private_key_17668341527125829128.key) [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) The recommended git tool is: NONE using credential edgex-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-management > git init /w/workspace/ci-management-openstack-cron # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-management > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-management # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 25e482c59c71c097cc58524dd7b2701748d645ac (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 25e482c59c71c097cc58524dd7b2701748d645ac # timeout=10 Commit message: "Merge pull request #704 from eb-oss/upgrade-common-packer" > git rev-list --no-walk 25e482c59c71c097cc58524dd7b2701748d645ac # timeout=10 > 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.packer/common-packer.url # timeout=10 > git config -f .gitmodules --get submodule.packer/common-packer.path # 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 packer/common-packer # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [BuilderChain] provisioning config files... copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml copy managed file [npmrc] to file:/home/jenkins/.npmrc copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins11256115838980665224.sh ---> python-tools-install.sh Setup pyenv: * system (set by /opt/pyenv/version) * 3.8.20 (set by /opt/pyenv/version) * 3.9.20 (set by /opt/pyenv/version) 3.10.15 3.11.10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-il4G lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/ff/97/9dc902414912192d68364cc01cf17e826d259ef9753504b7ae1a256f2e35/setuptools-65.7.0-py3-none-any.whl.metadata WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/ff/97/9dc902414912192d68364cc01cf17e826d259ef9753504b7ae1a256f2e35/setuptools-65.7.0-py3-none-any.whl.metadata WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/ff/97/9dc902414912192d68364cc01cf17e826d259ef9753504b7ae1a256f2e35/setuptools-65.7.0-py3-none-any.whl.metadata ERROR: Exception: Traceback (most recent call last): File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher yield File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 561, in read data = self._fp_read(amt) if not fp_closed else b"" ^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 98, in read data: bytes = self.__fp.read(amt) ^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/http/client.py", line 473, in read s = self.fp.read(amt) ^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/socket.py", line 718, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/ssl.py", line 1314, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/ssl.py", line 1166, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 179, in resolve self.factory.preparer.prepare_linked_requirements_more(reqs) File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 552, in prepare_linked_requirements_more self._complete_partial_requirements( File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 467, in _complete_partial_requirements for link, (filepath, _) in batch_download: File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/network/download.py", line 183, in __call__ for chunk in chunks: File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks for chunk in response.raw.stream( File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream data = self.read(amt=amt, decode_content=decode_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read with self._error_catcher(): File "/opt/pyenv/versions/3.11.10/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. lf-activate-venv(): WARNING: Initial install failed, trying fallback options... lf-activate-venv(): INFO: Trying with verbose output for debugging... Using pip 24.0 from /tmp/venv-il4G/lib/python3.11/site-packages/pip (python 3.11) Requirement already satisfied: pip in /tmp/venv-il4G/lib/python3.11/site-packages (24.0) Requirement already satisfied: setuptools<66 in /tmp/venv-il4G/lib/python3.11/site-packages (65.5.0) Collecting virtualenv Obtaining dependency information for virtualenv from https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl.metadata Using cached virtualenv-21.5.1-py3-none-any.whl.metadata (3.4 kB) Collecting distlib<1,>=0.3.7 (from virtualenv) Obtaining dependency information for distlib<1,>=0.3.7 from https://files.pythonhosted.org/packages/02/08/9c41fb51ab5b43eb21674aff13df270e8ba6c4b29c8624e328dc7a9482af/distlib-0.4.3-py2.py3-none-any.whl.metadata Using cached distlib-0.4.3-py2.py3-none-any.whl.metadata (5.3 kB) Collecting filelock<4,>=3.24.2 (from virtualenv) Obtaining dependency information for filelock<4,>=3.24.2 from https://files.pythonhosted.org/packages/13/37/a065dc3bd6e49423a6532c642ca7378d3f467b1ef44c2800c937af7f9739/filelock-3.29.4-py3-none-any.whl.metadata Using cached filelock-3.29.4-py3-none-any.whl.metadata (2.0 kB) Collecting platformdirs<5,>=3.9.1 (from virtualenv) Obtaining dependency information for platformdirs<5,>=3.9.1 from https://files.pythonhosted.org/packages/81/e6/cd9575ac904136b3cbf7aa7ee819ef86eedb7274e46f230e94ea4342e729/platformdirs-4.10.0-py3-none-any.whl.metadata Using cached platformdirs-4.10.0-py3-none-any.whl.metadata (5.5 kB) Collecting python-discovery>=1.4.2 (from virtualenv) Obtaining dependency information for python-discovery>=1.4.2 from https://files.pythonhosted.org/packages/1a/82/a70006589557f267f15bd384c0642ad49f0d97b690c3a05b166b9dcbad3b/python_discovery-1.4.2-py3-none-any.whl.metadata Using cached python_discovery-1.4.2-py3-none-any.whl.metadata (5.6 kB) Downloading virtualenv-21.5.1-py3-none-any.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 184.4 kB/s eta 0:00:00 Downloading distlib-0.4.3-py2.py3-none-any.whl (470 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 470.6/470.6 kB 2.0 MB/s eta 0:00:00 Downloading filelock-3.29.4-py3-none-any.whl (42 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 kB 1.6 MB/s eta 0:00:00 Downloading platformdirs-4.10.0-py3-none-any.whl (22 kB) Downloading python_discovery-1.4.2-py3-none-any.whl (33 kB) Installing collected packages: distlib, platformdirs, filelock, python-discovery, virtualenv changing mode of /tmp/venv-il4G/bin/virtualenv to 775 Successfully installed distlib-0.4.3 filelock-3.29.4 platformdirs-4.10.0 python-discovery-1.4.2 virtualenv-21.5.1 [notice] A new release of pip is available: 24.0 -> 26.1.2 [notice] To update, run: /tmp/venv-il4G/bin/python3 -m pip install --upgrade pip lf-activate-venv(): INFO: Fallback install succeeded lf-activate-venv(): INFO: Installing additional packages: lftools error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 2 ╰─> [77 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/setuptools/ Collecting setuptools Using cached setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) Collecting wheel Downloading wheel-0.47.0-py3-none-any.whl.metadata (2.3 kB) Collecting packaging>=24.0 (from wheel) Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) Using cached setuptools-82.0.1-py3-none-any.whl (1.0 MB) Downloading wheel-0.47.0-py3-none-any.whl (32 kB) Downloading packaging-26.2-py3-none-any.whl (100 kB) 0.0/100.2 kB ? eta -:--:-- ERROR: Exception: Traceback (most recent call last): File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher yield File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 561, in read data = self._fp_read(amt) if not fp_closed else b"" ^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 98, in read data: bytes = self.__fp.read(amt) ^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/http/client.py", line 473, in read s = self.fp.read(amt) ^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/socket.py", line 718, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/ssl.py", line 1314, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pyenv/versions/3.11.10/lib/python3.11/ssl.py", line 1166, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 179, in resolve self.factory.preparer.prepare_linked_requirements_more(reqs) File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 552, in prepare_linked_requirements_more self._complete_partial_requirements( File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/operations/prepare.py", line 467, in _complete_partial_requirements for link, (filepath, _) in batch_download: File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/network/download.py", line 183, in __call__ for chunk in chunks: File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py", line 53, in _rich_progress_bar for chunk in iterable: File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks for chunk in response.raw.stream( File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream data = self.read(amt=amt, decode_content=decode_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 560, in read with self._error_catcher(): File "/opt/pyenv/versions/3.11.10/lib/python3.11/contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "/tmp/venv-il4G/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. [notice] A new release of pip is available: 24.0 -> 26.1.2 [notice] To update, run: /tmp/venv-il4G/bin/python3 -m pip install --upgrade pip [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 2 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 24.0 -> 26.1.2 [notice] To update, run: /tmp/venv-il4G/bin/python3 -m pip install --upgrade pip lf-activate-venv(): ERROR: Failed to install packages: lftools Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1498 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins17718576538111376512.sh ---> sysstat.sh [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins1747130017463332844.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/ci-management-openstack-cron + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/ci-management-openstack-cron ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + grep '^ii' + dpkg -l + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/ci-management-openstack-cron ']' + mkdir -p /w/workspace/ci-management-openstack-cron/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-openstack-cron/archives/ [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins6088685747789556142.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.20 3.9.20 3.10.15 * 3.11.10 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-il4G from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/lftools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPSConnection(host='pypi.org', port=443): Failed to establish a new connection: [Errno 101] Network is unreachable")': /simple/lftools/ lf-activate-venv(): INFO: Adding /tmp/venv-il4G/bin to PATH INFO: Running in OpenStack, capturing instance metadata [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8133412898493521476.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-openstack-cron@tmp/config6046661789806821482tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins10130662908651031128.sh ---> create-netrc.sh [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8765402965143967104.sh ---> python-tools-install.sh Setup pyenv: system 3.8.20 3.9.20 3.10.15 * 3.11.10 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-il4G from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/pyjwt/ lf-activate-venv(): INFO: Adding /tmp/venv-il4G/bin to PATH Generating Requirements File WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/pip/ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/33/cf/8435d5a7159e2a9c83a95896ed596f68cf798005fe107cc655b5c5c14704/urllib3-1.26.20-py2.py3-none-any.whl.metadata WARNING: Connection timed out while downloading. WARNING: Attempting to resume incomplete download (0 bytes/1.8 kB, attempt 1) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/46/2c/5c160dbdef7123f8cc97fd8ece7e0198627a426a2a49614845e9086feb8d/kubernetes-36.0.2-py2.py3-none-any.whl.metadata WARNING: Connection timed out while downloading. WARNING: Attempting to resume incomplete download (0 bytes/10 kB, attempt 1) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/7f/2d/88f166bcaadc09d9fdbf1c336ad118e01b7fe1155e15675e125be2ff1899/importlib_resources-1.5.0-py2.py3-none-any.whl.metadata WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl.metadata WARNING: Connection timed out while downloading. WARNING: Attempting to resume incomplete download (0 bytes/3.9 kB, attempt 1) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectionResetError(104, 'Connection reset by peer')': /packages/60/a8/afbe7a509bf178f620d0a11131c84fa855b98639ed90f86ea53dfb564124/python_swiftclient-4.10.0-py3-none-any.whl.metadata 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.11.10 pip 26.1.2 from /tmp/venv-il4G/lib/python3.11/site-packages/pip (python 3.11) aiohappyeyeballs==2.6.2 aiohttp==3.14.1 aiosignal==1.4.0 appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==26.1.0 autopage==0.6.0 beautifulsoup4==4.15.0 boto3==1.43.36 botocore==1.43.36 bs4==0.0.2 certifi==2026.6.17 cffi==2.0.0 cfgv==3.5.0 chardet==7.4.3 charset-normalizer==3.4.7 click==8.4.2 cliff==4.14.0 cmd2==4.0.0 cryptography==3.3.2 debtcollector==3.1.0 decorator==5.3.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.3 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.29.4 frozenlist==1.8.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.50 httplib2==0.30.2 identify==2.6.19 idna==3.18 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.14.0 kubernetes==36.0.2 lftools==0.37.22 lxml==6.1.1 markdown-it-py==4.2.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.2.1 multi_key_dict==2.0.3 multidict==6.7.1 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.17.0 os-service-types==1.8.2 osc-lib==4.6.0 oslo.config==10.5.0 oslo.context==6.4.0 oslo.i18n==6.8.0 oslo.log==8.2.0 oslo.serialization==5.10.0 oslo.utils==10.1.1 packaging==26.2 pbr==7.0.3 platformdirs==4.10.0 prettytable==3.18.0 prompt_toolkit==3.0.52 propcache==0.5.2 psutil==7.2.2 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.9.1 Pygments==2.20.0 PyJWT==2.13.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.4.2 python-heatclient==5.2.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==10.1.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.34.2 requests-oauthlib==2.0.0 rfc3986==2.0.0 rich==15.0.0 rich-argparse==1.8.0 rpds-py==2026.5.1 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.19.0 simplejson==4.1.1 six==1.17.0 smmap==5.0.3 soupsieve==2.8.4 stevedore==5.8.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.15.0 tqdm==4.68.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.5.1 wcwidth==0.8.1 websocket-client==1.9.0 wrapt==2.2.2 xdg==6.0.0 xmltodict==1.0.4 yarl==1.24.2 yq==3.4.3 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins596321230545372637.sh ---> sudo-logs.sh Archiving 'sudo' log.. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins14973016653642587874.sh ---> job-cost.sh Setup pyenv: system 3.8.20 3.9.20 3.10.15 * 3.11.10 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-il4G from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPSConnection(host='files.pythonhosted.org', port=443): Failed to establish a new connection: [Errno 101] Network is unreachable")': /packages/21/21/ff0bfa221d5f5c5dc495977219c4de8f44ba8203f6724fb648113f9902cb/zipp-1.1.0-py2.py3-none-any.whl.metadata WARNING: Connection timed out while downloading. WARNING: Attempting to resume incomplete download (0 bytes/4.6 kB, attempt 1) lf-activate-venv(): INFO: Adding /tmp/venv-il4G/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-2 INFO: Archiving Costs [ci-management-openstack-cron] $ /bin/bash -l /tmp/jenkins14692244491175191637.sh ---> logs-deploy.sh Setup pyenv: system 3.8.20 3.9.20 3.10.15 * 3.11.10 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-il4G from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-il4G/bin to PATH INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/ci-management-openstack-cron/63242 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu20-04-docker-2c-8g-13964 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 40 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 1 MiB L3 cache: 32 MiB NUMA node0 CPU(s): 0,1 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected 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 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 795M 1.1M 794M 1% /run /dev/vda1 39G 10G 29G 26% / tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/loop0 62M 62M 0 100% /snap/core20/1405 /dev/loop1 68M 68M 0 100% /snap/lxd/22753 /dev/vda15 105M 6.1M 99M 6% /boot/efi tmpfs 795M 0 795M 0% /run/user/1001 /dev/loop3 50M 50M 0 100% /snap/snapd/26865 /dev/loop4 92M 92M 0 100% /snap/lxd/38688 ---> free -m: total used free shared buff/cache available Mem: 7945 583 4526 1 2835 7058 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:a0:c7:a1 brd ff:ff:ff:ff:ff:ff inet 10.30.123.89/23 metric 100 brd 10.30.123.255 scope global dynamic ens3 valid_lft 84556sec preferred_lft 84556sec inet6 fe80::f816:3eff:fea0:c7a1/64 scope link valid_lft forever preferred_lft forever 3: docker0: mtu 1458 qdisc noqueue state DOWN group default link/ether 3a:8b:41:03:ae:a7 brd ff:ff:ff:ff:ff:ff inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-13964) 06/28/26 _x86_64_ (2 CPU) 09:03:21 LINUX RESTART (2 CPU) 09:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:05:01 13.91 0.14 13.77 0.00 1.63 1507.71 0.00 09:06:01 1.20 0.00 1.20 0.00 0.00 16.53 0.00 09:07:01 2.60 0.17 2.43 0.00 6.13 80.25 0.00 09:08:01 1.95 0.00 1.95 0.00 0.00 40.53 0.00 09:09:01 40.09 2.42 37.68 0.00 2307.48 7060.82 0.00 09:10:01 6.42 0.02 6.40 0.00 0.13 175.97 0.00 09:11:01 6.02 0.00 6.02 0.00 0.00 252.22 0.00 09:12:01 3.25 0.17 3.08 0.00 25.60 175.57 0.00 09:13:01 3.33 0.00 3.33 0.00 0.00 387.00 0.00 09:14:01 3.62 0.18 3.43 0.00 12.93 164.24 0.00 09:15:01 6.82 0.10 6.72 0.00 1.87 973.57 0.00 09:16:01 2.58 0.00 2.58 0.00 0.00 78.52 0.00 09:17:01 4.45 0.15 4.30 0.00 10.13 362.34 0.00 09:18:01 3.57 0.00 3.57 0.00 0.00 368.34 0.00 09:19:01 13.30 0.12 13.18 0.00 2.40 868.80 0.00 09:20:01 37.48 0.75 36.73 0.00 103.32 7174.14 0.00 09:21:01 7.88 0.00 7.88 0.00 0.00 899.58 0.00 09:22:01 5.83 0.00 5.83 0.00 0.00 440.65 0.00 09:23:01 4.35 0.00 4.35 0.00 0.00 380.87 0.00 09:24:01 11.56 0.00 11.56 0.00 0.00 644.83 0.00 09:25:01 8.08 0.00 8.08 0.00 0.00 1549.88 0.00 09:26:01 2.07 0.30 1.77 0.00 16.80 30.26 0.00 09:27:01 2.78 0.00 2.78 0.00 0.00 57.86 0.00 09:28:01 4.95 1.52 3.43 0.00 25.06 93.85 0.00 09:29:01 5.35 0.00 5.35 0.00 0.00 251.82 0.00 09:30:01 9.15 0.00 9.15 0.00 0.00 697.90 0.00 09:31:01 41.19 0.27 40.93 0.00 25.33 6192.43 0.00 09:32:01 1.78 0.00 1.78 0.00 0.00 55.99 0.00 09:33:01 5.32 0.00 5.32 0.00 0.00 175.57 0.00 09:34:01 15.55 3.00 12.55 0.00 116.11 1229.40 0.00 Average: 9.21 0.31 8.90 0.00 88.54 1079.34 0.00 09:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:05:01 5532248 7318332 484536 5.96 58304 1908536 1166792 12.70 653080 1740992 204 09:06:01 5533144 7319300 483412 5.94 58340 1908540 1166792 12.70 651788 1740976 164 09:07:01 5529472 7316716 485892 5.97 58856 1909040 1166792 12.70 654956 1741236 204 09:08:01 5534284 7321620 480892 5.91 58968 1909024 1172192 12.76 658160 1733604 208 09:09:01 5162148 7298720 489312 6.01 92364 2219224 1186576 12.92 881604 1860176 1000 09:10:01 5151028 7288192 500368 6.15 92484 2219720 1185592 12.91 893824 1860512 632 09:11:01 5090340 7230724 557572 6.85 93940 2221228 1250028 13.61 953356 1861672 340 09:12:01 5079768 7234244 552940 6.80 95344 2232900 1248304 13.59 952436 1871164 10856 09:13:01 5074712 7229272 557856 6.86 95408 2232920 1248304 13.59 957432 1870984 184 09:14:01 5146764 7297880 489920 6.02 95736 2229664 1174888 12.79 889860 1868808 4700 09:15:01 5165520 7310708 477076 5.86 96092 2223444 1160596 12.64 869620 1869100 160 09:16:01 5105944 7251808 536076 6.59 96316 2223928 1226376 13.35 934712 1864012 1184 09:17:01 5091276 7245752 541544 6.66 96484 2231868 1235580 13.45 941064 1870584 1472 09:18:01 5083496 7244496 542172 6.66 96852 2237456 1235676 13.45 943036 1875892 432 09:19:01 5068236 7245700 539432 6.63 100628 2248924 1226232 13.35 945500 1886344 1176 09:20:01 4920428 7281956 492460 6.05 114560 2408920 1184492 12.90 911820 2045532 23416 09:21:01 4895172 7256940 517704 6.36 114864 2408920 1217396 13.25 939016 2044780 160 09:22:01 4932860 7295492 478736 5.88 115056 2409160 1167900 12.72 900992 2044268 576 09:23:01 4931672 7293876 480568 5.91 115104 2408932 1170124 12.74 903244 2042800 280 09:24:01 4883444 7295696 476600 5.86 116260 2455716 1175972 12.80 902480 2089388 43060 09:25:01 4879632 7292256 480084 5.90 116424 2455904 1175972 12.80 905592 2089536 220 09:26:01 4877420 7290624 481688 5.92 116508 2456420 1175972 12.80 907252 2089876 216 09:27:01 4866364 7279896 492432 6.05 116636 2456592 1175972 12.80 918796 2089560 176 09:28:01 4852912 7267748 504484 6.20 116976 2457488 1191972 12.98 932628 2089360 320 09:29:01 4809964 7228908 543152 6.68 117708 2460784 1226488 13.35 972192 2092088 1288 09:30:01 4783128 7228408 542960 6.67 119060 2485232 1226488 13.35 974804 2115420 12688 09:31:01 4694980 7274644 487624 5.99 124452 2605536 1179020 12.84 925632 2234672 120 09:32:01 4681820 7261584 500632 6.15 124548 2605568 1179020 12.84 938224 2234624 340 09:33:01 4643420 7230836 530704 6.52 125032 2612392 1211124 13.19 970708 2240024 17152 09:34:01 4648632 7240496 521188 6.41 125768 2615924 1198084 13.04 963720 2241792 12000 Average: 5021674 7272427 508334 6.25 102169 2315330 1196891 13.03 891584 1976659 4498 09:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:05:01 ens3 7.79 5.37 8.86 0.46 0.00 0.00 0.00 0.00 09:05:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:01 ens3 0.77 1.03 0.24 0.22 0.00 0.00 0.00 0.00 09:06:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:07:01 ens3 2.32 2.40 3.42 0.41 0.00 0.00 0.00 0.00 09:07:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:08:01 ens3 1.62 1.95 0.84 0.43 0.00 0.00 0.00 0.00 09:08:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:09:01 ens3 232.76 147.76 2342.33 10.17 0.00 0.00 0.00 0.00 09:09:01 lo 0.60 0.60 0.07 0.07 0.00 0.00 0.00 0.00 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:10:01 ens3 7.10 5.12 10.92 0.52 0.00 0.00 0.00 0.00 09:10:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:01 ens3 11.01 9.30 17.11 1.17 0.00 0.00 0.00 0.00 09:11:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:01 ens3 13.63 10.43 21.92 0.93 0.00 0.00 0.00 0.00 09:12:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:13:01 ens3 0.40 0.63 0.26 0.11 0.00 0.00 0.00 0.00 09:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:01 ens3 37.89 28.71 54.13 3.69 0.00 0.00 0.00 0.00 09:14:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:15:01 ens3 2.25 1.63 3.08 0.19 0.00 0.00 0.00 0.00 09:15:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:01 ens3 1.18 1.45 1.25 0.48 0.00 0.00 0.00 0.00 09:16:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:17:01 ens3 1.45 1.62 1.55 0.35 0.00 0.00 0.00 0.00 09:17:01 lo 0.33 0.33 0.04 0.04 0.00 0.00 0.00 0.00 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:18:01 ens3 2.15 1.95 2.80 0.24 0.00 0.00 0.00 0.00 09:18:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:19:01 ens3 49.05 32.68 76.61 3.34 0.00 0.00 0.00 0.00 09:19:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:01 ens3 58.31 37.78 611.93 4.86 0.00 0.00 0.00 0.00 09:20:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:21:01 ens3 1.73 2.02 1.28 0.99 0.00 0.00 0.00 0.00 09:21:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:22:01 ens3 1.00 1.23 0.48 0.45 0.00 0.00 0.00 0.00 09:22:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:01 ens3 0.50 0.73 0.27 0.16 0.00 0.00 0.00 0.00 09:23:01 lo 0.20 0.20 0.03 0.03 0.00 0.00 0.00 0.00 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:24:01 ens3 67.52 41.51 109.29 3.45 0.00 0.00 0.00 0.00 09:24:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:25:01 ens3 1.92 1.68 2.31 0.24 0.00 0.00 0.00 0.00 09:25:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:01 ens3 1.35 1.37 1.14 0.53 0.00 0.00 0.00 0.00 09:26:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:01 ens3 1.42 1.35 1.54 0.32 0.00 0.00 0.00 0.00 09:27:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:28:01 ens3 6.72 6.10 5.22 9.15 0.00 0.00 0.00 0.00 09:28:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:29:01 ens3 29.28 18.66 47.67 1.81 0.00 0.00 0.00 0.00 09:29:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:30:01 ens3 130.92 77.26 213.33 6.09 0.00 0.00 0.00 0.00 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:31:01 ens3 19.33 12.16 29.04 1.70 0.00 0.00 0.00 0.00 09:31:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:01 ens3 0.60 0.93 0.33 0.26 0.00 0.00 0.00 0.00 09:32:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:01 ens3 1.73 1.93 1.31 0.79 0.00 0.00 0.00 0.00 09:33:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:34:01 ens3 4.82 4.78 3.00 1.84 0.00 0.00 0.00 0.00 09:34:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: ens3 23.29 15.39 119.18 1.85 0.00 0.00 0.00 0.00 Average: lo 0.26 0.26 0.03 0.03 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-13964) 06/28/26 _x86_64_ (2 CPU) 09:03:21 LINUX RESTART (2 CPU) 09:04:02 CPU %user %nice %system %iowait %steal %idle 09:05:01 all 2.63 0.00 0.33 0.15 0.03 96.85 09:05:01 0 2.44 0.00 0.40 0.22 0.03 96.90 09:05:01 1 2.82 0.00 0.25 0.08 0.03 96.81 09:06:01 all 0.09 0.00 0.02 5.22 0.59 94.08 09:06:01 0 0.12 0.00 0.03 10.42 0.56 88.87 09:06:01 1 0.07 0.00 0.00 0.00 0.62 99.32 09:07:01 all 0.80 0.00 0.03 3.36 0.02 95.79 09:07:01 0 0.83 0.00 0.05 6.69 0.02 92.41 09:07:01 1 0.76 0.00 0.02 0.03 0.02 99.17 09:08:01 all 1.07 0.00 0.09 0.05 0.02 98.77 09:08:01 0 0.70 0.00 0.08 0.07 0.02 99.13 09:08:01 1 1.44 0.00 0.10 0.03 0.02 98.41 09:09:01 all 8.25 0.00 4.33 1.73 0.06 85.63 09:09:01 0 8.28 0.00 3.53 2.42 0.07 85.70 09:09:01 1 8.21 0.00 5.13 1.05 0.05 85.55 09:10:01 all 1.15 0.00 0.18 0.12 0.02 98.53 09:10:01 0 1.84 0.00 0.13 0.02 0.02 97.99 09:10:01 1 0.47 0.00 0.23 0.22 0.02 99.07 09:11:01 all 1.89 0.00 0.18 6.01 0.03 91.90 09:11:01 0 2.12 0.00 0.17 0.57 0.02 97.13 09:11:01 1 1.67 0.00 0.18 11.46 0.03 86.66 09:12:01 all 1.82 0.00 0.23 0.16 0.02 97.78 09:12:01 0 2.66 0.00 0.23 0.03 0.02 97.05 09:12:01 1 0.98 0.00 0.22 0.28 0.02 98.50 09:13:01 all 0.29 0.00 0.04 0.10 0.02 99.55 09:13:01 0 0.55 0.00 0.03 0.05 0.02 99.35 09:13:01 1 0.03 0.00 0.05 0.15 0.02 99.75 09:14:01 all 2.47 0.00 0.31 0.09 0.02 97.11 09:14:01 0 2.07 0.00 0.33 0.02 0.02 97.56 09:14:01 1 2.87 0.00 0.29 0.17 0.02 96.66 09:15:01 all 1.79 0.00 0.16 0.07 0.02 97.97 09:15:01 0 0.10 0.00 0.08 0.08 0.02 99.72 09:15:01 1 3.48 0.00 0.23 0.05 0.02 96.22 09:15:01 CPU %user %nice %system %iowait %steal %idle 09:16:01 all 1.63 0.00 0.09 0.08 0.02 98.18 09:16:01 0 0.52 0.00 0.07 0.02 0.02 99.38 09:16:01 1 2.73 0.00 0.12 0.15 0.02 96.99 09:17:01 all 1.67 0.00 0.12 0.07 0.03 98.11 09:17:01 0 1.67 0.00 0.15 0.07 0.03 98.08 09:17:01 1 1.66 0.00 0.08 0.08 0.03 98.14 09:18:01 all 0.90 0.00 0.08 0.08 0.02 98.92 09:18:01 0 0.72 0.00 0.08 0.00 0.02 99.18 09:18:01 1 1.09 0.00 0.08 0.15 0.02 98.66 09:19:01 all 3.39 0.00 0.28 0.38 0.05 95.90 09:19:01 0 4.72 0.00 0.30 0.17 0.05 94.76 09:19:01 1 2.07 0.00 0.25 0.60 0.05 97.03 09:20:01 all 8.51 0.00 1.07 0.76 0.04 89.61 09:20:01 0 13.45 0.00 1.63 0.59 0.05 84.28 09:20:01 1 3.59 0.00 0.52 0.94 0.03 94.92 09:21:01 all 1.77 0.00 0.08 0.81 0.03 97.31 09:21:01 0 0.64 0.00 0.08 1.37 0.02 97.89 09:21:01 1 2.90 0.00 0.08 0.25 0.03 96.73 09:22:01 all 2.89 0.00 0.18 0.08 0.03 96.82 09:22:01 0 0.72 0.00 0.13 0.05 0.03 99.06 09:22:01 1 5.06 0.00 0.23 0.12 0.02 94.58 09:23:01 all 1.07 0.00 0.13 0.03 0.02 98.75 09:23:01 0 1.46 0.00 0.22 0.02 0.02 98.29 09:23:01 1 0.68 0.00 0.05 0.05 0.02 99.20 09:24:01 all 3.31 0.00 0.31 0.28 0.04 96.07 09:24:01 0 1.83 0.00 0.30 0.03 0.03 97.80 09:24:01 1 4.78 0.00 0.32 0.52 0.05 94.33 09:25:01 all 0.18 0.00 0.08 0.13 0.03 99.58 09:25:01 0 0.28 0.00 0.10 0.20 0.02 99.40 09:25:01 1 0.07 0.00 0.07 0.07 0.03 99.77 09:26:01 all 0.52 0.00 0.03 0.03 0.03 99.40 09:26:01 0 0.80 0.00 0.03 0.02 0.02 99.13 09:26:01 1 0.23 0.00 0.03 0.03 0.03 99.67 09:26:01 CPU %user %nice %system %iowait %steal %idle 09:27:01 all 0.85 0.00 0.03 0.05 0.03 99.04 09:27:01 0 1.67 0.00 0.05 0.02 0.03 98.23 09:27:01 1 0.02 0.00 0.02 0.08 0.03 99.85 09:28:01 all 1.50 0.00 0.11 0.08 0.03 98.28 09:28:01 0 1.62 0.00 0.10 0.07 0.03 98.17 09:28:01 1 1.38 0.00 0.12 0.08 0.03 98.38 09:29:01 all 1.81 0.00 0.15 0.15 0.03 97.87 09:29:01 0 0.05 0.00 0.05 0.02 0.02 99.87 09:29:01 1 3.57 0.00 0.25 0.28 0.03 95.86 09:30:01 all 1.76 0.00 0.24 0.29 0.04 97.66 09:30:01 0 0.72 0.00 0.15 0.03 0.05 99.05 09:30:01 1 2.81 0.00 0.34 0.55 0.03 96.27 09:31:01 all 8.50 0.00 0.89 0.64 0.04 89.92 09:31:01 0 15.77 0.00 1.42 0.75 0.05 82.01 09:31:01 1 1.22 0.00 0.37 0.54 0.03 97.84 09:32:01 all 0.40 0.00 0.04 0.05 0.02 99.49 09:32:01 0 0.77 0.00 0.07 0.02 0.02 99.13 09:32:01 1 0.03 0.00 0.02 0.08 0.02 99.85 09:33:01 all 2.78 0.00 0.13 0.17 0.03 96.88 09:33:01 0 4.72 0.00 0.20 0.05 0.05 94.98 09:33:01 1 0.85 0.00 0.07 0.30 0.02 98.77 09:34:01 all 7.53 0.00 0.53 0.39 0.03 91.52 09:34:01 0 6.57 0.00 0.40 0.15 0.03 92.85 09:34:01 1 8.48 0.00 0.66 0.63 0.03 90.20 Average: all 2.44 0.00 0.35 0.72 0.05 96.44 Average: 0 2.68 0.00 0.35 0.81 0.05 96.11 Average: 1 2.20 0.00 0.35 0.63 0.05 96.77