Skip to content

[ntuple] fix memory allocation for over-aligned fields

e11c471
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[ntuple] Fixes for alignment #22312

[ntuple] fix memory allocation for over-aligned fields
e11c471
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed May 25, 2026 in 0s

70 fail, 3 789 pass in 3d 12h 10m 57s

    22 files  +     6      22 suites  +6   3d 12h 10m 57s ⏱️ + 1d 3h 36m 48s
 3 859 tests +    30   3 789 ✅  -     40    0 💤 ±  0   70 ❌ + 70 
77 063 runs  +21 929  76 707 ✅ +21 573  217 💤 +217  139 ❌ +139 

Results for commit e11c471. ± Comparison against earlier commit ba94832.

Annotations

Check warning on line 0 in gtest-io-io-rfile

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-io-io-rfile (gtest-io-io-rfile)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 1s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 33 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 33 tests from RFile
[ RUN      ] RFile.DecomposePath
[       OK ] RFile.DecomposePath (0 ms)
[ RUN      ] RFile.Open
[       OK ] RFile.Open (649 ms)
[ RUN      ] RFile.OpenInexistent
[       OK ] RFile.OpenInexistent (3 ms)
[ RUN      ] RFile.OpenForWriting
[       OK ] RFile.OpenForWriting (3 ms)
[ RUN      ] RFile.CheckNoAutoRegistrationWrite
[       OK ] RFile.CheckNoAutoRegistrationWrite (3 ms)
[ RUN      ] RFile.CheckNoAutoRegistrationRead
[       OK ] RFile.CheckNoAutoRegistrationRead (3 ms)
[ RUN      ] RFile.CheckNoAutoRegistrationUpdate
[       OK ] RFile.CheckNoAutoRegistrationUpdate (4 ms)
[ RUN      ] RFile.WriteInvalidPaths
[       OK ] RFile.WriteInvalidPaths (2 ms)
[ RUN      ] RFile.OpenForUpdating
[       OK ] RFile.OpenForUpdating (4 ms)
[ RUN      ] RFile.PutOverwrite
[       OK ] RFile.PutOverwrite (4 ms)
[ RUN      ] RFile.WrongExtension
[       OK ] RFile.WrongExtension (123 ms)
[ RUN      ] RFile.WriteReadInDir
[       OK ] RFile.WriteReadInDir (6 ms)
[ RUN      ] RFile.WriteReadInTFileDir
[       OK ] RFile.WriteReadInTFileDir (5 ms)
[ RUN      ] RFile.IterateKeys
[       OK ] RFile.IterateKeys (5 ms)
[ RUN      ] RFile.SaneHierarchy
[       OK ] RFile.SaneHierarchy (2 ms)
[ RUN      ] RFile.RefuseToCreateDirOverLeaf
[       OK ] RFile.RefuseToCreateDirOverLeaf (3 ms)
[ RUN      ] RFile.IterateKeysRecursive
[       OK ] RFile.IterateKeysRecursive (7 ms)
[ RUN      ] RFile.IterateKeysNonRecursive
[       OK ] RFile.IterateKeysNonRecursive (8 ms)
[ RUN      ] RFile.IterateKeysOnlyDirs
[       OK ] RFile.IterateKeysOnlyDirs (5 ms)
[ RUN      ] RFile.IterateKeysOnlyDirsNonRecursive
[       OK ] RFile.IterateKeysOnlyDirsNonRecursive (5 ms)
[ RUN      ] RFile.RemoteRead
[       OK ] RFile.RemoteRead (222 ms)
[ RUN      ] RFile.ComplexExample
[       OK ] RFile.ComplexExample (30 ms)
[ RUN      ] RFile.Closing
[       OK ] RFile.Closing (2 ms)
[ RUN      ] RFile.GetAfterOverwriteNoBackup
[       OK ] RFile.GetAfterOverwriteNoBackup (3 ms)
[ RUN      ] RFile.InvalidPaths
[       OK ] RFile.InvalidPaths (2 ms)
[ RUN      ] RFile.LongKeyName
[       OK ] RFile.LongKeyName (2 ms)
[ RUN      ] RFile.NormalizedPaths
[       OK ] RFile.NormalizedPaths (3 ms)
[ RUN      ] RFile.GetKeyInfo
[       OK ] RFile.GetKeyInfo (2 ms)
[ RUN      ] RFile.RNTuple
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 20 runs failed: gtest-tree-dataframe-dataframe-definepersample (gtest-tree-dataframe-dataframe-definepersample)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 1s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 20 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DefinePerSample
[ RUN      ] DefinePerSample.Jitted
[       OK ] DefinePerSample.Jitted (811 ms)
[ RUN      ] DefinePerSample.TwoExecutions
[       OK ] DefinePerSample.TwoExecutions (0 ms)
[----------] 2 tests from DefinePerSample (811 ms total)

