Skip to content

Bump libxml2 to 2.14.3#81187

Merged
Algunenano merged 9 commits intoClickHouse:masterfrom
ClibMouse:upgrade_libxml
Jun 9, 2025
Merged

Bump libxml2 to 2.14.3#81187
Algunenano merged 9 commits intoClickHouse:masterfrom
ClibMouse:upgrade_libxml

Conversation

@larryluogit
Copy link
Copy Markdown
Contributor

@larryluogit larryluogit commented Jun 3, 2025

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Upgrade libxml2 to 2.14.3.

Addresses
CVE-2024-56171
CVE-2025-27113
CVE-2025-32414
CVE-2024-25062
CVE-2025-24928
CVE-2025-32415
CVE-2022-49043
CVE-2024-34459

@Algunenano Algunenano added the can be tested Allows running workflows for external contributors label Jun 3, 2025
@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jun 3, 2025

Workflow [PR], commit [77400df]

@clickhouse-gh clickhouse-gh bot added pr-improvement Pull request with some product improvements submodule changed At least one submodule changed in this PR. labels Jun 3, 2025
@Algunenano Algunenano self-assigned this Jun 3, 2025
@Algunenano
Copy link
Copy Markdown
Member

@larryluogit The build is broken and you have blocked changes from maintainers. Could you please have a look?

@larryluogit larryluogit marked this pull request as draft June 3, 2025 18:43
@larryluogit larryluogit marked this pull request as ready for review June 4, 2025 17:45
@larryluogit
Copy link
Copy Markdown
Contributor Author

@larryluogit The build is broken and you have blocked changes from maintainers. Could you please have a look?

@Algunenano The build failure has been resolved. The CVEs that this PR address exist in both 24.8lts and 25.3lts as well. Could you please set backport flag when you merge the PR? Thank you for your help!
BTW. you should see an invite from our git org. It allows you to update pr branches if you accept it.

@Algunenano
Copy link
Copy Markdown
Member

