-
Notifications
You must be signed in to change notification settings - Fork 8.3k
CI: Functional tests: "Scrapping system tables" failed #93959
Copy link
Copy link
Closed
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzerstestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
Important: This issue was automatically generated and is used by CI for matching failures. DO NOT modify the body content. DO NOT remove labels.
Test name: Scrapping system tables
CI report: Stateless tests (amd_ubsan, parallel)
Failing test history: cidb
Test output:
Failed to dump system table: query_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: zookeeper_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: trace_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: transactions_info_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: metric_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: blob_storage_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: error_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
Failed to dump system table: query_metric_log
Error: Logging trace to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.log
Logging errors to /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local.err.log
Code: 566. DB::ErrnoException: Cannot remove directory /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/data/_temporary_and_external_tables/: , errno: 39, strerror: Directory not empty. (CANNOT_RMDIR), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x0000000034ee0942
1. ./ci/tmp/build/./src/Common/Exception.cpp:136: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000203b692e
2. ./src/Common/Exception.h:172: DB::Exception::Exception(String&&, int, String, bool) @ 0x0000000013f79be3
3. ./src/Common/Exception.h:58: DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000013f79181
4. ./src/Common/Exception.h:289: DB::ErrnoException::ErrnoException<std::filesystem::path&>(int, int, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819d33e
5. ./src/Common/Exception.h:304: void DB::ErrnoException::throwFromPath<std::filesystem::path&>(int, String const&, FormatStringHelperImpl<std::type_identity<std::filesystem::path&>::type>, std::filesystem::path&) @ 0x000000002819a1a2
6. ./ci/tmp/build/./src/Disks/DiskLocal.cpp:389: DB::DiskLocal::removeDirectoryIfExists(String const&) @ 0x00000000281904bc
7. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:133: DB::DatabaseMemory::removeDataPath(std::shared_ptr<DB::Context const>) @ 0x0000000027f2409a
8. ./ci/tmp/build/./src/Databases/DatabaseMemory.cpp:30: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr<DB::Context const>) @ 0x0000000027f23e96
9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:38: DB::DatabaseMemory* std::construct_at[abi:ne210105]<DB::DatabaseMemory, char const* const&, std::shared_ptr<DB::Context>, DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930ca10
10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:46: std::shared_ptr<DB::DatabaseMemory> std::allocate_shared[abi:ne210105]<DB::DatabaseMemory, std::allocator<DB::DatabaseMemory>, char const* const&, std::shared_ptr<DB::Context>, 0>(std::allocator<DB::DatabaseMemory> const&, char const* const&, std::shared_ptr<DB::Context>&&) @ 0x000000002930c8f6
11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:744: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x00000000292e5fef
12. ./ci/tmp/build/./programs/local/LocalServer.cpp:995: DB::LocalServer::processConfig() @ 0x0000000020762f82
13. ./ci/tmp/build/./programs/local/LocalServer.cpp:657: DB::LocalServer::main(std::vector<String, std::allocator<String>> const&) @ 0x000000002075cbc7
14. ./ci/tmp/build/./base/poco/Util/src/Application.cpp:315: Poco::Util::Application::run() @ 0x0000000034ffe86f
15. ./ci/tmp/build/./programs/local/LocalServer.cpp:1250: mainEntryClickHouseLocal(int, char**) @ 0x000000002076cc8b
16. ./ci/tmp/build/./programs/main.cpp:380: main @ 0x0000000013f6a1f7
17. __pow_finite @ 0x0000000000029d90
18. __remainder_finite @ 0x0000000000029e40
19. _start @ 0x0000000013f441ae
~~~~~ truncated 75 lines ~~~~~
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzerstestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI