========================================================================== test session starts =========================================================================== platform linux -- Python 3.10.13, pytest-8.3.4, pluggy-1.5.0 -- /projects/nxdesignsuite/ci/impulse/develop/438/nxdesignsuite-dbg-25.0.2.2-20250220T123654/share/python-bin/bin/python3 cachedir: .pytest_cache rootdir: /home/users/kadrar/devel/akita_local/update_scripts_hierarchy/benchs_kouroo/test/preplaceip/dual_m4000 configfile: pytest.ini plugins: xdist-3.6.1 collecting ... collecting 23 items collected 23 items test_nxpython_script.py::test_preplace_ip <- ../../../../commun_scripts/fixtures.py SKIPPED (test is disable for this bench) test_nxpython_script.py::test_run_all_flow[run_flow_0] ERROR test_nxpython_script.py::test_run_all_flow[run_flow_1] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_2] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_3] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_4] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_5] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_6] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_7] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_8] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_9] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_run_all_flow[run_flow_10] XFAIL (Not Run! project object not found!) test_nxpython_script.py::test_determinism[synthesized1] PASSED test_nxpython_script.py::test_determinism[synthesized2] PASSED test_nxpython_script.py::test_determinism[synthesized3] PASSED test_nxpython_script.py::test_determinism[placed1] PASSED test_nxpython_script.py::test_determinism[placed2] PASSED test_nxpython_script.py::test_determinism[placed3] PASSED test_nxpython_script.py::test_determinism[placed4] PASSED test_nxpython_script.py::test_determinism[placed5] PASSED test_nxpython_script.py::test_determinism[routed1] PASSED test_nxpython_script.py::test_determinism[routed2] PASSED test_nxpython_script.py::test_determinism[routed3] PASSED ================================================================================= ERRORS ================================================================================= ____________________________________________________________ ERROR at setup of test_run_all_flow[run_flow_0] _____________________________________________________________ request = >, record_property = .append_property at 0x7fd15a309fc0> record_xml_attribute = > [0m [37m@pytest [39;49;00m.fixture(name= [33m" [39;49;00m [33mrun_flow_ [39;49;00m [33m" [39;49;00m, scope= [33m" [39;49;00m [33mfunction [39;49;00m [33m" [39;49;00m) [90m [39;49;00m [94mdef [39;49;00m [92mrun_nx_flow [39;49;00m(request, record_property, record_xml_attribute): [90m [39;49;00m [90m [39;49;00m record_xml_attribute( [33m" [39;49;00m [33mclassname [39;49;00m [33m" [39;49;00m, [33m" [39;49;00m [33mrun_nx_flow [39;49;00m [33m" [39;49;00m) [90m [39;49;00m record_xml_attribute( [33m" [39;49;00m [33mname [39;49;00m [33m" [39;49;00m, [33m" [39;49;00m [33mrun_nx_flow_ [39;49;00m [33m" [39;49;00m+ [96mstr [39;49;00m( [96mlist [39;49;00m(request.param))) [90m [39;49;00m record_xml_attribute( [33m" [39;49;00m [33mSave VHDL netlist [39;49;00m [33m" [39;49;00m, [33m" [39;49;00m [33msaved [39;49;00m [33m" [39;49;00m) [90m [39;49;00m record_xml_attribute( [33m" [39;49;00m [33mSave Verilog netlist [39;49;00m [33m" [39;49;00m, [33m" [39;49;00m [33msaved [39;49;00m [33m" [39;49;00m) [90m [39;49;00m [90m [39;49;00m [90m [39;49;00m [90m##get current project [39;49;00m [90m [39;49;00m p=getProject() [90m [39;49;00m [90m [39;49;00m [96mprint [39;49;00m( [96mtype [39;49;00m(request.param)) [90m [39;49;00m [90m [39;49;00m [94mif [39;49;00m p [95mis [39;49;00m [94mNone [39;49;00m: [90m [39;49;00m pytest.xfail( [33m" [39;49;00m [33mNot Run! project object not found! [39;49;00m [33m" [39;49;00m) [90m [39;49;00m [94melse [39;49;00m: [90m [39;49;00m param = request.param [90m [39;49;00m [90m [39;49;00m [94mif [39;49;00m [95mnot [39;49;00m p.progress( [96mlist [39;49;00m(param)[ [94m0 [39;49;00m], [96mlist [39;49;00m(param)[ [94m1 [39;49;00m]): [90m [39;49;00m p.destroy() [90m [39;49;00m [90m##pytest.exit() [39;49;00m [90m [39;49;00m > pytest.fail( [33m" [39;49;00m [33mprogress failed [39;49;00m [33m" [39;49;00m) [90m [39;49;00m E Failed: progress failed /home/users/kadrar/devel/akita_local/update_scripts_hierarchy/commun_scripts/fixtures.py:131: Failed ============================================================================ warnings summary ============================================================================ ../../../../../../../.local/nanoxplore/lib/python3.10/site-packages/_pytest/config/__init__.py:1441 /home/users/kadrar/.local/nanoxplore/lib/python3.10/site-packages/_pytest/config/__init__.py:1441: PytestConfigWarning: Unknown config option: pytest_plugins self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../commun_scripts/fixtures.py:296 /home/users/kadrar/devel/akita_local/update_scripts_hierarchy/commun_scripts/fixtures.py:296: PytestUnknownMarkWarning: Unknown pytest.mark.preplaceIP_gen_first - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.preplaceIP_gen_first ../../../../commun_scripts/fixtures.py:297 /home/users/kadrar/devel/akita_local/update_scripts_hierarchy/commun_scripts/fixtures.py:297: PytestUnknownMarkWarning: Unknown pytest.mark.order - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.order(1) .:0 :0: PytestCollectionWarning: cannot collect 'testRegex' because it is not a function. test_nxpython_script.py: 11 warnings test_nxpython_script.py:38: PytestExperimentalApiWarning: record_xml_attribute is an experimental feature @pytest.mark.parametrize("run_flow_", pytest.param, indirect=True) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ----------------- generated xml file: /home/users/kadrar/devel/akita_local/update_scripts_hierarchy/benchs_kouroo/test/preplaceip/dual_m4000/reports.xml ----------------- ======================================================================== short test summary info ========================================================================= [31mERROR [0m test_nxpython_script.py:: [1mtest_run_all_flow[run_flow_0] [0m - Failed: progress failed ==================================================== [32m11 passed [0m, [33m1 skipped [0m, [33m10 xfailed [0m, [33m15 warnings [0m, [31m [1m1 error [0m [31m in 3.92s [0m [31m =====================================================