Skip to content

Improve RSample I/O for distributed RDataFrame usage#22749

Merged
vepadulano merged 3 commits into
root-project:masterfrom
vepadulano:df-distributed-improve-rsample-io
Jul 3, 2026
Merged

Improve RSample I/O for distributed RDataFrame usage#22749
vepadulano merged 3 commits into
root-project:masterfrom
vepadulano:df-distributed-improve-rsample-io

[df] Ruff fixes on changed files

6f003db
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Test Results failed Jul 3, 2026 in 0s

27 fail, 3 848 pass in 3d 15h 42m 18s

    23 files      23 suites   3d 15h 42m 18s ⏱️
 3 875 tests  3 848 ✅ 0 💤 27 ❌
78 814 runs  78 787 ✅ 0 💤 27 ❌

Results for commit 6f003db.

Annotations

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-root-module

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-root-module (pyunittests-bindings-pyroot-pythonizations-pyroot-root-module)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_deprecated_features (root_module.ROOTModule.test_deprecated_features)
Verify that deprecated features are removed in the release where we ... ok
test_ignore_cmdline_options (root_module.ROOTModule.test_ignore_cmdline_options)
Test module flag to ignore command line options ... ok
test_implicit_root_namespace (root_module.ROOTModule.test_implicit_root_namespace)
Test importing implicitly from the ROOT namespace ... ok
test_import (root_module.ROOTModule.test_import)
Test import ... ok
test_import_nested_submodules (root_module.ROOTModule.test_import_nested_submodules)
Test that we can correctly import C++ namespaces and other things that ... ok
test_lazy_gdirectory (root_module.ROOTModule.test_lazy_gdirectory)
Check that gDirectory is always lazy evaluated to the current ... ok
test_relative_import (root_module.ROOTModule.test_relative_import)
Test relative import ... ok
test_version (root_module.ROOTModule.test_version)
Test __version__ property ... ok

----------------------------------------------------------------------
Ran 8 tests in 2.557s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-decorator

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-decorator (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-decorator)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 3s]
Raw output
Failed
test_all_classes_in_ns_prefix (pythonization_decorator.PythonizationDecorator.test_all_classes_in_ns_prefix) ... ok
test_all_global_classes_prefix (pythonization_decorator.PythonizationDecorator.test_all_global_classes_prefix) ... ok
test_instantiated_classes (pythonization_decorator.PythonizationDecorator.test_instantiated_classes) ... ok
test_iterable (pythonization_decorator.PythonizationDecorator.test_iterable) ... ok
test_multiple_classes_global (pythonization_decorator.PythonizationDecorator.test_multiple_classes_global) ... ok
test_multiple_classes_in_ns (pythonization_decorator.PythonizationDecorator.test_multiple_classes_in_ns) ... ok
test_multiple_prefixes_global (pythonization_decorator.PythonizationDecorator.test_multiple_prefixes_global) ... ok
test_multiple_prefixes_in_ns (pythonization_decorator.PythonizationDecorator.test_multiple_prefixes_in_ns) ... ok
test_non_pythonized_classes (pythonization_decorator.PythonizationDecorator.test_non_pythonized_classes) ... ok
test_repeated_targets (pythonization_decorator.PythonizationDecorator.test_repeated_targets) ... ok
test_single_class_global (pythonization_decorator.PythonizationDecorator.test_single_class_global) ... ok
test_single_class_in_ns (pythonization_decorator.PythonizationDecorator.test_single_class_in_ns) ... ok
test_single_parameter_pythonizor (pythonization_decorator.PythonizationDecorator.test_single_parameter_pythonizor) ... ok
test_single_prefix_global (pythonization_decorator.PythonizationDecorator.test_single_prefix_global) ... ok
test_single_prefix_in_ns (pythonization_decorator.PythonizationDecorator.test_single_prefix_in_ns) ... ok
test_stacking_decorator (pythonization_decorator.PythonizationDecorator.test_stacking_decorator) ... ok
test_wrong_class_name (pythonization_decorator.PythonizationDecorator.test_wrong_class_name) ... ok
test_wrong_pars_pythonizor (pythonization_decorator.PythonizationDecorator.test_wrong_pars_pythonizor) ... ok

