Content

상위 폴더로 이동
Build start time: Fri Jul 4 08:49:09 UTC 2025
[ REASON ] :      target/python-wheels/bullseye/sonic_ctrmgrd-1.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/python3-swsscommon_1.0.0_amd64.deb-install 
[ FLAGS  FILE    ] : [] 
[ FLAGS  DEPENDS ] : [] 
[ FLAGS  DIFF    ] : [] 
/sonic/src/sonic-ctrmgrd /sonic
running pytest
running egg_info
writing sonic_ctrmgrd.egg-info/PKG-INFO
writing dependency_links to sonic_ctrmgrd.egg-info/dependency_links.txt
writing requirements to sonic_ctrmgrd.egg-info/requires.txt
writing top-level names to sonic_ctrmgrd.egg-info/top_level.txt
reading manifest file 'sonic_ctrmgrd.egg-info/SOURCES.txt'
writing manifest file 'sonic_ctrmgrd.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/sonic-ctrmgrd, configfile: pytest.ini
plugins: pyfakefs-5.8.0, cov-2.10.1
collected 18 items

tests/container_startup_test.py .                                        [  5%]
tests/container_test.py ......                                           [ 38%]
tests/ctrmgr_iptables_test.py .                                          [ 44%]
tests/ctrmgr_tools_test.py .                                             [ 50%]
tests/ctrmgrd_test.py ...                                                [ 66%]
tests/kube_commands_test.py ......                                       [100%]

----------- coverage: platform linux, python 3.9.2-final-0 -----------
Name                          Stmts   Miss  Cover
-------------------------------------------------
ctrmgr/__init__.py                0      0   100%
ctrmgr/container                234     10    96%
ctrmgr/container_startup.py     145     21    86%
ctrmgr/ctrmgr_iptables.py        87      7    92%
ctrmgr/ctrmgr_tools.py           99      1    99%
ctrmgr/ctrmgrd.py               375     35    91%
ctrmgr/kube_commands.py         370     44    88%
-------------------------------------------------
TOTAL                          1310    118    91%
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml


============================= 18 passed in 12.73s ==============================
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 egg_info
writing sonic_ctrmgrd.egg-info/PKG-INFO
writing dependency_links to sonic_ctrmgrd.egg-info/dependency_links.txt
writing requirements to sonic_ctrmgrd.egg-info/requires.txt
writing top-level names to sonic_ctrmgrd.egg-info/top_level.txt
reading manifest file 'sonic_ctrmgrd.egg-info/SOURCES.txt'
writing manifest file 'sonic_ctrmgrd.egg-info/SOURCES.txt'
running build_scripts
copying and adjusting ctrmgr/container -> build/scripts-3.9
copying and adjusting ctrmgr/ctrmgr_tools.py -> build/scripts-3.9
copying and adjusting ctrmgr/kube_commands.py -> build/scripts-3.9
copying and adjusting ctrmgr/ctrmgrd.py -> 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/tests
copying build/lib/tests/ctrmgrd_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/ctrmgr_tools_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/kube_commands_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/ctrmgr_iptables_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/container_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/container_startup_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/common_test.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/mock_docker.py -> build/bdist.linux-x86_64/wheel/tests
creating build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/ctrmgr_tools.py -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/kube_commands.py -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/container_startup.py -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/ctrmgrd.py -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/container -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/__init__.py -> build/bdist.linux-x86_64/wheel/ctrmgr
copying build/lib/ctrmgr/ctrmgr_iptables.py -> build/bdist.linux-x86_64/wheel/ctrmgr
running install_egg_info
Copying sonic_ctrmgrd.egg-info to build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data
creating build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts
copying build/scripts-3.9/ctrmgr_tools.py -> build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts
copying build/scripts-3.9/kube_commands.py -> build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts
copying build/scripts-3.9/ctrmgrd.py -> build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts
copying build/scripts-3.9/container -> build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts/ctrmgr_tools.py to 755
changing mode of build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts/kube_commands.py to 755
changing mode of build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts/ctrmgrd.py to 755
changing mode of build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.data/scripts/container to 755
creating build/bdist.linux-x86_64/wheel/sonic_ctrmgrd-1.0.0.dist-info/WHEEL
creating 'dist/sonic_ctrmgrd-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'ctrmgr/__init__.py'
adding 'ctrmgr/container'
adding 'ctrmgr/container_startup.py'
adding 'ctrmgr/ctrmgr_iptables.py'
adding 'ctrmgr/ctrmgr_tools.py'
adding 'ctrmgr/ctrmgrd.py'
adding 'ctrmgr/kube_commands.py'
adding 'sonic_ctrmgrd-1.0.0.data/scripts/container'
adding 'sonic_ctrmgrd-1.0.0.data/scripts/ctrmgr_tools.py'
adding 'sonic_ctrmgrd-1.0.0.data/scripts/ctrmgrd.py'
adding 'sonic_ctrmgrd-1.0.0.data/scripts/kube_commands.py'
adding 'tests/__init__.py'
adding 'tests/common_test.py'
adding 'tests/container_startup_test.py'
adding 'tests/container_test.py'
adding 'tests/ctrmgr_iptables_test.py'
adding 'tests/ctrmgr_tools_test.py'
adding 'tests/ctrmgrd_test.py'
adding 'tests/kube_commands_test.py'
adding 'tests/mock_docker.py'
adding 'sonic_ctrmgrd-1.0.0.dist-info/METADATA'
adding 'sonic_ctrmgrd-1.0.0.dist-info/WHEEL'
adding 'sonic_ctrmgrd-1.0.0.dist-info/top_level.txt'
adding 'sonic_ctrmgrd-1.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
/sonic
Build end time: Fri Jul 4 08:49:31 UTC 2025
Elapsed time: 0h 0m 22s