[----------] 4 tests from DefinePerSampleMore
[ RUN      ] DefinePerSampleMore.ThrowOnRedefinition
[       OK ] DefinePerSampleMore.ThrowOnRedefinition (0 ms)
[ RUN      ] DefinePerSampleMore.GetColumnType
[       OK ] DefinePerSampleMore.GetColumnType (0 ms)
[ RUN      ] DefinePerSampleMore.GetColumnNames
[       OK ] DefinePerSampleMore.GetColumnNames (0 ms)
[ RUN      ] DefinePerSampleMore.GetDefinedColumnNames
[       OK ] DefinePerSampleMore.GetDefinedColumnNames (0 ms)
[----------] 4 tests from DefinePerSampleMore (0 ms total)

[----------] 5 tests from Seq/DefinePerSample
[ RUN      ] Seq/DefinePerSample.NoJitting/0
[       OK ] Seq/DefinePerSample.NoJitting/0 (0 ms)
[ RUN      ] Seq/DefinePerSample.Tree/0
[       OK ] Seq/DefinePerSample.Tree/0 (147 ms)
[ RUN      ] Seq/DefinePerSample.TChain/0
[       OK ] Seq/DefinePerSample.TChain/0 (17 ms)
[ RUN      ] Seq/DefinePerSample.RNTupleSingle/0
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

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

2 out of 20 runs failed: gtest-tree-dataframe-dataframe-snapshot-ntuple (gtest-tree-dataframe-dataframe-snapshot-ntuple)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 23 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 12 tests from RDFSnapshotRNTuple
[ RUN      ] RDFSnapshotRNTuple.FromScratch
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 20 runs failed: gtest-tree-dataframe-dataframe-datasetspec (gtest-tree-dataframe-dataframe-datasetspec)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 7s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 8s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 38 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from RDatasetSpecTest
[ RUN      ] RDatasetSpecTest.Describe
[       OK ] RDatasetSpecTest.Describe (935 ms)
[ RUN      ] RDatasetSpecTest.FromSpec
[       OK ] RDatasetSpecTest.FromSpec (379 ms)
[ RUN      ] RDatasetSpecTest.FromSpec_ordering_samplesAndFriends
[       OK ] RDatasetSpecTest.FromSpec_ordering_samplesAndFriends (25 ms)
[ RUN      ] RDatasetSpecTest.Clusters
[       OK ] RDatasetSpecTest.Clusters (498 ms)
[----------] 4 tests from RDatasetSpecTest (1839 ms total)

[----------] 2 tests from RMetaData
[ RUN      ] RMetaData.SimpleOperations
[       OK ] RMetaData.SimpleOperations (0 ms)
[ RUN      ] RMetaData.InvalidQueries
[       OK ] RMetaData.InvalidQueries (0 ms)
[----------] 2 tests from RMetaData (0 ms total)

