Skip to content

[curl] Add SendPutReq to RCurlConnection with tests

Sign in for the full log view
GitHub Actions / Test Results failed May 29, 2026 in 0s

53 fail, 3 787 pass in 3d 4h 48m 6s

    20 files   -     2      20 suites   - 2   3d 4h 48m 6s ⏱️ - 4h 21m 4s
 3 840 tests  -    23   3 787 ✅  -    75  0 💤 ±0  53 ❌ +52 
68 707 runs   - 7 511  68 653 ✅  - 7 564  1 💤 +1  53 ❌ +52 

Results for commit b685af8. ± Comparison against earlier commit 06ac60c.

Annotations

Check warning on line 0 in pyunittests-bindings-pyroot-pythonizations-ml-dataloader

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: pyunittests-bindings-pyroot-pythonizations-ml-dataloader (pyunittests-bindings-pyroot-pythonizations-ml-dataloader)

artifacts/Test Results alma10 clang Ninja builtins auto-registration off/TestResults.xml [took 25m 0s]
Raw output
Timeout
test01_each_element_is_generated_unshuffled (ml_dataloader.DataLoaderEagerLoading.test01_each_element_is_generated_unshuffled) ... ok
test02_each_element_is_generated_shuffled (ml_dataloader.DataLoaderEagerLoading.test02_each_element_is_generated_shuffled) ... ok
test04_dropping_remainder (ml_dataloader.DataLoaderEagerLoading.test04_dropping_remainder) ... ok
test05_more_than_one_file (ml_dataloader.DataLoaderEagerLoading.test05_more_than_one_file) ... ok
test06_multiple_target_columns (ml_dataloader.DataLoaderEagerLoading.test06_multiple_target_columns) ... ok
test07_multiple_input_columns (ml_dataloader.DataLoaderEagerLoading.test07_multiple_input_columns) ... ok
test08_filtered (ml_dataloader.DataLoaderEagerLoading.test08_filtered) ... ok
test09_filtered_last_chunk (ml_dataloader.DataLoaderEagerLoading.test09_filtered_last_chunk) ... ok
test10_two_epochs_shuffled (ml_dataloader.DataLoaderEagerLoading.test10_two_epochs_shuffled) ... ok
test11_number_of_training_and_validation_batches_remainder (ml_dataloader.DataLoaderEagerLoading.test11_number_of_training_and_validation_batches_remainder) ... ok
test12_PyTorch (ml_dataloader.DataLoaderEagerLoading.test12_PyTorch) ... ok
test13_TensorFlow (ml_dataloader.DataLoaderEagerLoading.test13_TensorFlow) ... WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1780039261.943349   30910 port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
I0000 00:00:1780039261.944598   30910 cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.
I0000 00:00:1780039261.986353   30910 cpu_feature_guard.cc:227] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F AVX512_VNNI AVX512_BF16 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1780039263.020946   30910 port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
I0000 00:00:1780039263.021706   30910 cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.
E0000 00:00:1780039264.442715   30910 cuda_platform.cc:52] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)
I0000 00:00:1780039264.502460   30910 generator_dataset_op.cc:213] Memory patch applied: M_TRIM_THRESHOLD=128 kb was set.
ok
test14_big_data (ml_dataloader.DataLoaderEagerLoading.test14_big_data) ... ok
test15_two_runs_set_seed (ml_dataloader.DataLoaderEagerLoading.test15_two_runs_set_seed) ... ok
test16_vector_padding (ml_dataloader.DataLoaderEagerLoading.test16_vector_padding) ... ok
test01_each_element_is_generated_unshuffled (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test01_each_element_is_generated_unshuffled) ... ok
test02_each_element_is_generated_shuffled (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test02_each_element_is_generated_shuffled) ... ok
test04_dropping_remainder (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test04_dropping_remainder) ... ok
test05_more_than_one_file (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test05_more_than_one_file) ... ok
test06_multiple_target_columns (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test06_multiple_target_columns) ... ok
test07_multiple_input_columns (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test07_multiple_input_columns) ... ok
test08_filtered (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test08_filtered) ... ok
test09_filtered_last_chunk (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test09_filtered_last_chunk) ... ok
test10_two_epochs_shuffled (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test10_two_epochs_shuffled) ... ok
test11_number_of_training_and_validation_batches_remainder (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test11_number_of_training_and_validation_batches_remainder) ... ok
test12_PyTorch (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test12_PyTorch) ... ok
test13_TensorFlow (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test13_TensorFlow) ... ok
test14_big_data (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test14_big_data) ... ok
test15_two_runs_set_seed (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test15_two_runs_set_seed) ... ok
test16_vector_padding (ml_dataloader.DataLoaderEagerLoadingMultipleDataframes.test16_vector_padding) ... ok
test01_each_element_is_generated_unshuffled (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test01_each_element_is_generated_unshuffled) ... ok
test02_each_element_is_generated_shuffled (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test02_each_element_is_generated_shuffled) ... ok
test04_dropping_remainder (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test04_dropping_remainder) ... ok
test05_more_than_one_file (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test05_more_than_one_file) ... ok
test06_multiple_target_columns (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test06_multiple_target_columns) ... ok
test07_multiple_input_columns (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test07_multiple_input_columns) ... ok
test08_filtered (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test08_filtered) ... ok
test09_filtered_last_chunk (ml_dataloader.DataLoaderLazyLoadingMultipleDataframes.test09_filtered_last_chunk) ... /opt/rh/gcc-toolset-15/root//usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/bits/stl_vector.h:1263: reference std::vector<unsigned long long>::operator[](size_type): Assertion '__n < this->size()' failed.
 *** Break *** abort
 Generating stack trace...
 0x00007f6eae7f857e in gsignal at :? from /lib64/libc.so.6
 0x00007f6eae7df905 in abort at :? from /lib64/libc.so.6
 0x00007f6eab081d30 in std::chrono::_V2::system_clock::now() + 0x0 from /lib64/libstdc++.so.6
 0x00007f6e7266cda8 in <unknown function>
 0x00007f6de8017624 in <unknown function>
 0x00007f6de80159ba in <unknown function>
 0x00007f6eab08f0e4 in <unknown> from /lib64/libstdc++.so.6
 0x00007f6eae84fe3d in <unknown> from /lib64/libc.so.6
 0x00007f6eae8c2794 in __clone at :? from /lib64/libc.so.6
 *** Break *** abort
 Generating stack trace...
 0x00007f6eae7f857e in gsignal at :? from /lib64/libc.so.6
 0x00007f6eae7df905 in abort at :? from /lib64/libc.so.6
 0x00007f6eab081d30 in std::chrono::_V2::system_clock::now() + 0x0 from /lib64/libstdc++.so.6
 0x00007f6e7266cda8 in <unknown function>
 0x00007f6de8017624 in <unknown function>
 0x00007f6de80159ba in <unknown function>
 0x00007f6eab08f0e4 in <unknown> from /lib64/libstdc++.so.6
 0x00007f6eae84fe3d in <unknown> from /lib64/libc.so.6
 0x00007f6eae8c2794 in __clone at :? from /lib64/libc.so.6