----------------------------------------------------------------------
Ran 18 tests in 0.064s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-stl-vector

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-stl-vector (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-stl-vector)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 4s]
Raw output
Failed
test_stl_vector_boolean (stl_vector.STL_vector.test_stl_vector_boolean)
Test that the boolean conversion of a std::vector works as expected. ... ok
test_stl_vector_iadd (stl_vector.STL_vector.test_stl_vector_iadd) ... ok
test_stl_vector_iadd_2D (stl_vector.STL_vector.test_stl_vector_iadd_2D)
Test that the __iadd__ pythonization of std::vector works as expected in 2D ... ok
test_tree_with_containers (stl_vector.STL_vector.test_tree_with_containers)
Test that the boolean conversion of a std::vector works as expected inside a TTree. ... ok
test_vec_char_data (stl_vector.STL_vector.test_vec_char_data)
Test that calling std::vector<char>::data() returns a Python string ... ok
test_vec_const_char_p (stl_vector.STL_vector.test_vec_const_char_p)
Test that creating a std::vector<const char*> does not raise any ... ok

----------------------------------------------------------------------
Ran 6 tests in 3.698s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobject-comparisonops

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobject-comparisonops (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobject-comparisonops)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_eq (tobject_comparisonops.TObjectComparisonOps.test_eq) ... ok
test_ge (tobject_comparisonops.TObjectComparisonOps.test_ge) ... ok
test_gt (tobject_comparisonops.TObjectComparisonOps.test_gt) ... ok
test_le (tobject_comparisonops.TObjectComparisonOps.test_le) ... ok
test_list_sort (tobject_comparisonops.TObjectComparisonOps.test_list_sort) ... ok
test_lt (tobject_comparisonops.TObjectComparisonOps.test_lt) ... ok
test_ne (tobject_comparisonops.TObjectComparisonOps.test_ne) ... ok
test_nullptr_eq_none_raises (tobject_comparisonops.TObjectComparisonOps.test_nullptr_eq_none_raises) ... ok

----------------------------------------------------------------------
Ran 8 tests in 0.035s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tcontext-contextmanager

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tcontext-contextmanager (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tcontext-contextmanager)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_all (tcontext_contextmanager.TContextContextManager.test_all)
Run all tests of this class sequentially. ... ok

----------------------------------------------------------------------
Ran 1 test in 0.084s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-constructor

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-constructor (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-constructor)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_oserror (tfile_constructor.TFileConstructor.test_oserror) ... Error in <TFile::TFile>: file C:\ROOT-CI\build\bindings\pyroot\pythonizations\test\inexistent_file.root does not exist
ok

----------------------------------------------------------------------
Ran 1 test in 2.453s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-context-manager

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-context-manager (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tfile-context-manager)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_detachhisto (tfile_context_manager.TFileContextManager.test_detachhisto)
Detach histogram from file and access it outside of the context, both when writing and reading. ... ok
test_filewrite (tfile_context_manager.TFileContextManager.test_filewrite)
Write a histogram in a file within a context manager, using TFile::Write. ... ok
test_histowrite (tfile_context_manager.TFileContextManager.test_histowrite)
Write a histogram in a file within a context manager, using TH1::Write. ... ok
test_writeobject (tfile_context_manager.TFileContextManager.test_writeobject)
Write a histogram in a file within a context manager, using TDirectory::WriteObject. ... ok

----------------------------------------------------------------------
Ran 4 tests in 0.132s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-ttree-iterable

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-ttree-iterable (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-ttree-iterable)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 3s]
Raw output
Failed
test_array_branch (ttree_iterable.TTreeIterable.test_array_branch) ... ok
test_basic_type_branch (ttree_iterable.TTreeIterable.test_basic_type_branch) ... ok
test_ntuples (ttree_iterable.TTreeIterable.test_ntuples) ... ok
test_struct_branch (ttree_iterable.TTreeIterable.test_struct_branch) ... ok

