Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

#1393 add undefined behavior sanitizer #1556

Merged
merged 9 commits into from
Oct 6, 2021
Merged

Conversation

jstrzebonski
Copy link
Contributor

@jstrzebonski jstrzebonski commented Sep 15, 2021

Fixes #1393
Fixes only reference binding to null pointer, other errors are going to be fixed in separated PRs.

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-5, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (clang-3.9, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-6, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

PhilMiller
PhilMiller previously approved these changes Sep 15, 2021
@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (clang-5.0, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #1556 (a9e46ae) into develop (f7c93ee) will increase coverage by 0.07%.
The diff coverage is 65.30%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1556      +/-   ##
===========================================
+ Coverage    82.90%   82.97%   +0.07%     
===========================================
  Files          784      784              
  Lines        29741    29740       -1     
===========================================
+ Hits         24657    24677      +20     
+ Misses        5084     5063      -21     
Impacted Files Coverage Δ
examples/rdma/rdma_simple_put.cc 13.11% <0.00%> (ø)
examples/rdma/rdma_simple_put_direct.cc 19.04% <0.00%> (ø)
src/vt/group/group_info.impl.h 37.70% <0.00%> (ø)
src/vt/rdmahandle/handle.index.impl.h 95.65% <ø> (ø)
src/vt/rdmahandle/handle.node.impl.h 87.50% <ø> (ø)
src/vt/topos/index/dense/dense_array.impl.h 100.00% <ø> (ø)
tests/unit/rdma/test_rdma_handle.h 5.12% <0.00%> (ø)
src/vt/rdmahandle/sub_handle.impl.h 96.26% <80.00%> (ø)
examples/rdma/rdma_simple_get.cc 100.00% <100.00%> (ø)
examples/rdma/rdma_simple_get_direct.cc 100.00% <100.00%> (ø)
... and 16 more

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (clang-9, ubuntu, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

PR tests (clang-10, ubuntu, mpich, undefined behavior sanitizer)

Build for a38c6ef



The following tests FAILED:
   90 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_1 (Failed)
   91 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_1 (Failed)
   92 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_1 (Failed)
   93 - vt:TestActiveSend.test_active_message_serialization_proc_1 (Failed)
   96 - vt:TestAsyncOp.test_async_op_1_proc_1 (Failed)
   98 - vt:TestPendingSend.test_pending_send_hold_proc_1 (Failed)
   99 - vt:*/TestActiveBroadcastPut.test_type_safe_active_fn_bcast2/*_proc_2 (Failed)
  100 - vt:*/TestActiveBroadcast.test_type_safe_active_fn_bcast2/*_proc_2 (Failed)
  101 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_2 (Failed)
  102 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_2 (Failed)
  103 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_2 (Failed)
  104 - vt:TestActiveSend.test_active_message_serialization_proc_2 (Failed)
  105 - vt:*TestActiveSendLarge/*test_large_bytes_msg_proc_2 (Failed)
  106 - vt:*/TestActiveSendPut.test_active_fn_send_put_param/*_proc_2 (Failed)
  107 - vt:TestAsyncOp.test_async_op_1_proc_2 (Failed)
  109 - vt:TestPendingSend.test_pending_send_hold_proc_2 (Failed)
  110 - vt:*/TestActiveBroadcastPut.test_type_safe_active_fn_bcast2/*_proc_4 (Failed)
  111 - vt:*/TestActiveBroadcast.test_type_safe_active_fn_bcast2/*_proc_4 (Failed)
  112 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_4 (Failed)
  113 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_4 (Failed)
  114 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_4 (Failed)
  115 - vt:TestActiveSend.test_active_message_serialization_proc_4 (Failed)
  117 - vt:*/TestActiveSendPut.test_active_fn_send_put_param/*_proc_4 (Failed)
  118 - vt:TestAsyncOp.test_async_op_1_proc_4 (Failed)
  120 - vt:TestPendingSend.test_pending_send_hold_proc_4 (Failed)
  142 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_1 (Failed)
  143 - vt:TestDestroy.test_destroy_1_proc_1 (Failed)
  144 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_1 (Failed)
  145 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_1 (Failed)
  146 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_1 (Failed)
  147 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_1 (Failed)
  148 - vt:*TestMapping/*test_custom_mapping_1_proc_1 (Failed)
  149 - vt:TestQueryContext.test_query_context_broadcast_1_proc_1 (Failed)
  150 - vt:TestQueryContext.test_query_context_send_1_proc_1 (Failed)
  151 - vt:*/TestReduceCollection.test_reduce_op/*_proc_1 (Failed)
  152 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_1 (Failed)
  153 - vt:TestCollectionStorage.test_collection_storage_1_proc_1 (Failed)
  154 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_2 (Failed)
  155 - vt:TestDestroy.test_destroy_1_proc_2 (Failed)
  156 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_2 (Failed)
  157 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_2 (Failed)
  158 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_2 (Failed)
  159 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_2 (Failed)
  160 - vt:*TestMapping/*test_custom_mapping_1_proc_2 (Failed)
  161 - vt:TestQueryContext.test_query_context_broadcast_1_proc_2 (Failed)
  162 - vt:TestQueryContext.test_query_context_send_1_proc_2 (Failed)
  163 - vt:*/TestReduceCollection.test_reduce_op/*_proc_2 (Failed)
  164 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_2 (Failed)
  165 - vt:TestCollectionStorage.test_collection_storage_1_proc_2 (Failed)
  166 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_4 (Failed)
  167 - vt:TestDestroy.test_destroy_1_proc_4 (Failed)
  168 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_4 (Failed)
  169 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_4 (Failed)
  170 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_4 (Failed)
  171 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_4 (Failed)
  172 - vt:*TestMapping/*test_custom_mapping_1_proc_4 (Failed)
  173 - vt:TestQueryContext.test_query_context_broadcast_1_proc_4 (Failed)
  174 - vt:TestQueryContext.test_query_context_send_1_proc_4 (Failed)
  175 - vt:*/TestReduceCollection.test_reduce_op/*_proc_4 (Failed)
  176 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_4 (Failed)
  177 - vt:TestCollectionStorage.test_collection_storage_1_proc_4 (Failed)
  189 - vt:TestCheckpoint.test_checkpoint_1_proc_1 (Failed)
  190 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_1 (Failed)
  191 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_1 (Failed)
  192 - vt:TestCollectionGroup.test_collection_group_1_proc_1 (Failed)
  193 - vt:TestCollectionGroup.test_collection_group_2_proc_1 (Failed)
  194 - vt:TestCollectionGroup.test_collection_group_3_proc_1 (Failed)
  195 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_1 (Failed)
  196 - vt:TestInsert.test_insert_dense_1_proc_1 (Failed)
  197 - vt:TestInsert.test_insert_sparse_1_proc_1 (Failed)
  198 - vt:TestInsert.test_insert_dense_node_1_proc_1 (Failed)
  199 - vt:TestInsert.test_insert_sparse_node_1_proc_1 (Failed)
  200 - vt:TestInsert.test_insert_send_dense_node_1_proc_1 (Failed)
  201 - vt:TestInsert.test_insert_send_sparse_node_1_proc_1 (Failed)
  202 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_1 (Failed)
  203 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_1 (Failed)
  204 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_1 (Failed)
  205 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_1 (Failed)
  206 - vt:TestLB.test_lb_1_proc_1 (Failed)
  209 - vt:TestModelPerCollection.test_model_per_collection_1_proc_1 (Failed)
  210 - vt:TestCheckpoint.test_checkpoint_1_proc_2 (Failed)
  211 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_2 (Failed)
  212 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_2 (Failed)
  213 - vt:TestCollectionGroup.test_collection_group_1_proc_2 (Failed)
  214 - vt:TestCollectionGroup.test_collection_group_2_proc_2 (Failed)
  215 - vt:TestCollectionGroup.test_collection_group_3_proc_2 (Failed)
  216 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_2 (Failed)
  217 - vt:TestInsert.test_insert_dense_1_proc_2 (Failed)
  218 - vt:TestInsert.test_insert_sparse_1_proc_2 (Failed)
  219 - vt:TestInsert.test_insert_dense_node_1_proc_2 (Failed)
  220 - vt:TestInsert.test_insert_sparse_node_1_proc_2 (Failed)
  221 - vt:TestInsert.test_insert_send_dense_node_1_proc_2 (Failed)
  222 - vt:TestInsert.test_insert_send_sparse_node_1_proc_2 (Failed)
  223 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_2 (Failed)
  224 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_2 (Failed)
  225 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_2 (Failed)
  226 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_2 (Failed)
  227 - vt:TestLB.test_lb_1_proc_2 (Failed)
  230 - vt:TestModelPerCollection.test_model_per_collection_1_proc_2 (Failed)
  231 - vt:TestCheckpoint.test_checkpoint_1_proc_4 (Failed)
  232 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_4 (Failed)
  233 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_4 (Failed)
  234 - vt:TestCollectionGroup.test_collection_group_1_proc_4 (Failed)
  235 - vt:TestCollectionGroup.test_collection_group_2_proc_4 (Failed)
  236 - vt:TestCollectionGroup.test_collection_group_3_proc_4 (Failed)
  237 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_4 (Failed)
  238 - vt:TestInsert.test_insert_dense_1_proc_4 (Failed)
  239 - vt:TestInsert.test_insert_sparse_1_proc_4 (Failed)
  240 - vt:TestInsert.test_insert_dense_node_1_proc_4 (Failed)
  241 - vt:TestInsert.test_insert_sparse_node_1_proc_4 (Failed)
  242 - vt:TestInsert.test_insert_send_dense_node_1_proc_4 (Failed)
  243 - vt:TestInsert.test_insert_send_sparse_node_1_proc_4 (Failed)
  244 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_4 (Failed)
  245 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_4 (Failed)
  246 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_4 (Failed)
  247 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_4 (Failed)
  248 - vt:TestLB.test_lb_1_proc_4 (Failed)
  251 - vt:TestModelPerCollection.test_model_per_collection_1_proc_4 (Failed)
  252 - vt:TestReduce.test_reduce_op_proc_1 (Failed)
  253 - vt:TestMPICollective.test_mpi_collective_1_proc_1 (Failed)
  254 - vt:TestMPICollective.test_mpi_collective_2_proc_1 (Failed)
  255 - vt:TestMPICollective.test_mpi_collective_3_proc_1 (Failed)
  256 - vt:TestMPICollective.test_mpi_collective_4_proc_1 (Failed)
  257 - vt:TestMPICollective.test_mpi_collective_5_proc_1 (Failed)
  258 - vt:TestReduce.test_reduce_op_proc_2 (Failed)
  259 - vt:TestMPICollective.test_mpi_collective_1_proc_2 (Failed)
  260 - vt:TestMPICollective.test_mpi_collective_2_proc_2 (Failed)
  261 - vt:TestMPICollective.test_mpi_collective_3_proc_2 (Failed)
  262 - vt:TestMPICollective.test_mpi_collective_4_proc_2 (Failed)
  263 - vt:TestMPICollective.test_mpi_collective_5_proc_2 (Failed)
  264 - vt:TestReduce.test_reduce_op_proc_4 (Failed)
  265 - vt:TestMPICollective.test_mpi_collective_1_proc_4 (Failed)
  266 - vt:TestMPICollective.test_mpi_collective_2_proc_4 (Failed)
  267 - vt:TestMPICollective.test_mpi_collective_3_proc_4 (Failed)
  268 - vt:TestMPICollective.test_mpi_collective_4_proc_4 (Failed)
  269 - vt:TestMPICollective.test_mpi_collective_5_proc_4 (Failed)
  270 - vt:TestReduce.test_reduce_plus_default_op_proc_1 (Failed)
  271 - vt:TestReduce.test_reduce_max_default_op_proc_1 (Failed)
  272 - vt:TestReduce.test_reduce_min_default_op_proc_1 (Failed)
  273 - vt:TestReduce.test_reduce_vec_bool_msg_proc_1 (Failed)
  274 - vt:TestReduce.test_reduce_vec_int_msg_proc_1 (Failed)
  275 - vt:TestScatter.test_scatter_1_proc_1 (Failed)
  276 - vt:TestReduce.test_reduce_plus_default_op_proc_2 (Failed)
  277 - vt:TestReduce.test_reduce_max_default_op_proc_2 (Failed)
  278 - vt:TestReduce.test_reduce_min_default_op_proc_2 (Failed)
  279 - vt:TestReduce.test_reduce_vec_bool_msg_proc_2 (Failed)
  280 - vt:TestReduce.test_reduce_vec_int_msg_proc_2 (Failed)
  281 - vt:TestScatter.test_scatter_1_proc_2 (Failed)
  282 - vt:TestReduce.test_reduce_plus_default_op_proc_4 (Failed)
  283 - vt:TestReduce.test_reduce_max_default_op_proc_4 (Failed)
  284 - vt:TestReduce.test_reduce_min_default_op_proc_4 (Failed)
  285 - vt:TestReduce.test_reduce_vec_bool_msg_proc_4 (Failed)
  286 - vt:TestReduce.test_reduce_vec_int_msg_proc_4 (Failed)
  287 - vt:TestScatter.test_scatter_1_proc_4 (Failed)
  288 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_1 (Failed)
  289 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_1 (Failed)
  290 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_2 (Failed)
  291 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_2 (Failed)
  292 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_4 (Failed)
  293 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_4 (Failed)
  300 - vt:TestGroup.test_group_range_construct_1_proc_1 (Failed)
  301 - vt:TestGroup.test_group_range_construct_2_proc_1 (Failed)
  302 - vt:TestGroup.test_group_collective_construct_1_proc_1 (Failed)
  303 - vt:TestGroup.test_group_range_construct_1_proc_2 (Failed)
  304 - vt:TestGroup.test_group_range_construct_2_proc_2 (Failed)
  305 - vt:TestGroup.test_group_collective_construct_1_proc_2 (Failed)
  306 - vt:TestGroup.test_group_range_construct_1_proc_4 (Failed)
  307 - vt:TestGroup.test_group_range_construct_2_proc_4 (Failed)
  308 - vt:TestGroup.test_group_collective_construct_1_proc_4 (Failed)
  309 - vt:TestGroupExtended.test_group_collective_proc_1 (Failed)
  310 - vt:TestGroupExtended.test_group_collective_proc_2 (Failed)
  311 - vt:TestGroupExtended.test_group_collective_proc_4 (Failed)
  312 - vt:TestHandler.test_make_handler_default_params_proc_1 (Failed)
  313 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_1 (Failed)
  314 - vt:TestHandler.test_make_handler_default_params_proc_2 (Failed)
  315 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_2 (Failed)
  316 - vt:TestHandler.test_make_handler_default_params_proc_4 (Failed)
  317 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_4 (Failed)
  324 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_1 (Failed)
  325 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_2 (Failed)
  326 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_4 (Failed)
  339 - vt:TestLocation.test_register_and_get_entity_proc_1 (Failed)
  340 - vt:TestLocation.test_register_and_get_multiple_entities_proc_1 (Failed)
  341 - vt:TestLocation.test_unregister_multiple_entities_proc_1 (Failed)
  342 - vt:TestLocation.test_migrate_entity_proc_1 (Failed)
  343 - vt:TestLocation.test_migrate_entity_expire_cache_proc_1 (Failed)
  344 - vt:TestLocation.test_migrate_multiple_entities_proc_1 (Failed)
  345 - vt:*TestLocationRoute/*test_route_entity_proc_1 (Failed)
  346 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_1 (Failed)
  347 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_1 (Failed)
  348 - vt:TestLocation.test_register_and_get_entity_proc_2 (Failed)
  349 - vt:TestLocation.test_register_and_get_multiple_entities_proc_2 (Failed)
  350 - vt:TestLocation.test_unregister_multiple_entities_proc_2 (Failed)
  351 - vt:TestLocation.test_migrate_entity_proc_2 (Failed)
  352 - vt:TestLocation.test_migrate_entity_expire_cache_proc_2 (Failed)
  353 - vt:TestLocation.test_migrate_multiple_entities_proc_2 (Failed)
  354 - vt:*TestLocationRoute/*test_route_entity_proc_2 (Failed)
  355 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_2 (Failed)
  356 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_2 (Failed)
  357 - vt:TestLocation.test_register_and_get_entity_proc_4 (Failed)
  358 - vt:TestLocation.test_register_and_get_multiple_entities_proc_4 (Failed)
  359 - vt:TestLocation.test_unregister_multiple_entities_proc_4 (Failed)
  360 - vt:TestLocation.test_migrate_entity_proc_4 (Failed)
  361 - vt:TestLocation.test_migrate_entity_expire_cache_proc_4 (Failed)
  362 - vt:TestLocation.test_migrate_multiple_entities_proc_4 (Failed)
  363 - vt:*TestLocationRoute/*test_route_entity_proc_4 (Failed)
  364 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_4 (Failed)
  365 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_4 (Failed)
  366 - vt:TestHops.test_hops_1_proc_1 (Failed)
  367 - vt:TestHops.test_hops_1_proc_2 (Failed)
  368 - vt:TestHops.test_hops_1_proc_4 (Failed)
  369 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_1 (Failed)
  370 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_2 (Failed)
  371 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_4 (Failed)
  375 - vt:*TestMemoryActive/*test_memory_remote_send_proc_1 (Failed)
  376 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_1 (Failed)
  377 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_1 (Failed)
  378 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_1 (Failed)
  379 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_1 (Failed)
  380 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_1 (Failed)
  381 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_1 (Failed)
  382 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_1 (Failed)
  383 - vt:*TestMemoryActive/*test_memory_remote_send_proc_2 (Failed)
  384 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_2 (Failed)
  385 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_2 (Failed)
  386 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_2 (Failed)
  387 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_2 (Failed)
  388 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_2 (Failed)
  389 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_2 (Failed)
  390 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_2 (Failed)
  391 - vt:*TestMemoryActive/*test_memory_remote_send_proc_4 (Failed)
  392 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_4 (Failed)
  393 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_4 (Failed)
  394 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_4 (Failed)
  395 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_4 (Failed)
  396 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_4 (Failed)
  397 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_4 (Failed)
  398 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_4 (Failed)
  399 - vt:TestMsgThief.test_msgthief_deprecated_rawptr_no_mpi (Failed)
  400 - vt:TestMsgThief.test_msgthief_implicit_stealing_no_mpi (Failed)
  401 - vt:TestMsgThief.test_msgthief_explicit_stdmove_no_mpi (Failed)
  402 - vt:TestObjGroup.test_construct_proc_1 (Failed)
  403 - vt:TestObjGroup.test_proxy_object_getter_proc_1 (Failed)
  404 - vt:TestObjGroup.test_proxy_update_proc_1 (Failed)
  405 - vt:TestObjGroup.test_proxy_schedule_proc_1 (Failed)
  406 - vt:TestObjGroup.test_proxy_callbacks_proc_1 (Failed)
  407 - vt:TestObjGroup.test_proxy_reduce_proc_1 (Failed)
  408 - vt:TestObjGroup.test_proxy_invoke_proc_1 (Failed)
  409 - vt:TestObjGroup.test_construct_proc_2 (Failed)
  410 - vt:TestObjGroup.test_proxy_object_getter_proc_2 (Failed)
  411 - vt:TestObjGroup.test_proxy_update_proc_2 (Failed)
  412 - vt:TestObjGroup.test_proxy_schedule_proc_2 (Failed)
  413 - vt:TestObjGroup.test_proxy_callbacks_proc_2 (Failed)
  414 - vt:TestObjGroup.test_proxy_reduce_proc_2 (Failed)
  415 - vt:TestObjGroup.test_proxy_invoke_proc_2 (Failed)
  416 - vt:TestObjGroup.test_construct_proc_4 (Failed)
  417 - vt:TestObjGroup.test_proxy_object_getter_proc_4 (Failed)
  418 - vt:TestObjGroup.test_proxy_update_proc_4 (Failed)
  419 - vt:TestObjGroup.test_proxy_schedule_proc_4 (Failed)
  420 - vt:TestObjGroup.test_proxy_callbacks_proc_4 (Failed)
  421 - vt:TestObjGroup.test_proxy_reduce_proc_4 (Failed)
  422 - vt:TestObjGroup.test_proxy_invoke_proc_4 (Failed)
  423 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_1 (Failed)
  424 - vt:TestPhaseManagement.test_phase_manager_1_proc_1 (Failed)
  425 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_2 (Failed)
  426 - vt:TestPhaseManagement.test_phase_manager_1_proc_2 (Failed)
  427 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_4 (Failed)
  428 - vt:TestPhaseManagement.test_phase_manager_1_proc_4 (Failed)
  429 - vt:TestCallbackBcast.test_callback_bcast_1_proc_1 (Failed)
  430 - vt:TestCallbackBcast.test_callback_bcast_2_proc_1 (Failed)
  431 - vt:TestCallbackBcast.test_callback_bcast_3_proc_1 (Failed)
  432 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_1 (Failed)
  433 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_1 (Failed)
  434 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_1 (Failed)
  435 - vt:TestCallbackFunc.test_callback_func_1_proc_1 (Failed)
  436 - vt:TestCallbackFunc.test_callback_func_2_proc_1 (Failed)
  437 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_1 (Failed)
  438 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_1 (Failed)
  439 - vt:TestCallbackSend.test_callback_send_1_proc_1 (Failed)
  440 - vt:TestCallbackSend.test_callback_send_2_proc_1 (Failed)
  441 - vt:TestCallbackSend.test_callback_send_3_proc_1 (Failed)
  442 - vt:TestCallbackSend.test_callback_send_remote_1_proc_1 (Failed)
  443 - vt:TestCallbackSend.test_callback_send_remote_2_proc_1 (Failed)
  444 - vt:TestCallbackSend.test_callback_send_remote_3_proc_1 (Failed)
  445 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_1 (Failed)
  446 - vt:TestCallbackBcast.test_callback_bcast_1_proc_2 (Failed)
  447 - vt:TestCallbackBcast.test_callback_bcast_2_proc_2 (Failed)
  448 - vt:TestCallbackBcast.test_callback_bcast_3_proc_2 (Failed)
  449 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_2 (Failed)
  450 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_2 (Failed)
  451 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_2 (Failed)
  452 - vt:TestCallbackFunc.test_callback_func_1_proc_2 (Failed)
  453 - vt:TestCallbackFunc.test_callback_func_2_proc_2 (Failed)
  454 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_2 (Failed)
  455 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_2 (Failed)
  456 - vt:TestCallbackSend.test_callback_send_1_proc_2 (Failed)
  457 - vt:TestCallbackSend.test_callback_send_2_proc_2 (Failed)
  458 - vt:TestCallbackSend.test_callback_send_3_proc_2 (Failed)
  459 - vt:TestCallbackSend.test_callback_send_remote_1_proc_2 (Failed)
  460 - vt:TestCallbackSend.test_callback_send_remote_2_proc_2 (Failed)
  461 - vt:TestCallbackSend.test_callback_send_remote_3_proc_2 (Failed)
  462 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_2 (Failed)
  463 - vt:TestCallbackBcast.test_callback_bcast_1_proc_4 (Failed)
  464 - vt:TestCallbackBcast.test_callback_bcast_2_proc_4 (Failed)
  465 - vt:TestCallbackBcast.test_callback_bcast_3_proc_4 (Failed)
  466 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_4 (Failed)
  467 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_4 (Failed)
  468 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_4 (Failed)
  469 - vt:TestCallbackFunc.test_callback_func_1_proc_4 (Failed)
  470 - vt:TestCallbackFunc.test_callback_func_2_proc_4 (Failed)
  471 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_4 (Failed)
  472 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_4 (Failed)
  473 - vt:TestCallbackSend.test_callback_send_1_proc_4 (Failed)
  474 - vt:TestCallbackSend.test_callback_send_2_proc_4 (Failed)
  475 - vt:TestCallbackSend.test_callback_send_3_proc_4 (Failed)
  476 - vt:TestCallbackSend.test_callback_send_remote_1_proc_4 (Failed)
  477 - vt:TestCallbackSend.test_callback_send_remote_2_proc_4 (Failed)
  478 - vt:TestCallbackSend.test_callback_send_remote_3_proc_4 (Failed)
  479 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_4 (Failed)
  480 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_1 (Failed)
  481 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_1 (Failed)
  482 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_1 (Failed)
  483 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_1 (Failed)
  484 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_1 (Failed)
  485 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_1 (Failed)
  486 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_2 (Failed)
  487 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_2 (Failed)
  488 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_2 (Failed)
  489 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_2 (Failed)
  490 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_2 (Failed)
  491 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_2 (Failed)
  492 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_4 (Failed)
  493 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_4 (Failed)
  494 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_4 (Failed)
  495 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_4 (Failed)
  496 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_4 (Failed)
  497 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_4 (Failed)
  498 - vt:TestPool.pool_message_alloc_proc_1 (Failed)
  499 - vt:TestPool.pool_alloc_proc_1 (Failed)
  500 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_1 (Failed)
  501 - vt:TestPool.pool_message_alloc_proc_2 (Failed)
  502 - vt:TestPool.pool_alloc_proc_2 (Failed)
  503 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_2 (Failed)
  504 - vt:TestPool.pool_message_alloc_proc_4 (Failed)
  505 - vt:TestPool.pool_alloc_proc_4 (Failed)
  506 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_4 (Failed)
  507 - vt:*TestRDMAHandleCollection/*test_rdma_handle_collection_1_proc_1 (Failed)
  508 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_1 (Failed)
  509 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_1 (Failed)
  510 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_1 (Failed)
  511 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_1 (Failed)
  512 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_1 (Failed)
  513 - vt:*TestRDMAHandleCollection/*test_rdma_handle_collection_1_proc_2 (Failed)
  514 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_2 (Failed)
  515 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_2 (Failed)
  516 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_2 (Failed)
  517 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_2 (Failed)
  518 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_2 (Failed)
  520 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_4 (Failed)
  521 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_4 (Failed)
  522 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_4 (Failed)
  523 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_4 (Failed)
  524 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_4 (Failed)
  525 - vt:TestInvoke.test_invoke_call_proc_1 (Failed)
  526 - vt:TestInvoke.test_invoke_call_proc_2 (Failed)
  527 - vt:TestInvoke.test_invoke_call_proc_4 (Failed)
  528 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_1 (Failed)
  529 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_1 (Failed)
  530 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_1 (Failed)
  531 - vt:TestInitialization.test_initialize_with_args_proc_1 (Failed)
  532 - vt:TestMemoryFootprinting.test_live_components_proc_1 (Failed)
  533 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_1 (Failed)
  534 - vt:TestMemoryFootprinting.test_arg_config_proc_1 (Failed)
  535 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_1 (Failed)
  536 - vt:TestMemoryFootprinting.test_lb_manager_proc_1 (Failed)
  537 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_1 (Failed)
  538 - vt:TestMemoryFootprinting.test_node_stats_proc_1 (Failed)
  539 - vt:TestMemoryFootprinting.test_memory_usage_proc_1 (Failed)
  540 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_1 (Failed)
  541 - vt:TestMemoryFootprinting.test_collective_alg_proc_1 (Failed)
  542 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_1 (Failed)
  543 - vt:TestMemoryFootprinting.test_pipe_manager_proc_1 (Failed)
  544 - vt:TestMemoryFootprinting.test_group_manager_proc_1 (Failed)
  545 - vt:TestMemoryFootprinting.test_collection_manager_proc_1 (Failed)
  546 - vt:TestMemoryFootprinting.test_location_manager_proc_1 (Failed)
  547 - vt:TestMemoryFootprinting.test_termination_detector_proc_1 (Failed)
  548 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_1 (Failed)
  549 - vt:TestMemoryFootprinting.test_sequencer_proc_1 (Failed)
  550 - vt:TestMemoryFootprinting.test_scheduler_proc_1 (Failed)
  551 - vt:TestMemoryFootprinting.test_registry_proc_1 (Failed)
  552 - vt:TestMemoryFootprinting.test_rdma_manager_proc_1 (Failed)
  553 - vt:TestMemoryFootprinting.test_param_proc_1 (Failed)
  554 - vt:TestMemoryFootprinting.test_active_messenger_proc_1 (Failed)
  555 - vt:TestMemoryFootprinting.test_async_event_proc_1 (Failed)
  557 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_1 (Failed)
  558 - vt:TestMemoryFootprinting.test_pool_proc_1 (Failed)
  559 - vt:TestMemoryFootprinting.test_context_proc_1 (Failed)
  560 - vt:TestMemoryFootprinting.test_phase_proc_1 (Failed)
  561 - vt:TestMemoryFootprinting.test_stats_reader_proc_1 (Failed)
  562 - vt:TestMemoryFootprinting.test_epoch_proc_1 (Failed)
  564 - vt:TestMemoryFootprinting.test_pmpi_component_proc_1 (Failed)
  565 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_1 (Failed)
  566 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_1 (Failed)
  567 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_2 (Failed)
  568 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_2 (Failed)
  569 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_2 (Failed)
  570 - vt:TestInitialization.test_initialize_with_args_proc_2 (Failed)
  571 - vt:TestMemoryFootprinting.test_live_components_proc_2 (Failed)
  572 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_2 (Failed)
  573 - vt:TestMemoryFootprinting.test_arg_config_proc_2 (Failed)
  574 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_2 (Failed)
  575 - vt:TestMemoryFootprinting.test_lb_manager_proc_2 (Failed)
  576 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_2 (Failed)
  577 - vt:TestMemoryFootprinting.test_node_stats_proc_2 (Failed)
  578 - vt:TestMemoryFootprinting.test_memory_usage_proc_2 (Failed)
  579 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_2 (Failed)
  580 - vt:TestMemoryFootprinting.test_collective_alg_proc_2 (Failed)
  581 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_2 (Failed)
  582 - vt:TestMemoryFootprinting.test_pipe_manager_proc_2 (Failed)
  583 - vt:TestMemoryFootprinting.test_group_manager_proc_2 (Failed)
  584 - vt:TestMemoryFootprinting.test_collection_manager_proc_2 (Failed)
  585 - vt:TestMemoryFootprinting.test_location_manager_proc_2 (Failed)
  586 - vt:TestMemoryFootprinting.test_termination_detector_proc_2 (Failed)
  587 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_2 (Failed)
  588 - vt:TestMemoryFootprinting.test_sequencer_proc_2 (Failed)
  589 - vt:TestMemoryFootprinting.test_scheduler_proc_2 (Failed)
  590 - vt:TestMemoryFootprinting.test_registry_proc_2 (Failed)
  591 - vt:TestMemoryFootprinting.test_rdma_manager_proc_2 (Failed)
  592 - vt:TestMemoryFootprinting.test_param_proc_2 (Failed)
  593 - vt:TestMemoryFootprinting.test_active_messenger_proc_2 (Failed)
  594 - vt:TestMemoryFootprinting.test_async_event_proc_2 (Failed)
  596 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_2 (Failed)
  597 - vt:TestMemoryFootprinting.test_pool_proc_2 (Failed)
  598 - vt:TestMemoryFootprinting.test_context_proc_2 (Failed)
  599 - vt:TestMemoryFootprinting.test_phase_proc_2 (Failed)
  600 - vt:TestMemoryFootprinting.test_stats_reader_proc_2 (Failed)
  601 - vt:TestMemoryFootprinting.test_epoch_proc_2 (Failed)
  603 - vt:TestMemoryFootprinting.test_pmpi_component_proc_2 (Failed)
  604 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_2 (Failed)
  605 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_2 (Failed)
  606 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_4 (Failed)
  607 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_4 (Failed)
  608 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_4 (Failed)
  609 - vt:TestInitialization.test_initialize_with_args_proc_4 (Failed)
  610 - vt:TestMemoryFootprinting.test_live_components_proc_4 (Failed)
  611 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_4 (Failed)
  612 - vt:TestMemoryFootprinting.test_arg_config_proc_4 (Failed)
  613 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_4 (Failed)
  614 - vt:TestMemoryFootprinting.test_lb_manager_proc_4 (Failed)
  615 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_4 (Failed)
  616 - vt:TestMemoryFootprinting.test_node_stats_proc_4 (Failed)
  617 - vt:TestMemoryFootprinting.test_memory_usage_proc_4 (Failed)
  618 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_4 (Failed)
  619 - vt:TestMemoryFootprinting.test_collective_alg_proc_4 (Failed)
  620 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_4 (Failed)
  621 - vt:TestMemoryFootprinting.test_pipe_manager_proc_4 (Failed)
  622 - vt:TestMemoryFootprinting.test_group_manager_proc_4 (Failed)
  623 - vt:TestMemoryFootprinting.test_collection_manager_proc_4 (Failed)
  624 - vt:TestMemoryFootprinting.test_location_manager_proc_4 (Failed)
  625 - vt:TestMemoryFootprinting.test_termination_detector_proc_4 (Failed)
  626 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_4 (Failed)
  627 - vt:TestMemoryFootprinting.test_sequencer_proc_4 (Failed)
  628 - vt:TestMemoryFootprinting.test_scheduler_proc_4 (Failed)
  629 - vt:TestMemoryFootprinting.test_registry_proc_4 (Failed)
  630 - vt:TestMemoryFootprinting.test_rdma_manager_proc_4 (Failed)
  631 - vt:TestMemoryFootprinting.test_param_proc_4 (Failed)
  632 - vt:TestMemoryFootprinting.test_active_messenger_proc_4 (Failed)
  633 - vt:TestMemoryFootprinting.test_async_event_proc_4 (Failed)
  635 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_4 (Failed)
  636 - vt:TestMemoryFootprinting.test_pool_proc_4 (Failed)
  637 - vt:TestMemoryFootprinting.test_context_proc_4 (Failed)
  638 - vt:TestMemoryFootprinting.test_phase_proc_4 (Failed)
  639 - vt:TestMemoryFootprinting.test_stats_reader_proc_4 (Failed)
  640 - vt:TestMemoryFootprinting.test_epoch_proc_4 (Failed)
  642 - vt:TestMemoryFootprinting.test_pmpi_component_proc_4 (Failed)
  643 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_4 (Failed)
  644 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_4 (Failed)
  645 - vt:TestInitialization.test_initialize_no_args_no_mpi (Failed)
  648 - vt:TestCliArguments.test_vt_assert_proc_1 (Failed)
  649 - vt:TestCliArguments.test_assert_no_fail_proc_1 (Failed)
  650 - vt:TestCliArguments.test_vt_assert_proc_2 (Failed)
  651 - vt:TestCliArguments.test_assert_no_fail_proc_2 (Failed)
  652 - vt:TestCliArguments.test_vt_assert_proc_4 (Failed)
  653 - vt:TestCliArguments.test_assert_no_fail_proc_4 (Failed)
  654 - vt:TestHighLevelCalls.test_collective_lambda_proc_1 (Failed)
  655 - vt:TestHighLevelCalls.test_collective_std_function_proc_1 (Failed)
  656 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_1 (Failed)
  657 - vt:TestHighLevelCalls.test_rooted_lambda_proc_1 (Failed)
  658 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_1 (Failed)
  659 - vt:TestHighLevelCalls.test_rooted_std_function_proc_1 (Failed)
  660 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_1 (Failed)
  661 - vt:TestHighLevelCalls.test_collective_lambda_proc_2 (Failed)
  662 - vt:TestHighLevelCalls.test_collective_std_function_proc_2 (Failed)
  663 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_2 (Failed)
  664 - vt:TestHighLevelCalls.test_rooted_lambda_proc_2 (Failed)
  665 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_2 (Failed)
  666 - vt:TestHighLevelCalls.test_rooted_std_function_proc_2 (Failed)
  667 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_2 (Failed)
  668 - vt:TestHighLevelCalls.test_collective_lambda_proc_4 (Failed)
  669 - vt:TestHighLevelCalls.test_collective_std_function_proc_4 (Failed)
  670 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_4 (Failed)
  671 - vt:TestHighLevelCalls.test_rooted_lambda_proc_4 (Failed)
  672 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_4 (Failed)
  673 - vt:TestHighLevelCalls.test_rooted_std_function_proc_4 (Failed)
  674 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_4 (Failed)
  675 - vt:TestPriorityBits.test_priority_bits_1_proc_1 (Failed)
  676 - vt:TestPriorityQueue.test_priority_queue_1_proc_1 (Failed)
  677 - vt:TestPriorityQueue.test_priority_queue_2_proc_1 (Failed)
  678 - vt:TestPriorityQueue.test_priority_queue_3_proc_1 (Failed)
  679 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_1 (Failed)
  680 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_1 (Failed)
  681 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_1 (Failed)
  682 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_1 (Failed)
  683 - vt:TestSchedProgress.test_scheduler_progress_1_proc_1 (Failed)
  684 - vt:TestSchedProgress.test_scheduler_progress_2_proc_1 (Failed)
  685 - vt:TestPriorityBits.test_priority_bits_1_proc_2 (Failed)
  686 - vt:TestPriorityQueue.test_priority_queue_1_proc_2 (Failed)
  687 - vt:TestPriorityQueue.test_priority_queue_2_proc_2 (Failed)
  688 - vt:TestPriorityQueue.test_priority_queue_3_proc_2 (Failed)
  689 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_2 (Failed)
  690 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_2 (Failed)
  691 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_2 (Failed)
  692 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_2 (Failed)
  693 - vt:TestSchedProgress.test_scheduler_progress_1_proc_2 (Failed)
  694 - vt:TestSchedProgress.test_scheduler_progress_2_proc_2 (Failed)
  695 - vt:TestPriorityBits.test_priority_bits_1_proc_4 (Failed)
  696 - vt:TestPriorityQueue.test_priority_queue_1_proc_4 (Failed)
  697 - vt:TestPriorityQueue.test_priority_queue_2_proc_4 (Failed)
  698 - vt:TestPriorityQueue.test_priority_queue_3_proc_4 (Failed)
  699 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_4 (Failed)
  700 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_4 (Failed)
  701 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_4 (Failed)
  702 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_4 (Failed)
  703 - vt:TestSchedProgress.test_scheduler_progress_1_proc_4 (Failed)
  704 - vt:TestSchedProgress.test_scheduler_progress_2_proc_4 (Failed)
  705 - vt:TestSequencer.test_single_wait_proc_1 (Failed)
  706 - vt:TestSequencer.test_single_wait_tagged_proc_1 (Failed)
  707 - vt:TestSequencer.test_multi_wait_proc_1 (Failed)
  708 - vt:TestSequencer.test_multi_wait_tagged_proc_1 (Failed)
  709 - vt:TestSequencerFor.test_for_proc_1 (Failed)
  710 - vt:TestSequencerNested.test_simple_nested_wait_proc_1 (Failed)
  711 - vt:TestSequencerNested.test_multi_nested_wait_proc_1 (Failed)
  712 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_1 (Failed)
  713 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_1 (Failed)
  714 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_1 (Failed)
  716 - vt:TestSequencerParallel.test_parallel_1_proc_1 (Failed)
  717 - vt:TestSequencerParallel.test_parallel_2_proc_1 (Failed)
  718 - vt:TestSequencerParallel.test_parallel_3_proc_1 (Failed)
  719 - vt:TestSequencerParallel.test_parallel_4_proc_1 (Failed)
  720 - vt:TestSequencerVirtual.test_seq_vc_1_proc_1 (Failed)
  721 - vt:TestSequencerVirtual.test_seq_vc_2_proc_1 (Failed)
  722 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_1 (Failed)
  723 - vt:TestSequencer.test_single_wait_proc_2 (Failed)
  724 - vt:TestSequencer.test_single_wait_tagged_proc_2 (Failed)
  725 - vt:TestSequencer.test_multi_wait_proc_2 (Failed)
  726 - vt:TestSequencer.test_multi_wait_tagged_proc_2 (Failed)
  727 - vt:TestSequencerFor.test_for_proc_2 (Failed)
  728 - vt:TestSequencerNested.test_simple_nested_wait_proc_2 (Failed)
  729 - vt:TestSequencerNested.test_multi_nested_wait_proc_2 (Failed)
  730 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_2 (Failed)
  731 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_2 (Failed)
  732 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_2 (Failed)
  733 - vt:*/TestSequencerParallelParam.test_seq_parallel_param/*_proc_2 (Failed)
  734 - vt:TestSequencerParallel.test_parallel_1_proc_2 (Failed)
  735 - vt:TestSequencerParallel.test_parallel_2_proc_2 (Failed)
  736 - vt:TestSequencerParallel.test_parallel_3_proc_2 (Failed)
  737 - vt:TestSequencerParallel.test_parallel_4_proc_2 (Failed)
  738 - vt:TestSequencerVirtual.test_seq_vc_1_proc_2 (Failed)
  739 - vt:TestSequencerVirtual.test_seq_vc_2_proc_2 (Failed)
  740 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_2 (Failed)
  741 - vt:TestSequencer.test_single_wait_proc_4 (Failed)
  742 - vt:TestSequencer.test_single_wait_tagged_proc_4 (Failed)
  743 - vt:TestSequencer.test_multi_wait_proc_4 (Failed)
  744 - vt:TestSequencer.test_multi_wait_tagged_proc_4 (Failed)
  745 - vt:TestSequencerFor.test_for_proc_4 (Failed)
  746 - vt:TestSequencerNested.test_simple_nested_wait_proc_4 (Failed)
  747 - vt:TestSequencerNested.test_multi_nested_wait_proc_4 (Failed)
  748 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_4 (Failed)
  749 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_4 (Failed)
  750 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_4 (Failed)
  751 - vt:*/TestSequencerParallelParam.test_seq_parallel_param/*_proc_4 (Failed)
  752 - vt:TestSequencerParallel.test_parallel_1_proc_4 (Failed)
  753 - vt:TestSequencerParallel.test_parallel_2_proc_4 (Failed)
  754 - vt:TestSequencerParallel.test_parallel_3_proc_4 (Failed)
  755 - vt:TestSequencerParallel.test_parallel_4_proc_4 (Failed)
  756 - vt:TestSequencerVirtual.test_seq_vc_1_proc_4 (Failed)
  757 - vt:TestSequencerVirtual.test_seq_vc_2_proc_4 (Failed)
  758 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_4 (Failed)
  759 - vt:TestSerialMessenger.test_serial_messenger_1_proc_1 (Failed)
  760 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_1 (Failed)
  761 - vt:TestSerialMessenger.test_serial_messenger_1_proc_2 (Failed)
  762 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_2 (Failed)
  763 - vt:TestSerialMessenger.test_serial_messenger_1_proc_4 (Failed)
  764 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_4 (Failed)
  765 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_1 (Failed)
  766 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_2 (Failed)
  767 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_4 (Failed)
  768 - vt:TestIntegralSet.test_interval_set_proc_1 (Failed)
  769 - vt:TestIntegralSet.test_interval_set_2_proc_1 (Failed)
  770 - vt:TestIntegralSet.test_interval_set_3_proc_1 (Failed)
  771 - vt:TestTermChaining.test_termination_chaining_1_proc_1 (Failed)
  772 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_1 (Failed)
  773 - vt:TestTermCleanup.test_termination_cleanup_1_proc_1 (Failed)
  774 - vt:TestTermCleanup.test_termination_cleanup_2_proc_1 (Failed)
  775 - vt:*/TestTermDepSendChain.test_term_dep_send_chain/*_proc_1 (Failed)
  776 - vt:*/TestTermDepSendChain.test_term_dep_send_chain_merge/*_proc_1 (Failed)
  783 - vt:TestTermReset.test_termination_reset_1_proc_1 (Failed)
  784 - vt:TestIntegralSet.test_interval_set_proc_2 (Failed)
  785 - vt:TestIntegralSet.test_interval_set_2_proc_2 (Failed)
  786 - vt:TestIntegralSet.test_interval_set_3_proc_2 (Failed)
  787 - vt:TestTermChaining.test_termination_chaining_1_proc_2 (Failed)
  788 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_2 (Failed)
  789 - vt:TestTermCleanup.test_termination_cleanup_1_proc_2 (Failed)
  790 - vt:TestTermCleanup.test_termination_cleanup_2_proc_2 (Failed)
  791 - vt:*/TestTermDepSendChain.test_term_dep_send_chain/*_proc_2 (Failed)
  792 - vt:*/TestTermDepSendChain.test_term_dep_send_chain_merge/*_proc_2 (Failed)
  793 - vt:*/TestTermCollect.test_term_detect_collect_epoch/*_proc_2 (Failed)
  794 - vt:*/TestTermRooted.test_term_detect_rooted_epoch/*_proc_2 (Failed)
  795 - vt:*/TestTermGlobal.test_term_detect_broadcast/*_proc_2 (Failed)
  796 - vt:*/TestTermGlobal.test_term_detect_routed/*_proc_2 (Failed)
  797 - vt:*/TestTermNestedCollect.test_term_detect_nested_collect_epoch/*_proc_2 (Failed)
  798 - vt:*/TestTermNestedRooted.test_term_detect_nested_rooted_epoch/*_proc_2 (Failed)
  799 - vt:TestTermReset.test_termination_reset_1_proc_2 (Failed)
  800 - vt:TestIntegralSet.test_interval_set_proc_4 (Failed)
  801 - vt:TestIntegralSet.test_interval_set_2_proc_4 (Failed)
  802 - vt:TestIntegralSet.test_interval_set_3_proc_4 (Failed)
  803 - vt:TestTermChaining.test_termination_chaining_1_proc_4 (Failed)
  804 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_4 (Failed)
  805 - vt:TestTermCleanup.test_termination_cleanup_1_proc_4 (Failed)
  806 - vt:TestTermCleanup.test_termination_cleanup_2_proc_4 (Failed)
  809 - vt:*/TestTermCollect.test_term_detect_collect_epoch/*_proc_4 (Failed)
  810 - vt:*/TestTermRooted.test_term_detect_rooted_epoch/*_proc_4 (Failed)
  811 - vt:*/TestTermGlobal.test_term_detect_broadcast/*_proc_4 (Failed)
  812 - vt:*/TestTermGlobal.test_term_detect_routed/*_proc_4 (Failed)
  813 - vt:*/TestTermNestedCollect.test_term_detect_nested_collect_epoch/*_proc_4 (Failed)
  814 - vt:*/TestTermNestedRooted.test_term_detect_nested_rooted_epoch/*_proc_4 (Failed)
  815 - vt:TestTermReset.test_termination_reset_1_proc_4 (Failed)
  816 - vt:TestTermCallable.test_add_action_unique_proc_1 (Failed)
  817 - vt:TestTermCallable.test_add_action_unique_proc_2 (Failed)
  818 - vt:TestTermCallable.test_add_action_unique_proc_4 (Failed)
  819 - vt:TestTimeTrigger.test_time_trigger_proc_1 (Failed)
  820 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_1 (Failed)
  821 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_1 (Failed)
  822 - vt:TestTimeTrigger.test_time_trigger_proc_2 (Failed)
  823 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_2 (Failed)
  824 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_2 (Failed)
  825 - vt:TestTimeTrigger.test_time_trigger_proc_4 (Failed)
  826 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_4 (Failed)
  827 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_4 (Failed)
  847 - vt:TestTraceSpec.test_trace_spec_1_proc_1 (Failed)
  848 - vt:TestTraceSpec.test_trace_spec_2_proc_1 (Failed)
  849 - vt:TestTraceSpec.test_trace_spec_3_proc_1 (Failed)
  850 - vt:TestTraceSpec.test_trace_spec_4_proc_1 (Failed)
  851 - vt:TestTraceSpec.test_trace_spec_1_proc_2 (Failed)
  852 - vt:TestTraceSpec.test_trace_spec_2_proc_2 (Failed)
  853 - vt:TestTraceSpec.test_trace_spec_3_proc_2 (Failed)
  854 - vt:TestTraceSpec.test_trace_spec_4_proc_2 (Failed)
  855 - vt:TestTraceSpec.test_trace_spec_1_proc_4 (Failed)
  856 - vt:TestTraceSpec.test_trace_spec_2_proc_4 (Failed)
  857 - vt:TestTraceSpec.test_trace_spec_3_proc_4 (Failed)
  858 - vt:TestTraceSpec.test_trace_spec_4_proc_4 (Failed)

Build log

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

PR tests (clang-10, alpine, mpich)

Build for a9e46ae

Compilation - successful

Testing - passed

Build log

@@ -36,6 +36,7 @@ variables:
VT_MIMALLOC: 0
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Unity build seems to be blowing up compilation. Perhaps it should be disabled for this case?

@jstrzebonski
Copy link
Contributor Author

Things found by Undefined Behavior Sanitizer:

reference binding to null pointer of type ..., for example:

/usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1043:9: runtime error: reference binding to null pointer of type 'vt::vrt::collection::balance::ElementIDStruct'
    #0 0x8c111e7 in std::vector<vt::vrt::collection::balance::ElementIDStruct, std::allocator<vt::vrt::collection::balance::ElementIDStruct> >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1043:2
    #1 0x8bc35e6 in vt::vrt::collection::lb::GreedyLB::recvObjs(vt::vrt::collection::lb::GreedySendMsg*) /vt/src/vt/vrt/collection/balance/greedylb/greedylb.cc:286:42
    #2 0x836016f in vt::objgroup::dispatch::Dispatch<vt::vrt::collection::lb::GreedyLB>::run(long, vt::messaging::BaseMsg*) /vt/src/vt/objgroup/dispatch/dispatch.impl.h:65:3
    #3 0x8400411 in vt::objgroup::ObjGroupManager::dispatch(vt::messaging::MsgSharedPtr<vt::messaging::ActiveMsg<vt::messaging::ActiveEnvelope> >, long) /vt/src/vt/objgroup/manager.cc:86:28
    #4 0x84018b4 in vt::objgroup::dispatchObjGroup(vt::messaging::MsgSharedPtr<vt::messaging::ActiveMsg<vt::messaging::ActiveEnvelope> >, long) /vt/src/vt/objgroup/manager.cc:121:25
    #5 0x86d15a4 in vt::runnable::RunnableNew::setupHandler(long, bool, int)::$_0::operator()() const /vt/src/vt/runnable/runnable.cc:64:20
    #6 0x86d1051 in std::_Function_handler<void (), vt::runnable::RunnableNew::setupHandler(long, bool, int)::$_0>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:300:2
    #7 0x4eaa8e2 in std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:688:14
    #8 0x86cfb73 in vt::runnable::RunnableNew::run() /vt/src/vt/runnable/runnable.cc:172:5
    #9 0x8ef2cae in vt::sched::BaseUnit::execute() /vt/src/vt/scheduler/base_unit.cc:52:9
    #10 0x8723ab4 in vt::sched::BaseUnit::operator()() /vt/src/vt/scheduler/base_unit.h:95:23
    #11 0x8715bd2 in vt::sched::Scheduler::runWorkUnit(vt::sched::PriorityUnit&) /vt/src/vt/scheduler/scheduler.cc:136:3
    #12 0x8718c4b in vt::sched::Scheduler::runSchedulerOnceImpl(bool) /vt/src/vt/scheduler/scheduler.cc:274:5
    #13 0x871a3d2 in vt::sched::Scheduler::runSchedulerWhile(std::function<bool ()>) /vt/src/vt/scheduler/scheduler.cc:311:5
    #14 0x871b1d9 in vt::runSchedulerThrough(unsigned long) /vt/src/vt/scheduler/scheduler.cc:384:15
    #15 0x89bee8d in void vt::runInEpoch<vt::vrt::collection::lb::BaseLB::startLB(unsigned long, vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, vt::vrt::collection::balance::LoadModel*, std::unordered_map<vt::vrt::collection::balance::LBCommKey, vt::vrt::collection::balance::CommVolume, std::hash<vt::vrt::collection::balance::LBCommKey>, std::equal_to<vt::vrt::collection::balance::LBCommKey>, std::allocator<std::pair<vt::vrt::collection::balance::LBCommKey const, vt::vrt::collection::balance::CommVolume> > > const&)::$_1>(unsigned long, vt::vrt::collection::lb::BaseLB::startLB(unsigned long, vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, vt::vrt::collection::balance::LoadModel*, std::unordered_map<vt::vrt::collection::balance::LBCommKey, vt::vrt::collection::balance::CommVolume, std::hash<vt::vrt::collection::balance::LBCommKey>, std::equal_to<vt::vrt::collection::balance::LBCommKey>, std::allocator<std::pair<vt::vrt::collection::balance::LBCommKey const, vt::vrt::collection::balance::CommVolume> > > const&)::$_1&&) /vt/src/vt/scheduler/scheduler.impl.h:61:3
    #16 0x89b59a6 in void vt::runInEpochCollective<vt::vrt::collection::lb::BaseLB::startLB(unsigned long, vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, vt::vrt::collection::balance::LoadModel*, std::unordered_map<vt::vrt::collection::balance::LBCommKey, vt::vrt::collection::balance::CommVolume, std::hash<vt::vrt::collection::balance::LBCommKey>, std::equal_to<vt::vrt::collection::balance::LBCommKey>, std::allocator<std::pair<vt::vrt::collection::balance::LBCommKey const, vt::vrt::collection::balance::CommVolume> > > const&)::$_1>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::vrt::collection::lb::BaseLB::startLB(unsigned long, vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, vt::vrt::collection::balance::LoadModel*, std::unordered_map<vt::vrt::collection::balance::LBCommKey, vt::vrt::collection::balance::CommVolume, std::hash<vt::vrt::collection::balance::LBCommKey>, std::equal_to<vt::vrt::collection::balance::LBCommKey>, std::allocator<std::pair<vt::vrt::collection::balance::LBCommKey const, vt::vrt::collection::balance::CommVolume> > > const&)::$_1&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #17 0x89b4508 in vt::vrt::collection::lb::BaseLB::startLB(unsigned long, vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, vt::vrt::collection::balance::LoadModel*, std::unordered_map<vt::vrt::collection::balance::LBCommKey, vt::vrt::collection::balance::CommVolume, std::hash<vt::vrt::collection::balance::LBCommKey>, std::equal_to<vt::vrt::collection::balance::LBCommKey>, std::allocator<std::pair<vt::vrt::collection::balance::LBCommKey const, vt::vrt::collection::balance::CommVolume> > > const&) /vt/src/vt/vrt/collection/balance/baselb/baselb.cc:78:3
    #18 0x8304542 in vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long)::$_1::operator()() const /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:189:12
    #19 0x8303b62 in void vt::runInEpoch<vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long)::$_1>(unsigned long, vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long)::$_1&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #20 0x82f7776 in void vt::runInEpochCollective<vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long)::$_1>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long)::$_1&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #21 0x82f7006 in vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:177:3
    #22 0x82f9480 in vt::vrt::collection::balance::LBManager::startLB(unsigned long, vt::vrt::collection::balance::LBType) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:262:3
    #23 0x82f7ad9 in vt::vrt::collection::balance::LBManager::selectStartLB(unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:217:3
    #24 0x8128313 in vt::vrt::collection::CollectionManager::startup()::$_1::operator()() const /vt/src/vt/vrt/collection/manager.cc:76:21
    #25 0x8127d16 in std::_Function_handler<void (), vt::vrt::collection::CollectionManager::startup()::$_1>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:300:2
    #26 0x4eaa8e2 in std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:688:14
    #27 0x78e771a in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3::operator()() const /vt/src/vt/phase/phase_manager.cc:209:61
    #28 0x78e7432 in void vt::runInEpoch<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(unsigned long, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #29 0x78bff56 in void vt::runInEpochCollective<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #30 0x78be012 in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook) /vt/src/vt/phase/phase_manager.cc:209:9
    #31 0x78becc6 in vt::phase::PhaseManager::nextPhaseCollective() /vt/src/vt/phase/phase_manager.cc:158:3
    #32 0x62ba75e in vt::tests::unit::lb::TestLoadBalancer::runTest() /vt/tests/unit/collection/test_lb.extended.cc:129:21
    #33 0x62bab3d in vt::tests::unit::lb::TestLoadBalancer_test_load_balancer_1_Test::TestBody() /vt/tests/unit/collection/test_lb.extended.cc:135:3
    #34 0x7501f76 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #35 0x74b9da5 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #36 0x7464bc1 in testing::Test::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2508:5
    #37 0x7466efa in testing::TestInfo::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2684:11
    #38 0x7468e23 in testing::TestSuite::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2816:28
    #39 0x748bb97 in testing::internal::UnitTestImpl::RunAllTests() /vt/tests/extern/googletest/googletest/src/gtest.cc:5338:44
    #40 0x750b756 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #41 0x74c3495 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #42 0x748a0b2 in testing::UnitTest::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:4925:10
    #43 0x43a954f in RUN_ALL_TESTS() /vt/tests/extern/googletest/googletest/include/gtest/gtest.h:2473:46
    #44 0x43a90ef in main /vt/tests/unit/main.cc:75:10
    #45 0x7fd9a2a6b0b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16
    #46 0x438770d in _start (/build/vt/tests/collection_extended+0x438770d)

I fixed these by changing way of obtaining a pointer to underlying data of std::vector from &vec[0] to vec.data(). But there are still some places in code that does that, not detected by UBSan, but they might become problematic someday. Why not fixed them too?

call to function ... through pointer to incorrect function type ..., for example:

/vt/src/vt/runnable/runnable.cc:86:22: runtime error: call to function vt::collective::barrier::Barrier::barrierDown(vt::collective::barrier::BarrierMsg*) through pointer to incorrect function type 'void (*)(vt::messaging::BaseMsg *)'
/vt/src/vt/collective/barrier/barrier.cc:61: note: vt::collective::barrier::Barrier::barrierDown(vt::collective::barrier::BarrierMsg*) defined here
    #0 0x1e76ff5 in vt::runnable::RunnableNew::setupHandler(long, bool, int)::$_23::operator()() const /vt/src/vt/runnable/runnable.cc:86:22
    #1 0x1e76aa1 in std::_Function_handler<void (), vt::runnable::RunnableNew::setupHandler(long, bool, int)::$_23>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:300:2
    #2 0x1ac1e42 in std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:688:14
    #3 0x1defa63 in vt::runnable::RunnableNew::run() /vt/src/vt/runnable/runnable.cc:172:5
    #4 0x1d01d4e in vt::sched::BaseUnit::execute() /vt/src/vt/scheduler/base_unit.cc:52:9
    #5 0x1cab9f4 in vt::sched::BaseUnit::operator()() /vt/src/vt/scheduler/base_unit.h:95:23
    #6 0x1c96622 in vt::sched::Scheduler::runWorkUnit(vt::sched::PriorityUnit&) /vt/src/vt/scheduler/scheduler.cc:136:3
    #7 0x1c9969b in vt::sched::Scheduler::runSchedulerOnceImpl(bool) /vt/src/vt/scheduler/scheduler.cc:274:5
    #8 0x1c9ae22 in vt::sched::Scheduler::runSchedulerWhile(std::function<bool ()>) /vt/src/vt/scheduler/scheduler.cc:311:5
    #9 0x3596c4d in vt::collective::barrier::Barrier::waitBarrier(std::function<void ()>, unsigned long const&, bool) /vt/src/vt/collective/barrier/barrier.cc:135:15
    #10 0x2380cb3 in vt::collective::barrier::Barrier::barrier(std::function<void ()>, unsigned long const&) /vt/src/vt/collective/barrier/barrier.h:172:12
    #11 0x2e58e1a in vt::runtime::Runtime::setup() /vt/src/vt/runtime/runtime.cc:621:18
    #12 0x2e30644 in vt::runtime::Runtime::initialize(bool) /vt/src/vt/runtime/runtime.cc:408:5
    #13 0x2e2fab1 in vt::runtime::Runtime::tryInitialize() /vt/src/vt/runtime/runtime.cc:343:5
    #14 0x2e30ad7 in vt::runtime::Runtime::initialize(bool) /vt/src/vt/runtime/runtime.cc:423:12
    #15 0x35ce594 in vt::CollectiveAnyOps<(vt::runtime::eRuntimeInstance)0>::initialize(int&, char**&, short, bool, int*) /vt/src/vt/collective/collective_ops.cc:80:30
    #16 0x197a3e8 in vt::tests::unit::TestParallelHarnessAny<testing::Test>::SetUp() /vt/tests/unit/test_parallel_harness.h:85:5
    #17 0x1a32ced in vt::tests::unit::send::TestActiveSend::SetUp() /vt/tests/unit/active/test_active_send.cc:87:26
    #18 0x1c52c76 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #19 0x1c04d65 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #20 0x1badece in testing::Test::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2503:3
    #21 0x1bb043a in testing::TestInfo::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2684:11
    #22 0x1bb2363 in testing::TestSuite::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2816:28
    #23 0x1bd50d7 in testing::internal::UnitTestImpl::RunAllTests() /vt/tests/extern/googletest/googletest/src/gtest.cc:5338:44
    #24 0x1c5bd76 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #25 0x1c0eb65 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #26 0x1bd35f2 in testing::UnitTest::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:4925:10
    #27 0x1a2b27f in RUN_ALL_TESTS() /vt/tests/extern/googletest/googletest/include/gtest/gtest.h:2473:46
    #28 0x19f759f in main /vt/tests/unit/main.cc:75:10
    #29 0x7fc1b5a240b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16
    #30 0x195079d in _start (/build/vt/tests/active_basic+0x195079d)

Standard C++14, 5.2.10 Reinterpret cast:

6 A function pointer can be explicitly converted to a function pointer of a different type. The effect of calling
a function through a pointer to a function type (8.3.5) that is not the same as the type used in the definition
of the function is undefined. Except that converting a prvalue of type “pointer to T1” to the type “pointer to
T2” (where T1 and T2 are function types) and back to its original type yields the original pointer value, the
result of such a pointer conversion is unspecified. [ Note: see also 4.10 for more details of pointer conversions.
— end note ]

downcast of address ... which does not point to an object of type ..., and member call on address ... which does not point to an object of type ..., for example:

/vt/src/vt/objgroup/manager.impl.h:361:21: runtime error: downcast of address 0x00000da87910 which does not point to an object of type 'holder::HolderObjBase<BaseLB>'
0x00000da87910: note: object is of type 'vt::objgroup::holder::Holder<vt::vrt::collection::lb::RotateLB>'
 00 00 00 00  90 af 48 0a 00 00 00 00  b0 94 aa 0d 00 00 00 00  07 00 00 00 00 00 00 00  21 00 00 00
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'vt::objgroup::holder::Holder<vt::vrt::collection::lb::RotateLB>'
    #0 0x563b3f4 in vt::vrt::collection::lb::BaseLB* vt::objgroup::ObjGroupManager::get<vt::vrt::collection::lb::BaseLB>(vt::objgroup::proxy::ProxyElm<vt::vrt::collection::lb::BaseLB>) /vt/src/vt/objgroup/manager.impl.h:361:21
    #1 0x563a8b7 in vt::vrt::collection::lb::BaseLB* vt::objgroup::ObjGroupManager::get<vt::vrt::collection::lb::BaseLB>(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>) /vt/src/vt/objgroup/manager.impl.h:350:10
    #2 0x56228e2 in vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>::get() const /vt/src/vt/objgroup/proxy/proxy_objgroup.impl.h:123:25
    #3 0x5601f65 in vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:171:34
    #4 0x56044c0 in vt::vrt::collection::balance::LBManager::startLB(unsigned long, vt::vrt::collection::balance::LBType) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:262:3
    #5 0x5602b19 in vt::vrt::collection::balance::LBManager::selectStartLB(unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:217:3
    #6 0x540f5b3 in vt::vrt::collection::CollectionManager::startup()::$_1::operator()() const /vt/src/vt/vrt/collection/manager.cc:76:21
    #7 0x540efb6 in std::_Function_handler<void (), vt::vrt::collection::CollectionManager::startup()::$_1>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:300:2
    #8 0x30b0e32 in std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:688:14
    #9 0x4bda19a in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3::operator()() const /vt/src/vt/phase/phase_manager.cc:209:61
    #10 0x4bd9eb2 in void vt::runInEpoch<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(unsigned long, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #11 0x4bb29d6 in void vt::runInEpochCollective<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #12 0x4bb0a92 in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook) /vt/src/vt/phase/phase_manager.cc:209:9
    #13 0x4bb1746 in vt::phase::PhaseManager::nextPhaseCollective() /vt/src/vt/phase/phase_manager.cc:158:3
    #14 0x31ae480 in vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4::operator()() const /vt/tests/unit/collection/test_collection_group_recreate.cc:137:21
    #15 0x31ae187 in void vt::runInEpoch<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(unsigned long, vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #16 0x31adf10 in void vt::runInEpochCollective<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #17 0x311c1f8 in void vt::runInEpochCollective<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:66:3
    #18 0x311babe in vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody() /vt/tests/unit/collection/test_collection_group_recreate.cc:136:3
    #19 0x4949486 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #20 0x4901105 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #21 0x48abaf1 in testing::Test::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2508:5
    #22 0x48ade2a in testing::TestInfo::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2684:11
    #23 0x48afd53 in testing::TestSuite::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2816:28
    #24 0x48d2ac7 in testing::internal::UnitTestImpl::RunAllTests() /vt/tests/extern/googletest/googletest/src/gtest.cc:5338:44
    #25 0x49524e6 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #26 0x490aac5 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #27 0x48d0fe2 in testing::UnitTest::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:4925:10
    #28 0x2ce940f in RUN_ALL_TESTS() /vt/tests/extern/googletest/googletest/include/gtest/gtest.h:2473:46
    #29 0x2ce8faf in main /vt/tests/unit/main.cc:75:10
    #30 0x7ffae2a260b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16
    #31 0x2cc75cd in _start (/build/vt/tests/collection_basic+0x2cc75cd)

and

/vt/src/vt/objgroup/manager.impl.h:362:26: runtime error: member call on address 0x00000da87910 which does not point to an object of type 'vt::objgroup::holder::HolderObjBase<vt::vrt::collection::lb::BaseLB>'
0x00000da87910: note: object is of type 'vt::objgroup::holder::Holder<vt::vrt::collection::lb::RotateLB>'
 00 00 00 00  90 af 48 0a 00 00 00 00  b0 94 aa 0d 00 00 00 00  07 00 00 00 00 00 00 00  21 00 00 00
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'vt::objgroup::holder::Holder<vt::vrt::collection::lb::RotateLB>'
    #0 0x563b4f3 in vt::vrt::collection::lb::BaseLB* vt::objgroup::ObjGroupManager::get<vt::vrt::collection::lb::BaseLB>(vt::objgroup::proxy::ProxyElm<vt::vrt::collection::lb::BaseLB>) /vt/src/vt/objgroup/manager.impl.h:362:26
    #1 0x563a8b7 in vt::vrt::collection::lb::BaseLB* vt::objgroup::ObjGroupManager::get<vt::vrt::collection::lb::BaseLB>(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>) /vt/src/vt/objgroup/manager.impl.h:350:10
    #2 0x56228e2 in vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>::get() const /vt/src/vt/objgroup/proxy/proxy_objgroup.impl.h:123:25
    #3 0x5601f65 in vt::vrt::collection::balance::LBManager::runLB(vt::objgroup::proxy::Proxy<vt::vrt::collection::lb::BaseLB>, unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:171:34
    #4 0x56044c0 in vt::vrt::collection::balance::LBManager::startLB(unsigned long, vt::vrt::collection::balance::LBType) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:262:3
    #5 0x5602b19 in vt::vrt::collection::balance::LBManager::selectStartLB(unsigned long) /vt/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc:217:3
    #6 0x540f5b3 in vt::vrt::collection::CollectionManager::startup()::$_1::operator()() const /vt/src/vt/vrt/collection/manager.cc:76:21
    #7 0x540efb6 in std::_Function_handler<void (), vt::vrt::collection::CollectionManager::startup()::$_1>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:300:2
    #8 0x30b0e32 in std::function<void ()>::operator()() const /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/std_function.h:688:14
    #9 0x4bda19a in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3::operator()() const /vt/src/vt/phase/phase_manager.cc:209:61
    #10 0x4bd9eb2 in void vt::runInEpoch<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(unsigned long, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #11 0x4bb29d6 in void vt::runInEpochCollective<vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook)::$_3&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #12 0x4bb0a92 in vt::phase::PhaseManager::runHooks(vt::phase::PhaseHook) /vt/src/vt/phase/phase_manager.cc:209:9
    #13 0x4bb1746 in vt::phase::PhaseManager::nextPhaseCollective() /vt/src/vt/phase/phase_manager.cc:158:3
    #14 0x31ae480 in vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4::operator()() const /vt/tests/unit/collection/test_collection_group_recreate.cc:137:21
    #15 0x31ae187 in void vt::runInEpoch<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(unsigned long, vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:58:3
    #16 0x31adf10 in void vt::runInEpochCollective<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:72:3
    #17 0x311c1f8 in void vt::runInEpochCollective<vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4>(vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody()::$_4&&) /vt/src/vt/scheduler/scheduler.impl.h:66:3
    #18 0x311babe in vt::tests::unit::TestCollectionGroupRecreate_test_collection_group_recreate_1_Test::TestBody() /vt/tests/unit/collection/test_collection_group_recreate.cc:136:3
    #19 0x4949486 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #20 0x4901105 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #21 0x48abaf1 in testing::Test::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2508:5
    #22 0x48ade2a in testing::TestInfo::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2684:11
    #23 0x48afd53 in testing::TestSuite::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:2816:28
    #24 0x48d2ac7 in testing::internal::UnitTestImpl::RunAllTests() /vt/tests/extern/googletest/googletest/src/gtest.cc:5338:44
    #25 0x49524e6 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2433:10
    #26 0x490aac5 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /vt/tests/extern/googletest/googletest/src/gtest.cc:2469:14
    #27 0x48d0fe2 in testing::UnitTest::Run() /vt/tests/extern/googletest/googletest/src/gtest.cc:4925:10
    #28 0x2ce940f in RUN_ALL_TESTS() /vt/tests/extern/googletest/googletest/include/gtest/gtest.h:2473:46
    #29 0x2ce8faf in main /vt/tests/unit/main.cc:75:10
    #30 0x7ffae2a260b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16
    #31 0x2cc75cd in _start (/build/vt/tests/collection_basic+0x2cc75cd)

And this also is true.
In above example pointer to vt::objgroup::holder::Holder<vt::vrt::collection::lb::RotateLB> is stored, while pointer to vt::objgroup::holder::HolderObjBase<vt::vrt::collection::lb::BaseLB> is returned. And sure, in the end those types are used only to get base type pointer to stored class, but they're still totally separated template classes, simplifying: Holder<Derived> and HolderObjBase<Base>.


In the end we know what we're doing, but IMHO Ubsan is also right in its report. We can easily suppress errors for now, and try to work on them in future.

@github-actions
Copy link

github-actions bot commented Oct 2, 2021

PR tests (clang-10, ubuntu, mpich)

Build for a9e46ae



The following tests FAILED:
   90 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_1 (Failed)
   91 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_1 (Failed)
   92 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_1 (Failed)
   93 - vt:TestActiveSend.test_active_message_serialization_proc_1 (Failed)
   96 - vt:TestAsyncOp.test_async_op_1_proc_1 (Failed)
   98 - vt:TestPendingSend.test_pending_send_hold_proc_1 (Failed)
   99 - vt:*/TestActiveBroadcastPut.test_type_safe_active_fn_bcast2/*_proc_2 (Failed)
  100 - vt:*/TestActiveBroadcast.test_type_safe_active_fn_bcast2/*_proc_2 (Failed)
  101 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_2 (Failed)
  102 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_2 (Failed)
  103 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_2 (Failed)
  104 - vt:TestActiveSend.test_active_message_serialization_proc_2 (Failed)
  105 - vt:*TestActiveSendLarge/*test_large_bytes_msg_proc_2 (Failed)
  106 - vt:*/TestActiveSendPut.test_active_fn_send_put_param/*_proc_2 (Failed)
  107 - vt:TestAsyncOp.test_async_op_1_proc_2 (Failed)
  109 - vt:TestPendingSend.test_pending_send_hold_proc_2 (Failed)
  110 - vt:*/TestActiveBroadcastPut.test_type_safe_active_fn_bcast2/*_proc_4 (Failed)
  111 - vt:*/TestActiveBroadcast.test_type_safe_active_fn_bcast2/*_proc_4 (Failed)
  112 - vt:TestActiveSend.test_type_safe_active_fn_send_proc_4 (Failed)
  113 - vt:TestActiveSend.test_type_safe_active_fn_send_small_put_proc_4 (Failed)
  114 - vt:TestActiveSend.test_type_safe_active_fn_send_large_put_proc_4 (Failed)
  115 - vt:TestActiveSend.test_active_message_serialization_proc_4 (Failed)
  117 - vt:*/TestActiveSendPut.test_active_fn_send_put_param/*_proc_4 (Failed)
  118 - vt:TestAsyncOp.test_async_op_1_proc_4 (Failed)
  120 - vt:TestPendingSend.test_pending_send_hold_proc_4 (Failed)
  142 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_1 (Failed)
  143 - vt:TestDestroy.test_destroy_1_proc_1 (Failed)
  144 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_1 (Failed)
  145 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_1 (Failed)
  146 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_1 (Failed)
  147 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_1 (Failed)
  148 - vt:*TestMapping/*test_custom_mapping_1_proc_1 (Failed)
  149 - vt:TestQueryContext.test_query_context_broadcast_1_proc_1 (Failed)
  150 - vt:TestQueryContext.test_query_context_send_1_proc_1 (Failed)
  151 - vt:*/TestReduceCollection.test_reduce_op/*_proc_1 (Failed)
  152 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_1 (Failed)
  153 - vt:TestCollectionStorage.test_collection_storage_1_proc_1 (Failed)
  154 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_2 (Failed)
  155 - vt:TestDestroy.test_destroy_1_proc_2 (Failed)
  156 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_2 (Failed)
  157 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_2 (Failed)
  158 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_2 (Failed)
  159 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_2 (Failed)
  160 - vt:*TestMapping/*test_custom_mapping_1_proc_2 (Failed)
  161 - vt:TestQueryContext.test_query_context_broadcast_1_proc_2 (Failed)
  162 - vt:TestQueryContext.test_query_context_send_1_proc_2 (Failed)
  163 - vt:*/TestReduceCollection.test_reduce_op/*_proc_2 (Failed)
  164 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_2 (Failed)
  165 - vt:TestCollectionStorage.test_collection_storage_1_proc_2 (Failed)
  166 - vt:TestCollectionGroupRecreate.test_collection_group_recreate_1_proc_4 (Failed)
  167 - vt:TestDestroy.test_destroy_1_proc_4 (Failed)
  168 - vt:TestCollectionInvoke.test_collection_invoke_1_proc_4 (Failed)
  169 - vt:TestLBstatsRetention.test_lbstats_retention_last1_proc_4 (Failed)
  170 - vt:TestLBstatsRetention.test_lbstats_retention_last2_proc_4 (Failed)
  171 - vt:TestLBstatsRetention.test_lbstats_retention_last4_proc_4 (Failed)
  172 - vt:*TestMapping/*test_custom_mapping_1_proc_4 (Failed)
  173 - vt:TestQueryContext.test_query_context_broadcast_1_proc_4 (Failed)
  174 - vt:TestQueryContext.test_query_context_send_1_proc_4 (Failed)
  175 - vt:*/TestReduceCollection.test_reduce_op/*_proc_4 (Failed)
  176 - vt:*/TestReduceCollectionRace.test_reduce_race_1/*_proc_4 (Failed)
  177 - vt:TestCollectionStorage.test_collection_storage_1_proc_4 (Failed)
  189 - vt:TestCheckpoint.test_checkpoint_1_proc_1 (Failed)
  190 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_1 (Failed)
  191 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_1 (Failed)
  192 - vt:TestCollectionGroup.test_collection_group_1_proc_1 (Failed)
  193 - vt:TestCollectionGroup.test_collection_group_2_proc_1 (Failed)
  194 - vt:TestCollectionGroup.test_collection_group_3_proc_1 (Failed)
  195 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_1 (Failed)
  196 - vt:TestInsert.test_insert_dense_1_proc_1 (Failed)
  197 - vt:TestInsert.test_insert_sparse_1_proc_1 (Failed)
  198 - vt:TestInsert.test_insert_dense_node_1_proc_1 (Failed)
  199 - vt:TestInsert.test_insert_sparse_node_1_proc_1 (Failed)
  200 - vt:TestInsert.test_insert_send_dense_node_1_proc_1 (Failed)
  201 - vt:TestInsert.test_insert_send_sparse_node_1_proc_1 (Failed)
  202 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_1 (Failed)
  203 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_1 (Failed)
  204 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_1 (Failed)
  205 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_1 (Failed)
  206 - vt:TestLB.test_lb_1_proc_1 (Failed)
  209 - vt:TestModelPerCollection.test_model_per_collection_1_proc_1 (Failed)
  210 - vt:TestCheckpoint.test_checkpoint_1_proc_2 (Failed)
  211 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_2 (Failed)
  212 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_2 (Failed)
  213 - vt:TestCollectionGroup.test_collection_group_1_proc_2 (Failed)
  214 - vt:TestCollectionGroup.test_collection_group_2_proc_2 (Failed)
  215 - vt:TestCollectionGroup.test_collection_group_3_proc_2 (Failed)
  216 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_2 (Failed)
  217 - vt:TestInsert.test_insert_dense_1_proc_2 (Failed)
  218 - vt:TestInsert.test_insert_sparse_1_proc_2 (Failed)
  219 - vt:TestInsert.test_insert_dense_node_1_proc_2 (Failed)
  220 - vt:TestInsert.test_insert_sparse_node_1_proc_2 (Failed)
  221 - vt:TestInsert.test_insert_send_dense_node_1_proc_2 (Failed)
  222 - vt:TestInsert.test_insert_send_sparse_node_1_proc_2 (Failed)
  223 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_2 (Failed)
  224 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_2 (Failed)
  225 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_2 (Failed)
  226 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_2 (Failed)
  227 - vt:TestLB.test_lb_1_proc_2 (Failed)
  230 - vt:TestModelPerCollection.test_model_per_collection_1_proc_2 (Failed)
  231 - vt:TestCheckpoint.test_checkpoint_1_proc_4 (Failed)
  232 - vt:TestCheckpoint.test_checkpoint_in_place_2_proc_4 (Failed)
  233 - vt:TestCheckpoint.test_checkpoint_in_place_3_proc_4 (Failed)
  234 - vt:TestCollectionGroup.test_collection_group_1_proc_4 (Failed)
  235 - vt:TestCollectionGroup.test_collection_group_2_proc_4 (Failed)
  236 - vt:TestCollectionGroup.test_collection_group_3_proc_4 (Failed)
  237 - vt:*TestCollectionIndexTypes/*test_collection_index_1_proc_4 (Failed)
  238 - vt:TestInsert.test_insert_dense_1_proc_4 (Failed)
  239 - vt:TestInsert.test_insert_sparse_1_proc_4 (Failed)
  240 - vt:TestInsert.test_insert_dense_node_1_proc_4 (Failed)
  241 - vt:TestInsert.test_insert_sparse_node_1_proc_4 (Failed)
  242 - vt:TestInsert.test_insert_send_dense_node_1_proc_4 (Failed)
  243 - vt:TestInsert.test_insert_send_sparse_node_1_proc_4 (Failed)
  244 - vt:*/TestLoadBalancer.test_load_balancer_1/*_proc_4 (Failed)
  245 - vt:*/TestLoadBalancer.test_load_balancer_keep_last_elm/*_proc_4 (Failed)
  246 - vt:*/TestLoadBalancer.test_load_balancer_no_work/*_proc_4 (Failed)
  247 - vt:*/TestNodeStatsDumper.test_node_stats_dumping_with_interval/*_proc_4 (Failed)
  248 - vt:TestLB.test_lb_1_proc_4 (Failed)
  251 - vt:TestModelPerCollection.test_model_per_collection_1_proc_4 (Failed)
  252 - vt:TestReduce.test_reduce_op_proc_1 (Failed)
  253 - vt:TestMPICollective.test_mpi_collective_1_proc_1 (Failed)
  254 - vt:TestMPICollective.test_mpi_collective_2_proc_1 (Failed)
  255 - vt:TestMPICollective.test_mpi_collective_3_proc_1 (Failed)
  256 - vt:TestMPICollective.test_mpi_collective_4_proc_1 (Failed)
  257 - vt:TestMPICollective.test_mpi_collective_5_proc_1 (Failed)
  258 - vt:TestReduce.test_reduce_op_proc_2 (Failed)
  259 - vt:TestMPICollective.test_mpi_collective_1_proc_2 (Failed)
  260 - vt:TestMPICollective.test_mpi_collective_2_proc_2 (Failed)
  261 - vt:TestMPICollective.test_mpi_collective_3_proc_2 (Failed)
  262 - vt:TestMPICollective.test_mpi_collective_4_proc_2 (Failed)
  263 - vt:TestMPICollective.test_mpi_collective_5_proc_2 (Failed)
  264 - vt:TestReduce.test_reduce_op_proc_4 (Failed)
  265 - vt:TestMPICollective.test_mpi_collective_1_proc_4 (Failed)
  266 - vt:TestMPICollective.test_mpi_collective_2_proc_4 (Failed)
  267 - vt:TestMPICollective.test_mpi_collective_3_proc_4 (Failed)
  268 - vt:TestMPICollective.test_mpi_collective_4_proc_4 (Failed)
  269 - vt:TestMPICollective.test_mpi_collective_5_proc_4 (Failed)
  270 - vt:TestReduce.test_reduce_plus_default_op_proc_1 (Failed)
  271 - vt:TestReduce.test_reduce_max_default_op_proc_1 (Failed)
  272 - vt:TestReduce.test_reduce_min_default_op_proc_1 (Failed)
  273 - vt:TestReduce.test_reduce_vec_bool_msg_proc_1 (Failed)
  274 - vt:TestReduce.test_reduce_vec_int_msg_proc_1 (Failed)
  275 - vt:TestScatter.test_scatter_1_proc_1 (Failed)
  276 - vt:TestReduce.test_reduce_plus_default_op_proc_2 (Failed)
  277 - vt:TestReduce.test_reduce_max_default_op_proc_2 (Failed)
  278 - vt:TestReduce.test_reduce_min_default_op_proc_2 (Failed)
  279 - vt:TestReduce.test_reduce_vec_bool_msg_proc_2 (Failed)
  280 - vt:TestReduce.test_reduce_vec_int_msg_proc_2 (Failed)
  281 - vt:TestScatter.test_scatter_1_proc_2 (Failed)
  282 - vt:TestReduce.test_reduce_plus_default_op_proc_4 (Failed)
  283 - vt:TestReduce.test_reduce_max_default_op_proc_4 (Failed)
  284 - vt:TestReduce.test_reduce_min_default_op_proc_4 (Failed)
  285 - vt:TestReduce.test_reduce_vec_bool_msg_proc_4 (Failed)
  286 - vt:TestReduce.test_reduce_vec_int_msg_proc_4 (Failed)
  287 - vt:TestScatter.test_scatter_1_proc_4 (Failed)
  288 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_1 (Failed)
  289 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_1 (Failed)
  290 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_2 (Failed)
  291 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_2 (Failed)
  292 - vt:TestDiagnosticValue.test_diagnostic_value_1_proc_4 (Failed)
  293 - vt:TestDiagnosticValue.test_diagnostic_value_2_proc_4 (Failed)
  300 - vt:TestGroup.test_group_range_construct_1_proc_1 (Failed)
  301 - vt:TestGroup.test_group_range_construct_2_proc_1 (Failed)
  302 - vt:TestGroup.test_group_collective_construct_1_proc_1 (Failed)
  303 - vt:TestGroup.test_group_range_construct_1_proc_2 (Failed)
  304 - vt:TestGroup.test_group_range_construct_2_proc_2 (Failed)
  305 - vt:TestGroup.test_group_collective_construct_1_proc_2 (Failed)
  306 - vt:TestGroup.test_group_range_construct_1_proc_4 (Failed)
  307 - vt:TestGroup.test_group_range_construct_2_proc_4 (Failed)
  308 - vt:TestGroup.test_group_collective_construct_1_proc_4 (Failed)
  309 - vt:TestGroupExtended.test_group_collective_proc_1 (Failed)
  310 - vt:TestGroupExtended.test_group_collective_proc_2 (Failed)
  311 - vt:TestGroupExtended.test_group_collective_proc_4 (Failed)
  312 - vt:TestHandler.test_make_handler_default_params_proc_1 (Failed)
  313 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_1 (Failed)
  314 - vt:TestHandler.test_make_handler_default_params_proc_2 (Failed)
  315 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_2 (Failed)
  316 - vt:TestHandler.test_make_handler_default_params_proc_4 (Failed)
  317 - vt:TestHandler.TestHandler_test_make_handler_custom_params_proc_4 (Failed)
  324 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_1 (Failed)
  325 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_2 (Failed)
  326 - vt:TestLBStatsReader.test_lb_stats_read_1_proc_4 (Failed)
  339 - vt:TestLocation.test_register_and_get_entity_proc_1 (Failed)
  340 - vt:TestLocation.test_register_and_get_multiple_entities_proc_1 (Failed)
  341 - vt:TestLocation.test_unregister_multiple_entities_proc_1 (Failed)
  342 - vt:TestLocation.test_migrate_entity_proc_1 (Failed)
  343 - vt:TestLocation.test_migrate_entity_expire_cache_proc_1 (Failed)
  344 - vt:TestLocation.test_migrate_multiple_entities_proc_1 (Failed)
  345 - vt:*TestLocationRoute/*test_route_entity_proc_1 (Failed)
  346 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_1 (Failed)
  347 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_1 (Failed)
  348 - vt:TestLocation.test_register_and_get_entity_proc_2 (Failed)
  349 - vt:TestLocation.test_register_and_get_multiple_entities_proc_2 (Failed)
  350 - vt:TestLocation.test_unregister_multiple_entities_proc_2 (Failed)
  351 - vt:TestLocation.test_migrate_entity_proc_2 (Failed)
  352 - vt:TestLocation.test_migrate_entity_expire_cache_proc_2 (Failed)
  353 - vt:TestLocation.test_migrate_multiple_entities_proc_2 (Failed)
  354 - vt:*TestLocationRoute/*test_route_entity_proc_2 (Failed)
  355 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_2 (Failed)
  356 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_2 (Failed)
  357 - vt:TestLocation.test_register_and_get_entity_proc_4 (Failed)
  358 - vt:TestLocation.test_register_and_get_multiple_entities_proc_4 (Failed)
  359 - vt:TestLocation.test_unregister_multiple_entities_proc_4 (Failed)
  360 - vt:TestLocation.test_migrate_entity_proc_4 (Failed)
  361 - vt:TestLocation.test_migrate_entity_expire_cache_proc_4 (Failed)
  362 - vt:TestLocation.test_migrate_multiple_entities_proc_4 (Failed)
  363 - vt:*TestLocationRoute/*test_route_entity_proc_4 (Failed)
  364 - vt:*TestLocationRoute/*test_entity_cache_hits_proc_4 (Failed)
  365 - vt:*TestLocationRoute/*test_entity_cache_migrated_entity_proc_4 (Failed)
  366 - vt:TestHops.test_hops_1_proc_1 (Failed)
  367 - vt:TestHops.test_hops_1_proc_2 (Failed)
  368 - vt:TestHops.test_hops_1_proc_4 (Failed)
  369 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_1 (Failed)
  370 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_2 (Failed)
  371 - vt:TestMappingRegistry.test_mapping_block_1d_registry_proc_4 (Failed)
  375 - vt:*TestMemoryActive/*test_memory_remote_send_proc_1 (Failed)
  376 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_1 (Failed)
  377 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_1 (Failed)
  378 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_1 (Failed)
  379 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_1 (Failed)
  380 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_1 (Failed)
  381 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_1 (Failed)
  382 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_1 (Failed)
  383 - vt:*TestMemoryActive/*test_memory_remote_send_proc_2 (Failed)
  384 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_2 (Failed)
  385 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_2 (Failed)
  386 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_2 (Failed)
  387 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_2 (Failed)
  388 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_2 (Failed)
  389 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_2 (Failed)
  390 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_2 (Failed)
  391 - vt:*TestMemoryActive/*test_memory_remote_send_proc_4 (Failed)
  392 - vt:*TestMemoryActive/*test_memory_remote_broadcast_proc_4 (Failed)
  393 - vt:TestMemoryLifetime.test_active_send_serial_lifetime_proc_4 (Failed)
  394 - vt:TestMemoryLifetime.test_active_bcast_serial_lifetime_proc_4 (Failed)
  395 - vt:TestMemoryLifetime.test_active_send_normal_lifetime_msgptr_proc_4 (Failed)
  396 - vt:TestMemoryLifetime.test_active_bcast_normal_lifetime_msgptr_proc_4 (Failed)
  397 - vt:TestMemoryLifetime.test_active_send_callback_lifetime_1_proc_4 (Failed)
  398 - vt:TestMemoryLifetime.test_active_serial_callback_lifetime_1_proc_4 (Failed)
  399 - vt:TestMsgThief.test_msgthief_deprecated_rawptr_no_mpi (Failed)
  400 - vt:TestMsgThief.test_msgthief_implicit_stealing_no_mpi (Failed)
  401 - vt:TestMsgThief.test_msgthief_explicit_stdmove_no_mpi (Failed)
  402 - vt:TestObjGroup.test_construct_proc_1 (Failed)
  403 - vt:TestObjGroup.test_proxy_object_getter_proc_1 (Failed)
  404 - vt:TestObjGroup.test_proxy_update_proc_1 (Failed)
  405 - vt:TestObjGroup.test_proxy_schedule_proc_1 (Failed)
  406 - vt:TestObjGroup.test_proxy_callbacks_proc_1 (Failed)
  407 - vt:TestObjGroup.test_proxy_reduce_proc_1 (Failed)
  408 - vt:TestObjGroup.test_proxy_invoke_proc_1 (Failed)
  409 - vt:TestObjGroup.test_construct_proc_2 (Failed)
  410 - vt:TestObjGroup.test_proxy_object_getter_proc_2 (Failed)
  411 - vt:TestObjGroup.test_proxy_update_proc_2 (Failed)
  412 - vt:TestObjGroup.test_proxy_schedule_proc_2 (Failed)
  413 - vt:TestObjGroup.test_proxy_callbacks_proc_2 (Failed)
  414 - vt:TestObjGroup.test_proxy_reduce_proc_2 (Failed)
  415 - vt:TestObjGroup.test_proxy_invoke_proc_2 (Failed)
  416 - vt:TestObjGroup.test_construct_proc_4 (Failed)
  417 - vt:TestObjGroup.test_proxy_object_getter_proc_4 (Failed)
  418 - vt:TestObjGroup.test_proxy_update_proc_4 (Failed)
  419 - vt:TestObjGroup.test_proxy_schedule_proc_4 (Failed)
  420 - vt:TestObjGroup.test_proxy_callbacks_proc_4 (Failed)
  421 - vt:TestObjGroup.test_proxy_reduce_proc_4 (Failed)
  422 - vt:TestObjGroup.test_proxy_invoke_proc_4 (Failed)
  423 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_1 (Failed)
  424 - vt:TestPhaseManagement.test_phase_manager_1_proc_1 (Failed)
  425 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_2 (Failed)
  426 - vt:TestPhaseManagement.test_phase_manager_1_proc_2 (Failed)
  427 - vt:TestPhaseInsertions.test_phase_insertions_1_proc_4 (Failed)
  428 - vt:TestPhaseManagement.test_phase_manager_1_proc_4 (Failed)
  429 - vt:TestCallbackBcast.test_callback_bcast_1_proc_1 (Failed)
  430 - vt:TestCallbackBcast.test_callback_bcast_2_proc_1 (Failed)
  431 - vt:TestCallbackBcast.test_callback_bcast_3_proc_1 (Failed)
  432 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_1 (Failed)
  433 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_1 (Failed)
  434 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_1 (Failed)
  435 - vt:TestCallbackFunc.test_callback_func_1_proc_1 (Failed)
  436 - vt:TestCallbackFunc.test_callback_func_2_proc_1 (Failed)
  437 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_1 (Failed)
  438 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_1 (Failed)
  439 - vt:TestCallbackSend.test_callback_send_1_proc_1 (Failed)
  440 - vt:TestCallbackSend.test_callback_send_2_proc_1 (Failed)
  441 - vt:TestCallbackSend.test_callback_send_3_proc_1 (Failed)
  442 - vt:TestCallbackSend.test_callback_send_remote_1_proc_1 (Failed)
  443 - vt:TestCallbackSend.test_callback_send_remote_2_proc_1 (Failed)
  444 - vt:TestCallbackSend.test_callback_send_remote_3_proc_1 (Failed)
  445 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_1 (Failed)
  446 - vt:TestCallbackBcast.test_callback_bcast_1_proc_2 (Failed)
  447 - vt:TestCallbackBcast.test_callback_bcast_2_proc_2 (Failed)
  448 - vt:TestCallbackBcast.test_callback_bcast_3_proc_2 (Failed)
  449 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_2 (Failed)
  450 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_2 (Failed)
  451 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_2 (Failed)
  452 - vt:TestCallbackFunc.test_callback_func_1_proc_2 (Failed)
  453 - vt:TestCallbackFunc.test_callback_func_2_proc_2 (Failed)
  454 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_2 (Failed)
  455 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_2 (Failed)
  456 - vt:TestCallbackSend.test_callback_send_1_proc_2 (Failed)
  457 - vt:TestCallbackSend.test_callback_send_2_proc_2 (Failed)
  458 - vt:TestCallbackSend.test_callback_send_3_proc_2 (Failed)
  459 - vt:TestCallbackSend.test_callback_send_remote_1_proc_2 (Failed)
  460 - vt:TestCallbackSend.test_callback_send_remote_2_proc_2 (Failed)
  461 - vt:TestCallbackSend.test_callback_send_remote_3_proc_2 (Failed)
  462 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_2 (Failed)
  463 - vt:TestCallbackBcast.test_callback_bcast_1_proc_4 (Failed)
  464 - vt:TestCallbackBcast.test_callback_bcast_2_proc_4 (Failed)
  465 - vt:TestCallbackBcast.test_callback_bcast_3_proc_4 (Failed)
  466 - vt:TestCallbackBcast.test_callback_bcast_remote_1_proc_4 (Failed)
  467 - vt:TestCallbackBcast.test_callback_bcast_remote_2_proc_4 (Failed)
  468 - vt:TestCallbackBcast.test_callback_bcast_remote_3_proc_4 (Failed)
  469 - vt:TestCallbackFunc.test_callback_func_1_proc_4 (Failed)
  470 - vt:TestCallbackFunc.test_callback_func_2_proc_4 (Failed)
  471 - vt:TestCallbackFuncCtx.test_callback_func_ctx_1_proc_4 (Failed)
  472 - vt:TestCallbackFuncCtx.test_callback_func_ctx_2_proc_4 (Failed)
  473 - vt:TestCallbackSend.test_callback_send_1_proc_4 (Failed)
  474 - vt:TestCallbackSend.test_callback_send_2_proc_4 (Failed)
  475 - vt:TestCallbackSend.test_callback_send_3_proc_4 (Failed)
  476 - vt:TestCallbackSend.test_callback_send_remote_1_proc_4 (Failed)
  477 - vt:TestCallbackSend.test_callback_send_remote_2_proc_4 (Failed)
  478 - vt:TestCallbackSend.test_callback_send_remote_3_proc_4 (Failed)
  479 - vt:TestSignalCleanup.test_signal_cleanup_3_proc_4 (Failed)
  480 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_1 (Failed)
  481 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_1 (Failed)
  482 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_1 (Failed)
  483 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_1 (Failed)
  484 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_1 (Failed)
  485 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_1 (Failed)
  486 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_2 (Failed)
  487 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_2 (Failed)
  488 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_2 (Failed)
  489 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_2 (Failed)
  490 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_2 (Failed)
  491 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_2 (Failed)
  492 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_1_proc_4 (Failed)
  493 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_2_proc_4 (Failed)
  494 - vt:TestCallbackBcastCollection.test_callback_bcast_collection_3_proc_4 (Failed)
  495 - vt:TestCallbackSendCollection.test_callback_send_collection_1_proc_4 (Failed)
  496 - vt:TestCallbackSendCollection.test_callback_send_collection_2_proc_4 (Failed)
  497 - vt:TestCallbackSendCollection.test_callback_send_collection_3_proc_4 (Failed)
  498 - vt:TestPool.pool_message_alloc_proc_1 (Failed)
  499 - vt:TestPool.pool_alloc_proc_1 (Failed)
  500 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_1 (Failed)
  501 - vt:TestPool.pool_message_alloc_proc_2 (Failed)
  502 - vt:TestPool.pool_alloc_proc_2 (Failed)
  503 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_2 (Failed)
  504 - vt:TestPool.pool_message_alloc_proc_4 (Failed)
  505 - vt:TestPool.pool_alloc_proc_4 (Failed)
  506 - vt:TestPoolMessageSizes.pool_message_sizes_alloc_proc_4 (Failed)
  507 - vt:*TestRDMAHandleCollection/*test_rdma_handle_collection_1_proc_1 (Failed)
  508 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_1 (Failed)
  509 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_1 (Failed)
  510 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_1 (Failed)
  511 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_1 (Failed)
  512 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_1 (Failed)
  513 - vt:*TestRDMAHandleCollection/*test_rdma_handle_collection_1_proc_2 (Failed)
  514 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_2 (Failed)
  515 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_2 (Failed)
  516 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_2 (Failed)
  517 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_2 (Failed)
  518 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_2 (Failed)
  520 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_1_proc_4 (Failed)
  521 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_2_proc_4 (Failed)
  522 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_3_proc_4 (Failed)
  523 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_4_proc_4 (Failed)
  524 - vt:*TestRDMAHandleSet/*test_rdma_handle_set_5_proc_4 (Failed)
  525 - vt:TestInvoke.test_invoke_call_proc_1 (Failed)
  526 - vt:TestInvoke.test_invoke_call_proc_2 (Failed)
  527 - vt:TestInvoke.test_invoke_call_proc_4 (Failed)
  528 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_1 (Failed)
  529 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_1 (Failed)
  530 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_1 (Failed)
  531 - vt:TestInitialization.test_initialize_with_args_proc_1 (Failed)
  532 - vt:TestMemoryFootprinting.test_live_components_proc_1 (Failed)
  533 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_1 (Failed)
  534 - vt:TestMemoryFootprinting.test_arg_config_proc_1 (Failed)
  535 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_1 (Failed)
  536 - vt:TestMemoryFootprinting.test_lb_manager_proc_1 (Failed)
  537 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_1 (Failed)
  538 - vt:TestMemoryFootprinting.test_node_stats_proc_1 (Failed)
  539 - vt:TestMemoryFootprinting.test_memory_usage_proc_1 (Failed)
  540 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_1 (Failed)
  541 - vt:TestMemoryFootprinting.test_collective_alg_proc_1 (Failed)
  542 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_1 (Failed)
  543 - vt:TestMemoryFootprinting.test_pipe_manager_proc_1 (Failed)
  544 - vt:TestMemoryFootprinting.test_group_manager_proc_1 (Failed)
  545 - vt:TestMemoryFootprinting.test_collection_manager_proc_1 (Failed)
  546 - vt:TestMemoryFootprinting.test_location_manager_proc_1 (Failed)
  547 - vt:TestMemoryFootprinting.test_termination_detector_proc_1 (Failed)
  548 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_1 (Failed)
  549 - vt:TestMemoryFootprinting.test_sequencer_proc_1 (Failed)
  550 - vt:TestMemoryFootprinting.test_scheduler_proc_1 (Failed)
  551 - vt:TestMemoryFootprinting.test_registry_proc_1 (Failed)
  552 - vt:TestMemoryFootprinting.test_rdma_manager_proc_1 (Failed)
  553 - vt:TestMemoryFootprinting.test_param_proc_1 (Failed)
  554 - vt:TestMemoryFootprinting.test_active_messenger_proc_1 (Failed)
  555 - vt:TestMemoryFootprinting.test_async_event_proc_1 (Failed)
  557 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_1 (Failed)
  558 - vt:TestMemoryFootprinting.test_pool_proc_1 (Failed)
  559 - vt:TestMemoryFootprinting.test_context_proc_1 (Failed)
  560 - vt:TestMemoryFootprinting.test_phase_proc_1 (Failed)
  561 - vt:TestMemoryFootprinting.test_stats_reader_proc_1 (Failed)
  562 - vt:TestMemoryFootprinting.test_epoch_proc_1 (Failed)
  564 - vt:TestMemoryFootprinting.test_pmpi_component_proc_1 (Failed)
  565 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_1 (Failed)
  566 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_1 (Failed)
  567 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_2 (Failed)
  568 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_2 (Failed)
  569 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_2 (Failed)
  570 - vt:TestInitialization.test_initialize_with_args_proc_2 (Failed)
  571 - vt:TestMemoryFootprinting.test_live_components_proc_2 (Failed)
  572 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_2 (Failed)
  573 - vt:TestMemoryFootprinting.test_arg_config_proc_2 (Failed)
  574 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_2 (Failed)
  575 - vt:TestMemoryFootprinting.test_lb_manager_proc_2 (Failed)
  576 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_2 (Failed)
  577 - vt:TestMemoryFootprinting.test_node_stats_proc_2 (Failed)
  578 - vt:TestMemoryFootprinting.test_memory_usage_proc_2 (Failed)
  579 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_2 (Failed)
  580 - vt:TestMemoryFootprinting.test_collective_alg_proc_2 (Failed)
  581 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_2 (Failed)
  582 - vt:TestMemoryFootprinting.test_pipe_manager_proc_2 (Failed)
  583 - vt:TestMemoryFootprinting.test_group_manager_proc_2 (Failed)
  584 - vt:TestMemoryFootprinting.test_collection_manager_proc_2 (Failed)
  585 - vt:TestMemoryFootprinting.test_location_manager_proc_2 (Failed)
  586 - vt:TestMemoryFootprinting.test_termination_detector_proc_2 (Failed)
  587 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_2 (Failed)
  588 - vt:TestMemoryFootprinting.test_sequencer_proc_2 (Failed)
  589 - vt:TestMemoryFootprinting.test_scheduler_proc_2 (Failed)
  590 - vt:TestMemoryFootprinting.test_registry_proc_2 (Failed)
  591 - vt:TestMemoryFootprinting.test_rdma_manager_proc_2 (Failed)
  592 - vt:TestMemoryFootprinting.test_param_proc_2 (Failed)
  593 - vt:TestMemoryFootprinting.test_active_messenger_proc_2 (Failed)
  594 - vt:TestMemoryFootprinting.test_async_event_proc_2 (Failed)
  596 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_2 (Failed)
  597 - vt:TestMemoryFootprinting.test_pool_proc_2 (Failed)
  598 - vt:TestMemoryFootprinting.test_context_proc_2 (Failed)
  599 - vt:TestMemoryFootprinting.test_phase_proc_2 (Failed)
  600 - vt:TestMemoryFootprinting.test_stats_reader_proc_2 (Failed)
  601 - vt:TestMemoryFootprinting.test_epoch_proc_2 (Failed)
  603 - vt:TestMemoryFootprinting.test_pmpi_component_proc_2 (Failed)
  604 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_2 (Failed)
  605 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_2 (Failed)
  606 - vt:TestComponentConstruction.test_component_construct_dispatch_1_proc_4 (Failed)
  607 - vt:TestComponentConstruction.test_component_construct_dispatch_args_2_proc_4 (Failed)
  608 - vt:TestComponentConstruction.test_component_construct_dispatch_move_3_proc_4 (Failed)
  609 - vt:TestInitialization.test_initialize_with_args_proc_4 (Failed)
  610 - vt:TestMemoryFootprinting.test_live_components_proc_4 (Failed)
  611 - vt:TestMemoryFootprinting.test_live_components_at_shutdown_proc_4 (Failed)
  612 - vt:TestMemoryFootprinting.test_arg_config_proc_4 (Failed)
  613 - vt:TestMemoryFootprinting.test_time_trigger_manager_proc_4 (Failed)
  614 - vt:TestMemoryFootprinting.test_lb_manager_proc_4 (Failed)
  615 - vt:TestMemoryFootprinting.test_stats_restart_reader_proc_4 (Failed)
  616 - vt:TestMemoryFootprinting.test_node_stats_proc_4 (Failed)
  617 - vt:TestMemoryFootprinting.test_memory_usage_proc_4 (Failed)
  618 - vt:TestMemoryFootprinting.test_rdma_manager_handle_proc_4 (Failed)
  619 - vt:TestMemoryFootprinting.test_collective_alg_proc_4 (Failed)
  620 - vt:TestMemoryFootprinting.test_obj_group_manager_proc_4 (Failed)
  621 - vt:TestMemoryFootprinting.test_pipe_manager_proc_4 (Failed)
  622 - vt:TestMemoryFootprinting.test_group_manager_proc_4 (Failed)
  623 - vt:TestMemoryFootprinting.test_collection_manager_proc_4 (Failed)
  624 - vt:TestMemoryFootprinting.test_location_manager_proc_4 (Failed)
  625 - vt:TestMemoryFootprinting.test_termination_detector_proc_4 (Failed)
  626 - vt:TestMemoryFootprinting.test_sequencer_virtual_proc_4 (Failed)
  627 - vt:TestMemoryFootprinting.test_sequencer_proc_4 (Failed)
  628 - vt:TestMemoryFootprinting.test_scheduler_proc_4 (Failed)
  629 - vt:TestMemoryFootprinting.test_registry_proc_4 (Failed)
  630 - vt:TestMemoryFootprinting.test_rdma_manager_proc_4 (Failed)
  631 - vt:TestMemoryFootprinting.test_param_proc_4 (Failed)
  632 - vt:TestMemoryFootprinting.test_active_messenger_proc_4 (Failed)
  633 - vt:TestMemoryFootprinting.test_async_event_proc_4 (Failed)
  635 - vt:TestMemoryFootprinting.test_virtual_context_manager_proc_4 (Failed)
  636 - vt:TestMemoryFootprinting.test_pool_proc_4 (Failed)
  637 - vt:TestMemoryFootprinting.test_context_proc_4 (Failed)
  638 - vt:TestMemoryFootprinting.test_phase_proc_4 (Failed)
  639 - vt:TestMemoryFootprinting.test_stats_reader_proc_4 (Failed)
  640 - vt:TestMemoryFootprinting.test_epoch_proc_4 (Failed)
  642 - vt:TestMemoryFootprinting.test_pmpi_component_proc_4 (Failed)
  643 - vt:TestMpiAccessGuardDeathTest.test_mpi_access_prevented_proc_4 (Failed)
  644 - vt:TestMpiAccessGuardTest.test_mpi_access_allowed_proc_4 (Failed)
  645 - vt:TestInitialization.test_initialize_no_args_no_mpi (Failed)
  648 - vt:TestCliArguments.test_vt_assert_proc_1 (Failed)
  649 - vt:TestCliArguments.test_assert_no_fail_proc_1 (Failed)
  650 - vt:TestCliArguments.test_vt_assert_proc_2 (Failed)
  651 - vt:TestCliArguments.test_assert_no_fail_proc_2 (Failed)
  652 - vt:TestCliArguments.test_vt_assert_proc_4 (Failed)
  653 - vt:TestCliArguments.test_assert_no_fail_proc_4 (Failed)
  654 - vt:TestHighLevelCalls.test_collective_lambda_proc_1 (Failed)
  655 - vt:TestHighLevelCalls.test_collective_std_function_proc_1 (Failed)
  656 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_1 (Failed)
  657 - vt:TestHighLevelCalls.test_rooted_lambda_proc_1 (Failed)
  658 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_1 (Failed)
  659 - vt:TestHighLevelCalls.test_rooted_std_function_proc_1 (Failed)
  660 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_1 (Failed)
  661 - vt:TestHighLevelCalls.test_collective_lambda_proc_2 (Failed)
  662 - vt:TestHighLevelCalls.test_collective_std_function_proc_2 (Failed)
  663 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_2 (Failed)
  664 - vt:TestHighLevelCalls.test_rooted_lambda_proc_2 (Failed)
  665 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_2 (Failed)
  666 - vt:TestHighLevelCalls.test_rooted_std_function_proc_2 (Failed)
  667 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_2 (Failed)
  668 - vt:TestHighLevelCalls.test_collective_lambda_proc_4 (Failed)
  669 - vt:TestHighLevelCalls.test_collective_std_function_proc_4 (Failed)
  670 - vt:TestHighLevelCalls.test_collective_std_function_labeled_proc_4 (Failed)
  671 - vt:TestHighLevelCalls.test_rooted_lambda_proc_4 (Failed)
  672 - vt:TestHighLevelCalls.test_rooted_lambda_labeled_proc_4 (Failed)
  673 - vt:TestHighLevelCalls.test_rooted_std_function_proc_4 (Failed)
  674 - vt:TestSchedulerLoop.test_scheduler_loop_nesting_1_proc_4 (Failed)
  675 - vt:TestPriorityBits.test_priority_bits_1_proc_1 (Failed)
  676 - vt:TestPriorityQueue.test_priority_queue_1_proc_1 (Failed)
  677 - vt:TestPriorityQueue.test_priority_queue_2_proc_1 (Failed)
  678 - vt:TestPriorityQueue.test_priority_queue_3_proc_1 (Failed)
  679 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_1 (Failed)
  680 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_1 (Failed)
  681 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_1 (Failed)
  682 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_1 (Failed)
  683 - vt:TestSchedProgress.test_scheduler_progress_1_proc_1 (Failed)
  684 - vt:TestSchedProgress.test_scheduler_progress_2_proc_1 (Failed)
  685 - vt:TestPriorityBits.test_priority_bits_1_proc_2 (Failed)
  686 - vt:TestPriorityQueue.test_priority_queue_1_proc_2 (Failed)
  687 - vt:TestPriorityQueue.test_priority_queue_2_proc_2 (Failed)
  688 - vt:TestPriorityQueue.test_priority_queue_3_proc_2 (Failed)
  689 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_2 (Failed)
  690 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_2 (Failed)
  691 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_2 (Failed)
  692 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_2 (Failed)
  693 - vt:TestSchedProgress.test_scheduler_progress_1_proc_2 (Failed)
  694 - vt:TestSchedProgress.test_scheduler_progress_2_proc_2 (Failed)
  695 - vt:TestPriorityBits.test_priority_bits_1_proc_4 (Failed)
  696 - vt:TestPriorityQueue.test_priority_queue_1_proc_4 (Failed)
  697 - vt:TestPriorityQueue.test_priority_queue_2_proc_4 (Failed)
  698 - vt:TestPriorityQueue.test_priority_queue_3_proc_4 (Failed)
  699 - vt:TestSchedPriorities.test_scheduler_priorities_1_proc_4 (Failed)
  700 - vt:TestSchedPriorities.test_scheduler_priorities_2_proc_4 (Failed)
  701 - vt:TestSchedPriorities.test_scheduler_priorities_3_proc_4 (Failed)
  702 - vt:TestSchedPriorities.test_scheduler_priorities_4_proc_4 (Failed)
  703 - vt:TestSchedProgress.test_scheduler_progress_1_proc_4 (Failed)
  704 - vt:TestSchedProgress.test_scheduler_progress_2_proc_4 (Failed)
  705 - vt:TestSequencer.test_single_wait_proc_1 (Failed)
  706 - vt:TestSequencer.test_single_wait_tagged_proc_1 (Failed)
  707 - vt:TestSequencer.test_multi_wait_proc_1 (Failed)
  708 - vt:TestSequencer.test_multi_wait_tagged_proc_1 (Failed)
  709 - vt:TestSequencerFor.test_for_proc_1 (Failed)
  710 - vt:TestSequencerNested.test_simple_nested_wait_proc_1 (Failed)
  711 - vt:TestSequencerNested.test_multi_nested_wait_proc_1 (Failed)
  712 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_1 (Failed)
  713 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_1 (Failed)
  714 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_1 (Failed)
  716 - vt:TestSequencerParallel.test_parallel_1_proc_1 (Failed)
  717 - vt:TestSequencerParallel.test_parallel_2_proc_1 (Failed)
  718 - vt:TestSequencerParallel.test_parallel_3_proc_1 (Failed)
  719 - vt:TestSequencerParallel.test_parallel_4_proc_1 (Failed)
  720 - vt:TestSequencerVirtual.test_seq_vc_1_proc_1 (Failed)
  721 - vt:TestSequencerVirtual.test_seq_vc_2_proc_1 (Failed)
  722 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_1 (Failed)
  723 - vt:TestSequencer.test_single_wait_proc_2 (Failed)
  724 - vt:TestSequencer.test_single_wait_tagged_proc_2 (Failed)
  725 - vt:TestSequencer.test_multi_wait_proc_2 (Failed)
  726 - vt:TestSequencer.test_multi_wait_tagged_proc_2 (Failed)
  727 - vt:TestSequencerFor.test_for_proc_2 (Failed)
  728 - vt:TestSequencerNested.test_simple_nested_wait_proc_2 (Failed)
  729 - vt:TestSequencerNested.test_multi_nested_wait_proc_2 (Failed)
  730 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_2 (Failed)
  731 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_2 (Failed)
  732 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_2 (Failed)
  733 - vt:*/TestSequencerParallelParam.test_seq_parallel_param/*_proc_2 (Failed)
  734 - vt:TestSequencerParallel.test_parallel_1_proc_2 (Failed)
  735 - vt:TestSequencerParallel.test_parallel_2_proc_2 (Failed)
  736 - vt:TestSequencerParallel.test_parallel_3_proc_2 (Failed)
  737 - vt:TestSequencerParallel.test_parallel_4_proc_2 (Failed)
  738 - vt:TestSequencerVirtual.test_seq_vc_1_proc_2 (Failed)
  739 - vt:TestSequencerVirtual.test_seq_vc_2_proc_2 (Failed)
  740 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_2 (Failed)
  741 - vt:TestSequencer.test_single_wait_proc_4 (Failed)
  742 - vt:TestSequencer.test_single_wait_tagged_proc_4 (Failed)
  743 - vt:TestSequencer.test_multi_wait_proc_4 (Failed)
  744 - vt:TestSequencer.test_multi_wait_tagged_proc_4 (Failed)
  745 - vt:TestSequencerFor.test_for_proc_4 (Failed)
  746 - vt:TestSequencerNested.test_simple_nested_wait_proc_4 (Failed)
  747 - vt:TestSequencerNested.test_multi_nested_wait_proc_4 (Failed)
  748 - vt:TestSequencerNested.test_multi_nested_single_wait_proc_4 (Failed)
  749 - vt:TestSequencerNested.test_multi_nested_single2_wait_proc_4 (Failed)
  750 - vt:TestSequencerNested.test_multi_deep_nested_wait_proc_4 (Failed)
  751 - vt:*/TestSequencerParallelParam.test_seq_parallel_param/*_proc_4 (Failed)
  752 - vt:TestSequencerParallel.test_parallel_1_proc_4 (Failed)
  753 - vt:TestSequencerParallel.test_parallel_2_proc_4 (Failed)
  754 - vt:TestSequencerParallel.test_parallel_3_proc_4 (Failed)
  755 - vt:TestSequencerParallel.test_parallel_4_proc_4 (Failed)
  756 - vt:TestSequencerVirtual.test_seq_vc_1_proc_4 (Failed)
  757 - vt:TestSequencerVirtual.test_seq_vc_2_proc_4 (Failed)
  758 - vt:TestSequencerVirtual.test_seq_vc_distinct_inst_3_proc_4 (Failed)
  759 - vt:TestSerialMessenger.test_serial_messenger_1_proc_1 (Failed)
  760 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_1 (Failed)
  761 - vt:TestSerialMessenger.test_serial_messenger_1_proc_2 (Failed)
  762 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_2 (Failed)
  763 - vt:TestSerialMessenger.test_serial_messenger_1_proc_4 (Failed)
  764 - vt:TestSerialMessenger.test_serial_messenger_bcast_1_proc_4 (Failed)
  765 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_1 (Failed)
  766 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_2 (Failed)
  767 - vt:TestSerialMessengerVirtual.test_serial_messenger_1_proc_4 (Failed)
  768 - vt:TestIntegralSet.test_interval_set_proc_1 (Failed)
  769 - vt:TestIntegralSet.test_interval_set_2_proc_1 (Failed)
  770 - vt:TestIntegralSet.test_interval_set_3_proc_1 (Failed)
  771 - vt:TestTermChaining.test_termination_chaining_1_proc_1 (Failed)
  772 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_1 (Failed)
  773 - vt:TestTermCleanup.test_termination_cleanup_1_proc_1 (Failed)
  774 - vt:TestTermCleanup.test_termination_cleanup_2_proc_1 (Failed)
  775 - vt:*/TestTermDepSendChain.test_term_dep_send_chain/*_proc_1 (Failed)
  776 - vt:*/TestTermDepSendChain.test_term_dep_send_chain_merge/*_proc_1 (Failed)
  783 - vt:TestTermReset.test_termination_reset_1_proc_1 (Failed)
  784 - vt:TestIntegralSet.test_interval_set_proc_2 (Failed)
  785 - vt:TestIntegralSet.test_interval_set_2_proc_2 (Failed)
  786 - vt:TestIntegralSet.test_interval_set_3_proc_2 (Failed)
  787 - vt:TestTermChaining.test_termination_chaining_1_proc_2 (Failed)
  788 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_2 (Failed)
  789 - vt:TestTermCleanup.test_termination_cleanup_1_proc_2 (Failed)
  790 - vt:TestTermCleanup.test_termination_cleanup_2_proc_2 (Failed)
  791 - vt:*/TestTermDepSendChain.test_term_dep_send_chain/*_proc_2 (Failed)
  792 - vt:*/TestTermDepSendChain.test_term_dep_send_chain_merge/*_proc_2 (Failed)
  793 - vt:*/TestTermCollect.test_term_detect_collect_epoch/*_proc_2 (Failed)
  794 - vt:*/TestTermRooted.test_term_detect_rooted_epoch/*_proc_2 (Failed)
  795 - vt:*/TestTermGlobal.test_term_detect_broadcast/*_proc_2 (Failed)
  796 - vt:*/TestTermGlobal.test_term_detect_routed/*_proc_2 (Failed)
  797 - vt:*/TestTermNestedCollect.test_term_detect_nested_collect_epoch/*_proc_2 (Failed)
  798 - vt:*/TestTermNestedRooted.test_term_detect_nested_rooted_epoch/*_proc_2 (Failed)
  799 - vt:TestTermReset.test_termination_reset_1_proc_2 (Failed)
  800 - vt:TestIntegralSet.test_interval_set_proc_4 (Failed)
  801 - vt:TestIntegralSet.test_interval_set_2_proc_4 (Failed)
  802 - vt:TestIntegralSet.test_interval_set_3_proc_4 (Failed)
  803 - vt:TestTermChaining.test_termination_chaining_1_proc_4 (Failed)
  804 - vt:TestTermChaining.test_termination_chaining_collective_1_proc_4 (Failed)
  805 - vt:TestTermCleanup.test_termination_cleanup_1_proc_4 (Failed)
  806 - vt:TestTermCleanup.test_termination_cleanup_2_proc_4 (Failed)
  809 - vt:*/TestTermCollect.test_term_detect_collect_epoch/*_proc_4 (Failed)
  810 - vt:*/TestTermRooted.test_term_detect_rooted_epoch/*_proc_4 (Failed)
  811 - vt:*/TestTermGlobal.test_term_detect_broadcast/*_proc_4 (Failed)
  812 - vt:*/TestTermGlobal.test_term_detect_routed/*_proc_4 (Failed)
  813 - vt:*/TestTermNestedCollect.test_term_detect_nested_collect_epoch/*_proc_4 (Failed)
  814 - vt:*/TestTermNestedRooted.test_term_detect_nested_rooted_epoch/*_proc_4 (Failed)
  815 - vt:TestTermReset.test_termination_reset_1_proc_4 (Failed)
  816 - vt:TestTermCallable.test_add_action_unique_proc_1 (Failed)
  817 - vt:TestTermCallable.test_add_action_unique_proc_2 (Failed)
  818 - vt:TestTermCallable.test_add_action_unique_proc_4 (Failed)
  819 - vt:TestTimeTrigger.test_time_trigger_proc_1 (Failed)
  820 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_1 (Failed)
  821 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_1 (Failed)
  822 - vt:TestTimeTrigger.test_time_trigger_proc_2 (Failed)
  823 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_2 (Failed)
  824 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_2 (Failed)
  825 - vt:TestTimeTrigger.test_time_trigger_proc_4 (Failed)
  826 - vt:TestTimeTrigger.test_time_trigger_manager_add_trigger_proc_4 (Failed)
  827 - vt:TestTimeTrigger.test_time_trigger_manager_trigger_ready_proc_4 (Failed)
  847 - vt:TestTraceSpec.test_trace_spec_1_proc_1 (Failed)
  848 - vt:TestTraceSpec.test_trace_spec_2_proc_1 (Failed)
  849 - vt:TestTraceSpec.test_trace_spec_3_proc_1 (Failed)
  850 - vt:TestTraceSpec.test_trace_spec_4_proc_1 (Failed)
  851 - vt:TestTraceSpec.test_trace_spec_1_proc_2 (Failed)
  852 - vt:TestTraceSpec.test_trace_spec_2_proc_2 (Failed)
  853 - vt:TestTraceSpec.test_trace_spec_3_proc_2 (Failed)
  854 - vt:TestTraceSpec.test_trace_spec_4_proc_2 (Failed)
  855 - vt:TestTraceSpec.test_trace_spec_1_proc_4 (Failed)
  856 - vt:TestTraceSpec.test_trace_spec_2_proc_4 (Failed)
  857 - vt:TestTraceSpec.test_trace_spec_3_proc_4 (Failed)
  858 - vt:TestTraceSpec.test_trace_spec_4_proc_4 (Failed)

Build log

Copy link
Member

@PhilMiller PhilMiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if we actually fixed the detected reports, or at least made a decision as a team that they can be disregarded, rather than adding initial suppressions

@PhilMiller PhilMiller self-requested a review October 2, 2021 22:36
@PhilMiller PhilMiller dismissed their stale review October 2, 2021 22:37

No longer full approval

@jstrzebonski jstrzebonski changed the title 1393 add undefined behavior sanitizer #1393 add undefined behavior sanitizer Oct 5, 2021
@@ -270,7 +270,7 @@ void StatsRestartReader::gatherMsgs(VecMsg *msg) {
proc_phase_runs_LB_[phaseID] = (!migrate.empty());
auto& myList = proc_move_list_[phaseID];
myList.resize(toMove.size() - header);
std::copy(&toMove[header], &toMove[0] + toMove.size(),
std::copy(&toMove[header], toMove.data() + toMove.size(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh. If toMove.data() ever is nullptr, this is still going to end up being UB, because arithmetic on nullptr is also undefined.

That case is of course excluded by the fact that elements of toMove are written to in code just above this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand usage of address sanitizer across CI, add UB sanitizer
3 participants