The CI is detecting issues with the library (https://s3.amazonaws.com/clickhouse-test-reports/PRs/81187/e3fb1a64431b6d199517249985c9e183a26126fa//integration_tests_tsan_2_6/integration_run_parallel5_0.log):

WARNING: ThreadSanitizer: data race (pid=9510)
  Read of size 1 at 0x564b29391b80 by thread T663:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:669:9 (clickhouse+0x239c921b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c921b)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Previous write of size 1 at 0x564b29391b80 by thread T647:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:671:27 (clickhouse+0x239c9235) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c9235)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Location is global 'parserInitialized' of size 1 at 0x564b29391b80 (clickhouse+0x28271b80)

  Thread T663 'BackgroundLoad' (tid=10203, running) created by thread T649 at:
    #0 pthread_create <null> (clickhouse+0x881c4d1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 std::__1::__libcpp_thread_create[abi:ne190107](unsigned long*, void* (*)(void*), void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/support/pthread.h:182:10 (clickhouse+0x115a3735) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #2 std::__1::thread::thread<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 0>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:211:14 (clickhouse+0x115a3735)
    #3 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a1db5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 std::__1::__unique_if<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool, ThreadPoolImpl<std::__1::thread>&>(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a3f47) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a3f47)
    #6 ThreadPoolImpl<std::__1::thread>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a734a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./src/Common/ThreadPool.h:279:38 (clickhouse+0x115a734a)
    #8 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a56a4) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 std::__1::__unique_if<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&>(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a7e07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a7e07)
    #11 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleOrThrowOnError(std::__1::function<void ()>, Priority) ci/tmp/build/./src/Common/ThreadPool.cpp:494:5 (clickhouse+0x115a7c4a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::ThreadPoolCallbackRunnerLocal<void, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>, std::__1::function<void ()>>::operator()(std::__1::function<void ()>&&, Priority, std::__1::optional<unsigned long>) ci/tmp/build/./src/Common/threadPoolCallbackRunner.h:188:22 (clickhouse+0x136c90ed) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::MergeTreeData::loadDataPartsFromDisk(std::__1::vector<std::__1::shared_ptr<DB::MergeTreeData::PartLoadingTree::Node>, std::__1::allocator<std::__1::shared_ptr<DB::MergeTreeData::PartLoadingTree::Node>>>&) ci/tmp/build/./src/Storages/MergeTree/MergeTreeData.cpp:1905:9 (clickhouse+0x1bcd02b6) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::MergeTreeData::loadDataParts(bool, std::__1::optional<std::__1::unordered_set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>) ci/tmp/build/./src/Storages/MergeTree/MergeTreeData.cpp:2097:29 (clickhouse+0x1bcd2edc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>) ci/tmp/build/./src/Storages/StorageMergeTree.cpp:162:5 (clickhouse+0x1c1a30a0) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::StorageMergeTree* std::__1::construct_at[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1c1a2943) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageMergeTree* std::__1::__construct_at[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1c1a2943)
    #18 void std::__1::allocator_traits<std::__1::allocator<DB::StorageMergeTree>>::construct[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, void, 0>(std::__1::allocator<DB::StorageMergeTree>&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1c1a2943)
    #19 std::__1::__shared_ptr_emplace<DB::StorageMergeTree, std::__1::allocator<DB::StorageMergeTree>>::__shared_ptr_emplace[abi:ne190107]<DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, std::__1::allocator<DB::StorageMergeTree>, 0>(std::__1::allocator<DB::StorageMergeTree>, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1c1a2943)
    #20 std::__1::shared_ptr<DB::StorageMergeTree> std::__1::allocate_shared[abi:ne190107]<DB::StorageMergeTree, std::__1::allocator<DB::StorageMergeTree>, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, 0>(std::__1::allocator<DB::StorageMergeTree> const&, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1c1a2943)
    #21 std::__1::shared_ptr<DB::StorageMergeTree> std::__1::make_shared[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, 0>(DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1c19e4e3) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #22 DB::create(DB::StorageFactory::Arguments const&) ci/tmp/build/./src/Storages/MergeTree/registerStorageMergeTree.cpp:903:12 (clickhouse+0x1c19e4e3)
    #23 decltype(std::declval<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&)>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x172a83e3) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #24 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x172a83e3)
    #25 std::__1::__function::__default_alloc_func<std::__1::shared_ptr<DB::IStorage> (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x172a83e3)
    #26 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<std::__1::shared_ptr<DB::IStorage> (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x172a83e3)
    #27 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #28 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #33 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #34 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #35 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #36 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #37 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #38 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #43 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #44 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #45 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #46 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #47 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #48 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #49 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #50 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #51 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #52 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #53 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #55 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #56 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #57 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #59 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #60 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #61 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #62 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Thread T647 'BackgroundLoad' (tid=10187, running) created by main thread at:
    #0 pthread_create <null> (clickhouse+0x881c4d1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 std::__1::__libcpp_thread_create[abi:ne190107](unsigned long*, void* (*)(void*), void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/support/pthread.h:182:10 (clickhouse+0x115a3735) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #2 std::__1::thread::thread<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 0>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:211:14 (clickhouse+0x115a3735)
    #3 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a1db5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 std::__1::__unique_if<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool, ThreadPoolImpl<std::__1::thread>&>(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a3f47) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a3f47)
    #6 ThreadPoolImpl<std::__1::thread>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a734a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./src/Common/ThreadPool.h:279:38 (clickhouse+0x115a734a)
    #8 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a56a4) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 std::__1::__unique_if<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&>(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a7e07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a7e07)
    #11 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a9696) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::DatabaseOnDisk::iterateMetadataFiles(std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)> const&) const ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:725:14 (clickhouse+0x17eb92c7) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::DatabaseOrdinary::loadTablesMetadata(std::__1::shared_ptr<DB::Context const>, DB::ParsedTablesMetadata&, bool) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:335:5 (clickhouse+0x17ec9d26) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::TablesLoader::loadTablesAsync(std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>) ci/tmp/build/./src/Databases/TablesLoader.cpp:61:35 (clickhouse+0x1927891c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::loadMetadataSystem(std::__1::shared_ptr<DB::Context>, bool) ci/tmp/build/./src/Interpreters/loadMetadata.cpp:564:30 (clickhouse+0x1979ece8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>> const&) ci/tmp/build/./programs/server/Server.cpp:2450:38 (clickhouse+0x11823034) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 Poco::Util::Application::run() ci/tmp/build/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x218cda3e) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::Server::run() ci/tmp/build/./programs/server/Server.cpp:594:25 (clickhouse+0x11808a96) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 Poco::Util::ServerApplication::run(int, char**) ci/tmp/build/./base/poco/Util/src/ServerApplication.cpp:131:9 (clickhouse+0x218eb440) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 mainEntryClickHouseServer(int, char**) ci/tmp/build/./programs/server/Server.cpp:391:20 (clickhouse+0x1180566c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 main ci/tmp/build/./programs/main.cpp:304:21 (clickhouse+0x88a0540) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)