----------------------------------------------------------------------
Ran 4 tests in 2.797s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tgraph-getters

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tgraph-getters (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tgraph-getters)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_graph (tgraph_getters.TGraphGetters.test_graph) ... ok
test_graph2derrors (tgraph_getters.TGraphGetters.test_graph2derrors) ... ok
test_graphasymmerrors (tgraph_getters.TGraphGetters.test_graphasymmerrors) ... ok
test_graphbenterrors (tgraph_getters.TGraphGetters.test_graphbenterrors) ... ok
test_graphmultierrors (tgraph_getters.TGraphGetters.test_graphmultierrors) ... ok

----------------------------------------------------------------------
Ran 5 tests in 2.464s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tseqcollection-itemaccess

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tseqcollection-itemaccess (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tseqcollection-itemaccess)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 3s]
Raw output
Failed
test_delitem (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_delitem) ... ok
test_delitem_slice (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_delitem_slice) ... ok
test_getitem (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_getitem) ... ok
test_getitem_slice (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_getitem_slice) ... ok
test_setitem (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_setitem) ... ok
test_setitem_slice (tseqcollection_itemaccess.TSeqCollectionItemAccess.test_setitem_slice) ... ok

----------------------------------------------------------------------
Ran 6 tests in 2.559s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-titer-iterator

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-titer-iterator (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-titer-iterator)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_for_loop_syntax (titer_iterator.TIterIterator.test_for_loop_syntax) ... CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tarray-getitem

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tarray-getitem (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tarray-getitem)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_boundary_check (tarray_getitem.TArrayGetItem.test_boundary_check) ... ok
test_iterable (tarray_getitem.TArrayGetItem.test_iterable) ... ok

----------------------------------------------------------------------
Ran 2 tests in 2.299s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-str-repr

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-str-repr (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-str-repr)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_repr (tstring_str_repr.TStringStrRepr.test_repr) ... CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-comparisonops

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-comparisonops (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tstring-comparisonops)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-conv-tstring

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-conv-tstring (pyunittests-bindings-pyroot-pythonizations-pyroot-conv-tstring)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_by_const_reference (tstring_converter.TStringConverter.test_by_const_reference) ... ok
test_by_reference (tstring_converter.TStringConverter.test_by_reference) ... ok
test_by_value (tstring_converter.TStringConverter.test_by_value) ... ok

----------------------------------------------------------------------
Ran 3 tests in 2.172s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-len

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-len (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-len)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_len (tobjstring_len.TObjStringLen.test_len) ... ok

----------------------------------------------------------------------
Ran 1 test in 2.242s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-comparisonops

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-comparisonops (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tobjstring-comparisonops)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_eq (tobjstring_comparisonops.TObjStringComparisonOps.test_eq) ... ok
test_ge (tobjstring_comparisonops.TObjStringComparisonOps.test_ge) ... ok
test_gt (tobjstring_comparisonops.TObjStringComparisonOps.test_gt) ... ok
test_le (tobjstring_comparisonops.TObjStringComparisonOps.test_le) ... ok
test_list_sort (tobjstring_comparisonops.TObjStringComparisonOps.test_list_sort) ... ok
test_lt (tobjstring_comparisonops.TObjStringComparisonOps.test_lt) ... ok
test_ne (tobjstring_comparisonops.TObjStringComparisonOps.test_ne) ... ok

----------------------------------------------------------------------
Ran 7 tests in 0.024s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rvec

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rvec (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rvec)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 3s]
Raw output
Failed
test_from_root_namespace (rvec.RVec.test_from_root_namespace)
Test that RVec is accessible from the ROOT and ROOT::VecOps namespace ... ok
test_iteriter (rvec.RVec.test_iteriter)
Test the iteration over the iterator of an iterator ... ok

