Build start time: Fri Jul 4 08:53:38 UTC 2025
[ REASON ] : target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl does not exist NON-EXISTENT PREREQUISITES: target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl-install target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl-install target/debs/bullseye/libswsscommon_1.0.0_amd64.deb-install target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb-install
[ FLAGS FILE ] : []
[ FLAGS DEPENDS ] : []
[ FLAGS DIFF ] : []
/sonic/src/system-health /sonic
running pytest
running egg_info
writing system_health.egg-info/PKG-INFO
writing dependency_links to system_health.egg-info/dependency_links.txt
writing requirements to system_health.egg-info/requires.txt
writing top-level names to system_health.egg-info/top_level.txt
reading manifest file 'system_health.egg-info/SOURCES.txt'
writing manifest file 'system_health.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /sonic/src/system-health, configfile: pytest.ini
plugins: pyfakefs-5.8.0, cov-2.10.1
collected 29 items
tests/test_system_health.py ............................. [100%]
=============================== warnings summary ===============================
tests/test_system_health.py:16
/sonic/src/system-health/tests/test_system_health.py:16: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
from imp import load_source
-- Docs: https://docs.pytest.org/en/stable/warnings.html
----------- coverage: platform linux, python 3.9.2-final-0 -----------
Name Stmts Miss Cover
------------------------------------------------------------
health_checker/__init__.py 2 0 100%
health_checker/config.py 77 21 73%
health_checker/hardware_checker.py 185 51 72%
health_checker/health_checker.py 32 4 88%
health_checker/manager.py 53 1 98%
health_checker/service_checker.py 234 32 86%
health_checker/sysmonitor.py 372 132 65%
health_checker/user_defined_checker.py 49 6 88%
health_checker/utils.py 11 2 82%
scripts/healthd 72 37 49%
------------------------------------------------------------
TOTAL 1087 286 74%
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
======================== 29 passed, 1 warning in 4.53s =========================
running bdist_wheel
running build
running build_py
Generating grammar tables from /usr/lib/python3.9/lib2to3/Grammar.txt
Generating grammar tables from /usr/lib/python3.9/lib2to3/PatternGrammar.txt
running build_scripts
copying and adjusting scripts/healthd -> build/scripts-3.9
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/config.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/utils.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/user_defined_checker.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/manager.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/hardware_checker.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/service_checker.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/__init__.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/sysmonitor.py -> build/bdist.linux-x86_64/wheel/health_checker
copying build/lib/health_checker/health_checker.py -> build/bdist.linux-x86_64/wheel/health_checker
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/mock_connector.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_system_health.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
running install_egg_info
running egg_info
writing system_health.egg-info/PKG-INFO
writing dependency_links to system_health.egg-info/dependency_links.txt
writing requirements to system_health.egg-info/requires.txt
writing top-level names to system_health.egg-info/top_level.txt
reading manifest file 'system_health.egg-info/SOURCES.txt'
writing manifest file 'system_health.egg-info/SOURCES.txt'
Copying system_health.egg-info to build/bdist.linux-x86_64/wheel/system_health-1.0-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/system_health-1.0.data
creating build/bdist.linux-x86_64/wheel/system_health-1.0.data/scripts
copying build/scripts-3.9/healthd -> build/bdist.linux-x86_64/wheel/system_health-1.0.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/system_health-1.0.data/scripts/healthd to 755
creating build/bdist.linux-x86_64/wheel/system_health-1.0.dist-info/WHEEL
creating 'dist/system_health-1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'health_checker/__init__.py'
adding 'health_checker/config.py'
adding 'health_checker/hardware_checker.py'
adding 'health_checker/health_checker.py'
adding 'health_checker/manager.py'
adding 'health_checker/service_checker.py'
adding 'health_checker/sysmonitor.py'
adding 'health_checker/user_defined_checker.py'
adding 'health_checker/utils.py'
adding 'system_health-1.0.data/scripts/healthd'
adding 'tests/__init__.py'
adding 'tests/mock_connector.py'
adding 'tests/test_system_health.py'
adding 'system_health-1.0.dist-info/METADATA'
adding 'system_health-1.0.dist-info/WHEEL'
adding 'system_health-1.0.dist-info/top_level.txt'
adding 'system_health-1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
/sonic
Build end time: Fri Jul 4 08:53:56 UTC 2025
Elapsed time: 0h 0m 18s
|