Check warning on line 0 in gtest-tree-dataframe-dataframe-friends

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-friends (gtest-tree-dataframe-dataframe-friends)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 17 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 12 tests from RDFAndFriends
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_friends: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-colnames

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-colnames (gtest-tree-dataframe-dataframe-colnames)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 7 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 3 tests from ColNames
[ RUN      ] ColNames.HasColumn
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_colnames: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-cache

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-cache (gtest-tree-dataframe-dataframe-cache)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 11 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 11 tests from Cache
[ RUN      ] Cache.FundType
[       OK ] Cache.FundType (2 ms)
[ RUN      ] Cache.Ambiguity
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_cache: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-callbacks

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-callbacks (gtest-tree-dataframe-dataframe-callbacks)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 25 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 20 tests from RDFCallbacks
[ RUN      ] RDFCallbacks.Histo1DWithFillTOHelper
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_callbacks: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-cloning

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-cloning (gtest-tree-dataframe-dataframe-cloning)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 23 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 23 tests from RDataFrameCloning
[ RUN      ] RDataFrameCloning.Count
[       OK ] RDataFrameCloning.Count (0 ms)
[ RUN      ] RDataFrameCloning.Graph
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_cloning: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-histomodels

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-histomodels (gtest-tree-dataframe-dataframe-histomodels)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 10 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 9 tests from RDataFrameHistoModels
[ RUN      ] RDataFrameHistoModels.Histo1D
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_histomodels: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-interface

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-interface (gtest-tree-dataframe-dataframe-interface)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 57 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 54 tests from RDataFrameInterface
[ RUN      ] RDataFrameInterface.CreateFromCStrings
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_interface: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-nodes

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-nodes (gtest-tree-dataframe-dataframe-nodes)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from RDataFrameNodes
[ RUN      ] RDataFrameNodes.RSlotStackGetOneTooMuch
[       OK ] RDataFrameNodes.RSlotStackGetOneTooMuch (25 ms)
[ RUN      ] RDataFrameNodes.RSlotStackPutBackTooMany
[       OK ] RDataFrameNodes.RSlotStackPutBackTooMany (0 ms)
[ RUN      ] RDataFrameNodes.RSlotStackUnique
[       OK ] RDataFrameNodes.RSlotStackUnique (11 ms)
[ RUN      ] RDataFrameNodes.RLoopManagerGetLoopManagerUnchecked
[       OK ] RDataFrameNodes.RLoopManagerGetLoopManagerUnchecked (0 ms)
[ RUN      ] RDataFrameNodes.RLoopManagerJitWrongCode
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_nodes: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-regression

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-regression (gtest-tree-dataframe-dataframe-regression)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 23 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 1 test from RDFRegressionTests
[ RUN      ] RDFRegressionTests.AliasAndSubBranches
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_regression: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-utils

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-utils (gtest-tree-dataframe-dataframe-utils)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from RDataFrameUtils
[ RUN      ] RDataFrameUtils.DeduceAllPODsFromDefines
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_utils: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-report

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-report (gtest-tree-dataframe-dataframe-report)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from RDataFrameReport
[ RUN      ] RDataFrameReport.AnalyseCuts
[       OK ] RDataFrameReport.AnalyseCuts (7 ms)
[ RUN      ] RDataFrameReport.Printing
[       OK ] RDataFrameReport.Printing (0 ms)
[ RUN      ] RDataFrameReport.ActionLazyness
[       OK ] RDataFrameReport.ActionLazyness (0 ms)
[ RUN      ] RDataFrameReport.ReadReportFromFile
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_report: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-incomplete-entries

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-incomplete-entries (gtest-tree-dataframe-dataframe-incomplete-entries)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 41 tests from 10 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from RDefaultValueFor
[ RUN      ] RDefaultValueFor.EmptyDataSourceAndNonExistingColumnName
[       OK ] RDefaultValueFor.EmptyDataSourceAndNonExistingColumnName (0 ms)
[ RUN      ] RDefaultValueFor.VaryDefaultValueFor
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_incomplete_entries: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-splitcoll-arrayview

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-splitcoll-arrayview (gtest-tree-dataframe-dataframe-splitcoll-arrayview)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from RDFSimpleTests
[ RUN      ] RDFSimpleTests.SplitCollectionArrayView
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_splitcoll_arrayview: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-redefine

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-redefine (gtest-tree-dataframe-dataframe-redefine)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 17 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 17 tests from Redefine
[ RUN      ] Redefine.NoJitting
[       OK ] Redefine.NoJitting (0 ms)
[ RUN      ] Redefine.Jitting
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_redefine: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-definepersample

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-definepersample (gtest-tree-dataframe-dataframe-definepersample)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 20 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DefinePerSample
[ RUN      ] DefinePerSample.Jitted
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_definepersample: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-simple

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 16 runs failed: gtest-tree-dataframe-dataframe-simple (gtest-tree-dataframe-dataframe-simple)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 123 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 3 tests from RDFSimpleTests
[ RUN      ] RDFSimpleTests.GenVector
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_simple: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-vecops

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-vecops (gtest-tree-dataframe-dataframe-vecops)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from RDFAndVecOps
[ RUN      ] RDFAndVecOps.ReadStdVectorAsRVec
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_vecops: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-helpers

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-helpers (gtest-tree-dataframe-dataframe-helpers)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 32 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 26 tests from RDFHelpers
[ RUN      ] RDFHelpers.Not
[       OK ] RDFHelpers.Not (0 ms)
[ RUN      ] RDFHelpers.PassAsVec
[       OK ] RDFHelpers.PassAsVec (0 ms)
[ RUN      ] RDFHelpers.ReturnPassAsVec
[       OK ] RDFHelpers.ReturnPassAsVec (0 ms)
[ RUN      ] RDFHelpers.SaveGraphFromRoot
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_helpers: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-snapshot

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-snapshot (gtest-tree-dataframe-dataframe-snapshot)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 56 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 35 tests from RDFSnapshotMore
[ RUN      ] RDFSnapshotMore.CustomBasketSize
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_snapshot: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-snapshot-emptyoutput

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-snapshot-emptyoutput (gtest-tree-dataframe-dataframe-snapshot-emptyoutput)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 6 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from Seq/RDFManyBranchTypesTTree
[ RUN      ] Seq/RDFManyBranchTypesTTree.SnapshotEmptyTTree/0
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_snapshot_emptyoutput: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-snapshot-ntuple

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-snapshot-ntuple (gtest-tree-dataframe-dataframe-snapshot-ntuple)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 23 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 12 tests from RDFSnapshotRNTuple
[ RUN      ] RDFSnapshotRNTuple.FromScratch
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_snapshot_ntuple: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-snapshotWithVariations

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-snapshotWithVariations (gtest-tree-dataframe-dataframe-snapshotWithVariations)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from RDFVarySnapshot
[ RUN      ] RDFVarySnapshot.SimpleRDFWithFilters
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_snapshotWithVariations: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-datasetspec

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-datasetspec (gtest-tree-dataframe-dataframe-datasetspec)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 38 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from RDatasetSpecTest
[ RUN      ] RDatasetSpecTest.Describe
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_datasetspec: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted

Check warning on line 0 in gtest-tree-dataframe-dataframe-display

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 18 runs failed: gtest-tree-dataframe-dataframe-display (gtest-tree-dataframe-dataframe-display)

artifacts/Test Results debian13/TestResults.xml [took 0s]
Raw output
Failed
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 18 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 18 tests from RDFDisplayTests
[ RUN      ] RDFDisplayTests.DisplayNoJitDefaultRows
<<< cling interactive line includer >>>: fatal error: module file '/github/home/ROOT-CI/build/lib/std.pcm' is out of date and needs to be rebuilt: signature mismatch
dataframe_display: /github/home/ROOT-CI/src/interpreter/llvm-project/clang/include/clang/Basic/SourceLocation.h:341: unsigned int clang::PresumedLoc::getLine() const: Assertion `isValid()' failed.
CMake Error at /github/home/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Subprocess aborted