[----------] 16 tests from Seq/RDatasetSpecTest
[ RUN      ] Seq/RDatasetSpecTest.SimpleChainsCreation/0
[       OK ] Seq/RDatasetSpecTest.SimpleChainsCreation/0 (137 ms)
[ RUN      ] Seq/RDatasetSpecTest.SimpleMetaDataHandling/0
[       OK ] Seq/RDatasetSpecTest.SimpleMetaDataHandling/0 (68 ms)
[ RUN      ] Seq/RDatasetSpecTest.Ranges/0
[       OK ] Seq/RDatasetSpecTest.Ranges/0 (124 ms)
[ RUN      ] Seq/RDatasetSpecTest.FriendsEqualSize/0
[       OK ] Seq/RDatasetSpecTest.FriendsEqualSize/0 (33 ms)
[ RUN      ] Seq/RDatasetSpecTest.FriendsLonger/0
[       OK ] Seq/RDatasetSpecTest.FriendsLonger/0 (6 ms)
[ RUN      ] Seq/RDatasetSpecTest.FriendsShorter/0
[       OK ] Seq/RDatasetSpecTest.FriendsShorter/0 (6 ms)
[ RUN      ] Seq/RDatasetSpecTest.Histo1D/0
[       OK ] Seq/RDatasetSpecTest.Histo1D/0 (1669 ms)
[ RUN      ] Seq/RDatasetSpecTest.FilterDependingOnVariation/0
[       OK ] Seq/RDatasetSpecTest.FilterDependingOnVariation/0 (9 ms)
[ RUN      ] Seq/RDatasetSpecTest.SaveGraph/0
[       OK ] Seq/RDatasetSpecTest.SaveGraph/0 (5 ms)
[ RUN      ] Seq/RDatasetSpecTest.TreeInSubdir/0
[       OK ] Seq/RDatasetSpecTest.TreeInSubdir/0 (10 ms)
[ RUN      ] Seq/RDatasetSpecTest.RNTupleSingle/0
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 20 runs failed: gtest-tree-dataframe-datasource-ntuple (gtest-tree-dataframe-datasource-ntuple)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 21 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 12 tests from RNTupleDSTest
[ RUN      ] RNTupleDSTest.ColTypeNames
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-dataframe-dataframe-unified-constructor

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 20 runs failed: gtest-tree-dataframe-dataframe-unified-constructor (gtest-tree-dataframe-dataframe-unified-constructor)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from UnifiedConstructor
[ RUN      ] UnifiedConstructor.FromTTree
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-dataframe-dataframe-snapshot-interpreted-class-write

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 20 runs failed: gtest-tree-dataframe-dataframe-snapshot-interpreted-class-write (gtest-tree-dataframe-dataframe-snapshot-interpreted-class-write)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 0s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from RDFSnapshotInterpretedClassWrite
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-attributes

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-attributes (gtest-tree-ntuple-ntuple-attributes)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 21 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 21 tests from RNTupleAttributes
[ RUN      ] RNTupleAttributes.CreateWriter
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-basics

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-basics (gtest-tree-ntuple-ntuple-basics)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 30 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 23 tests from RNTuple
[ RUN      ] RNTuple.ReconstructModel
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-bulk

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-bulk (gtest-tree-ntuple-ntuple-bulk)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from RNTupleBulk
[ RUN      ] RNTupleBulk.Simple
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-cast

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-cast (gtest-tree-ntuple-ntuple-cast)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 1s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 14 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 14 tests from RNTuple
[ RUN      ] RNTuple.TypeCastInvalid
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-checksum

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-checksum (gtest-tree-ntuple-ntuple-checksum)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RNTupleChecksum
[ RUN      ] RNTupleChecksum.VerifyOnRead
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-cluster

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-cluster (gtest-tree-ntuple-ntuple-cluster)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 10 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from Cluster
[ RUN      ] Cluster.Allocate
[       OK ] Cluster.Allocate (0 ms)
[ RUN      ] Cluster.Basics
[       OK ] Cluster.Basics (0 ms)
[ RUN      ] Cluster.AdoptPageMaps
[       OK ] Cluster.AdoptPageMaps (0 ms)
[ RUN      ] Cluster.AdoptClusters
[       OK ] Cluster.AdoptClusters (0 ms)
[----------] 4 tests from Cluster (0 ms total)

[----------] 4 tests from ClusterPool
[ RUN      ] ClusterPool.GetClusterBasics
[       OK ] ClusterPool.GetClusterBasics (1 ms)
[ RUN      ] ClusterPool.SetEntryRange
[       OK ] ClusterPool.SetEntryRange (1 ms)
[ RUN      ] ClusterPool.GetClusterIncrementally
[       OK ] ClusterPool.GetClusterIncrementally (0 ms)
[ RUN      ] ClusterPool.PinCluster
[       OK ] ClusterPool.PinCluster (0 ms)
[----------] 4 tests from ClusterPool (3 ms total)

[----------] 2 tests from PageStorageFile
[ RUN      ] PageStorageFile.LoadClusters
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-compat

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-compat (gtest-tree-ntuple-ntuple-compat)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from RNTupleCompat
[ RUN      ] RNTupleCompat.Epoch
[       OK ] RNTupleCompat.Epoch (480 ms)
[ RUN      ] RNTupleCompat.FeatureFlagSupported
[       OK ] RNTupleCompat.FeatureFlagSupported (3 ms)
[ RUN      ] RNTupleCompat.FeatureFlagSupportedFooter
[       OK ] RNTupleCompat.FeatureFlagSupportedFooter (9 ms)
[ RUN      ] RNTupleCompat.FeatureFlagUnsupported
[       OK ] RNTupleCompat.FeatureFlagUnsupported (6 ms)
[ RUN      ] RNTupleCompat.FeatureFlagUnsupportedInFooter
[       OK ] RNTupleCompat.FeatureFlagUnsupportedInFooter (2 ms)
[ RUN      ] RNTupleCompat.FeatureFlagMixSupportedUnsupported
[       OK ] RNTupleCompat.FeatureFlagMixSupportedUnsupported (4 ms)
[ RUN      ] RNTupleCompat.FwdCompat_FutureNTupleAnchor
[       OK ] RNTupleCompat.FwdCompat_FutureNTupleAnchor (9 ms)
[ RUN      ] RNTupleCompat.FutureColumnType
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-descriptor

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-descriptor (gtest-tree-ntuple-ntuple-descriptor)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 0s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 16 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from RFieldDescriptorBuilder
[ RUN      ] RFieldDescriptorBuilder.MakeDescriptorErrors
[       OK ] RFieldDescriptorBuilder.MakeDescriptorErrors (0 ms)
[ RUN      ] RFieldDescriptorBuilder.HeaderExtension
[       OK ] RFieldDescriptorBuilder.HeaderExtension (0 ms)
[----------] 2 tests from RFieldDescriptorBuilder (0 ms total)

