Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: EDM4HEPSchema and Newstyle FCCSchema #1245

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Many Tests added

244bfb2
Select commit
Loading
Failed to load commit list.
Open

feat: EDM4HEPSchema and Newstyle FCCSchema #1245

Many Tests added
244bfb2
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test build arm_container:python:3.13 failed Feb 26, 2025 in 3m 7s

Task Summary

Instruction pytest failed in 00:26

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:04 clone
✅ 00:03 create_venv
✅ 02:29 install
❌ 00:26 pytest

  /tmp/venv/lib/python3.13/site-packages/coffea/lookup_tools/txt_converters.py:428: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments.
    ups = numpy.array([numpy.array(awkward.flatten(up)) for up in ups])

../venv/lib/python3.13/site-packages/coffea/lookup_tools/txt_converters.py:430: 6750 warnings
  /tmp/venv/lib/python3.13/site-packages/coffea/lookup_tools/txt_converters.py:430: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments.
    knot = numpy.unique(numpy.array(awkward.flatten(knotv)))

../venv/lib/python3.13/site-packages/coffea/lookup_tools/txt_converters.py:434: 6750 warnings
  /tmp/venv/lib/python3.13/site-packages/coffea/lookup_tools/txt_converters.py:434: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments.
    [numpy.unique(numpy.array(awkward.flatten(k)))[0] for k in knots]

tests/test_jetmet_tools.py:718
  /tmp/cirrus-ci-build/tests/test_jetmet_tools.py:718: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_lumi_tools.py:64
  /tmp/cirrus-ci-build/tests/test_lumi_tools.py:64: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_lumi_tools.py:168
  /tmp/cirrus-ci-build/tests/test_lumi_tools.py:168: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_lumi_tools.py:182
  /tmp/cirrus-ci-build/tests/test_lumi_tools.py:182: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_ml_tools.py:79
  /tmp/cirrus-ci-build/tests/test_ml_tools.py:79: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_ml_tools.py:132
  /tmp/cirrus-ci-build/tests/test_ml_tools.py:132: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_ml_tools.py:178
  /tmp/cirrus-ci-build/tests/test_ml_tools.py:178: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_ml_tools.py:254
  /tmp/cirrus-ci-build/tests/test_ml_tools.py:254: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_nanoevents.py:184
  /tmp/cirrus-ci-build/tests/test_nanoevents.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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.dask_client

tests/test_skyhook_job.py:12
  /tmp/cirrus-ci-build/tests/test_skyhook_job.py:12: PytestUnknownMarkWarning: Unknown pytest.mark.dask_client - 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
    pytestmark = pytest.mark.dask_client

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
====================== 28254 warnings, 1 error in 24.96s =======================

Exit status: 2