SUMMARY: ThreadSanitizer: data race ci/tmp/build/./contrib/libxml2/globals.c:669:9 in xmlIsMainThreadInternal
==================
 (cluster.py:4337, grep_in_log)
2025-06-04 19:14:59.644000 [ 655 ] ERROR : Sanitizer in instance node1 log ==================
WARNING: ThreadSanitizer: data race (pid=9510)
  Read of size 1 at 0x564b29391b80 by thread T663:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:669:9 (clickhouse+0x239c921b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c921b)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

...

@larryluogit
Copy link
Copy Markdown
Contributor Author

larryluogit commented Jun 4, 2025

The CI is detecting issues with the library (https://s3.amazonaws.com/clickhouse-test-reports/PRs/81187/e3fb1a64431b6d199517249985c9e183a26126fa//integration_tests_tsan_2_6/integration_run_parallel5_0.log):

WARNING: ThreadSanitizer: data race (pid=9510)
  Read of size 1 at 0x564b29391b80 by thread T663:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:669:9 (clickhouse+0x239c921b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c921b)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Previous write of size 1 at 0x564b29391b80 by thread T647:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:671:27 (clickhouse+0x239c9235) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c9235)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Location is global 'parserInitialized' of size 1 at 0x564b29391b80 (clickhouse+0x28271b80)

  Thread T663 'BackgroundLoad' (tid=10203, running) created by thread T649 at:
    #0 pthread_create <null> (clickhouse+0x881c4d1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 std::__1::__libcpp_thread_create[abi:ne190107](unsigned long*, void* (*)(void*), void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/support/pthread.h:182:10 (clickhouse+0x115a3735) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #2 std::__1::thread::thread<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 0>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:211:14 (clickhouse+0x115a3735)
    #3 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a1db5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 std::__1::__unique_if<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool, ThreadPoolImpl<std::__1::thread>&>(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a3f47) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a3f47)
    #6 ThreadPoolImpl<std::__1::thread>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a734a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./src/Common/ThreadPool.h:279:38 (clickhouse+0x115a734a)
    #8 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a56a4) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 std::__1::__unique_if<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&>(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a7e07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a7e07)
    #11 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleOrThrowOnError(std::__1::function<void ()>, Priority) ci/tmp/build/./src/Common/ThreadPool.cpp:494:5 (clickhouse+0x115a7c4a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::ThreadPoolCallbackRunnerLocal<void, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>, std::__1::function<void ()>>::operator()(std::__1::function<void ()>&&, Priority, std::__1::optional<unsigned long>) ci/tmp/build/./src/Common/threadPoolCallbackRunner.h:188:22 (clickhouse+0x136c90ed) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::MergeTreeData::loadDataPartsFromDisk(std::__1::vector<std::__1::shared_ptr<DB::MergeTreeData::PartLoadingTree::Node>, std::__1::allocator<std::__1::shared_ptr<DB::MergeTreeData::PartLoadingTree::Node>>>&) ci/tmp/build/./src/Storages/MergeTree/MergeTreeData.cpp:1905:9 (clickhouse+0x1bcd02b6) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::MergeTreeData::loadDataParts(bool, std::__1::optional<std::__1::unordered_set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>) ci/tmp/build/./src/Storages/MergeTree/MergeTreeData.cpp:2097:29 (clickhouse+0x1bcd2edc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>) ci/tmp/build/./src/Storages/StorageMergeTree.cpp:162:5 (clickhouse+0x1c1a30a0) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::StorageMergeTree* std::__1::construct_at[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1c1a2943) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageMergeTree* std::__1::__construct_at[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1c1a2943)
    #18 void std::__1::allocator_traits<std::__1::allocator<DB::StorageMergeTree>>::construct[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, void, 0>(std::__1::allocator<DB::StorageMergeTree>&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1c1a2943)
    #19 std::__1::__shared_ptr_emplace<DB::StorageMergeTree, std::__1::allocator<DB::StorageMergeTree>>::__shared_ptr_emplace[abi:ne190107]<DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, std::__1::allocator<DB::StorageMergeTree>, 0>(std::__1::allocator<DB::StorageMergeTree>, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1c1a2943)
    #20 std::__1::shared_ptr<DB::StorageMergeTree> std::__1::allocate_shared[abi:ne190107]<DB::StorageMergeTree, std::__1::allocator<DB::StorageMergeTree>, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, 0>(std::__1::allocator<DB::StorageMergeTree> const&, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1c1a2943)
    #21 std::__1::shared_ptr<DB::StorageMergeTree> std::__1::make_shared[abi:ne190107]<DB::StorageMergeTree, DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>, 0>(DB::StorageID const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr<DB::Context>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr<DB::MergeTreeSettings, std::__1::default_delete<DB::MergeTreeSettings>>&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1c19e4e3) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #22 DB::create(DB::StorageFactory::Arguments const&) ci/tmp/build/./src/Storages/MergeTree/registerStorageMergeTree.cpp:903:12 (clickhouse+0x1c19e4e3)
    #23 decltype(std::declval<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&)>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x172a83e3) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #24 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr<DB::IStorage> (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x172a83e3)
    #25 std::__1::__function::__default_alloc_func<std::__1::shared_ptr<DB::IStorage> (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x172a83e3)
    #26 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<std::__1::shared_ptr<DB::IStorage> (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x172a83e3)
    #27 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #28 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #33 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #34 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #35 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #36 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #37 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #38 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #43 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #44 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #45 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #46 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #47 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #48 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #49 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #50 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #51 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #52 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #53 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #55 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #56 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #57 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #59 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #60 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #61 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #62 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

  Thread T647 'BackgroundLoad' (tid=10187, running) created by main thread at:
    #0 pthread_create <null> (clickhouse+0x881c4d1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 std::__1::__libcpp_thread_create[abi:ne190107](unsigned long*, void* (*)(void*), void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/support/pthread.h:182:10 (clickhouse+0x115a3735) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #2 std::__1::thread::thread<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 0>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:211:14 (clickhouse+0x115a3735)
    #3 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a1db5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 std::__1::__unique_if<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool, ThreadPoolImpl<std::__1::thread>&>(ThreadPoolImpl<std::__1::thread>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a3f47) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a3f47)
    #6 ThreadPoolImpl<std::__1::thread>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a734a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./src/Common/ThreadPool.h:279:38 (clickhouse+0x115a734a)
    #8 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::ThreadFromThreadPool(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./src/Common/ThreadPool.cpp:614:14 (clickhouse+0x115a56a4) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 std::__1::__unique_if<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool>::__unique_single std::__1::make_unique[abi:ne190107]<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool, ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&>(ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634:30 (clickhouse+0x115a7e07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleImpl<void>(std::__1::function<void ()>, Priority, std::__1::optional<unsigned long>, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:300:30 (clickhouse+0x115a7e07)
    #11 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::scheduleOrThrow(std::__1::function<void ()>, Priority, unsigned long, bool) ci/tmp/build/./src/Common/ThreadPool.cpp:506:5 (clickhouse+0x115a9696) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::DatabaseOnDisk::iterateMetadataFiles(std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)> const&) const ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:725:14 (clickhouse+0x17eb92c7) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::DatabaseOrdinary::loadTablesMetadata(std::__1::shared_ptr<DB::Context const>, DB::ParsedTablesMetadata&, bool) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:335:5 (clickhouse+0x17ec9d26) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::TablesLoader::loadTablesAsync(std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>) ci/tmp/build/./src/Databases/TablesLoader.cpp:61:35 (clickhouse+0x1927891c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::loadMetadataSystem(std::__1::shared_ptr<DB::Context>, bool) ci/tmp/build/./src/Interpreters/loadMetadata.cpp:564:30 (clickhouse+0x1979ece8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>> const&) ci/tmp/build/./programs/server/Server.cpp:2450:38 (clickhouse+0x11823034) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 Poco::Util::Application::run() ci/tmp/build/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x218cda3e) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::Server::run() ci/tmp/build/./programs/server/Server.cpp:594:25 (clickhouse+0x11808a96) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 Poco::Util::ServerApplication::run(int, char**) ci/tmp/build/./base/poco/Util/src/ServerApplication.cpp:131:9 (clickhouse+0x218eb440) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 mainEntryClickHouseServer(int, char**) ci/tmp/build/./programs/server/Server.cpp:391:20 (clickhouse+0x1180566c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 main ci/tmp/build/./programs/main.cpp:304:21 (clickhouse+0x88a0540) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)