----------------------------------------------------------------------
Ran 2 tests in 2.671s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-histo-profile

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-histo-profile (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-histo-profile)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 9s]
Raw output
Failed
test_template_instantiation (rdataframe_histo_profile.RDataFrameHistoProfile.test_template_instantiation)
Test that the pythonized methods support being subscripted (explicit ... ok
test_tuple_to_model (rdataframe_histo_profile.RDataFrameHistoProfile.test_tuple_to_model)
Test conversion of model constructor arguments, passed as a tuple, to ... ok

----------------------------------------------------------------------
Ran 2 tests in 6.369s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tf-pycallables

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tf-pycallables (pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-tf-pycallables)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 3s]
Raw output
Failed
test_callable (tf_pycallables.TF1.test_callable)
Test function provided as callable ... ok
test_evalpar (tf_pycallables.TF1.test_evalpar)
Test the 2D Numpy array pythonizations for TF1::EvalPar ... ok
test_evalpar_dynamic (tf_pycallables.TF1.test_evalpar_dynamic)
Test the 2D NumPy pythonizations with dynamic TF1 data dimensions ... ok
test_fitgauss (tf_pycallables.TF1.test_fitgauss)
Test fitting a histogram to a Python function ... ok
test_identity (tf_pycallables.TF1.test_identity)
Test simple function without parameters ... ok
test_params (tf_pycallables.TF1.test_params)
Test function with parameters ... ok
test_params (tf_pycallables.TF2.test_params)
Test function with parameters ... ok
test_params (tf_pycallables.TF3.test_params)
Test function with parameters ... ok

----------------------------------------------------------------------
Ran 8 tests in 3.479s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-pyroot-roofit

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-bindings-pyroot-pythonizations-pyroot-roofit (pyunittests-bindings-pyroot-pythonizations-pyroot-roofit)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 6s]
Raw output
Failed
[#1] INFO:Eval -- RooRealVar::setRange(x) new range named 'sideband' created with bounds [-10,0]
test_identical_result (roofit.RooAbsPdfFitTo.test_identical_result) ... [#1] INFO:Eval -- RooRealVar::setRange(x) new range named 'fit_nll_gauss_gaussData' created with bounds [-10,0]
[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x|sideband]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- using generic CPU library compiled with no vectorizations
[#1] INFO:Fitting -- Creation of NLL object took 20.6729 ms
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x|sideband]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x|sideband]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 191.4 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x|sideband]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
ok
test_mixed_styles (roofit.RooAbsPdfFitTo.test_mixed_styles) ... ok[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x|sideband]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 162.9 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x|sideband]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x|sideband]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 111 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x|sideband]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only

