2026-03-16 09:26:42.054 | WARNING  | torch_plugin_tt:__init__:38 - TT plugin is setting XLA_STABLEHLO_COMPILE to 1. This is required for TT PJRT plugin to work correctly.
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.2, pluggy-1.6.0 -- /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla/venv/bin/python
cachedir: .pytest_cache
metadata: {'Python': '3.12.12', 'Platform': 'Linux-5.4.0-216-generic-x86_64-with-glibc2.35', 'Packages': {'pytest': '9.0.2', 'pluggy': '1.6.0'}, 'Plugins': {'json-report': '1.5.0', 'metadata': '3.1.1', 'jaxtyping': '0.3.9', 'anyio': '4.12.1', 'split': '0.11.0', 'forked': '1.6.0'}}
rootdir: /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla
configfile: pytest.ini
plugins: json-report-1.5.0, metadata-3.1.1, jaxtyping-0.3.9, anyio-4.12.1, split-0.11.0, forked-1.6.0
collecting ... collected 1 item

tests/test_inputs_set8.py::test_rcnn PASSED

=============================== warnings summary ===============================
tests/test_inputs_set8.py::test_rcnn
  /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla/venv/lib/python3.12/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
    warnings.warn(

tests/test_inputs_set8.py::test_rcnn
  /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla/venv/lib/python3.12/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=AlexNet_Weights.IMAGENET1K_V1`. You can also use `weights=AlexNet_Weights.DEFAULT` to get the most up-to-date weights.
    warnings.warn(msg)

tests/test_inputs_set8.py::test_rcnn
  /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla/tests/conftest.py:488: FutureWarning: `torch.distributed.reduce_op` is deprecated, please use `torch.distributed.ReduceOp` instead
    if isinstance(obj, torch.fx.GraphModule):

tests/test_inputs_set8.py::test_rcnn
  /proj_sw/user_dev/ctr-lelanchelian/mar11/tt-xla/tests/conftest.py:491: FutureWarning: `torch.distributed.reduce_op` is deprecated, please use `torch.distributed.ReduceOp` instead
    if isinstance(obj, GraphInputMatcher):

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 1 passed, 4 warnings in 7.34s =========================