SUMMARY: ThreadSanitizer: data race ci/tmp/build/./contrib/libxml2/globals.c:669:9 in xmlIsMainThreadInternal
==================
 (cluster.py:4337, grep_in_log)
2025-06-04 19:14:59.644000 [ 655 ] ERROR : Sanitizer in instance node1 log ==================
WARNING: ThreadSanitizer: data race (pid=9510)
  Read of size 1 at 0x564b29391b80 by thread T663:
    #0 xmlIsMainThreadInternal ci/tmp/build/./contrib/libxml2/globals.c:669:9 (clickhouse+0x239c921b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #1 __xmlDefaultBufferSize ci/tmp/build/./contrib/libxml2/globals.c:896:1 (clickhouse+0x239c921b)
    #2 xmlAllocParserInputBuffer ci/tmp/build/./contrib/libxml2/xmlIO.c:1385:40 (clickhouse+0x23a3350c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #3 xmlNewInputBufferMemory ci/tmp/build/./contrib/libxml2/xmlIO.c:2013:11 (clickhouse+0x23a341bc) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #4 xmlParserInputBufferCreateMem ci/tmp/build/./contrib/libxml2/xmlIO.c:2061:12 (clickhouse+0x23a344bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #5 xmlReaderForMemory ci/tmp/build/./contrib/libxml2/xmlreader.c:5195:11 (clickhouse+0x23a3a595) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #6 Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:420:9 (clickhouse+0x22228ba8) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #7 Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobs(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::ListBlobContainerBlobsOptions const&, Azure::Core::Context const&) ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/rest_client.cpp:2251:30 (clickhouse+0x221d6c2a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #8 Azure::Storage::Blobs::BlobContainerClient::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&, Azure::Core::Context const&) const ci/tmp/build/./contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:354:21 (clickhouse+0x221b3ea2) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #9 DB::AzureBlobStorage::ContainerClientWrapper::ListBlobs(Azure::Storage::Blobs::ListBlobsOptions const&) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:113:28 (clickhouse+0x1731667d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #10 DB::AzureObjectStorage::listObjects(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::vector<std::__1::shared_ptr<DB::RelativePathWithMetadata>, std::__1::allocator<std::__1::shared_ptr<DB::RelativePathWithMetadata>>>&, unsigned long) const ci/tmp/build/./src/Disks/ObjectStorages/AzureBlobStorage/AzureObjectStorage.cpp:168:48 (clickhouse+0x173263bd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #11 DB::listFiles(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Common.cpp:18:20 (clickhouse+0x1714f1ee) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #12 DB::getLatestMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, std::__1::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:309:33 (clickhouse+0x17168f19) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #13 DB::getLatestOrExplicitMetadataFileAndVersion(std::__1::shared_ptr<DB::IObjectStorage> const&, DB::StorageObjectStorage::Configuration const&, std::__1::shared_ptr<DB::Context const> const&, Poco::Logger*) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:431:16 (clickhouse+0x1715c044) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #14 DB::IcebergMetadata::create(std::__1::shared_ptr<DB::IObjectStorage> const&, std::__1::weak_ptr<DB::StorageObjectStorage::Configuration> const&, std::__1::shared_ptr<DB::Context const> const&) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp:607:57 (clickhouse+0x171619a9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #15 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::updateMetadataObjectIfNeeded(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:188:32 (clickhouse+0x1463bcbd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #16 DB::DataLakeConfiguration<DB::StorageAzureConfiguration, DB::IcebergMetadata>::update(std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>) ci/tmp/build/./src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h:63:13 (clickhouse+0x1463ba1f) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #17 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool)::$_0::operator()() const ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:114:32 (clickhouse+0x16f7aecd) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #18 DB::StorageObjectStorage::StorageObjectStorage(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context const>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>, DB::LoadingStrictnessLevel, bool, std::__1::shared_ptr<DB::IAST>, bool, bool) ci/tmp/build/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:133:9 (clickhouse+0x16f79d60) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #19 DB::StorageObjectStorage* std::__1::construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:41:46 (clickhouse+0x1b8afb07) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #20 DB::StorageObjectStorage* std::__1::__construct_at[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:49:10 (clickhouse+0x1b8af793) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #21 void std::__1::allocator_traits<std::__1::allocator<DB::StorageObjectStorage>>::construct[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, void, 0>(std::__1::allocator<DB::StorageObjectStorage>&, DB::StorageObjectStorage*, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:328:5 (clickhouse+0x1b8af793)
    #22 std::__1::__shared_ptr_emplace<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>>::__shared_ptr_emplace[abi:ne190107]<std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, std::__1::allocator<DB::StorageObjectStorage>, 0>(std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:264:5 (clickhouse+0x1b8af793)
    #23 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::allocate_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::allocator<DB::StorageObjectStorage>, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::allocator<DB::StorageObjectStorage> const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:843:51 (clickhouse+0x1b8af793)
    #24 std::__1::shared_ptr<DB::StorageObjectStorage> std::__1::make_shared[abi:ne190107]<DB::StorageObjectStorage, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>, std::__1::shared_ptr<DB::Context>, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool, std::__1::shared_ptr<DB::IAST>&, 0>(std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>&, std::__1::shared_ptr<DB::IObjectStorage>&&, std::__1::shared_ptr<DB::Context>&&, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::optional<DB::FormatSettings>&, DB::LoadingStrictnessLevel const&, bool&&, std::__1::shared_ptr<DB::IAST>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851:10 (clickhouse+0x1b8ae134) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #25 DB::(anonymous namespace)::createStorageObjectStorage(DB::StorageFactory::Arguments const&, std::__1::shared_ptr<DB::StorageObjectStorage::Configuration>) ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:62:12 (clickhouse+0x1b8ae134)
    #26 DB::registerStorageIceberg(DB::StorageFactory&)::$_2::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./src/Storages/ObjectStorage/registerStorageObjectStorage.cpp:217:20 (clickhouse+0x1b8aec0c) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #27 decltype(std::declval<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&>()(std::declval<DB::StorageFactory::Arguments const&>())) std::__1::__invoke[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x1b8aec0c)
    #28 std::__1::shared_ptr<DB::IStorage> std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IStorage>, false>::__call[abi:ne190107]<DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&>(DB::registerStorageIceberg(DB::StorageFactory&)::$_2&, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:216:12 (clickhouse+0x1b8aec0c)
    #29 std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x1b8aec0c)
    #30 std::__1::shared_ptr<DB::IStorage> std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::registerStorageIceberg(DB::StorageFactory&)::$_2, std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x1b8aec0c)
    #31 std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()[abi:ne190107](DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x1b445e25) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #32 std::__1::function<std::__1::shared_ptr<DB::IStorage> (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x1b445e25)
    #33 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, std::__1::shared_ptr<DB::Context>, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel, bool) const ci/tmp/build/./src/Storages/StorageFactory.cpp:242:16 (clickhouse+0x1b445e25)
    #34 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, std::__1::shared_ptr<DB::Context>, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOnDisk.cpp:144:36 (clickhouse+0x17eaf0b5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #35 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:366:40 (clickhouse+0x17ecacf9) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #36 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./src/Databases/DatabaseOrdinary.cpp:417:13 (clickhouse+0x17ed688d) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #37 decltype(std::declval<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval<DB::AsyncLoader&>(), std::declval<std::__1::shared_ptr<DB::LoadJob> const&>())) std::__1::__invoke[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x17ed688d)
    #38 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x17ed688d)
    #39 std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x17ed688d)
    #40 void std::__1::__function::__policy_invoker<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set<std::__1::shared_ptr<DB::LoadJob>, std::__1::hash<std::__1::shared_ptr<DB::LoadJob>>, std::__1::equal_to<std::__1::shared_ptr<DB::LoadJob>>, std::__1::allocator<std::__1::shared_ptr<DB::LoadJob>>>, std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x17ed688d)
    #41 std::__1::__function::__policy_func<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()[abi:ne190107](DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x117ecf41) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #42 std::__1::function<void (DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr<DB::LoadJob> const&) const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x117ecf41)
    #43 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr<DB::LoadJob> const&) ci/tmp/build/./src/Common/AsyncLoader.cpp:172:5 (clickhouse+0x117ecf41)
    #44 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) ci/tmp/build/./src/Common/AsyncLoader.cpp:973:18 (clickhouse+0x117ecf41)
    #45 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0::operator()() const ci/tmp/build/./src/Common/AsyncLoader.cpp:908:5 (clickhouse+0x117edd52) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #46 decltype(std::declval<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>()()) std::__1::__invoke[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x117edd52)
    #47 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x117edd52)
    #48 std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x117edd52)
    #49 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock<std::__1::mutex>&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x117edd52)
    #50 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a647a) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #51 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a647a)
    #52 ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:799:17 (clickhouse+0x115a647a)
    #53 decltype(*std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&>().*std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&, void>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115aeac5) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #54 decltype(auto) std::__1::__apply_tuple_impl[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1354:5 (clickhouse+0x115aeac5)
    #55 decltype(auto) std::__1::apply[abi:ne190107]<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&)(), std::__1::tuple<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>&) ci/tmp/build/./contrib/llvm-project/libcxx/include/tuple:1358:5 (clickhouse+0x115aeac5)
    #56 ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() ci/tmp/build/./src/Common/ThreadPool.h:312:13 (clickhouse+0x115aeac5)
    #57 decltype(std::declval<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)()>()(std::declval<ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>())) std::__1::__invoke[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:149:25 (clickhouse+0x115ae9e1) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #58 void std::__1::__invoke_void_return_wrapper<void, true>::__call[abi:ne190107]<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&>(ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:224:5 (clickhouse+0x115ae9e1)
    #59 std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>::operator()[abi:ne190107]() ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:210:12 (clickhouse+0x115ae9e1)
    #60 void std::__1::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:610:12 (clickhouse+0x115ae9e1)
    #61 std::__1::__function::__policy_func<void ()>::operator()[abi:ne190107]() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:716:12 (clickhouse+0x115a2a22) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #62 std::__1::function<void ()>::operator()() const ci/tmp/build/./contrib/llvm-project/libcxx/include/__functional/function.h:989:10 (clickhouse+0x115a2a22)
    #63 ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::worker() ci/tmp/build/./src/Common/ThreadPool.cpp:809:17 (clickhouse+0x115a2a22)
    #64 decltype(*std::declval<ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>().*std::declval<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)()>()()) std::__1::__invoke[abi:ne190107]<void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, void>(void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*&&) ci/tmp/build/./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117:25 (clickhouse+0x115ab77b) (BuildId: 89b6c973e4e7db6a990fc5ccdc25a6bb843331d9)
    #65 void std::__1::__thread_execute[abi:ne190107]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:192:3 (clickhouse+0x115ab77b)
    #66 void* std::__1::__thread_proxy[abi:ne190107]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::__1::thread>::ThreadFromThreadPool*>>(void*) ci/tmp/build/./contrib/llvm-project/libcxx/include/__thread/thread.h:201:3 (clickhouse+0x115ab77b)