test_save (roofit.RooAbsPdfFitTo.test_save) ... [#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 225.1 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 194.1 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
[#1] INFO:Fitting -- RooAbsPdf::fitTo(gauss_over_gauss_Int[x]) fixing normalization set for coefficient determination to observables in data
[#1] INFO:Fitting -- Creation of NLL object took 205.5 μs
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_gauss_over_gauss_Int[x]_gaussData) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- [fitFCN] No discrete parameters, performing continuous minimization only
ok
test_wrong_kwargs (roofit.RooAbsPdfFitTo.test_wrong_kwargs) ... ok
test_binning (roofit.RooAbsRealPlotOn.test_binning) ... ok
test_data (roofit.RooAbsRealPlotOn.test_data) ... ok
test_frame (roofit.RooAbsRealPlotOn.test_frame) ... ok
test_wrong_kwargs (roofit.RooAbsRealPlotOn.test_wrong_kwargs) ... ok
test_overload1 (roofit.RooDataHistPlotOn.test_overload1) ... ok
test_overload2 (roofit.RooDataHistPlotOn.test_overload2) ... ok
test_construction_from_dict (roofit.RooSimultaneous_test.test_construction_from_dict) ... ok
test_import (roofit.RooWorkspace_test.test_import) ... [#1] INFO:ObjectHandling -- RooWorkspace::import(ws) importing RooRealVar::x
ok
test_import_argset (roofit.RooWorkspace_test.test_import_argset) ... [#1] INFO:ObjectHandling -- RooWorkspace::import(ws) importing RooRealVar::x
ok
test_import_with_arg (roofit.RooWorkspace_test.test_import_with_arg) ... [#1] INFO:ObjectHandling -- RooWorkspace::import(ws) importing RooRealVar::x
[#1] INFO:ObjectHandling -- RooWorkspace::import(ws) Changing name of variable x to x_exp on request
[#1] INFO:ObjectHandling -- RooWorkspace::import(ws) importing RooExponential::exp
[#1] INFO:ObjectHandling -- RooWorkspace::import(ws) importing RooRealVar::x_exp
ok
test_set_item_using_dictionary (roofit.RooWorkspace_test.test_set_item_using_dictionary) ... ok
test_set_item_using_string (roofit.RooWorkspace_test.test_set_item_using_string) ... ok
test_addowned_rooarglist (roofit.TestRooAbsCollection.test_addowned_rooarglist) ... ok
test_addowned_rooargset (roofit.TestRooAbsCollection.test_addowned_rooargset) ... ok
test_clone_collection (roofit.TestRooAbsCollection.test_clone_collection) ... ok
test_contains_rooarglist (roofit.TestRooAbsCollection.test_contains_rooarglist) ... ok
test_contains_rooargset (roofit.TestRooAbsCollection.test_contains_rooargset) ... ok
test_getitem_rooarglist (roofit.TestRooAbsCollection.test_getitem_rooarglist) ... ok
test_getitem_rooargset (roofit.TestRooAbsCollection.test_getitem_rooargset) ... ok
test_iterator_rooarglist (roofit.TestRooAbsCollection.test_iterator_rooarglist) ... ok
test_iterator_rooargset (roofit.TestRooAbsCollection.test_iterator_rooargset) ... ok
test_len_rooarglist (roofit.TestRooAbsCollection.test_len_rooarglist) ... ok
test_len_rooargset (roofit.TestRooAbsCollection.test_len_rooargset) ... ok
test_rooargset_iter (roofit.TestRooAbsCollection.test_rooargset_iter)
STL sequence iterator injected in RooAbsCollection, inherited by RooArgSet ... ok
test_conversion_from_python_collection (roofit.TestRooArgList.test_conversion_from_python_collection) ... ok
test_constructor_eval (roofit.TestRooCmdArg.test_constructor_eval) ... ok
test_to_numpy_and_from_numpy (roofit.TestRooDataHistNumpy.test_to_numpy_and_from_numpy)
Test exporting to numpy and then importing back a RooDataHist. ... ok
test_createHistogram_decls (roofit.TestRooDataSet.test_createHistogram_decls)
RooDataSet::createHistogram overloads obtained with using decls. ... ok
test_ignoring_out_of_range (roofit.TestRooDataSetNumpy.test_ignoring_out_of_range)
Test that rows with out-of-range values are skipped, both for ... C:\ROOT-CI\build\bin\ROOT\_pythonization\_roofit\_roodataset.py:43: FutureWarning: Constructing a RooArgSet from a Python set is deprecated and will be removed in ROOT 6.44. Python sets are unordered, while a RooArgSet is ordered, so this conversion can silently change the order of the elements. Construct the RooArgSet from the individual RooFit objects, or from a list or tuple of them instead.
  self._init(*args, **kwargs)
[#0] WARNING:DataHandling -- RooDataSet.from_numpy(dataSetNumpy) Ignored 59 out-of-range events
ok
test_non_contiguous_arrays (roofit.TestRooDataSetNumpy.test_non_contiguous_arrays)
Test whether the import also works with non-contiguous arrays. ... ok
test_to_numpy_and_from_numpy (roofit.TestRooDataSetNumpy.test_to_numpy_and_from_numpy)
Test exporting to numpy and then importing back a non-weighted dataset. ... ok
test_to_numpy_and_from_numpy_weighted (roofit.TestRooDataSetNumpy.test_to_numpy_and_from_numpy_weighted)
Test exporting to numpy and then importing back a weighted dataset. ... ok
test_to_numpy_basic (roofit.TestRooDataSetNumpy.test_to_numpy_basic)
Basic test with a real value and a category. ... ok
test_to_numpy_derived_weight (roofit.TestRooDataSetNumpy.test_to_numpy_derived_weight)
Test if the optional computation of derived weights works. ... ok
test_to_numpy_weighted (roofit.TestRooDataSetNumpy.test_to_numpy_weighted)
Test with a weighted dataset. ... ok
test_color_codes (roofit.TestRooGlobalFunc.test_color_codes)
Test that the color code pythonizations in the functions like ... ok
test_minimizer (roofit.TestRooGlobalFunc.test_minimizer)
C++ object returned by RooFit::Minimizer should not be double deleted ... ok
test_roodataset_link (roofit.TestRooGlobalFunc.test_roodataset_link)
Test that the RooFit.Link() command argument works as expected in ... C:\ROOT-CI\build\bin\ROOT\_pythonization\_roofit\_rooabspdf.py:73: FutureWarning: Constructing a RooArgSet from a Python set is deprecated and will be removed in ROOT 6.44. Python sets are unordered, while a RooArgSet is ordered, so this conversion can silently change the order of the elements. Construct the RooArgSet from the individual RooFit objects, or from a list or tuple of them instead.
  return self._generate(*args, **kwargs)
ok
test_writedoc (roofit.TestRooJSONFactoryWSTool.test_writedoc) ... ok
test_roolinkedlist_iteration (roofit.TestRooLinkedList.test_roolinkedlist_iteration) ... ok

----------------------------------------------------------------------
Ran 44 tests in 3.373s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-tree-dataframe-dataframe-misc

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-tree-dataframe-dataframe-misc (pyunittests-tree-dataframe-dataframe-misc)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 6s]
Raw output
Failed
test_lazy_define (dataframe_misc.MiscTests.test_lazy_define) ... ok

----------------------------------------------------------------------
Ran 1 test in 5.771s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-tree-dataframe-datasource-py-csv

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-tree-dataframe-datasource-py-csv (pyunittests-tree-dataframe-datasource-py-csv)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 6s]
Raw output
Failed
test_keyword (datasource_csv.DataSourceCSV.test_keyword)
Test the construction with keyword arguments ... ok
test_positional (datasource_csv.DataSourceCSV.test_positional)
Test the construction with positional arguments ... ok
test_simple (datasource_csv.DataSourceCSV.test_simple)
Test the single argument construction ... ok

----------------------------------------------------------------------
Ran 3 tests in 5.706s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-tree-ntuple-ntuple-py-basics

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-tree-ntuple-ntuple-py-basics (pyunittests-tree-ntuple-ntuple-py-basics)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 2s]
Raw output
Failed
test_append_open (ntuple_basics.RNTupleBasics.test_append_open)
Can append to existing TFile and open from RNTuple key. ... CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in pyunittests-tree-ntuple-ntuple-py-model

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 20 runs failed: pyunittests-tree-ntuple-ntuple-py-model (pyunittests-tree-ntuple-ntuple-py-model)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 8s]
Raw output
Failed
test_create_bare_model (ntuple_model.NTupleModel.test_create_bare_model)
A bare model can be created. ... ok
test_create_model (ntuple_model.NTupleModel.test_create_model)
A model can be created. ... ok
test_estimate_memory_usage (ntuple_model.NTupleModel.test_estimate_memory_usage)
Can estimate the memory usage of a model. ... ok

----------------------------------------------------------------------
Ran 3 tests in 8.110s

OK
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374