[----------] 5 tests from RNTupleDescriptorBuilder
[ RUN      ] RNTupleDescriptorBuilder.CatchBadLinks
[       OK ] RNTupleDescriptorBuilder.CatchBadLinks (0 ms)
[ RUN      ] RNTupleDescriptorBuilder.CatchBadProjections
[       OK ] RNTupleDescriptorBuilder.CatchBadProjections (0 ms)
[ RUN      ] RNTupleDescriptorBuilder.CatchBadColumnDescriptors
[       OK ] RNTupleDescriptorBuilder.CatchBadColumnDescriptors (0 ms)
[ RUN      ] RNTupleDescriptorBuilder.CatchInvalidDescriptors
[       OK ] RNTupleDescriptorBuilder.CatchInvalidDescriptors (0 ms)
[ RUN      ] RNTupleDescriptorBuilder.VersionMatches
[       OK ] RNTupleDescriptorBuilder.VersionMatches (0 ms)
[----------] 5 tests from RNTupleDescriptorBuilder (0 ms total)

[----------] 5 tests from RNTupleDescriptor
[ RUN      ] RNTupleDescriptor.QualifiedFieldName
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-evolution-type

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-evolution-type (gtest-tree-ntuple-ntuple-evolution-type)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from RNTupleEvolution
[ RUN      ] RNTupleEvolution.CheckVersions
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-join-table

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-join-table (gtest-tree-ntuple-ntuple-join-table)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from RNTupleJoinTable
[ RUN      ] RNTupleJoinTable.Basic
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-merger

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-merger (gtest-tree-ntuple-ntuple-merger)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 330 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 1 test from RPageStorage
[ RUN      ] RPageStorage.ReadSealedPages
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-metrics

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-metrics (gtest-tree-ntuple-ntuple-metrics)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 3s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from Metrics
[ RUN      ] Metrics.Counters
[       OK ] Metrics.Counters (0 ms)
[ RUN      ] Metrics.Nested
[       OK ] Metrics.Nested (0 ms)
[ RUN      ] Metrics.Timer
[       OK ] Metrics.Timer (20 ms)
[ RUN      ] Metrics.RNTupleWriter
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-model

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-model (gtest-tree-ntuple-ntuple-model)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 0s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 10 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 10 tests from RNTupleModel
[ RUN      ] RNTupleModel.EnforceValidFieldNames
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-multi-column

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-multi-column (gtest-tree-ntuple-ntuple-multi-column)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from RNTuple
[ RUN      ] RNTuple.MultiColumnRepresentationSimple
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-multi-stream

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-multi-stream (gtest-tree-ntuple-ntuple-multi-stream)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 3s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from RNTuple
[ RUN      ] RNTuple.MultiStreamBasics
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-packing

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-packing (gtest-tree-ntuple-ntuple-packing)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 20 tests from 11 test suites.
[----------] Global test environment set-up.
[----------] 10 tests from Packing
[ RUN      ] Packing.Bitfield
[       OK ] Packing.Bitfield (0 ms)
[ RUN      ] Packing.HalfPrecisionFloat
[       OK ] Packing.HalfPrecisionFloat (0 ms)
[ RUN      ] Packing.RColumnSwitch
[       OK ] Packing.RColumnSwitch (0 ms)
[ RUN      ] Packing.OnDiskEncoding
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-pages

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-pages (gtest-tree-ntuple-ntuple-pages)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 2s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from Pages
[ RUN      ] Pages.Allocation
[       OK ] Pages.Allocation (0 ms)
[ RUN      ] Pages.Pool
[       OK ] Pages.Pool (0 ms)
[ RUN      ] Pages.ReleasePinned
[       OK ] Pages.ReleasePinned (0 ms)
[ RUN      ] Pages.EvictBasics
[       OK ] Pages.EvictBasics (0 ms)
[ RUN      ] Pages.EvictExpiredClusters
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374

Check warning on line 0 in gtest-tree-ntuple-ntuple-print

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 21 runs failed: gtest-tree-ntuple-ntuple-print (gtest-tree-ntuple-ntuple-print)

artifacts/Test Results Windows x64 Release/TestResults.xml [took 0s]
artifacts/Test Results Windows x86 Release/TestResults.xml [took 0s]
Raw output
Failed
Running main() from C:\ROOT-CI\build\googletest-prefix\src\googletest\googletest\src\gtest_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from RNtuplePrint
[ RUN      ] RNtuplePrint.FullString
CMake Error at C:/ROOT-CI/src/cmake/modules/RootTestDriver.cmake:256 (message):
  error code: Exit code 0xc0000374