...

The code in question (i.e. xmlIsMainThreadInternal) has been removed since libxml2 2.14.0. I will try bumping libxml2 to 2.14.3

@larryluogit larryluogit changed the title upgrade libxml2 to 2.13.8 upgrade libxml2 to 2.14.3 Jun 5, 2025
@Algunenano
Copy link
Copy Markdown
Member

Please don't merge master multiple times. I'll review the CI errors to confirm they are not related, but with each merge you add more failures to review 😉

@thevar1able thevar1able changed the title upgrade libxml2 to 2.14.3 Bump libxml2 to 2.14.3 Jun 6, 2025
@thevar1able thevar1able self-assigned this Jun 6, 2025
@Algunenano Algunenano added pr-must-backport Pull request should be backported intentionally. Use this label with great care! and removed v24.8-must-backport labels Jun 9, 2025
Merged via the queue into ClickHouse:master with commit 0710f64 Jun 9, 2025
344 of 354 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Jun 9, 2025
@larryluogit
Copy link
Copy Markdown
Contributor Author

@Algunenano The CVEs mentioned in the description exist in 24.8lts and 25.3lts as well. Can this pr be backported?

@Algunenano
Copy link
Copy Markdown
Member

It's tagged to be backported to all releases

robot-ch-test-poll3 added a commit that referenced this pull request Jun 9, 2025
Cherry pick #81187 to 24.8: Bump `libxml2` to 2.14.3
robot-clickhouse added a commit that referenced this pull request Jun 9, 2025
robot-ch-test-poll3 added a commit that referenced this pull request Jun 9, 2025
Cherry pick #81187 to 25.3: Bump `libxml2` to 2.14.3
robot-clickhouse added a commit that referenced this pull request Jun 9, 2025
robot-ch-test-poll3 added a commit that referenced this pull request Jun 9, 2025
Cherry pick #81187 to 25.4: Bump `libxml2` to 2.14.3
robot-clickhouse added a commit that referenced this pull request Jun 9, 2025
robot-ch-test-poll3 added a commit that referenced this pull request Jun 9, 2025
Cherry pick #81187 to 25.5: Bump `libxml2` to 2.14.3
robot-clickhouse added a commit that referenced this pull request Jun 9, 2025
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-backports-created-cloud deprecated label, NOOP label Jun 9, 2025
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jun 9, 2025
Algunenano added a commit that referenced this pull request Jun 9, 2025
Backport #81187 to 25.5: Bump `libxml2` to 2.14.3
Algunenano added a commit that referenced this pull request Jun 9, 2025
Backport #81187 to 25.3: Bump `libxml2` to 2.14.3
Algunenano added a commit that referenced this pull request Jun 9, 2025
Backport #81187 to 25.4: Bump `libxml2` to 2.14.3
Algunenano added a commit that referenced this pull request Jun 9, 2025
Backport #81187 to 24.8: Bump `libxml2` to 2.14.3
@larryluogit larryluogit deleted the upgrade_libxml branch June 30, 2025 01:53
@robot-clickhouse robot-clickhouse added the pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR label Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

can be tested Allows running workflows for external contributors pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-backports-created-cloud deprecated label, NOOP pr-improvement Pull request with some product improvements pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR pr-synced-to-cloud The PR is synced to the cloud repo submodule changed At least one submodule changed in this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants