-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Very flaky Logical error: \'Invalid number of rows in Chunk Const... #87467
Copy link
Copy link
Closed
Labels
red CIVERY flaky testVERY flaky test
Description
Describe the bug
There are already many issues related to Chunk, but I don't see one with this stacktrace. Happens on stateful and stress tests. CI DB [1] and CI [2, 3]
Error message and/or stacktrace
[ 10104 ] {39e0b172-c013-408e-bac4-f6823f993af2} <Fatal> : Logical error: \'Invalid number of rows in Chunk Const(size = 40, UInt8(size = 1)) UInt64(size = 1) column UInt64 at position 1: expected 40, got 1\'.
[ 10104 ] {39e0b172-c013-408e-bac4-f6823f993af2} <Fatal> : Stack trace (when copying this message, always include the lines below):
[ 7959 ] {} <Fatal> BaseDaemon: ########## Short fault info ############
[ 7959 ] {} <Fatal> BaseDaemon: (version 25.10.1.206 (official build), build id: F3EAC57B507CDBD034FD0132B3B99D5AB42ED3C9, git hash: 4f01ab2be8a2645250ac16ef60590ca403e4f4ee, architecture: x86_64) (from thread 10104) Received signal 6
[ 7959 ] {} <Fatal> BaseDaemon: Signal description: Aborted
[ 7959 ] {} <Fatal> BaseDaemon:
[ 7959 ] {} <Fatal> BaseDaemon: Stack trace: 0x00007f16c41f29fd 0x00007f16c419e476 0x00007f16c41847f3 0x0000564a700bd25d 0x0000564a700bdcb0 0x0000564a700bdff9 0x0000564a68b9b18e 0x0000564a68b9ab91 0x0000564a7b00ee84 0x0000564a7b00cea7 0x0000564a7b00cd10 0x0000564a7b2e435e 0x0000564a7b2e3abf 0x0000564a7b038a90 0x0000564a7b02a845 0x0000564a7b02ada9 0x0000564a7b0297e1 0x0000564a7b028eff 0x0000564a7b040fa4 0x0000564a70202366 0x0000564a70208d80 0x00007f16c41f0ac3 0x00007f16c4282850
[ 7959 ] {} <Fatal> BaseDaemon: ########################################
[ 7959 ] {} <Fatal> BaseDaemon: (version 25.10.1.206 (official build), build id: F3EAC57B507CDBD034FD0132B3B99D5AB42ED3C9, git hash: 4f01ab2be8a2645250ac16ef60590ca403e4f4ee) (from thread 10104) (query_id: 39e0b172-c013-408e-bac4-f6823f993af2) (query: SELECT 1 FROM (SELECT 1 x) x LEFT JOIN (SELECT 2 y) y ON x.x = y.y JOIN (SELECT number FROM numbers(40)) z ON 1 SETTINGS join_algorithm = \'hash\', join_output_by_rowlist_perkey_rows_threshold = 80, allow_experimental_join_right_table_sorting = 1;) Received signal Aborted (6)
[ 7959 ] {} <Fatal> BaseDaemon:
[ 7959 ] {} <Fatal> BaseDaemon: Stack trace: 0x00007f16c41f29fd 0x00007f16c419e476 0x00007f16c41847f3 0x0000564a700bd25d 0x0000564a700bdcb0 0x0000564a700bdff9 0x0000564a68b9b18e 0x0000564a68b9ab91 0x0000564a7b00ee84 0x0000564a7b00cea7 0x0000564a7b00cd10 0x0000564a7b2e435e 0x0000564a7b2e3abf 0x0000564a7b038a90 0x0000564a7b02a845 0x0000564a7b02ada9 0x0000564a7b0297e1 0x0000564a7b028eff 0x0000564a7b040fa4 0x0000564a70202366 0x0000564a70208d80 0x00007f16c41f0ac3 0x00007f16c4282850
[ 7959 ] {} <Fatal> BaseDaemon: 3. ? @ 0x00000000000969fd
[ 7959 ] {} <Fatal> BaseDaemon: 4. ? @ 0x0000000000042476
[ 7959 ] {} <Fatal> BaseDaemon: 5. ? @ 0x00000000000287f3
[ 7959 ] {} <Fatal> BaseDaemon: 6. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:51: DB::abortOnFailedAssertion(String const&, void* const*, unsigned long, unsigned long) @ 0x000000001474a25d
[ 7959 ] {} <Fatal> BaseDaemon: 7. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:84: DB::handle_error_code(String const&, std::basic_string_view<char, std::char_traits<char>>, int, bool, std::vector<void*, std::allocator<void*>> const&) @ 0x000000001474acb0
[ 7959 ] {} <Fatal> BaseDaemon: 8. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:135: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001474aff9
[ 7959 ] {} <Fatal> BaseDaemon: 9. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:123: DB::Exception::Exception(String&&, int, String, bool) @ 0x000000000d22818e
[ 7959 ] {} <Fatal> BaseDaemon: 10. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000d227b91
[ 7959 ] {} <Fatal> BaseDaemon: 11. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:141: DB::Exception::Exception<String, String, unsigned long&, unsigned long&, unsigned long>(int, FormatStringHelperImpl<std::type_identity<String>::type, std::type_identity<String>::type, std::type_identity<unsigned long&>::type, std::type_identity<unsigned long&>::type, std::type_identity<unsigned long>::type>, String&&, String&&, unsigned long&, unsigned long&, unsigned long&&) @ 0x000000001f69be84
[ 7959 ] {} <Fatal> BaseDaemon: 12. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Chunk.cpp:65: DB::Chunk::checkNumRowsIsConsistent() @ 0x000000001f699ea7
[ 7959 ] {} <Fatal> BaseDaemon: 13. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Chunk.cpp:19: DB::Chunk::Chunk(std::vector<COW<DB::IColumn>::immutable_ptr<DB::IColumn>, std::allocator<COW<DB::IColumn>::immutable_ptr<DB::IColumn>>>, unsigned long) @ 0x000000001f699d10
[ 7959 ] {} <Fatal> BaseDaemon: 14. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Transforms/JoiningTransform.cpp:209: DB::JoiningTransform::transform(DB::Chunk&) @ 0x000000001f97135e
[ 7959 ] {} <Fatal> BaseDaemon: 15. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Transforms/JoiningTransform.cpp:136: DB::JoiningTransform::work() @ 0x000000001f970abf
[ 7959 ] {} <Fatal> BaseDaemon: 16.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/ExecutionThreadContext.cpp:53: DB::executeJob(DB::ExecutingGraph::Node*, DB::ReadProgressCallback*)
[ 7959 ] {} <Fatal> BaseDaemon: 16. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/ExecutionThreadContext.cpp:102: DB::ExecutionThreadContext::executeTask() @ 0x000000001f6c5a90
[ 7959 ] {} <Fatal> BaseDaemon: 17. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:351: DB::PipelineExecutor::executeStepImpl(unsigned long, DB::IAcquiredSlot*, std::atomic<bool>*) @ 0x000000001f6b7845
[ 7959 ] {} <Fatal> BaseDaemon: 18. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:279: DB::PipelineExecutor::executeSingleThread(unsigned long, DB::IAcquiredSlot*) @ 0x000000001f6b7da9
[ 7959 ] {} <Fatal> BaseDaemon: 19. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:602: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000001f6b67e1
[ 7959 ] {} <Fatal> BaseDaemon: 20. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:136: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000001f6b5eff
[ 7959 ] {} <Fatal> BaseDaemon: 21.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:76: DB::threadFunction(DB::PullingAsyncPipelineExecutor::Data&, std::shared_ptr<DB::ThreadGroup>, unsigned long, bool)
[ 7959 ] {} <Fatal> BaseDaemon: 21.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:102: operator()
[ 7959 ] {} <Fatal> BaseDaemon: 21.2. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149: decltype(std::declval<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&>()()) std::__invoke[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.3. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/tuple:1354: decltype(auto) std::__apply_tuple_impl[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&, std::__tuple_indices<...>)
[ 7959 ] {} <Fatal> BaseDaemon: 21.4. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/tuple:1358: decltype(auto) std::apply[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.5. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/ThreadPool.h:312: operator()
[ 7959 ] {} <Fatal> BaseDaemon: 21.6. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149: decltype(std::declval<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>()()) std::__invoke[abi:se190107]<ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.7. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224: void std::__invoke_void_return_wrapper<void, true>::__call[abi:se190107]<ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&>(ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.8. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:210: ?
[ 7959 ] {} <Fatal> BaseDaemon: 21. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:610: ? @ 0x000000001f6cdfa4
[ 7959 ] {} <Fatal> BaseDaemon: 22.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:716: ?
[ 7959 ] {} <Fatal> BaseDaemon: 22.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:989: ?
[ 7959 ] {} <Fatal> BaseDaemon: 22. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/ThreadPool.cpp:812: ThreadPoolImpl<std::thread>::ThreadFromThreadPool::worker() @ 0x000000001488f366
[ 7959 ] {} <Fatal> BaseDaemon: 23.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117: decltype(*std::declval<ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)()>()()) std::__invoke[abi:se190107]<void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*&&)
[ 7959 ] {} <Fatal> BaseDaemon: 23.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__thread/thread.h:192: void std::__thread_execute[abi:se190107]<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*, 2ul>(std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>&, std::__tuple_indices<2ul>)
[ 7959 ] {} <Fatal> BaseDaemon: 23. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__thread/thread.h:201: void* std::__thread_proxy[abi:se190107]<std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>>(void*) @ 0x0000000014895d80
[ 7959 ] {} <Fatal> BaseDaemon: 24. ? @ 0x0000000000094ac3
[ 7959 ] {} <Fatal> BaseDaemon: 25. ? @ 0x0000000000126850
[ 7959 ] {} <Fatal> BaseDaemon: Integrity check of the executable successfully passed (checksum: 4AF1BB6795E954FADA108322247B0B28)
[ 7959 ] {} <Fatal> BaseDaemon: Report this error to https://github.com/ClickHouse/ClickHouse/issues
[ 7959 ] {} <Fatal> BaseDaemon: Changed settings: min_compress_block_size = 27360, max_compress_block_size = 1913301, max_block_size = 80588, min_external_table_block_size_bytes = 100000000, max_joined_block_size_rows = 19072, max_insert_threads = 2, max_threads = 1, max_parsing_threads = 10, max_read_buffer_size = 768411, connect_timeout_with_failover_ms = 2000, connect_timeout_with_failover_secure_ms = 3000, idle_connection_timeout = 36000, s3_max_get_rps = 1000000, s3_max_get_burst = 2000000, s3_max_put_rps = 1000000, s3_max_put_burst = 2000000, s3_check_objects_after_upload = true, max_remote_read_network_bandwidth = 1000000000000, max_remote_write_network_bandwidth = 1000000000000, max_local_read_bandwidth = 1000000000000, max_local_write_bandwidth = 1000000000000, stream_like_engine_allow_direct_select = true, replication_wait_for_inactive_replica_timeout = 30, compile_expressions = false, min_count_to_compile_expression = 0, group_by_two_level_threshold = 1, group_by_two_level_threshold_bytes = 39099146, enable_memory_bound_merging_of_aggregation_results = false, allow_nonconst_timezone_arguments = true, input_format_parallel_parsing = false, min_chunk_bytes_for_parallel_parsing = 10502363, output_format_parallel_formatting = false, merge_tree_coarse_index_granularity = 22, min_bytes_to_use_direct_io = 10737418240, min_bytes_to_use_mmap_io = 1, log_queries = true, insert_quorum_timeout = 60000, table_function_remote_max_addresses = 200, merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability = 0.18000000715255737, http_wait_end_of_query = true, http_response_buffer_size = 5418159, fsync_metadata = true, join_output_by_rowlist_perkey_rows_threshold = 80, query_plan_optimize_join_order_limit = 5, http_send_timeout = 60., http_receive_timeout = 60., use_index_for_in_with_subqueries_max_values = 1000000000, opentelemetry_start_trace_probability = 0.10000000149011612, max_rows_to_read = 20000000, max_bytes_to_read = 1000000000000, max_bytes_to_read_leaf = 1000000000000, max_rows_to_group_by = 10000000000, max_bytes_before_external_group_by = 10737418240, max_bytes_ratio_before_external_group_by = 0., max_rows_to_sort = 10000000000, max_bytes_to_sort = 10000000000, prefer_external_sort_block_bytes = 100000000, max_bytes_before_external_sort = 5598542974, max_bytes_ratio_before_external_sort = 0., max_bytes_before_remerge_sort = 2981588984, max_result_rows = 1000000000, max_result_bytes = 1000000000, max_execution_time = 60., max_execution_speed = 100000000000, max_execution_speed_bytes = 10000000000000, timeout_before_checking_execution_speed = 300., max_estimated_execution_time = 600., max_columns_to_read = 20000, max_temporary_columns = 20000, max_temporary_non_const_columns = 20000, max_rows_in_set = 10000000000, max_bytes_in_set = 10000000000, max_rows_in_join = 10000000000, max_bytes_in_join = 10000000000, join_algorithm = \'hash\', cross_join_min_rows_to_compress = 1, cross_join_min_bytes_to_compress = 0, m
[ 10104 ] {39e0b172-c013-408e-bac4-f6823f993af2} <Fatal> : Logical error: \'Invalid number of rows in Chunk Const(size = 40, UInt8(size = 1)) UInt64(size = 1) column UInt64 at position 1: expected 40, got 1\'.
[ 10104 ] {39e0b172-c013-408e-bac4-f6823f993af2} <Fatal> : Stack trace (when copying this message, always include the lines below):
[ 7959 ] {} <Fatal> BaseDaemon: ########## Short fault info ############
[ 7959 ] {} <Fatal> BaseDaemon: (version 25.10.1.206 (official build), build id: F3EAC57B507CDBD034FD0132B3B99D5AB42ED3C9, git hash: 4f01ab2be8a2645250ac16ef60590ca403e4f4ee, architecture: x86_64) (from thread 10104) Received signal 6
[ 7959 ] {} <Fatal> BaseDaemon: Signal description: Aborted
[ 7959 ] {} <Fatal> BaseDaemon:
[ 7959 ] {} <Fatal> BaseDaemon: Stack trace: 0x00007f16c41f29fd 0x00007f16c419e476 0x00007f16c41847f3 0x0000564a700bd25d 0x0000564a700bdcb0 0x0000564a700bdff9 0x0000564a68b9b18e 0x0000564a68b9ab91 0x0000564a7b00ee84 0x0000564a7b00cea7 0x0000564a7b00cd10 0x0000564a7b2e435e 0x0000564a7b2e3abf 0x0000564a7b038a90 0x0000564a7b02a845 0x0000564a7b02ada9 0x0000564a7b0297e1 0x0000564a7b028eff 0x0000564a7b040fa4 0x0000564a70202366 0x0000564a70208d80 0x00007f16c41f0ac3 0x00007f16c4282850
[ 7959 ] {} <Fatal> BaseDaemon: ########################################
[ 7959 ] {} <Fatal> BaseDaemon: (version 25.10.1.206 (official build), build id: F3EAC57B507CDBD034FD0132B3B99D5AB42ED3C9, git hash: 4f01ab2be8a2645250ac16ef60590ca403e4f4ee) (from thread 10104) (query_id: 39e0b172-c013-408e-bac4-f6823f993af2) (query: SELECT 1 FROM (SELECT 1 x) x LEFT JOIN (SELECT 2 y) y ON x.x = y.y JOIN (SELECT number FROM numbers(40)) z ON 1 SETTINGS join_algorithm = \'hash\', join_output_by_rowlist_perkey_rows_threshold = 80, allow_experimental_join_right_table_sorting = 1;) Received signal Aborted (6)
[ 7959 ] {} <Fatal> BaseDaemon:
[ 7959 ] {} <Fatal> BaseDaemon: Stack trace: 0x00007f16c41f29fd 0x00007f16c419e476 0x00007f16c41847f3 0x0000564a700bd25d 0x0000564a700bdcb0 0x0000564a700bdff9 0x0000564a68b9b18e 0x0000564a68b9ab91 0x0000564a7b00ee84 0x0000564a7b00cea7 0x0000564a7b00cd10 0x0000564a7b2e435e 0x0000564a7b2e3abf 0x0000564a7b038a90 0x0000564a7b02a845 0x0000564a7b02ada9 0x0000564a7b0297e1 0x0000564a7b028eff 0x0000564a7b040fa4 0x0000564a70202366 0x0000564a70208d80 0x00007f16c41f0ac3 0x00007f16c4282850
[ 7959 ] {} <Fatal> BaseDaemon: 3. ? @ 0x00000000000969fd
[ 7959 ] {} <Fatal> BaseDaemon: 4. ? @ 0x0000000000042476
[ 7959 ] {} <Fatal> BaseDaemon: 5. ? @ 0x00000000000287f3
[ 7959 ] {} <Fatal> BaseDaemon: 6. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:51: DB::abortOnFailedAssertion(String const&, void* const*, unsigned long, unsigned long) @ 0x000000001474a25d
[ 7959 ] {} <Fatal> BaseDaemon: 7. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:84: DB::handle_error_code(String const&, std::basic_string_view<char, std::char_traits<char>>, int, bool, std::vector<void*, std::allocator<void*>> const&) @ 0x000000001474acb0
[ 7959 ] {} <Fatal> BaseDaemon: 8. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.cpp:135: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001474aff9
[ 7959 ] {} <Fatal> BaseDaemon: 9. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:123: DB::Exception::Exception(String&&, int, String, bool) @ 0x000000000d22818e
[ 7959 ] {} <Fatal> BaseDaemon: 10. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000d227b91
[ 7959 ] {} <Fatal> BaseDaemon: 11. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/Exception.h:141: DB::Exception::Exception<String, String, unsigned long&, unsigned long&, unsigned long>(int, FormatStringHelperImpl<std::type_identity<String>::type, std::type_identity<String>::type, std::type_identity<unsigned long&>::type, std::type_identity<unsigned long&>::type, std::type_identity<unsigned long>::type>, String&&, String&&, unsigned long&, unsigned long&, unsigned long&&) @ 0x000000001f69be84
[ 7959 ] {} <Fatal> BaseDaemon: 12. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Chunk.cpp:65: DB::Chunk::checkNumRowsIsConsistent() @ 0x000000001f699ea7
[ 7959 ] {} <Fatal> BaseDaemon: 13. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Chunk.cpp:19: DB::Chunk::Chunk(std::vector<COW<DB::IColumn>::immutable_ptr<DB::IColumn>, std::allocator<COW<DB::IColumn>::immutable_ptr<DB::IColumn>>>, unsigned long) @ 0x000000001f699d10
[ 7959 ] {} <Fatal> BaseDaemon: 14. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Transforms/JoiningTransform.cpp:209: DB::JoiningTransform::transform(DB::Chunk&) @ 0x000000001f97135e
[ 7959 ] {} <Fatal> BaseDaemon: 15. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Transforms/JoiningTransform.cpp:136: DB::JoiningTransform::work() @ 0x000000001f970abf
[ 7959 ] {} <Fatal> BaseDaemon: 16.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/ExecutionThreadContext.cpp:53: DB::executeJob(DB::ExecutingGraph::Node*, DB::ReadProgressCallback*)
[ 7959 ] {} <Fatal> BaseDaemon: 16. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/ExecutionThreadContext.cpp:102: DB::ExecutionThreadContext::executeTask() @ 0x000000001f6c5a90
[ 7959 ] {} <Fatal> BaseDaemon: 17. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:351: DB::PipelineExecutor::executeStepImpl(unsigned long, DB::IAcquiredSlot*, std::atomic<bool>*) @ 0x000000001f6b7845
[ 7959 ] {} <Fatal> BaseDaemon: 18. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:279: DB::PipelineExecutor::executeSingleThread(unsigned long, DB::IAcquiredSlot*) @ 0x000000001f6b7da9
[ 7959 ] {} <Fatal> BaseDaemon: 19. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:602: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000001f6b67e1
[ 7959 ] {} <Fatal> BaseDaemon: 20. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:136: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000001f6b5eff
[ 7959 ] {} <Fatal> BaseDaemon: 21.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:76: DB::threadFunction(DB::PullingAsyncPipelineExecutor::Data&, std::shared_ptr<DB::ThreadGroup>, unsigned long, bool)
[ 7959 ] {} <Fatal> BaseDaemon: 21.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:102: operator()
[ 7959 ] {} <Fatal> BaseDaemon: 21.2. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149: decltype(std::declval<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&>()()) std::__invoke[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.3. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/tuple:1354: decltype(auto) std::__apply_tuple_impl[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&, std::__tuple_indices<...>)
[ 7959 ] {} <Fatal> BaseDaemon: 21.4. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/tuple:1358: decltype(auto) std::apply[abi:se190107]<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::tuple<>&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.5. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/ThreadPool.h:312: operator()
[ 7959 ] {} <Fatal> BaseDaemon: 21.6. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149: decltype(std::declval<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>()()) std::__invoke[abi:se190107]<ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.7. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224: void std::__invoke_void_return_wrapper<void, true>::__call[abi:se190107]<ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&>(ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::\'lambda\'()&)
[ 7959 ] {} <Fatal> BaseDaemon: 21.8. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:210: ?
[ 7959 ] {} <Fatal> BaseDaemon: 21. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:610: ? @ 0x000000001f6cdfa4
[ 7959 ] {} <Fatal> BaseDaemon: 22.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:716: ?
[ 7959 ] {} <Fatal> BaseDaemon: 22.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__functional/function.h:989: ?
[ 7959 ] {} <Fatal> BaseDaemon: 22. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/ThreadPool.cpp:812: ThreadPoolImpl<std::thread>::ThreadFromThreadPool::worker() @ 0x000000001488f366
[ 7959 ] {} <Fatal> BaseDaemon: 23.0. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117: decltype(*std::declval<ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)()>()()) std::__invoke[abi:se190107]<void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*&&)
[ 7959 ] {} <Fatal> BaseDaemon: 23.1. inlined from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__thread/thread.h:192: void std::__thread_execute[abi:se190107]<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*, 2ul>(std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>&, std::__tuple_indices<2ul>)
[ 7959 ] {} <Fatal> BaseDaemon: 23. /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/contrib/llvm-project/libcxx/include/__thread/thread.h:201: void* std::__thread_proxy[abi:se190107]<std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>>(void*) @ 0x0000000014895d80
[ 7959 ] {} <Fatal> BaseDaemon: 24. ? @ 0x0000000000094ac3
[ 7959 ] {} <Fatal> BaseDaemon: 25. ? @ 0x0000000000126850
[ 7959 ] {} <Fatal> BaseDaemon: Integrity check of the executable successfully passed (checksum: 4AF1BB6795E954FADA108322247B0B28)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
red CIVERY flaky testVERY flaky test