============================= test session starts ============================== platform linux -- Python 3.10.19, pytest-9.0.2, pluggy-1.5.0 -- /home/miniconda3/envs/ci310hyper/bin/python cachedir: .pytest_cache rootdir: /home/jenkins/mindspore/testcases/testcases/hyper-parallel plugins: xdist-1.32.0, timeout-1.4.2, forked-1.2.0, cov-7.0.0 collecting ... collected 1 item test_base_random.py::test_rng_tracker /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/latest owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/8.3.RC1/aarch64-linux/ascend_toolkit_install.info owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/latest owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/8.3.RC1/aarch64-linux/ascend_toolkit_install.info owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") W0301 07:15:46.673000 1374894 site-packages/torch/distributed/run.py:792] W0301 07:15:46.673000 1374894 site-packages/torch/distributed/run.py:792] ***************************************** W0301 07:15:46.673000 1374894 site-packages/torch/distributed/run.py:792] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. W0301 07:15:46.673000 1374894 site-packages/torch/distributed/run.py:792] ***************************************** PASSED/home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/coverage/control.py:958: CoverageWarning: No data was collected. (no-data-collected); see https://coverage.readthedocs.io/en/7.13.1/messages.html#warning-no-data-collected self._warn("No data was collected.", slug="no-data-collected") =============================== warnings summary =============================== ../../../../../../../../miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58 ../../../../../../../../miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58 /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/latest owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") ../../../../../../../../miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58 ../../../../../../../../miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58 /home/miniconda3/envs/ci310hyper/lib/python3.10/site-packages/torch_npu/utils/collect_env.py:58: UserWarning: Warning: The /usr/local/Ascend/ascend-toolkit/8.3.RC1/aarch64-linux/ascend_toolkit_install.info owner does not match the current owner. warnings.warn(f"Warning: The {path} owner does not match the current owner.") ../../common/mark_utils.py:37 /home/jenkins/mindspore/testcases/testcases/hyper-parallel/tests/common/mark_utils.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.platform_ascend910b - 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 func = getattr(pytest.mark, plat_mark)(func) ../../common/mark_utils.py:38 /home/jenkins/mindspore/testcases/testcases/hyper-parallel/tests/common/mark_utils.py:38: PytestUnknownMarkWarning: Unknown pytest.mark.level0 - 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 func = getattr(pytest.mark, level_mark)(func) ../../common/mark_utils.py:39 /home/jenkins/mindspore/testcases/testcases/hyper-parallel/tests/common/mark_utils.py:39: PytestUnknownMarkWarning: Unknown pytest.mark.allcards - 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 func = getattr(pytest.mark, card_mark)(func) ../../common/mark_utils.py:40 /home/jenkins/mindspore/testcases/testcases/hyper-parallel/tests/common/mark_utils.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.essential - 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 func = getattr(pytest.mark, essential_mark)(func) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =================== 1 passed, 8 warnings in 62.03s (0:01:02) ===================