Build start time: Fri Jul 4 08:48:30 UTC 2025
[ REASON ] : target/python-wheels/bullseye/sonic_d-2.0.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/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/sonic-dbsyncd /sonic
running pytest
running egg_info
writing sonic_d.egg-info/PKG-INFO
writing dependency_links to sonic_d.egg-info/dependency_links.txt
writing requirements to sonic_d.egg-info/requires.txt
writing top-level names to sonic_d.egg-info/top_level.txt
reading manifest file 'sonic_d.egg-info/SOURCES.txt'
writing manifest file 'sonic_d.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 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /sonic/src/sonic-dbsyncd, configfile: pytest.ini
plugins: pyfakefs-5.8.0, cov-2.10.1
collecting ... collected 12 items
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_changed_deleted_interface PASSED [ 8%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_invalid_chassis_name PASSED [ 16%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_loc_chassis PASSED [ 25%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_local_mgmt_ip_no_neighbors PASSED [ 33%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_multiple_mgmt_ip PASSED [ 41%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_parse_json PASSED [ 50%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_parse_short PASSED [ 58%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_parse_short_short PASSED [ 66%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_remote_sys_capability_list PASSED [ 75%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_single_mgmt_ip PASSED [ 83%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_sync_roundtrip PASSED [ 91%]
tests/test_lldpSyncDaemon.py::TestLldpSyncDaemon::test_timeparse PASSED [100%]
=============================== warnings summary ===============================
/usr/lib/python3/dist-packages/_pytest/junitxml.py:446
/usr/lib/python3/dist-packages/_pytest/junitxml.py:446: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. See:
https://docs.pytest.org/en/stable/deprecations.html#junit-family-default-value-change-to-xunit2
for more information.
_issue_warning_captured(deprecated.JUNIT_XML_DEFAULT_FAMILY, config.hook, 2)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
-------- generated xml file: /sonic/src/sonic-dbsyncd/test-results.xml ---------
----------- coverage: platform linux, python 3.9.2-final-0 -----------
Name Stmts Miss Cover
---------------------------------------------------
src/__init__.py 0 0 100%
src/lldp_syncd/__init__.py 5 0 100%
src/lldp_syncd/__main__.py 19 19 0%
src/lldp_syncd/conventions.py 34 0 100%
src/lldp_syncd/daemon.py 203 20 90%
src/lldp_syncd/main.py 15 15 0%
src/sonic_syncd/__init__.py 5 0 100%
src/sonic_syncd/interface.py 28 14 50%
---------------------------------------------------
TOTAL 309 68 78%
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
======================== 12 passed, 1 warning in 1.41s =========================
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
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/lldp_syncd
copying build/lib/lldp_syncd/__init__.py -> build/bdist.linux-x86_64/wheel/lldp_syncd
copying build/lib/lldp_syncd/conventions.py -> build/bdist.linux-x86_64/wheel/lldp_syncd
copying build/lib/lldp_syncd/__main__.py -> build/bdist.linux-x86_64/wheel/lldp_syncd
copying build/lib/lldp_syncd/daemon.py -> build/bdist.linux-x86_64/wheel/lldp_syncd
copying build/lib/lldp_syncd/main.py -> build/bdist.linux-x86_64/wheel/lldp_syncd
creating build/bdist.linux-x86_64/wheel/sonic_syncd
copying build/lib/sonic_syncd/interface.py -> build/bdist.linux-x86_64/wheel/sonic_syncd
copying build/lib/sonic_syncd/__init__.py -> build/bdist.linux-x86_64/wheel/sonic_syncd
running install_egg_info
running egg_info
writing sonic_d.egg-info/PKG-INFO
writing dependency_links to sonic_d.egg-info/dependency_links.txt
writing requirements to sonic_d.egg-info/requires.txt
writing top-level names to sonic_d.egg-info/top_level.txt
reading manifest file 'sonic_d.egg-info/SOURCES.txt'
writing manifest file 'sonic_d.egg-info/SOURCES.txt'
Copying sonic_d.egg-info to build/bdist.linux-x86_64/wheel/sonic_d-2.0.0-py3.9.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/sonic_d-2.0.0.dist-info/WHEEL
creating 'dist/sonic_d-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'lldp_syncd/__init__.py'
adding 'lldp_syncd/__main__.py'
adding 'lldp_syncd/conventions.py'
adding 'lldp_syncd/daemon.py'
adding 'lldp_syncd/main.py'
adding 'sonic_syncd/__init__.py'
adding 'sonic_syncd/interface.py'
adding 'sonic_d-2.0.0.dist-info/LICENSE'
adding 'sonic_d-2.0.0.dist-info/METADATA'
adding 'sonic_d-2.0.0.dist-info/WHEEL'
adding 'sonic_d-2.0.0.dist-info/top_level.txt'
adding 'sonic_d-2.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
/sonic
Build end time: Fri Jul 4 08:48:47 UTC 2025
Elapsed time: 0h 0m 17s
|