[2026-08-01 13:55:47] === Setup env script [Stateless tests (arm_binary, parallel)], workflow [PR] === [2026-08-01 13:55:47] Run command: [. ./ci/tmp/praktika_setup_env.sh] [2026-08-01 13:55:47] Read GH Environment from workflow data [2026-08-01 13:55:47] _Environment(WORKFLOW_NAME='PR', JOB_NAME='Stateless tests (arm_binary, parallel)', REPOSITORY='ClickHouse/ClickHouse', BRANCH='keepermap-delete-multi-block', SHA='a8a52e170d5655e7965e14167d0c886df00bc570', PR_NUMBER=112777, EVENT_TYPE='pull_request', EVENT_TIME='2026-08-01T13:26:28Z', JOB_OUTPUT_STREAM='/home/ubuntu/actions-runner/_work/_temp/_runner_file_commands/set_output_91d62243-e850-4820-a619-92e6d8e5b301', EVENT_FILE_PATH='/home/ubuntu/actions-runner/_work/_temp/_github_workflow/event.json', CHANGE_URL='https://github.com/ClickHouse/ClickHouse/pull/112777', COMMIT_URL='https://github.com/ClickHouse/ClickHouse/pull/112777/commits/a8a52e170d5655e7965e14167d0c886df00bc570', BASE_BRANCH='master', RUN_ID='30701730582', RUN_URL='https://github.com/ClickHouse/ClickHouse/actions/runs/30701730582', INSTANCE_TYPE='c8g.8xlarge', INSTANCE_ID='i-0189aac2a6183197e', INSTANCE_LIFE_CYCLE='on-demand', PR_BODY='Closes: https://github.com/ClickHouse/ClickHouse/issues/112244\nRelated: https://github.com/ClickHouse/ClickHouse/pull/112438\n\nIn the `DELETE` branch of `StorageKeeperMap::mutate`, the per-block loop exited with `return` as soon as the multi-remove for the first block succeeded. As a result, a `DELETE` matching more than `max_block_size` rows (default `65409`) deleted only the first block of matched rows, while the remaining matched rows were silently left in the table and `system.mutations` showed the mutation as done with no error. Both `ALTER TABLE ... DELETE` and the lightweight `DELETE FROM` are affected. The bug existed since `DELETE`/`UPDATE` support was added to `KeeperMap` (commit 454705b2612, v23.3).\n\nThe fix replaces `return` with `continue`, so the loop consumes every block pulled from the mutation pipeline — the same way the `UPDATE` branch below does.\n\nThe new test `04660_keeper_map_delete_multiple_blocks` forces multiple blocks with `SETTINGS max_block_size = 100` and covers `ALTER TABLE ... DELETE`, lightweight `DELETE FROM`, and `keeper_map_strict_mode = 1`. Verified locally: on an unfixed build, `ALTER TABLE ... DELETE WHERE key < 750` on 1000 rows left 926 rows instead of 250, and `DELETE FROM ... WHERE 1` left 826 rows instead of 0; with the fix, the results match the reference.\n\nThis reimplements #112438 (kudos to @waterWang for the fix) together with the regression test requested in its review; that pull request was closed without the test.\n\nAdditionally, the same `DELETE` branch broke the `keeper_map_strict_mode` contract. When the version-checked `multi` request built for a block failed with `ZNONODE`, the code fell back to removing every key of the block one by one with version `-1`, dropping the version checks captured by the mutation scan. If the block was read as `k1@v0, k2@v0`, another session removed `k1` and updated `k2` to `v1`, and the `multi` failed on `k1`, the fallback deleted the updated `k2` from a stale snapshot while the mutation reported success — contradicting the documented guarantee that a strict-mode delete succeeds only if it can be executed atomically. In strict mode the conflict is now surfaced instead; the non-strict fallback is unchanged.\n\nThe new test `04661_keeper_map_delete_strict_mode_conflict` covers that race. It uses a new `keeper_map_delete_pause_before_multi` failpoint to deterministically interleave a concurrent removal (and a concurrent update) between the block scan and the `multi` request. Verified locally against a build with the strict-mode check disabled: both scenarios silently deleted the surviving row and reported success, and both are caught with the fix in place.\n\n### Changelog category (leave one):\n- Bug Fix (user-visible misbehavior in an official stable release)\n\n### Changelog entry (a [user-readable short description](https://github.com/ClickHouse/ClickHouse/blob/master/docs/changelog_entry_guidelines.md) of the changes that goes into CHANGELOG.md):\nFix `DELETE` on `KeeperMap` tables deleting only the first `max_block_size` matched rows while reporting the mutation as successfully completed. Also fix `DELETE` with `keeper_map_strict_mode = 1` silently falling back to unversioned removals, which could delete rows that were concurrently updated.\n', PR_TITLE='Fix KeeperMap DELETE processing only the first block of matched rows', USER_LOGIN='alexey-milovidov', FORK_NAME='ClickHouse/ClickHouse', COMMIT_MESSAGE='', LINKED_PR_NUMBER=0, LOCAL_RUN=False, PR_LABELS=['pr-bugfix'], REPORT_MESSAGES=[], JOB_CONFIG=Stateless tests (arm_binary, parallel), TRACEBACKS=[], WORKFLOW_JOB_DATA={'check_run_id': 91376364421, 'workflow_ref': 'ClickHouse/ClickHouse/.github/workflows/pull_request.yml@refs/pull/112777/merge', 'workflow_sha': 'e8e7af0f9294de846563d7ebaea7f6106bee9ff8', 'workflow_repository': 'ClickHouse/ClickHouse', 'workflow_file_path': '.github/workflows/pull_request.yml', 'status': 'success'}, JOB_KV_DATA={'commit_authors': ['milovidov@clickhouse.com'], 'parent_pr_number': 0, 'changed_files': ['src/Common/FailPoint.cpp', 'src/Storages/StorageKeeperMap.cpp', 'tests/queries/0_stateless/04660_keeper_map_delete_multiple_blocks.reference', 'tests/queries/0_stateless/04660_keeper_map_delete_multiple_blocks.sql', 'tests/queries/0_stateless/04661_keeper_map_delete_strict_mode_conflict.reference', 'tests/queries/0_stateless/04661_keeper_map_delete_strict_mode_conflict.sh'], 'build_digest': 'a6c88bb49d7a29a276ba', 'master_commits': ['f64de519caec23c1bc3dc80d71ca5aa5b701dece', 'b0e7f23d5a0d408c2f10b7b3d9a235359f7f154c', '3f837bd4e884817528bafdadd229dd016680fbc1', 'd34a7fa5457c0f7aeb9e8e10dd4adb279a67626a', '237a5ad8854f115ac72f224b5f9d1c4389ead29c', 'bde560d7b0030571ba035ff591ee4d21617dff3e', 'a4ce195b8e6f99ac61e063179a1c138edcfa4349', '97fbfc2e125a0ecb20f4038113efd29dd5524786', '82d7b97c2e777ec704393e14b9be244d53db9bff', 'c60294e581edd3ecf78fa6f21b299c6f14824ceb', 'a3d543df3e115b887e825df357c76cfe65f52703', 'db2ec705093c99030875c88e9329c5133a2d5c43', '1b8ecef8529aefc29c8632d32fe84fcf386b9f34', '20d0eb84dfc88d6405fca1bf08f8eafef77234b6', '09da4d1ba6dbeb378fce8001f0da90ae344c5736', 'ab3a5844bb1a80e986cb2e0c83227f4c4f4ceb30', '9ee7bafd7d2bf61f7febb83b45d92e10d9bc0d76', '865778517019e5adf9d388e35e72f2def2625266', '0c113dc371e50f2864d529dad324a19302d5924d', '8d9b7fdb7e38dc8581c9bd3e83429c710943f441', '1886146602ba4674e6b03a613bd37bec60bf85fe', '2f02abe52a79c02fb554728f14d8fa847dcbc1e6', 'caa4f3904a376fb0c796622b2d2fe42bc8c90834', '576be1700eec79ec2537bca90d4850bd4942e579', '1eae5fbda2f5b692a13773b31f6f6240f18629e9', '2f335d37a80168662e18be9deb25fda1f6cbe219', '872c34ee85f7faf99fac86b2afe50148eb0c88e5', 'dbbc97e6194fd9f8f9ffb08ae739f0f9b99d5334', '22585053a55288356038738ec5e841b2a8e932fd', '4e77fd011c286c429aecbf4d1178b37f06c2ebdc', '5e8ea7c6aada55dfe4d2219f5728c01c1ec2342d', 'd1e02574d4506336b4c3746bc53a62f324a57a98', '8dccc44eb8a0f78cb4b7868d55a3d5fbddcee6a9', '865c2a5c5d2eed2fbd6b3562a7800c2e60c96676', 'b52d957c5c08ea85f07967b70bac54861e024767', '29de4506f13665f66dd362f899d4dd249c13ddff', 'a63dba5c29e475e2b69702840bd6ded4322e098e', 'a0958baadeb21e13ba46118204637197e1c97469', 'eb09bf45ba6cf8ab735f073bad9bc3bfa9bc5023', '3f6399b6fbbcaf5521827ed746f0f07954ee20b9', '8b4c8316234e94a945073356a730d4b5ee5483c6', '40b7156a46c174c15f0aac19947b2166e483e21b', '3ead130890e4c833aea6558ba6bb64ee1a57d87b', 'a81ed57df7fdd59d363848575241b5e9e9abe1d6', 'afe3960a2b318350bbb1253f14c8c77cf3b47d87', 'a208bbb94aba10bf858d57375c6cb0c78ff5652d', '400cc5e137e59326929e3ece865f9fed402baf34', 'b0c49cee07e40967aea9663802286d37d978eb13', '29b95cd77bbab5038272c9198b4826648c15ad16', 'cc710ac337dceaf76e9223ca18023112a0a76622'], 'merge_base_commit_sha': 'b0e7f23d5a0d408c2f10b7b3d9a235359f7f154c', 'master_track_commits_sha': ['f64de519caec23c1bc3dc80d71ca5aa5b701dece', 'b0e7f23d5a0d408c2f10b7b3d9a235359f7f154c', '3f837bd4e884817528bafdadd229dd016680fbc1', 'd34a7fa5457c0f7aeb9e8e10dd4adb279a67626a', '237a5ad8854f115ac72f224b5f9d1c4389ead29c', 'bde560d7b0030571ba035ff591ee4d21617dff3e', 'a4ce195b8e6f99ac61e063179a1c138edcfa4349', 'a3d543df3e115b887e825df357c76cfe65f52703', 'db2ec705093c99030875c88e9329c5133a2d5c43', '1b8ecef8529aefc29c8632d32fe84fcf386b9f34', '20d0eb84dfc88d6405fca1bf08f8eafef77234b6', '09da4d1ba6dbeb378fce8001f0da90ae344c5736', 'ab3a5844bb1a80e986cb2e0c83227f4c4f4ceb30', '0c113dc371e50f2864d529dad324a19302d5924d', '8d9b7fdb7e38dc8581c9bd3e83429c710943f441', '1886146602ba4674e6b03a613bd37bec60bf85fe', '2f02abe52a79c02fb554728f14d8fa847dcbc1e6', '576be1700eec79ec2537bca90d4850bd4942e579', '1eae5fbda2f5b692a13773b31f6f6240f18629e9', '2f335d37a80168662e18be9deb25fda1f6cbe219', '872c34ee85f7faf99fac86b2afe50148eb0c88e5', 'dbbc97e6194fd9f8f9ffb08ae739f0f9b99d5334', '22585053a55288356038738ec5e841b2a8e932fd', '5e8ea7c6aada55dfe4d2219f5728c01c1ec2342d', 'd1e02574d4506336b4c3746bc53a62f324a57a98', '865c2a5c5d2eed2fbd6b3562a7800c2e60c96676', 'b52d957c5c08ea85f07967b70bac54861e024767', '29de4506f13665f66dd362f899d4dd249c13ddff', '3f6399b6fbbcaf5521827ed746f0f07954ee20b9', '8b4c8316234e94a945073356a730d4b5ee5483c6', 'a208bbb94aba10bf858d57375c6cb0c78ff5652d', '29b95cd77bbab5038272c9198b4826648c15ad16', 'cc710ac337dceaf76e9223ca18023112a0a76622', '1338f41b8268f1ebd56784dbd026df0d3778671a', '40496a36313603c3af90373cd3b5ce163fa9accd', 'f9ef93e4790a3d8233f35aad8d4b62ff896a7e51', 'a81ed57df7fdd59d363848575241b5e9e9abe1d6', 'c90af317715f4fc85e2d72bbd03c74aac152ec5a', 'fa2bfc2c7fd7c236b05f16ca9e7e94f3ef40bedd', 'c4dd571b993d5973a14ece54ca3d7b189fe908e3', '7e6854ba3789e0aa8b92ee499db926ddf3f49894', '87b1b1dfbc104575f377bbde5e7d634b8e04d1c5', '3f24aa91c73b06ffb3ec60d6c246cf91ee141f48', '95f68d4857d415ca97acf74fede179a16ed03330', '4fe692c6f0ae33c6da72cc45c92dbfa3d3f5186a', '8531d9c1c3364def0b5d393646e0b2d9bf08f2e2', '793f24a5560c2ba672c615e802796c9365662446', 'eab11c92cd694d614afe60f1dd741fcb84e977fc', 'd12ae720fe3119cd256c3518926fee07cd9a7844', '5a944b0e0459ec2ff14af03070ebb7902cdc017d', 'ed34004fb0e974e6f881dc4eb17d4e8e04469ade', 'b3b9633b92fe80f9e79bf803963d560f77bcd172', 'b1e3ccd4f4f543e50b1a242e465f9738443723e1', '8f1513146b0bbdac8605713b40f20c858f058991', '59f0c881f8088762625627e14a0434d8db966566', '1c197bd4cce8b16addcdb6c0b137a7bb642cb68c', '756c3491f9ab818111ba795da5b9e2611f65923d', 'cccdc20e3015152feafd4549d216d48e4850b73c', 'ea07b943c289d4b77c10374aa1f4840309df7c8c', '9a5c92f4e2744897c4de868970ac96c74dbe450e', '2847f998f36a19747336b766057337ee94a29f18', '08e98d8496961984a470156a913716357f6a06d6', 'edf8ddecc64dea0528e45c2d295b08dac8fa87b0', 'f4f2c3388956281bd08374e976ea49ff987efab4', '5674d9d12f96c7d932e0d5b12fca163d09426d80', '62574fc56ee75504c603a695634a38236a686158', 'e0785f6aeb67b7ce6efb98bf4816f206606e86b1', 'ce675be32b083e4e570725a2ce4c52942d7bfe03', 'e78f083611863c3affc4349ec679a6e1ff896a06', '98292516227069b9accbcdf931965645c3d78813', '75e4ffbebedd7c2a62d0217edde7e801325973cb', 'f6f528b57b9b6dbeadf318612fd4cc503f4c7e6b', 'b1ac9ed9adf1989e0ca1c5f83d02763052b4d2fe', '13ff48c8238bee66dd48a9d82405e40c2fa5c987', 'cd013362f52897b864455a60cbb27a5447a9d5bb', '7b82baacda176e17325ace9e3694bfb5b417a176', 'd7188bd6aa8715eed97a08559937f9c32412c4ca', 'e81a84e377cb10786995a362f95abd40b33d4fca', 'c89e9b6e58b47f5525595d4bdb1d3dd18d3b4a2a', '3218492309c2b8ee687ae881f5b74111b62b9a18', '9e966fe0fd461d179446f965e331c0997352de9b', 'd53889cbe0e785d0b0e3f953a6b27361d92275e3', 'a28f4296466871eff73380f6aff19ff824a25395', '8aad759007771032aa94d7f4eee3e18103dd63c3', 'e3d34722aa5455503790b00faf8a120d2e53474c', '8a2d76c428b113d4c90219c1460a1fba6e97e769', 'e9622e74a3bacac1a3c4c81f2e0a38fef40ae45e', '248c7f6e3bc59c4ecd3cbfc7bf81e45ecdff8ba1', '2f7943d4039b078dd8b6fb810387aaaf49ee4671', '4a011a958111093f6162164a3187c646090a7884', 'e61186d9a13a2c2167019633d0ac1ab3dade73cb', '289b52af7cd3024324c8a5c36540087975509775', 'abe40c8538f5314beb0e9579aeadd25669c05f17', 'a4f6cf9bb12b361755e4307ef4518ed178fdb510', 'b6fff36d9b197eb30efdd4e486f14a72c83ba575', '112afcbb8444e7f0d42bfb619634deed192a1891', '715b7faf18a85dfb9de27ec4b1c0336112a2ed71', 'c3c652a76739804d3e4ee773b4b5e0bef3bb66e2', '95b7a7e96c52033d50416191534a81d30ac7503d', 'bb9fb7cbf88926c2ee4fc27eb2828ac4d30167cd'], 'changed_integration_tests': [], 'version': {'revision': 54513, 'major': 26, 'minor': 8, 'patch': 1, 'tweak': 1, 'githash': 'e8e7af0f9294de846563d7ebaea7f6106bee9ff8', 'describe': 'v26.8.1.1-testing', 'string': '26.8.1.1'}}, JOB_KV_DATA_BASE_KEYS=['commit_authors', 'parent_pr_number', 'changed_files', 'build_digest', 'master_commits', 'merge_base_commit_sha', 'master_track_commits_sha', 'changed_integration_tests', 'version'], COMMIT_AUTHORS=['milovidov@clickhouse.com'], WORKFLOW_CONFIG={'name': 'PR', 'digest_jobs': {'Config Workflow': 'ffffffffffffffffffff', 'Dockers Build (amd)': '3135ace08364a4035919-9d31', 'Dockers Build (arm)': '3135ace08364a4035919-d3fa', 'Dockers Build (multiplatform manifest)': '3135ace08364a4035919-9d31-d3fa-bc3b', 'Style check': 'ffffffffffffffffffff', 'Code Review': 'ffffffffffffffffffff', 'Docs check': 'a6c88bb49d7a29a276ba-2202-41cd74b1c3043c629c84-f4b07be473e4ecc13051-fea3', 'Docs check (Mintlify)': '41cd74b1c3043c629c84-b558de8eca8584d2db25-69d4', 'Fast test': 'e2b53234c631d1530978-1ec8', 'CI Tests': '98d3c5a8ecc7366e1750-34d9', 'Fast test (arm_darwin)': 'a6c88bb49d7a29a276ba-840f-e195b591dbbede84bab1-fe3d', 'Build (arm_tidy)': 'a6c88bb49d7a29a276ba-ce6c', 'Build (amd_debug)': 'a6c88bb49d7a29a276ba-41b8', 'Build (amd_asan_ubsan)': 'a6c88bb49d7a29a276ba-0449', 'Build (amd_tsan)': 'a6c88bb49d7a29a276ba-4a28', 'Build (amd_msan)': 'a6c88bb49d7a29a276ba-9c01', 'Build (amd_binary)': 'a6c88bb49d7a29a276ba-bc98', 'Build (arm_debug)': 'a6c88bb49d7a29a276ba-b2a1', 'Build (arm_asan_ubsan)': 'a6c88bb49d7a29a276ba-c278', 'Build (arm_tsan)': 'a6c88bb49d7a29a276ba-75be', 'Build (arm_msan)': 'a6c88bb49d7a29a276ba-cac5', 'Build (arm_binary)': 'a6c88bb49d7a29a276ba-2202', 'Build (amd_release)': 'a6c88bb49d7a29a276ba-dc2e', 'Build (arm_release)': 'a6c88bb49d7a29a276ba-28e1', 'Build (amd_darwin)': 'a6c88bb49d7a29a276ba-f24d', 'Build (arm_darwin)': 'a6c88bb49d7a29a276ba-840f', 'Build (arm_v80compat)': 'a6c88bb49d7a29a276ba-6968', 'Build (amd_freebsd)': 'a6c88bb49d7a29a276ba-e50d', 'Build (ppc64le)': 'a6c88bb49d7a29a276ba-6b4b', 'Build (amd_compat)': 'a6c88bb49d7a29a276ba-630d', 'Build (amd_musl)': 'a6c88bb49d7a29a276ba-5ebc', 'Build (riscv64)': 'a6c88bb49d7a29a276ba-d060', 'Build (s390x)': 'a6c88bb49d7a29a276ba-8487', 'Build (loongarch64)': 'a6c88bb49d7a29a276ba-3e53', 'Build (arm_fuzzers)': '42a47af660634b7d8fc6-b44b', 'Build (llvm_coverage_build)': 'a6c88bb49d7a29a276ba-faca', 'Quick functional tests': 'a6c88bb49d7a29a276ba-41b8-67fbf77a483620a99950-e73b', 'Stateless tests (arm_asan_ubsan, targeted)': 'a6c88bb49d7a29a276ba-c278-9bf524342aa78a71e50c-dc2a', 'Integration tests (amd_asan_ubsan, targeted)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-04c4', 'AST fuzzer (amd_debug, targeted)': 'a6c88bb49d7a29a276ba-41b8-3f5c877b2c457e7370c6-f0be', 'AST fuzzer (amd_debug, targeted, old_compatibility)': 'a6c88bb49d7a29a276ba-41b8-3f5c877b2c457e7370c6-57db', 'Stateless tests (amd_asan_ubsan, flaky check)': 'a6c88bb49d7a29a276ba-0449-9bf524342aa78a71e50c-d6ca', 'Stateless tests (amd_tsan, flaky check)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-e245', 'Stateless tests (amd_msan, flaky check)': 'a6c88bb49d7a29a276ba-9c01-9bf524342aa78a71e50c-d46b', 'Stateless tests (amd_debug, flaky check)': 'a6c88bb49d7a29a276ba-41b8-9bf524342aa78a71e50c-ae25', 'Integration tests (amd_asan_ubsan, flaky)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-7b36', 'Bugfix validation (functional tests, amd64)': 'ffffffffffffffffffff', 'Bugfix validation (functional tests, aarch64)': 'ffffffffffffffffffff', 'Bugfix validation (integration tests, amd64)': 'ffffffffffffffffffff', 'Bugfix validation (integration tests, aarch64)': 'ffffffffffffffffffff', 'Bugfix validation (unit tests)': '230a8a893559a6be1883-c755', 'Stateless tests (amd_asan_ubsan, distributed plan, parallel)': 'a6c88bb49d7a29a276ba-0449-9bf524342aa78a71e50c-c5f2', 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 1/3)': 'a6c88bb49d7a29a276ba-0449-9bf524342aa78a71e50c-c563', 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 2/3)': 'a6c88bb49d7a29a276ba-0449-9bf524342aa78a71e50c-32bb', 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 3/3)': 'a6c88bb49d7a29a276ba-0449-9bf524342aa78a71e50c-f44a', 'Stateless tests (amd_llvm_coverage, old analyzer, s3 storage, DBReplicated, WasmEdge, parallel, 1/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-c651', 'Stateless tests (amd_llvm_coverage, old analyzer, s3 storage, DBReplicated, WasmEdge, parallel, 2/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-d778', 'Stateless tests (amd_llvm_coverage, old analyzer, s3 storage, DBReplicated, WasmEdge, parallel, 3/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-b5cb', 'Stateless tests (amd_llvm_coverage, old analyzer, s3 storage, DBReplicated, WasmEdge, sequential, 1/2)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-6d2d', 'Stateless tests (amd_llvm_coverage, old analyzer, s3 storage, DBReplicated, WasmEdge, sequential, 2/2)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-eae3', 'Stateless tests (amd_llvm_coverage, ParallelReplicas, s3 storage, parallel)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-9bb5', 'Stateless tests (amd_llvm_coverage, ParallelReplicas, s3 storage, sequential)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-4a71', 'Stateless tests (amd_llvm_coverage, AsyncInsert, s3 storage, parallel)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-9188', 'Stateless tests (amd_llvm_coverage, AsyncInsert, s3 storage, sequential)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-41e9', 'Stateless tests (amd_debug, parallel)': 'a6c88bb49d7a29a276ba-41b8-9bf524342aa78a71e50c-b0cb', 'Stateless tests (amd_debug, sequential)': 'a6c88bb49d7a29a276ba-41b8-9bf524342aa78a71e50c-6148', 'Stateless tests (amd_tsan, parallel)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-a3fc', 'Stateless tests (amd_tsan, sequential, 1/2)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-6a7a', 'Stateless tests (amd_tsan, sequential, 2/2)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-7446', 'Stateless tests (amd_msan, WasmEdge, parallel, 1/2)': 'a6c88bb49d7a29a276ba-9c01-9bf524342aa78a71e50c-febd', 'Stateless tests (amd_msan, WasmEdge, parallel, 2/2)': 'a6c88bb49d7a29a276ba-9c01-9bf524342aa78a71e50c-c082', 'Stateless tests (amd_msan, WasmEdge, sequential, 1/2)': 'a6c88bb49d7a29a276ba-9c01-9bf524342aa78a71e50c-a3b1', 'Stateless tests (amd_msan, WasmEdge, sequential, 2/2)': 'a6c88bb49d7a29a276ba-9c01-9bf524342aa78a71e50c-0751', 'Stateless tests (amd_debug, distributed plan, s3 storage, parallel)': 'a6c88bb49d7a29a276ba-41b8-9bf524342aa78a71e50c-1290', 'Stateless tests (amd_debug, distributed plan, s3 storage, sequential)': 'a6c88bb49d7a29a276ba-41b8-9bf524342aa78a71e50c-60d7', 'Stateless tests (amd_tsan, s3 storage, parallel, 1/3)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-a096', 'Stateless tests (amd_tsan, s3 storage, parallel, 2/3)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-a656', 'Stateless tests (amd_tsan, s3 storage, parallel, 3/3)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-94d8', 'Stateless tests (amd_tsan, s3 storage, sequential, 1/2)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-0437', 'Stateless tests (amd_tsan, s3 storage, sequential, 2/2)': 'a6c88bb49d7a29a276ba-4a28-9bf524342aa78a71e50c-cb53', 'Stateless tests (arm_binary, parallel)': 'a6c88bb49d7a29a276ba-2202-9bf524342aa78a71e50c-7b55', 'Stateless tests (arm_binary, sequential)': 'a6c88bb49d7a29a276ba-2202-9bf524342aa78a71e50c-efa5', 'Stateless tests (arm_asan_ubsan, azure, parallel)': 'a6c88bb49d7a29a276ba-c278-9bf524342aa78a71e50c-f7d6', 'Stateless tests (arm_asan_ubsan, azure, sequential)': 'a6c88bb49d7a29a276ba-c278-9bf524342aa78a71e50c-b809', 'Stateless tests (amd_llvm_coverage, 1/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-06a1', 'Stateless tests (amd_llvm_coverage, 2/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-eb60', 'Stateless tests (amd_llvm_coverage, 3/3)': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-fc8a', 'Stateless tests (amd_binary_excluded_from_llvm)': 'a6c88bb49d7a29a276ba-bc98-9bf524342aa78a71e50c-c330', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 1/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-c8f8', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 2/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-5337', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 3/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-02a1', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 4/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-0e05', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 5/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-35dc', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 6/6)': 'a6c88bb49d7a29a276ba-0449-393a4120341e87c468f8-e406', 'Integration tests (arm_binary, distributed plan, 1/4)': 'a6c88bb49d7a29a276ba-2202-393a4120341e87c468f8-4e0a', 'Integration tests (arm_binary, distributed plan, 2/4)': 'a6c88bb49d7a29a276ba-2202-393a4120341e87c468f8-a2a5', 'Integration tests (arm_binary, distributed plan, 3/4)': 'a6c88bb49d7a29a276ba-2202-393a4120341e87c468f8-2bea', 'Integration tests (arm_binary, distributed plan, 4/4)': 'a6c88bb49d7a29a276ba-2202-393a4120341e87c468f8-abdc', 'Integration tests (amd_tsan, 1/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-1d33', 'Integration tests (amd_tsan, 2/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-c9ae', 'Integration tests (amd_tsan, 3/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-eaad', 'Integration tests (amd_tsan, 4/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-ee73', 'Integration tests (amd_tsan, 5/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-83af', 'Integration tests (amd_tsan, 6/6)': 'a6c88bb49d7a29a276ba-4a28-393a4120341e87c468f8-8dd1', 'Integration tests (amd_msan, 1/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-e249', 'Integration tests (amd_msan, 2/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-2308', 'Integration tests (amd_msan, 3/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-e52b', 'Integration tests (amd_msan, 4/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-348c', 'Integration tests (amd_msan, 5/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-55cc', 'Integration tests (amd_msan, 6/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-2a97', 'Integration tests (amd_msan, 7/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-484d', 'Integration tests (amd_msan, 8/8)': 'a6c88bb49d7a29a276ba-9c01-393a4120341e87c468f8-a778', 'Integration tests (amd_llvm_coverage, 1/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-9856', 'Integration tests (amd_llvm_coverage, 2/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-09b9', 'Integration tests (amd_llvm_coverage, 3/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-7f47', 'Integration tests (amd_llvm_coverage, 4/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-c70d', 'Integration tests (amd_llvm_coverage, 5/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-feac', 'Integration tests (amd_llvm_coverage, 6/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-58f5', 'Integration tests (amd_llvm_coverage, 7/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-8b0b', 'Integration tests (amd_llvm_coverage, 8/8)': 'a6c88bb49d7a29a276ba-faca-393a4120341e87c468f8-8490', 'Integration tests (amd_binary_excluded_from_llvm)': 'a6c88bb49d7a29a276ba-bc98-393a4120341e87c468f8-58bf', 'Unit tests (asan_ubsan)': 'a6c88bb49d7a29a276ba-0449-f1fbb1e4961e76928649-cab361838ae470189e16-4a66', 'Unit tests (tsan)': 'a6c88bb49d7a29a276ba-4a28-f1fbb1e4961e76928649-cab361838ae470189e16-61c8', 'Unit tests (msan)': 'a6c88bb49d7a29a276ba-9c01-f1fbb1e4961e76928649-cab361838ae470189e16-e004', 'Unit tests (asan_ubsan, function_prop_fuzzer)': 'a6c88bb49d7a29a276ba-0449-f1fbb1e4961e76928649-cab361838ae470189e16-50f4', 'Unit tests (tsan, function_prop_fuzzer)': 'a6c88bb49d7a29a276ba-4a28-f1fbb1e4961e76928649-cab361838ae470189e16-f79d', 'Unit tests (msan, function_prop_fuzzer)': 'a6c88bb49d7a29a276ba-9c01-f1fbb1e4961e76928649-cab361838ae470189e16-26d3', 'Unit tests (amd_llvm_coverage)': 'a6c88bb49d7a29a276ba-faca-f1fbb1e4961e76928649-cab361838ae470189e16-825d', 'Docker server image': 'a6c88bb49d7a29a276ba-dc2e-28e1-3202bede7580d4b20373-0c73', 'Docker keeper image': 'a6c88bb49d7a29a276ba-dc2e-28e1-3202bede7580d4b20373-5127', 'Install packages (amd_release)': 'a6c88bb49d7a29a276ba-dc2e-035ff7ec3baff920bac3-738e', 'Install packages (arm_release)': 'a6c88bb49d7a29a276ba-28e1-035ff7ec3baff920bac3-c092', 'Compatibility check (amd_release)': 'a6c88bb49d7a29a276ba-dc2e-d7eab69ed31c18f94d8d-f574', 'Compatibility check (arm_release)': 'a6c88bb49d7a29a276ba-28e1-d7eab69ed31c18f94d8d-604f', 'Stress test (amd_debug)': 'a6c88bb49d7a29a276ba-41b8-a0faae3898facc88686f-cd0c', 'Stress test (amd_asan_ubsan)': 'a6c88bb49d7a29a276ba-0449-a0faae3898facc88686f-b3ed', 'Stress test (amd_tsan)': 'a6c88bb49d7a29a276ba-4a28-a0faae3898facc88686f-bd2c', 'Stress test (amd_msan)': 'a6c88bb49d7a29a276ba-9c01-a0faae3898facc88686f-c446', 'Stress test (arm_release)': 'a6c88bb49d7a29a276ba-28e1-a0faae3898facc88686f-5b17', 'Stress test (arm_debug)': 'a6c88bb49d7a29a276ba-b2a1-a0faae3898facc88686f-c254', 'Stress test (arm_asan_ubsan)': 'a6c88bb49d7a29a276ba-c278-a0faae3898facc88686f-b391', 'Stress test (arm_asan_ubsan, s3)': 'a6c88bb49d7a29a276ba-c278-a0faae3898facc88686f-02ea', 'Stress test (arm_tsan)': 'a6c88bb49d7a29a276ba-75be-a0faae3898facc88686f-d5d9', 'Stress test (arm_msan)': 'a6c88bb49d7a29a276ba-cac5-a0faae3898facc88686f-292a', 'Upgrade check (amd_release)': 'a6c88bb49d7a29a276ba-dc2e-60ff01640619d55b1975-e479', 'AST fuzzer (amd_debug)': 'a6c88bb49d7a29a276ba-41b8-5ff059807cdffc98c8ee-3a89', 'AST fuzzer (arm_asan_ubsan)': 'a6c88bb49d7a29a276ba-c278-5ff059807cdffc98c8ee-b15c', 'AST fuzzer (amd_tsan)': 'a6c88bb49d7a29a276ba-4a28-5ff059807cdffc98c8ee-e3a1', 'AST fuzzer (amd_msan)': 'a6c88bb49d7a29a276ba-9c01-5ff059807cdffc98c8ee-a5da', 'BuzzHouse (amd_debug)': 'a6c88bb49d7a29a276ba-41b8-c03a069cebbc5f41ed16-6410', 'BuzzHouse (arm_asan_ubsan)': 'a6c88bb49d7a29a276ba-c278-c03a069cebbc5f41ed16-c46f', 'BuzzHouse (amd_tsan)': 'a6c88bb49d7a29a276ba-4a28-c03a069cebbc5f41ed16-63ed', 'BuzzHouse (amd_msan)': 'a6c88bb49d7a29a276ba-9c01-c03a069cebbc5f41ed16-e328', 'Performance Comparison (amd_release, master_head, 1/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-93a4', 'Performance Comparison (amd_release, master_head, 2/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-1a81', 'Performance Comparison (amd_release, master_head, 3/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-90b7', 'Performance Comparison (amd_release, master_head, 4/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-2ec4', 'Performance Comparison (amd_release, master_head, 5/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-2a29', 'Performance Comparison (amd_release, master_head, 6/6)': 'a6c88bb49d7a29a276ba-dc2e-69b00549f71776631265-fb0d7065a2a254f994fe-70ce', 'Performance Comparison (arm_release, master_head, 1/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-dec9', 'Performance Comparison (arm_release, master_head, 2/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-ed3e', 'Performance Comparison (arm_release, master_head, 3/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-8e37', 'Performance Comparison (arm_release, master_head, 4/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-957d', 'Performance Comparison (arm_release, master_head, 5/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-39a0', 'Performance Comparison (arm_release, master_head, 6/6)': 'a6c88bb49d7a29a276ba-28e1-69b00549f71776631265-fb0d7065a2a254f994fe-95c5', 'ClickBench (amd_release)': 'a6c88bb49d7a29a276ba-dc2e-fbbff9a52c8be0087d39-10c7c1e9414f56b62034-cabf', 'ClickBench (arm_release)': 'a6c88bb49d7a29a276ba-28e1-fbbff9a52c8be0087d39-10c7c1e9414f56b62034-de3f', 'LLVM Coverage': 'a6c88bb49d7a29a276ba-faca-9bf524342aa78a71e50c-06a1-eb60-fc8a-c651-d778-b5cb-6d2d-eae3-9bb5-4a71-9188-41e9-393a4120341e87c468f8-9856-09b9-7f47-c70d-feac-58f5-8b0b-8490-f1fbb1e4961e76928649-cab361838ae470189e16-825d-9cd594d7e3b4c372ef5c-0722', 'SQLLogic test': 'a6c88bb49d7a29a276ba-28e1-fbbff9a52c8be0087d39-ee970574dcc33469581d-629b', 'SQLStorm test': 'a6c88bb49d7a29a276ba-28e1-fbbff9a52c8be0087d39-4e3a486b9918c87de451-4a27', 'Keeper Stress Tests (PR)': 'a6c88bb49d7a29a276ba-2202-98580f04d18dc6a602b6-55d5', 'Build Toolchain (PGO, BOLT) (amd64)': '92eb6fe394dd7611f0be-90a1', 'Build Toolchain (PGO, BOLT) (aarch64)': '92eb6fe394dd7611f0be-5c04', 'Finish Workflow': 'ffffffffffffffffffff'}, 'digest_dockers': {'clickhouse/style-test': '0657a183ba080a423443', 'clickhouse/fasttest': '6572b23cb5c5c4027258', 'clickhouse/binary-builder': 'f52259325c85508add93', 'clickhouse/cctools': '42731ca6ca3470cf18e5', 'clickhouse/test-base': 'f1fbb1e4961e76928649', 'clickhouse/fuzzer': '87065e4ec5d8e47020f2', 'clickhouse/performance-comparison': '69b00549f71776631265', 'clickhouse/keeper-jepsen-test': '636f512f21a0af19657c', 'clickhouse/server-jepsen-test': 'adf3626a731b7567dccc', 'clickhouse/integration-test': '96f9bac58b1f0a489d31', 'clickhouse/integration-tests-runner': '8bbaaf08d3a1616f4e9e', 'clickhouse/integration-test-with-unity-catalog': 'a5c07d45a822510f8171', 'clickhouse/integration-test-with-hms': 'a7718d3ee05e6c1a882c', 'clickhouse/integration-helper': '634724fd9222266fa470', 'clickhouse/kerberos-kdc': '310561e6eb756c8311b1', 'clickhouse/test-mysql80': '3fcc3cce68f7036564f2', 'clickhouse/test-mysql57': '5b5ad2fafb3ab01436a8', 'clickhouse/mysql-golang-client': '0c8e4f20c29df40fa75b', 'clickhouse/mysql-java-client': '96f82598e00024a49347', 'clickhouse/mysql-js-client': '4dfeb405c2378c169e77', 'clickhouse/arrowflight-server-test': '1d4464d1a5e45949e4f5', 'clickhouse/dotnet-client': '50da1ccb94f49087d3f0', 'clickhouse/mysql-php-client': '141d4046c28f2089dd0d', 'clickhouse/nginx-dav': 'aa33b6ad5665b723c6e4', 'clickhouse/postgresql-java-client': '3582d281bb57b0639530', 'clickhouse/python-bottle': '410fa8ac20949b86e9d8', 'clickhouse/s3-proxy': 'dfb5f038f7b3fbb32266', 'clickhouse/docs-builder': '41cd74b1c3043c629c84', 'clickhouse/install-deb-test': 'ec2879744cacbe7f4957', 'clickhouse/install-rpm-test': '6f408fc7fa9d466a1090', 'clickhouse/sqlancer-test': '1ccceacb13acfac383e6', 'clickhouse/mysql_dotnet_client': 'f11da9a816d53aa05e78', 'clickhouse/stateless-test': 'fbbff9a52c8be0087d39', 'clickhouse/stress-test': 'c1ff0d7f97adc95aec04'}, 'cache_success': ['Integration tests (amd_asan_ubsan, flaky)', 'Bugfix validation (integration tests, amd64)', 'Bugfix validation (integration tests, aarch64)', 'Performance Comparison (amd_release, master_head, 1/6)', 'Performance Comparison (amd_release, master_head, 2/6)', 'Performance Comparison (amd_release, master_head, 3/6)', 'Performance Comparison (amd_release, master_head, 4/6)', 'Performance Comparison (amd_release, master_head, 5/6)', 'Performance Comparison (amd_release, master_head, 6/6)', 'Keeper Stress Tests (PR)', 'Build Toolchain (PGO, BOLT) (amd64)', 'Build Toolchain (PGO, BOLT) (aarch64)', 'Docs check', 'Docs check (Mintlify)', 'CI Tests', 'Dockers Build (amd)', 'Dockers Build (arm)', 'Dockers Build (multiplatform manifest)'], 'cache_success_base64': ['SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9hc2FuX3Vic2FuLCBmbGFreSk=', 'QnVnZml4IHZhbGlkYXRpb24gKGludGVncmF0aW9uIHRlc3RzLCBhbWQ2NCk=', 'QnVnZml4IHZhbGlkYXRpb24gKGludGVncmF0aW9uIHRlc3RzLCBhYXJjaDY0KQ==', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCAxLzYp', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCAyLzYp', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCAzLzYp', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCA0LzYp', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCA1LzYp', 'UGVyZm9ybWFuY2UgQ29tcGFyaXNvbiAoYW1kX3JlbGVhc2UsIG1hc3Rlcl9oZWFkLCA2LzYp', 'S2VlcGVyIFN0cmVzcyBUZXN0cyAoUFIp', 'QnVpbGQgVG9vbGNoYWluIChQR08sIEJPTFQpIChhbWQ2NCk=', 'QnVpbGQgVG9vbGNoYWluIChQR08sIEJPTFQpIChhYXJjaDY0KQ==', 'RG9jcyBjaGVjaw==', 'RG9jcyBjaGVjayAoTWludGxpZnkp', 'Q0kgVGVzdHM=', 'RG9ja2VycyBCdWlsZCAoYW1kKQ==', 'RG9ja2VycyBCdWlsZCAoYXJtKQ==', 'RG9ja2VycyBCdWlsZCAobXVsdGlwbGF0Zm9ybSBtYW5pZmVzdCk='], 'cache_artifacts': {'Dockers Build (amd)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}, 'Dockers Build (arm)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}, 'Dockers Build (multiplatform manifest)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}}, 'cache_jobs': {'Dockers Build (amd)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}, 'Dockers Build (arm)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}, 'Dockers Build (multiplatform manifest)': {'type': 'success', 'sha': 'c54c2c22ac2230eb172ea151c67ae98c77c85165', 'pr_number': 112015, 'branch': 'paimon-dlf-fix', 'workflow': 'PR'}}, 'filtered_jobs': {'Integration tests (amd_asan_ubsan, flaky)': 'Skipped, no integration tests updates', 'Bugfix validation (integration tests, amd64)': 'Skipped, no integration tests updates', 'Bugfix validation (integration tests, aarch64)': 'Skipped, no integration tests updates', 'Performance Comparison (amd_release, master_head, 1/6)': "Skipped, not labeled with 'pr-performance'", 'Performance Comparison (amd_release, master_head, 2/6)': "Skipped, not labeled with 'pr-performance'", 'Performance Comparison (amd_release, master_head, 3/6)': "Skipped, not labeled with 'pr-performance'", 'Performance Comparison (amd_release, master_head, 4/6)': "Skipped, not labeled with 'pr-performance'", 'Performance Comparison (amd_release, master_head, 5/6)': "Skipped, not labeled with 'pr-performance'", 'Performance Comparison (amd_release, master_head, 6/6)': "Skipped, not labeled with 'pr-performance'", 'Keeper Stress Tests (PR)': 'Skipped, no changes in src/Coordination, tests/stress/keeper, or keeper_stress_job.py', 'Build Toolchain (PGO, BOLT) (amd64)': "Skipped, not labeled with 'ci-toolchain'", 'Build Toolchain (PGO, BOLT) (aarch64)': "Skipped, not labeled with 'ci-toolchain'", 'Docs check': 'Not affected by the changed files and not required', 'Docs check (Mintlify)': 'Not affected by the changed files and not required', 'CI Tests': 'Not affected by the changed files and not required'}, 'sha': 'a8a52e170d5655e7965e14167d0c886df00bc570', 'submodule_cache_hash': 'f1dff1a6e8e41018', 'custom_data': {}}) [2026-08-01 13:55:47] === Setup env finished === [2026-08-01 13:55:47] === Pre run script [Stateless tests (arm_binary, parallel)], workflow [PR] === [2026-08-01 13:55:48] NOTE: Repo state is clean before job start [2026-08-01 13:55:48] Update Job and Workflow Report [2026-08-01 13:55:48] NOTE: UsageStorage data will be initialized [2026-08-01 13:55:48] Downloaded file from S3 with version 22 using boto3 [2026-08-01 13:55:48] Uploaded file with version 23 using boto3 [2026-08-01 13:55:48] Workflow status changed: [RUNNING] -> [RUNNING] [2026-08-01 13:55:48] Download required artifacts [2026-08-01 13:55:48] --- Job requires s3 artifacts [[Artifact.Config(name='CH_ARM_BIN', type='s3', path='/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/build/programs/self-extracting/clickhouse', compress_zst=False, optional=False, _provided_by='Build (arm_binary)', ext={})]] [2026-08-01 13:55:53] === Pre run finished === [2026-08-01 13:55:53] === Run script [Stateless tests (arm_binary, parallel)], workflow [PR] === [2026-08-01 13:55:53] INFO: disk status before running a job: [2026-08-01 13:55:53] Run command: [df -h] [2026-08-01 13:55:53] Filesystem Size Used Avail Use% Mounted on [2026-08-01 13:55:53] /dev/root 194G 8.9G 185G 5% / [2026-08-01 13:55:53] tmpfs 31G 0 31G 0% /dev/shm [2026-08-01 13:55:53] tmpfs 13G 1.5M 13G 1% /run [2026-08-01 13:55:53] tmpfs 5.0M 0 5.0M 0% /run/lock [2026-08-01 13:55:53] tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup [2026-08-01 13:55:53] efivarfs 128K 3.3K 125K 3% /sys/firmware/efi/efivars [2026-08-01 13:55:53] /dev/nvme0n1p15 98M 6.3M 92M 7% /boot/efi [2026-08-01 13:55:53] Run command: [docker system df] [2026-08-01 13:55:53] TYPE TOTAL ACTIVE SIZE RECLAIMABLE [2026-08-01 13:55:53] Images 1 0 356.9MB 356.9MB (99%) [2026-08-01 13:55:53] Containers 0 0 0B 0B [2026-08-01 13:55:53] Local Volumes 0 0 0B 0B [2026-08-01 13:55:53] Build Cache 0 0 0B 0B [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/var/lib/clickhouse] [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/etc/clickhouse-client] [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/etc/clickhouse-server] [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/etc/clickhouse-server1] [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/etc/clickhouse-server2] [2026-08-01 13:55:53] WARNING: Create mount dir point in advance to have the same owner [2026-08-01 13:55:53] Run command: [mkdir -p ./ci/tmp/var/log] [2026-08-01 13:55:53] --- Run command [docker run --init --oom-score-adj=1000 --rm --name praktika_d43e545b71f9 -e PYTHONUNBUFFERED=1 -e PYTHONPATH='.:./ci' --volume ./:/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse --workdir=/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse --memory=64047681536 --cgroupns=host --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined --ulimit nofile=1048576:1048576 --tmpfs /tmp/clickhouse:mode=1777 --volume=./ci/tmp/var/lib/clickhouse:/var/lib/clickhouse --volume=./ci/tmp/etc/clickhouse-client:/etc/clickhouse-client --volume=./ci/tmp/etc/clickhouse-server:/etc/clickhouse-server --volume=./ci/tmp/etc/clickhouse-server1:/etc/clickhouse-server1 --volume=./ci/tmp/etc/clickhouse-server2:/etc/clickhouse-server2 --volume=./ci/tmp/var/log:/var/log clickhouse/stateless-test:fbbff9a52c8be0087d39_arm python3 ./ci/jobs/functional_tests.py --options "arm_binary, parallel"] [2026-08-01 13:55:53] NOTE: Host metrics collection started (fine 0.25s, window 1.0s, disk on, psi on, file [./ci/tmp/host_metrics.jsonl]) [2026-08-01 13:55:54] Subprocess started, pid [3865] [2026-08-01 13:55:54] Unable to find image 'clickhouse/stateless-test:fbbff9a52c8be0087d39_arm' locally [2026-08-01 13:55:54] fbbff9a52c8be0087d39_arm: Pulling from clickhouse/stateless-test [2026-08-01 13:55:54] 119d19e001ba: Pulling fs layer [2026-08-01 13:55:54] d03dc119e2c4: Pulling fs layer [2026-08-01 13:55:54] 7482d5fb0c21: Pulling fs layer [2026-08-01 13:55:54] 05fa885a46fa: Pulling fs layer [2026-08-01 13:55:54] 60bf2d990dbf: Pulling fs layer [2026-08-01 13:55:54] 5490bfac3ef6: Pulling fs layer [2026-08-01 13:55:54] 38ac5b00fc9e: Pulling fs layer [2026-08-01 13:55:54] 18b005ac0507: Pulling fs layer [2026-08-01 13:55:54] a17cfd65c86e: Pulling fs layer [2026-08-01 13:55:54] a0b17c30a742: Pulling fs layer [2026-08-01 13:55:54] 0a0a0edbe774: Pulling fs layer [2026-08-01 13:55:54] 1f7457f88e54: Pulling fs layer [2026-08-01 13:55:54] 80cabbe4bf03: Pulling fs layer [2026-08-01 13:55:54] 2e8947513acb: Pulling fs layer [2026-08-01 13:55:54] bb14090a832d: Pulling fs layer [2026-08-01 13:55:54] 4f4fb700ef54: Pulling fs layer [2026-08-01 13:55:54] bc45e82d07d0: Pulling fs layer [2026-08-01 13:55:54] 12fd395edbb4: Pulling fs layer [2026-08-01 13:55:54] bf7ca6355d47: Pulling fs layer [2026-08-01 13:55:54] 3e493a3fde6e: Pulling fs layer [2026-08-01 13:55:54] d09c4d2978ac: Pulling fs layer [2026-08-01 13:55:54] 4f4fb700ef54: Pulling fs layer [2026-08-01 13:55:54] 44d0d4ea2c26: Pulling fs layer [2026-08-01 13:55:54] b60d7505b3b4: Pulling fs layer [2026-08-01 13:55:54] 1d82f5e57586: Pulling fs layer [2026-08-01 13:55:54] 4b6e91b9c169: Pulling fs layer [2026-08-01 13:55:54] 13ecdae0d726: Pulling fs layer [2026-08-01 13:55:54] 4f4fb700ef54: Pulling fs layer [2026-08-01 13:55:54] f62b0057ff1b: Pulling fs layer [2026-08-01 13:55:54] 98dc9a8ae733: Pulling fs layer [2026-08-01 13:55:54] 159847e0e92b: Pulling fs layer [2026-08-01 13:55:54] c37576bcb19e: Pulling fs layer [2026-08-01 13:55:54] 007cf8a5d91d: Pulling fs layer [2026-08-01 13:55:54] 459863d762eb: Pulling fs layer [2026-08-01 13:55:54] e644c5451628: Pulling fs layer [2026-08-01 13:55:54] 4f4fb700ef54: Pulling fs layer [2026-08-01 13:55:54] a62bacbe390a: Pulling fs layer [2026-08-01 13:55:54] 7de8043df96c: Pulling fs layer [2026-08-01 13:55:54] 761af11a11e5: Pulling fs layer [2026-08-01 13:55:54] 4f4fb700ef54: Already exists [2026-08-01 13:55:54] a17cfd65c86e: Download complete [2026-08-01 13:55:54] d03dc119e2c4: Download complete [2026-08-01 13:55:54] 60bf2d990dbf: Download complete [2026-08-01 13:55:54] 05fa885a46fa: Download complete [2026-08-01 13:55:54] 11a2d7d57362: Download complete [2026-08-01 13:55:54] 18b005ac0507: Download complete [2026-08-01 13:55:54] 80cabbe4bf03: Download complete [2026-08-01 13:55:54] aab68002bf28: Download complete [2026-08-01 13:55:54] 5490bfac3ef6: Download complete [2026-08-01 13:55:54] 2e8947513acb: Download complete [2026-08-01 13:55:54] 12fd395edbb4: Download complete [2026-08-01 13:55:54] d09c4d2978ac: Download complete [2026-08-01 13:55:54] bb14090a832d: Download complete [2026-08-01 13:55:54] 3e493a3fde6e: Download complete [2026-08-01 13:55:54] bf7ca6355d47: Download complete [2026-08-01 13:55:54] 44d0d4ea2c26: Download complete [2026-08-01 13:55:54] 1d82f5e57586: Download complete [2026-08-01 13:55:54] 119d19e001ba: Download complete [2026-08-01 13:55:54] 459863d762eb: Download complete [2026-08-01 13:55:54] b60d7505b3b4: Download complete [2026-08-01 13:55:54] 98dc9a8ae733: Download complete [2026-08-01 13:55:54] 4b6e91b9c169: Download complete [2026-08-01 13:55:54] a0b17c30a742: Download complete [2026-08-01 13:55:54] a62bacbe390a: Download complete [2026-08-01 13:55:54] 7de8043df96c: Download complete [2026-08-01 13:55:55] 159847e0e92b: Download complete [2026-08-01 13:55:55] 1f7457f88e54: Download complete [2026-08-01 13:55:55] 007cf8a5d91d: Download complete [2026-08-01 13:55:55] a17cfd65c86e: Pull complete [2026-08-01 13:55:55] 119d19e001ba: Pull complete [2026-08-01 13:55:55] f62b0057ff1b: Download complete [2026-08-01 13:55:55] 1f7457f88e54: Pull complete [2026-08-01 13:55:55] 7482d5fb0c21: Download complete [2026-08-01 13:55:56] 0a0a0edbe774: Download complete [2026-08-01 13:55:56] 761af11a11e5: Download complete [2026-08-01 13:55:57] e644c5451628: Download complete [2026-08-01 13:55:57] bc45e82d07d0: Download complete [2026-08-01 13:55:57] 13ecdae0d726: Download complete [2026-08-01 13:55:58] e644c5451628: Pull complete [2026-08-01 13:55:59] 459863d762eb: Pull complete [2026-08-01 13:55:59] c37576bcb19e: Download complete [2026-08-01 13:55:59] 7de8043df96c: Pull complete [2026-08-01 13:55:59] d03dc119e2c4: Pull complete [2026-08-01 13:55:59] 44d0d4ea2c26: Pull complete [2026-08-01 13:56:01] 7482d5fb0c21: Pull complete [2026-08-01 13:56:01] 2e8947513acb: Pull complete [2026-08-01 13:56:01] 0a0a0edbe774: Pull complete [2026-08-01 13:56:05] 38ac5b00fc9e: Download complete [2026-08-01 13:56:11] 18b005ac0507: Pull complete [2026-08-01 13:56:11] 80cabbe4bf03: Pull complete [2026-08-01 13:56:11] 5490bfac3ef6: Pull complete [2026-08-01 13:56:11] 12fd395edbb4: Pull complete [2026-08-01 13:56:11] 38ac5b00fc9e: Pull complete [2026-08-01 13:56:12] a0b17c30a742: Pull complete [2026-08-01 13:56:12] 60bf2d990dbf: Pull complete [2026-08-01 13:56:12] d09c4d2978ac: Pull complete [2026-08-01 13:56:12] bb14090a832d: Pull complete [2026-08-01 13:56:12] b60d7505b3b4: Pull complete [2026-08-01 13:56:12] 4b6e91b9c169: Pull complete [2026-08-01 13:56:12] bf7ca6355d47: Pull complete [2026-08-01 13:56:17] c37576bcb19e: Pull complete [2026-08-01 13:56:20] 13ecdae0d726: Pull complete [2026-08-01 13:56:20] a62bacbe390a: Pull complete [2026-08-01 13:56:21] 98dc9a8ae733: Pull complete [2026-08-01 13:56:23] bc45e82d07d0: Pull complete [2026-08-01 13:56:24] 159847e0e92b: Pull complete [2026-08-01 13:56:24] 007cf8a5d91d: Pull complete [2026-08-01 13:56:25] 761af11a11e5: Pull complete [2026-08-01 13:56:25] 3e493a3fde6e: Pull complete [2026-08-01 13:56:26] 1d82f5e57586: Pull complete [2026-08-01 13:56:27] f62b0057ff1b: Pull complete [2026-08-01 13:56:27] 4f4fb700ef54: Pull complete [2026-08-01 13:56:28] 05fa885a46fa: Pull complete [2026-08-01 13:56:28] Digest: sha256:5207a54a338386afa91050e6c63b732336ce617d4e424d75b4454199046a7892 [2026-08-01 13:56:28] Status: Downloaded newer image for clickhouse/stateless-test:fbbff9a52c8be0087d39_arm [2026-08-01 13:56:48] NOTE: Enabled test runner option [--no-sequential] [2026-08-01 13:56:48] Workers count set to optimal value: 38 [2026-08-01 13:56:48] Job will start from stage [install] [2026-08-01 13:56:48] > Start execution for [Install ClickHouse] [2026-08-01 13:56:48] Run command: [rm -rf /etc/clickhouse-client/* /etc/clickhouse-server/* /etc/clickhouse-server1/* /etc/clickhouse-server2/*] [2026-08-01 13:56:48] Run command: [mkdir -p /usr/share/clickhouse/ && ln -sf /usr/local/include /usr/share/clickhouse/protos] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-server] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-client] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-compressor] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-local] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-disks] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-obfuscator] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-format] [2026-08-01 13:56:48] Run command: [ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/ch] [2026-08-01 13:56:48] Run command: [ln -sf /usr/bin/clickhouse-odbc-bridge /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse-odbc-bridge] [2026-08-01 13:56:48] Run command: [cp programs/server/config.xml programs/server/users.xml /etc/clickhouse-server/] [2026-08-01 13:56:48] Run command: [./tests/config/install.sh /etc/clickhouse-server /etc/clickhouse-client ] [2026-08-01 13:56:48] + DEST_SERVER_PATH=/etc/clickhouse-server [2026-08-01 13:56:48] + DEST_CLIENT_PATH=/etc/clickhouse-client [2026-08-01 13:56:48] +++ dirname ./tests/config/install.sh [2026-08-01 13:56:48] ++ cd ./tests/config [2026-08-01 13:56:48] ++ pwd -P [2026-08-01 13:56:48] + SRC_PATH=/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config [2026-08-01 13:56:48] + '[' 2 -ge 2 ']' [2026-08-01 13:56:48] + shift 2 [2026-08-01 13:56:48] + FAST_TEST=0 [2026-08-01 13:56:48] + EXPORT_S3_STORAGE_POLICIES=1 [2026-08-01 13:56:48] + USE_AZURE_STORAGE_FOR_MERGE_TREE= [2026-08-01 13:56:48] + USE_ASYNC_INSERT= [2026-08-01 13:56:48] + BUGFIX_VALIDATE_CHECK=0 [2026-08-01 13:56:48] + PREVIOUS_RELEASE_CONFIG=0 [2026-08-01 13:56:48] + NO_AZURE=0 [2026-08-01 13:56:48] + KEEPER_INJECT_AUTH=1 [2026-08-01 13:56:48] + WASM_ENGINE= [2026-08-01 13:56:48] + REMOTE_DATABASE_DISK=0 [2026-08-01 13:56:48] + LLVM_COVERAGE=0 [2026-08-01 13:56:48] + [[ 0 -gt 0 ]] [2026-08-01 13:56:48] + echo 'Going to install test configs from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config into /etc/clickhouse-server' [2026-08-01 13:56:48] Going to install test configs from /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config into /etc/clickhouse-server [2026-08-01 13:56:48] + mkdir -p /etc/clickhouse-server/users.d/ [2026-08-01 13:56:48] + mkdir -p /etc/clickhouse-client [2026-08-01 13:56:48] + rm -rf /etc/clickhouse-server/config.d [2026-08-01 13:56:48] + mkdir -p /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/tmp.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/core_dump.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/listen.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/predicate_statistics_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/macros.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/backoff_policy.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:56:48] + check_clickhouse_version 25.4 [2026-08-01 13:56:48] + local required_version=25.4 [2026-08-01 13:56:48] + shift [2026-08-01 13:56:48] ++ clickhouse --version [2026-08-01 13:56:48] ++ awk '{print $4}' [2026-08-01 13:57:07] Decompressing the binary.................................... [2026-08-01 13:57:07] + current_version=26.8.1.1. [2026-08-01 13:57:07] ++ printf '%s\n' 25.4 26.8.1.1. [2026-08-01 13:57:07] ++ sort -V [2026-08-01 13:57:07] ++ head -n1 [2026-08-01 13:57:07] + '[' 25.4 = 25.4 ']' [2026-08-01 13:57:07] + echo 'ClickHouse version 26.8.1.1. is OK (>= 25.4)' [2026-08-01 13:57:07] ClickHouse version 26.8.1.1. is OK (>= 25.4) [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/backoff_policy_25_4.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + check_clickhouse_version 25.10 [2026-08-01 13:57:07] + local required_version=25.10 [2026-08-01 13:57:07] + shift [2026-08-01 13:57:07] ++ clickhouse --version [2026-08-01 13:57:07] ++ awk '{print $4}' [2026-08-01 13:57:07] + current_version=26.8.1.1. [2026-08-01 13:57:07] ++ printf '%s\n' 25.10 26.8.1.1. [2026-08-01 13:57:07] ++ sort -V [2026-08-01 13:57:07] ++ head -n1 [2026-08-01 13:57:07] + '[' 25.10 = 25.10 ']' [2026-08-01 13:57:07] + echo 'ClickHouse version 26.8.1.1. is OK (>= 25.10)' [2026-08-01 13:57:07] ClickHouse version 26.8.1.1. is OK (>= 25.10) [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/keeper_max_request_size.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/transactions_info_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/small_caches.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + value=0 [2026-08-01 13:57:07] + echo 'Async logging: 0' [2026-08-01 13:57:07] Async logging: 0 [2026-08-01 13:57:07] + sed 's|[01]|0|' /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/logger_trace.xml [2026-08-01 13:57:07] + default_compression_codec_options=("LZ4" "ZSTD(1)" "ZSTD(3)") [2026-08-01 13:57:07] + default_compression_codec='ZSTD(1)' [2026-08-01 13:57:07] + echo 'Default compression codec: ZSTD(1)' [2026-08-01 13:57:07] Default compression codec: ZSTD(1) [2026-08-01 13:57:07] + echo '' [2026-08-01 13:57:07] + echo ' ' [2026-08-01 13:57:07] + echo ' ZSTD(1)' [2026-08-01 13:57:07] + echo ' ' [2026-08-01 13:57:07] + echo '' [2026-08-01 13:57:07] + overcommit_evict_step_values=(8192 65536 1048576 10485760) [2026-08-01 13:57:07] + OVERCOMMIT_EVICT_STEP=1048576 [2026-08-01 13:57:07] + echo 'Overcommit eviction evict step: 1048576' [2026-08-01 13:57:07] Overcommit eviction evict step: 1048576 [2026-08-01 13:57:07] + export OVERCOMMIT_EVICT_STEP [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + cp /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/filesystem_read_prefetches_log.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/background_schedule_pool_log.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + cp /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_backups.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + cp /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/backups.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + cp /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:07] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + case "$(uname -s)" in [2026-08-01 13:57:08] ++ uname -s [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/distributed_query.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/threadpool_writer_pool_size.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + is_sanitizer_build [2026-08-01 13:57:08] ++ clickhouse local --query 'SELECT value LIKE '\''%-fsanitize=%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' [2026-08-01 13:57:08] + '[' 0 = 1 ']' [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/memory_profiler.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/process_query_plan_packet.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_03008.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/memory_access.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/jemalloc_enable_global_profiler.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/jemalloc_flush_profile.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/wait_remaining_connections.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/kafka.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/keeper_multiread_batch_size.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/zookeeper_enforce_component_name.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + '[' 0 '!=' 1 ']' [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/abort_on_logical_error.yaml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + '[' 0 '!=' 1 ']' [2026-08-01 13:57:08] + is_openssl_fips_build [2026-08-01 13:57:08] ++ clickhouse local --query 'SELECT value FROM system.build_options where name = '\''USE_OPENSSL_FIPS'\'' LIMIT 1' [2026-08-01 13:57:08] + '[' '' -eq 1 ']' [2026-08-01 13:57:08] ./tests/config/install.sh: line 255: [: : integer expression expected [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/ssh.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/ssh_host_rsa_key /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + '[' 0 '!=' 1 ']' [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/ci_logs_sender.yaml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/marks.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/limits.yaml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + check_clickhouse_version 26.1 [2026-08-01 13:57:08] + local required_version=26.1 [2026-08-01 13:57:08] + shift [2026-08-01 13:57:08] ++ clickhouse --version [2026-08-01 13:57:08] ++ awk '{print $4}' [2026-08-01 13:57:08] + current_version=26.8.1.1. [2026-08-01 13:57:08] ++ printf '%s\n' 26.1 26.8.1.1. [2026-08-01 13:57:08] ++ sort -V [2026-08-01 13:57:08] ++ head -n1 [2026-08-01 13:57:08] + '[' 26.1 = 26.1 ']' [2026-08-01 13:57:08] + echo 'ClickHouse version 26.8.1.1. is OK (>= 26.1)' [2026-08-01 13:57:08] ClickHouse version 26.8.1.1. is OK (>= 26.1) [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/distributed_index_analysis.yaml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + '[' 0 == 1 ']' [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + echo [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + [[ -n 0 ]] [2026-08-01 13:57:08] + [[ 0 -eq 1 ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/ints_dictionary.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/strings_dictionary.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/decimals_dictionary.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/executable_dictionary.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/executable_pool_dictionary.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/test_function.xml /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/top_level_domains /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/regions_names_en.txt /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/regions_names_es.txt /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/ext-en.txt /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/ext-ru.txt /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/lem-en.bin /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/server.key /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/server.crt /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/dhparam.pem /etc/clickhouse-server/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + rm -f /etc/clickhouse-server/config.d/fail_points_active.xml [2026-08-01 13:57:08] + value_create_snapshot_on_exit=0 [2026-08-01 13:57:08] + echo 'Replacing create_snapshot_on_exit with 0' [2026-08-01 13:57:08] + value_latest_logs_cache_size_threshold=65017856 [2026-08-01 13:57:08] Replacing create_snapshot_on_exit with 0 [2026-08-01 13:57:08] + echo 'Replacing latest_logs_cache_size_threshold with 65017856' [2026-08-01 13:57:08] + value_commit_logs_cache_size_threshold=45064192 [2026-08-01 13:57:08] Replacing latest_logs_cache_size_threshold with 65017856 [2026-08-01 13:57:08] Replacing commit_logs_cache_size_threshold with 45064192 [2026-08-01 13:57:08] + echo 'Replacing commit_logs_cache_size_threshold with 45064192' [2026-08-01 13:57:08] + value=0 [2026-08-01 13:57:08] Replacing digest_enabled_on_commit with 0 [2026-08-01 13:57:08] + echo 'Replacing digest_enabled_on_commit with 0' [2026-08-01 13:57:08] Replacing nuraft_use_bg_thread_for_snapshot_io with 0 [2026-08-01 13:57:08] + value_nuraft_use_bg_thread_for_snapshot_io=0 [2026-08-01 13:57:08] + echo 'Replacing nuraft_use_bg_thread_for_snapshot_io with 0' [2026-08-01 13:57:08] + sed -E 's|[01]|0|; s|[[:digit:]]+|65017856|; s|[[:digit:]]+|45064192|; s|[01]|0|; s|[01]|0|' /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/keeper_port.xml [2026-08-01 13:57:08] + inject_auth=0 [2026-08-01 13:57:08] + [[ 1 -eq 0 ]] [2026-08-01 13:57:08] + [[ 0 -eq 1 ]] [2026-08-01 13:57:08] + echo 'Keeper connection will not use auth' [2026-08-01 13:57:08] Keeper connection will not use auth [2026-08-01 13:57:08] + rm -f /etc/clickhouse-server/config.d/zookeeper_auth.xml [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + object_key_types_options=("generate-full-key" "generate-template-key") [2026-08-01 13:57:08] + object_key_type=generate-full-key [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + [[ '' == \1 ]] [2026-08-01 13:57:08] + [[ '' == \1 ]] [2026-08-01 13:57:08] + [[ 1 == \1 ]] [2026-08-01 13:57:08] + [[ 0 != \1 ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + reserve_granularity_options=("1Mi" "4Mi" "8Mi") [2026-08-01 13:57:08] + reserve_granularity=4Mi [2026-08-01 13:57:08] + echo 'Replacing s3_cache reserve_granularity with 4Mi' [2026-08-01 13:57:08] Replacing s3_cache reserve_granularity with 4Mi [2026-08-01 13:57:08] + reserve_granularity_sed='//,/<\/s3_cache>/s|[^<]*|4Mi|' [2026-08-01 13:57:08] + check_clickhouse_version 25.5 [2026-08-01 13:57:08] + local required_version=25.5 [2026-08-01 13:57:08] + shift [2026-08-01 13:57:08] ++ clickhouse --version [2026-08-01 13:57:08] ++ awk '{print $4}' [2026-08-01 13:57:08] + current_version=26.8.1.1. [2026-08-01 13:57:08] ++ printf '%s\n' 25.5 26.8.1.1. [2026-08-01 13:57:08] ++ sort -V [2026-08-01 13:57:08] ++ head -n1 [2026-08-01 13:57:08] + '[' 25.5 = 25.5 ']' [2026-08-01 13:57:08] + echo 'ClickHouse version 26.8.1.1. is OK (>= 25.5)' [2026-08-01 13:57:08] ClickHouse version 26.8.1.1. is OK (>= 25.5) [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + cp --remove-destination /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/storage_conf.xml [2026-08-01 13:57:08] + check_clickhouse_version 25.5 [2026-08-01 13:57:08] + local required_version=25.5 [2026-08-01 13:57:08] + shift [2026-08-01 13:57:08] ++ clickhouse --version [2026-08-01 13:57:08] ++ awk '{print $4}' [2026-08-01 13:57:08] + current_version=26.8.1.1. [2026-08-01 13:57:08] ++ printf '%s\n' 25.5 26.8.1.1. [2026-08-01 13:57:08] ++ sort -V [2026-08-01 13:57:08] ++ head -n1 [2026-08-01 13:57:08] + '[' 25.5 = 25.5 ']' [2026-08-01 13:57:08] + echo 'ClickHouse version 26.8.1.1. is OK (>= 25.5)' [2026-08-01 13:57:08] ClickHouse version 26.8.1.1. is OK (>= 25.5) [2026-08-01 13:57:08] + check_clickhouse_version 26.7 [2026-08-01 13:57:08] + local required_version=26.7 [2026-08-01 13:57:08] + shift [2026-08-01 13:57:08] ++ clickhouse --version [2026-08-01 13:57:08] ++ awk '{print $4}' [2026-08-01 13:57:08] + current_version=26.8.1.1. [2026-08-01 13:57:08] ++ printf '%s\n' 26.7 26.8.1.1. [2026-08-01 13:57:08] ++ sort -V [2026-08-01 13:57:08] ++ head -n1 [2026-08-01 13:57:08] + '[' 26.7 = 26.7 ']' [2026-08-01 13:57:08] + echo 'ClickHouse version 26.8.1.1. is OK (>= 26.7)' [2026-08-01 13:57:08] ClickHouse version 26.8.1.1. is OK (>= 26.7) [2026-08-01 13:57:08] + check_clickhouse_version 26.7 [2026-08-01 13:57:08] + local required_version=26.7 [2026-08-01 13:57:08] + shift [2026-08-01 13:57:08] ++ clickhouse --version [2026-08-01 13:57:08] ++ awk '{print $4}' [2026-08-01 13:57:08] + current_version=26.8.1.1. [2026-08-01 13:57:08] ++ printf '%s\n' 26.7 26.8.1.1. [2026-08-01 13:57:08] ++ sort -V [2026-08-01 13:57:08] ++ head -n1 [2026-08-01 13:57:08] + '[' 26.7 = 26.7 ']' [2026-08-01 13:57:08] + echo 'ClickHouse version 26.8.1.1. is OK (>= 26.7)' [2026-08-01 13:57:08] ClickHouse version 26.8.1.1. is OK (>= 26.7) [2026-08-01 13:57:08] + sed -i '//,/<\/s3_cache>/s|[^<]*|4Mi|' /etc/clickhouse-server/config.d/storage_conf.xml [2026-08-01 13:57:08] + [[ -n '' ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_03517.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_03755.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_04070.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/s3_settings_override.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/storage_conf_local.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + [[ '' == \1 ]] [2026-08-01 13:57:08] + [[ '' == \1 ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/users.d/disable_async_inserts.xml /etc/clickhouse-server/users.d/ [2026-08-01 13:57:08] + [[ '' == \1 ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/config.d/wasm_udf.xml /etc/clickhouse-server/config.d/ [2026-08-01 13:57:08] + '[' '!' -z '' ']' [2026-08-01 13:57:08] + [[ 0 -eq 1 ]] [2026-08-01 13:57:08] + [[ 0 -eq 1 ]] [2026-08-01 13:57:08] + [[ 0 -eq 1 ]] [2026-08-01 13:57:08] + ln -sf /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/config/client_config.xml /etc/clickhouse-client/config.xml [2026-08-01 13:57:08] Run command: [clickhouse-server --version] [2026-08-01 13:57:08] ClickHouse server version 26.8.1.1. [2026-08-01 13:57:08] Run command: [sed -i 's|>/test/chroot|>/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/chroot|' /etc/clickhouse-server**/config.d/*.xml] [2026-08-01 13:57:08] Chosen random timezone: Pacific/Kiritimati [2026-08-01 13:57:08] Run command: [cat /usr/share/zoneinfo/Pacific/Kiritimati > /etc/localtime && echo 'Pacific/Kiritimati' > /etc/timezone] [2026-08-01 13:57:08] prepare log export config [2026-08-01 13:57:08] Create log export config [2026-08-01 13:57:10] Start ClickHouse Server [2026-08-01 13:57:10] > Start execution for [Start ClickHouse Server] [2026-08-01 13:57:10] Started setup_minio.sh asynchronously with PID 374 [2026-08-01 13:57:12] Started azurite-rs asynchronously with PID 608 [2026-08-01 13:57:12] Run command: [dmesg --clear] [2026-08-01 13:57:12] Starting ClickHouse server replica 0, command: clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /etc/clickhouse-server/clickhouse-server.pid -- --path /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0 --user_files_path /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/run_r0/user_files --top_level_domains_path /etc/clickhouse-server/top_level_domains --logger.stderr /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/var/log/clickhouse-server/stderr.log [2026-08-01 13:57:12] TSAN_OPTIONS = memory_limit_mb=41033 [2026-08-01 13:57:12] WARNING: stderr: cat: /etc/clickhouse-server/clickhouse-server.pid: No such file or directory [2026-08-01 13:57:12] Processing configuration file '/etc/clickhouse-server/config.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/abort_on_logical_error.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/background_schedule_pool_log.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/backoff_policy.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/backoff_policy_25_4.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/core_dump.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/database_catalog_drop_table_concurrency.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/default_compression_codec.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/distributed_query.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/filesystem_read_prefetches_log.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/grpc_protocol.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/jemalloc_enable_global_profiler.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/jemalloc_flush_profile.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/kafka.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/keeper_max_request_size.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/keeper_multiread_batch_size.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/memory_access.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/memory_profiler.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/predicate_statistics_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/process_query_plan_packet.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/rocksdb.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/s3_settings_override.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/serverwide_trace_collector.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/small_caches.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/ssh.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_03008.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_03517.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_03755.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_04070.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_backups.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_local.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/system_logs_export.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/threadpool_writer_pool_size.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/tmp.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/transactions_info_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/wait_remaining_connections.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/wasm_udf.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/zookeeper.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_enforce_component_name.yaml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. [2026-08-01 13:57:12] Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. [2026-08-01 13:57:13] Got pid from fs [657] [2026-08-01 13:57:13] ClickHouse server replica 0 started successfully, pid [657] [2026-08-01 13:57:13] Run command [clickhouse-client --port 9000 --receive_timeout=5 --query "select 1"] [2026-08-01 13:57:13] Server replica 0 ready [2026-08-01 13:57:13] Run command: [clickhouse-client --port 9000 --query "system flush logs"] [2026-08-01 13:57:13] Run command: [clickhouse-client --port 9000 --query "SYSTEM FLUSH ASYNC INSERT QUEUE"] [2026-08-01 13:57:13] Started setup_kafka.sh asynchronously with PID 1065 [2026-08-01 13:57:16] Start log export [2026-08-01 13:57:16] Run command: [./ci/jobs/scripts/functional_tests/setup_log_cluster.sh --setup-logs-replication] [2026-08-01 13:57:16] EXTRA_COLUMNS_EXPRESSION=toLowCardinality('ClickHouse/ClickHouse') AS repo, CAST(112777 AS UInt32) AS pull_request_number, 'a8a52e170d5655e7965e14167d0c886df00bc570' AS commit_sha, toDateTime('2026-08-01 13:56:48', 'UTC') AS check_start_time, toLowCardinality('Stateless tests (arm_binary, parallel)') AS check_name, toLowCardinality('c8g.8xlarge') AS instance_type, 'i-0189aac2a6183197e' AS instance_id [2026-08-01 13:57:16] Setting up log replication... [2026-08-01 13:57:16] Check CI Log cluster... [2026-08-01 13:57:17] My hostname is 0fa220720314 [2026-08-01 13:57:17] Create all configured system logs [2026-08-01 13:57:17] Build is debug or sanitizer: 0 [2026-08-01 13:57:17] Create %_log tables [2026-08-01 13:57:17] Creating remote destination table aggregated_zookeeper_log_6020684990976723594 with statement: [2026-08-01 13:57:17] ::group::aggregated_zookeeper_log [2026-08-01 13:57:17] CREATE TABLE IF NOT EXISTS aggregated_zookeeper_log_6020684990976723594 [2026-08-01 13:57:17] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:17] `hostname` LowCardinality(String), [2026-08-01 13:57:17] `event_date` Date, [2026-08-01 13:57:17] `event_time` DateTime, [2026-08-01 13:57:17] `session_id` Int64, [2026-08-01 13:57:17] `parent_path` String, [2026-08-01 13:57:17] `operation` Enum16('Close' = -11, 'Error' = -1, 'Watch' = 0, 'Create' = 1, 'Remove' = 2, 'Exists' = 3, 'Get' = 4, 'Set' = 5, 'GetACL' = 6, 'SetACL' = 7, 'SimpleList' = 8, 'Sync' = 9, 'Heartbeat' = 11, 'List' = 12, 'Check' = 13, 'Multi' = 14, 'Create2' = 15, 'Reconfig' = 16, 'CheckWatch' = 17, 'RemoveWatch' = 18, 'CreateContainer' = 19, 'CreateTTL' = 21, 'MultiRead' = 22, 'Auth' = 100, 'SetWatch' = 101, 'SetWatch2' = 105, 'AddWatch' = 106, 'FilteredList' = 500, 'CheckNotExists' = 501, 'CreateIfNotExists' = 502, 'RemoveRecursive' = 503, 'CheckStat' = 504, 'TryRemove' = 505, 'FilteredListWithStatsAndData' = 506, 'ListRecursive' = 507, 'SessionID' = 997), [2026-08-01 13:57:17] `is_subrequest` UInt8, [2026-08-01 13:57:17] `count` UInt32, [2026-08-01 13:57:17] `errors` Map(Enum8('ZNOWATCHER' = -121, 'ZNOTREADONLY' = -119, 'ZSESSIONMOVED' = -118, 'ZNOTHING' = -117, 'ZCLOSING' = -116, 'ZAUTHFAILED' = -115, 'ZINVALIDACL' = -114, 'ZINVALIDCALLBACK' = -113, 'ZSESSIONEXPIRED' = -112, 'ZNOTEMPTY' = -111, 'ZNODEEXISTS' = -110, 'ZNOCHILDRENFOREPHEMERALS' = -108, 'ZBADVERSION' = -103, 'ZNOAUTH' = -102, 'ZNONODE' = -101, 'ZAPIERROR' = -100, 'ZOUTOFMEMORY' = -10, 'ZINVALIDSTATE' = -9, 'ZBADARGUMENTS' = -8, 'ZOPERATIONTIMEOUT' = -7, 'ZUNIMPLEMENTED' = -6, 'ZMARSHALLINGERROR' = -5, 'ZCONNECTIONLOSS' = -4, 'ZDATAINCONSISTENCY' = -3, 'ZRUNTIMEINCONSISTENCY' = -2, 'ZSYSTEMERROR' = -1, 'ZOK' = 0), UInt32), [2026-08-01 13:57:17] `average_latency` Float64, [2026-08-01 13:57:17] `component` LowCardinality(String), [2026-08-01 13:57:17] INDEX event_time_index event_time TYPE minmax GRANULARITY 1 [2026-08-01 13:57:17] ) [2026-08-01 13:57:17] ENGINE = MergeTree [2026-08-01 13:57:17] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:17] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:17] ::endgroup:: [2026-08-01 13:57:17] Creating table system.aggregated_zookeeper_log_sender [2026-08-01 13:57:17] Creating materialized view system.aggregated_zookeeper_log_watcher [2026-08-01 13:57:17] Creating remote destination table asynchronous_insert_log_4169292021092689014 with statement: [2026-08-01 13:57:17] ::group::asynchronous_insert_log [2026-08-01 13:57:17] CREATE TABLE IF NOT EXISTS asynchronous_insert_log_4169292021092689014 [2026-08-01 13:57:17] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:17] `hostname` LowCardinality(String), [2026-08-01 13:57:17] `event_date` Date, [2026-08-01 13:57:17] `event_time` DateTime, [2026-08-01 13:57:17] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:17] `query` String, [2026-08-01 13:57:17] `database` LowCardinality(String), [2026-08-01 13:57:17] `table` LowCardinality(String), [2026-08-01 13:57:17] `format` LowCardinality(String), [2026-08-01 13:57:17] `query_id` String, [2026-08-01 13:57:17] `bytes` UInt64, [2026-08-01 13:57:17] `rows` UInt64, [2026-08-01 13:57:17] `exception` String, [2026-08-01 13:57:17] `status` Enum8('Ok' = 0, 'ParsingError' = 1, 'FlushError' = 2), [2026-08-01 13:57:17] `data_kind` Enum8('Parsed' = 0, 'Preprocessed' = 1), [2026-08-01 13:57:17] `flush_time` DateTime, [2026-08-01 13:57:17] `flush_time_microseconds` DateTime64(6), [2026-08-01 13:57:17] `flush_query_id` String, [2026-08-01 13:57:17] `timeout_milliseconds` UInt64, [2026-08-01 13:57:17] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:17] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:17] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:17] ) [2026-08-01 13:57:17] ENGINE = MergeTree [2026-08-01 13:57:17] PARTITION BY event_date [2026-08-01 13:57:17] ORDER BY (check_name, database, `table`, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:17] ::endgroup:: [2026-08-01 13:57:17] Creating table system.asynchronous_insert_log_sender [2026-08-01 13:57:17] Creating materialized view system.asynchronous_insert_log_watcher [2026-08-01 13:57:17] Creating remote destination table asynchronous_metric_log_5265492640286358528 with statement: [2026-08-01 13:57:17] ::group::asynchronous_metric_log [2026-08-01 13:57:17] CREATE TABLE IF NOT EXISTS asynchronous_metric_log_5265492640286358528 [2026-08-01 13:57:17] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:17] `hostname` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:17] `event_date` Date CODEC(Delta(2), ZSTD(1)), [2026-08-01 13:57:17] `event_time` DateTime CODEC(Delta(4), ZSTD(1)), [2026-08-01 13:57:17] `metric` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:17] `value` Float64 CODEC(ZSTD(3)), [2026-08-01 13:57:17] INDEX event_time_index event_time TYPE minmax GRANULARITY 1 [2026-08-01 13:57:17] ) [2026-08-01 13:57:17] ENGINE = MergeTree [2026-08-01 13:57:17] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:17] ORDER BY (check_name, metric, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:17] ::endgroup:: [2026-08-01 13:57:17] Creating table system.asynchronous_metric_log_sender [2026-08-01 13:57:17] Creating materialized view system.asynchronous_metric_log_watcher [2026-08-01 13:57:17] Creating remote destination table background_schedule_pool_log_8901488774449704592 with statement: [2026-08-01 13:57:17] ::group::background_schedule_pool_log [2026-08-01 13:57:17] CREATE TABLE IF NOT EXISTS background_schedule_pool_log_8901488774449704592 [2026-08-01 13:57:17] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:17] `hostname` LowCardinality(String), [2026-08-01 13:57:17] `event_date` Date, [2026-08-01 13:57:17] `event_time` DateTime, [2026-08-01 13:57:17] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:17] `query_id` String, [2026-08-01 13:57:17] `database` LowCardinality(String), [2026-08-01 13:57:17] `table` LowCardinality(String), [2026-08-01 13:57:17] `table_uuid` UUID, [2026-08-01 13:57:17] `log_name` LowCardinality(String), [2026-08-01 13:57:17] `duration_ms` UInt64, [2026-08-01 13:57:17] `error` UInt16, [2026-08-01 13:57:17] `exception` String, [2026-08-01 13:57:17] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:17] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:17] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:17] ) [2026-08-01 13:57:17] ENGINE = MergeTree [2026-08-01 13:57:17] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:17] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:17] ::endgroup:: [2026-08-01 13:57:17] Creating table system.background_schedule_pool_log_sender [2026-08-01 13:57:17] Creating materialized view system.background_schedule_pool_log_watcher [2026-08-01 13:57:17] Creating remote destination table backup_log_809411702318338945 with statement: [2026-08-01 13:57:17] ::group::backup_log [2026-08-01 13:57:17] CREATE TABLE IF NOT EXISTS backup_log_809411702318338945 [2026-08-01 13:57:17] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:17] `hostname` LowCardinality(String), [2026-08-01 13:57:17] `event_date` Date, [2026-08-01 13:57:17] `event_time` DateTime, [2026-08-01 13:57:17] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:17] `id` String, [2026-08-01 13:57:17] `name` String, [2026-08-01 13:57:17] `base_backup_name` String, [2026-08-01 13:57:17] `query_id` String, [2026-08-01 13:57:17] `status` Enum8('CREATING_BACKUP' = 0, 'BACKUP_CREATED' = 1, 'BACKUP_FAILED' = 2, 'RESTORING' = 3, 'RESTORED' = 4, 'RESTORE_FAILED' = 5, 'BACKUP_CANCELLED' = 6, 'RESTORE_CANCELLED' = 7), [2026-08-01 13:57:17] `error` String, [2026-08-01 13:57:17] `start_time` DateTime64(6), [2026-08-01 13:57:17] `end_time` DateTime64(6), [2026-08-01 13:57:17] `num_files` UInt64, [2026-08-01 13:57:17] `total_size` UInt64, [2026-08-01 13:57:17] `num_entries` UInt64, [2026-08-01 13:57:17] `uncompressed_size` UInt64, [2026-08-01 13:57:17] `compressed_size` UInt64, [2026-08-01 13:57:17] `files_read` UInt64, [2026-08-01 13:57:19] `bytes_read` UInt64, [2026-08-01 13:57:19] `settings` Map(LowCardinality(String), String), [2026-08-01 13:57:19] `engine_settings` Map(LowCardinality(String), String), [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.backup_log_sender [2026-08-01 13:57:19] Creating materialized view system.backup_log_watcher [2026-08-01 13:57:19] Creating remote destination table blob_storage_log_7948854908033209243 with statement: [2026-08-01 13:57:19] ::group::blob_storage_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS blob_storage_log_7948854908033209243 [2026-08-01 13:57:19] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:19] `hostname` LowCardinality(String), [2026-08-01 13:57:19] `event_date` Date, [2026-08-01 13:57:19] `event_time` DateTime, [2026-08-01 13:57:19] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:19] `event_type` Enum8('Upload' = 1, 'Delete' = 2, 'MultiPartUploadCreate' = 3, 'MultiPartUploadWrite' = 4, 'MultiPartUploadComplete' = 5, 'MultiPartUploadAbort' = 6, 'Read' = 7), [2026-08-01 13:57:19] `query_id` String, [2026-08-01 13:57:19] `thread_id` UInt64, [2026-08-01 13:57:19] `thread_name` String, [2026-08-01 13:57:19] `disk_name` LowCardinality(String), [2026-08-01 13:57:19] `bucket` String, [2026-08-01 13:57:19] `remote_path` String, [2026-08-01 13:57:19] `local_path` String, [2026-08-01 13:57:19] `data_size` UInt64, [2026-08-01 13:57:19] `elapsed_microseconds` UInt64, [2026-08-01 13:57:19] `error_code` Int32, [2026-08-01 13:57:19] `error` String, [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.blob_storage_log_sender [2026-08-01 13:57:19] Creating materialized view system.blob_storage_log_watcher [2026-08-01 13:57:19] Creating remote destination table crash_log_16530848702380683810 with statement: [2026-08-01 13:57:19] ::group::crash_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS crash_log_16530848702380683810 [2026-08-01 13:57:19] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:19] `hostname` LowCardinality(String), [2026-08-01 13:57:19] `event_date` Date, [2026-08-01 13:57:19] `event_time` DateTime, [2026-08-01 13:57:19] `timestamp_ns` UInt64, [2026-08-01 13:57:19] `signal` Int32, [2026-08-01 13:57:19] `signal_code` Int32, [2026-08-01 13:57:19] `thread_id` UInt64, [2026-08-01 13:57:19] `query_id` String, [2026-08-01 13:57:19] `query` String, [2026-08-01 13:57:19] `trace` Array(UInt64), [2026-08-01 13:57:19] `trace_full` Array(String), [2026-08-01 13:57:19] `fault_address` Nullable(UInt64), [2026-08-01 13:57:19] `fault_access_type` String, [2026-08-01 13:57:19] `signal_description` String, [2026-08-01 13:57:19] `current_exception_trace_full` Array(String), [2026-08-01 13:57:19] `version` String, [2026-08-01 13:57:19] `revision` UInt32, [2026-08-01 13:57:19] `build_id` String, [2026-08-01 13:57:19] `git_hash` String, [2026-08-01 13:57:19] `architecture` String, [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.crash_log_sender [2026-08-01 13:57:19] Creating materialized view system.crash_log_watcher [2026-08-01 13:57:19] Creating remote destination table delta_lake_metadata_log_12124787206543753209 with statement: [2026-08-01 13:57:19] ::group::delta_lake_metadata_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS delta_lake_metadata_log_12124787206543753209 [2026-08-01 13:57:19] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:19] `hostname` LowCardinality(String), [2026-08-01 13:57:19] `event_date` Date, [2026-08-01 13:57:19] `event_time` DateTime, [2026-08-01 13:57:19] `query_id` String, [2026-08-01 13:57:19] `table_path` String, [2026-08-01 13:57:19] `file_path` String, [2026-08-01 13:57:19] `content` String, [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.delta_lake_metadata_log_sender [2026-08-01 13:57:19] Creating materialized view system.delta_lake_metadata_log_watcher [2026-08-01 13:57:19] Creating remote destination table error_log_2042408246369824964 with statement: [2026-08-01 13:57:19] ::group::error_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS error_log_2042408246369824964 [2026-08-01 13:57:19] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:19] `hostname` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:19] `event_date` Date CODEC(Delta(2), ZSTD(1)), [2026-08-01 13:57:19] `event_time` DateTime CODEC(Delta(4), ZSTD(1)), [2026-08-01 13:57:19] `code` Int32 CODEC(ZSTD(1)), [2026-08-01 13:57:19] `error` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:19] `value` UInt64 CODEC(ZSTD(3)), [2026-08-01 13:57:19] `remote` UInt8 CODEC(ZSTD(1)), [2026-08-01 13:57:19] `last_error_time` DateTime CODEC(ZSTD(1)), [2026-08-01 13:57:19] `last_error_message` String CODEC(ZSTD(1)), [2026-08-01 13:57:19] `last_error_query_id` String CODEC(ZSTD(1)), [2026-08-01 13:57:19] `last_error_trace` Array(UInt64) CODEC(ZSTD(1)), [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.error_log_sender [2026-08-01 13:57:19] Creating materialized view system.error_log_watcher [2026-08-01 13:57:19] Creating remote destination table filesystem_cache_log_4562071610892013360 with statement: [2026-08-01 13:57:19] ::group::filesystem_cache_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS filesystem_cache_log_4562071610892013360 [2026-08-01 13:57:19] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:19] `hostname` LowCardinality(String), [2026-08-01 13:57:19] `event_date` Date, [2026-08-01 13:57:19] `event_time` DateTime, [2026-08-01 13:57:19] `query_id` String, [2026-08-01 13:57:19] `source_file_path` String, [2026-08-01 13:57:19] `file_segment_range` Tuple( [2026-08-01 13:57:19] UInt64, [2026-08-01 13:57:19] UInt64), [2026-08-01 13:57:19] `total_requested_range` Tuple( [2026-08-01 13:57:19] UInt64, [2026-08-01 13:57:19] UInt64), [2026-08-01 13:57:19] `key` String, [2026-08-01 13:57:19] `offset` UInt64, [2026-08-01 13:57:19] `size` UInt64, [2026-08-01 13:57:19] `read_type` String, [2026-08-01 13:57:19] `read_from_cache_attempted` UInt8, [2026-08-01 13:57:19] `read_buffer_id` String, [2026-08-01 13:57:19] `user_id` String, [2026-08-01 13:57:19] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:19] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:19] ) [2026-08-01 13:57:19] ENGINE = MergeTree [2026-08-01 13:57:19] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:19] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:19] ::endgroup:: [2026-08-01 13:57:19] Creating table system.filesystem_cache_log_sender [2026-08-01 13:57:19] Creating materialized view system.filesystem_cache_log_watcher [2026-08-01 13:57:19] Creating remote destination table filesystem_read_prefetches_log_8789474117168585812 with statement: [2026-08-01 13:57:19] ::group::filesystem_read_prefetches_log [2026-08-01 13:57:19] CREATE TABLE IF NOT EXISTS filesystem_read_prefetches_log_8789474117168585812 [2026-08-01 13:57:21] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:21] `hostname` LowCardinality(String), [2026-08-01 13:57:21] `event_date` Date, [2026-08-01 13:57:21] `event_time` DateTime, [2026-08-01 13:57:21] `query_id` String, [2026-08-01 13:57:21] `path` String, [2026-08-01 13:57:21] `offset` UInt64, [2026-08-01 13:57:21] `size` Int64, [2026-08-01 13:57:21] `prefetch_submit_time` DateTime64(6), [2026-08-01 13:57:21] `priority` Int64, [2026-08-01 13:57:21] `prefetch_execution_start_time` DateTime64(6), [2026-08-01 13:57:21] `prefetch_execution_end_time` DateTime64(6), [2026-08-01 13:57:21] `prefetch_execution_time_us` UInt64, [2026-08-01 13:57:21] `state` String, [2026-08-01 13:57:21] `thread_id` UInt64, [2026-08-01 13:57:21] `reader_id` String, [2026-08-01 13:57:21] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:21] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:21] ) [2026-08-01 13:57:21] ENGINE = MergeTree [2026-08-01 13:57:21] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:21] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:21] ::endgroup:: [2026-08-01 13:57:21] Creating table system.filesystem_read_prefetches_log_sender [2026-08-01 13:57:21] Creating materialized view system.filesystem_read_prefetches_log_watcher [2026-08-01 13:57:21] Creating remote destination table iceberg_metadata_log_13450048463432774897 with statement: [2026-08-01 13:57:21] ::group::iceberg_metadata_log [2026-08-01 13:57:21] CREATE TABLE IF NOT EXISTS iceberg_metadata_log_13450048463432774897 [2026-08-01 13:57:21] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:21] `hostname` LowCardinality(String), [2026-08-01 13:57:21] `event_date` Date, [2026-08-01 13:57:21] `event_time` DateTime, [2026-08-01 13:57:21] `query_id` String, [2026-08-01 13:57:21] `content_type` Enum8('None' = 0, 'Metadata' = 1, 'ManifestListMetadata' = 2, 'ManifestListEntry' = 3, 'ManifestFileMetadata' = 4, 'ManifestFileEntry' = 5), [2026-08-01 13:57:21] `table_path` String, [2026-08-01 13:57:21] `file_path` String, [2026-08-01 13:57:21] `content` String, [2026-08-01 13:57:21] `row_in_file` Nullable(UInt64), [2026-08-01 13:57:21] `pruning_status` Nullable(Enum8('NotPruned' = 0, 'PartitionPruned' = 1, 'MinMaxIndexPruned' = 2)), [2026-08-01 13:57:21] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:21] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:21] ) [2026-08-01 13:57:21] ENGINE = MergeTree [2026-08-01 13:57:21] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:21] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:21] ::endgroup:: [2026-08-01 13:57:21] Creating table system.iceberg_metadata_log_sender [2026-08-01 13:57:21] Creating materialized view system.iceberg_metadata_log_watcher [2026-08-01 13:57:21] Creating remote destination table metric_log_11391275683046170904 with statement: [2026-08-01 13:57:21] ::group::metric_log [2026-08-01 13:57:21] CREATE TABLE IF NOT EXISTS metric_log_11391275683046170904 [2026-08-01 13:57:21] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:21] `hostname` LowCardinality(String), [2026-08-01 13:57:21] `event_date` Date, [2026-08-01 13:57:21] `event_time` DateTime, [2026-08-01 13:57:21] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:21] `ProfileEvent_Query` UInt64, [2026-08-01 13:57:21] `ProfileEvent_SelectQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_InsertQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_InitialQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_InitialSelectQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_QueriesWithSubqueries` UInt64, [2026-08-01 13:57:21] `ProfileEvent_SelectQueriesWithSubqueries` UInt64, [2026-08-01 13:57:21] `ProfileEvent_InsertQueriesWithSubqueries` UInt64, [2026-08-01 13:57:21] `ProfileEvent_SelectQueriesWithPrimaryKeyUsage` UInt64, [2026-08-01 13:57:21] `ProfileEvent_AsyncInsertQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_AsyncInsertBytes` UInt64, [2026-08-01 13:57:21] `ProfileEvent_AsyncInsertRows` UInt64, [2026-08-01 13:57:21] `ProfileEvent_AsyncInsertCacheHits` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInternalQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInternalSelectQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInternalInsertQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInitialQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInitialSelectQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedSelectQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedInsertQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_FailedAsyncInsertQuery` UInt64, [2026-08-01 13:57:21] `ProfileEvent_ASTFuzzerQueries` UInt64, [2026-08-01 13:57:21] `ProfileEvent_ASTFuzzerSkippedBackupRestore` UInt64, [2026-08-01 13:57:21] `ProfileEvent_ASTFuzzerSkippedReplicatedDDLInternal` UInt64, [2026-08-01 13:57:21] `ProfileEvent_QueryTimeMicroseconds` UInt64, [2026-08-01 13:57:21] `ProfileEvent_SelectQueryTimeMicroseconds` UInt64, [2026-08-01 13:57:21] `ProfileEvent_InsertQueryTimeMicroseconds` UInt64, [2026-08-01 13:57:21] `ProfileEvent_OtherQueryTimeMicroseconds` UInt64, [2026-08-01 13:57:21] `ProfileEven [2026-08-01 13:57:21] … [2026-08-01 13:57:21] rrors` Int64, [2026-08-01 13:57:21] `CurrentMetric_SharedCatalogNumberOfObjectsInState` Int64, [2026-08-01 13:57:21] `CurrentMetric_MetadataFromKeeperCacheObjects` Int64, [2026-08-01 13:57:21] `CurrentMetric_LicenseRemainingSeconds` Int64, [2026-08-01 13:57:21] `CurrentMetric_StartupScriptsExecutionState` Int64, [2026-08-01 13:57:21] `CurrentMetric_IsServerShuttingDown` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerThreads` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerThreadsActive` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerThreadsScheduled` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerInUse` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerIdle` Int64, [2026-08-01 13:57:21] `CurrentMetric_StatelessWorkerServerActiveTasks` Int64, [2026-08-01 13:57:21] `CurrentMetric_ExchangeServerThreads` Int64, [2026-08-01 13:57:21] `CurrentMetric_ExchangeServerThreadsActive` Int64, [2026-08-01 13:57:21] `CurrentMetric_ExchangeServerThreadsScheduled` Int64, [2026-08-01 13:57:21] `CurrentMetric_ReadonlyDisks` Int64, [2026-08-01 13:57:21] `CurrentMetric_BrokenDisks` Int64, [2026-08-01 13:57:21] `CurrentMetric_TaskTrackerThreads` Int64, [2026-08-01 13:57:21] `CurrentMetric_TaskTrackerThreadsActive` Int64, [2026-08-01 13:57:21] `CurrentMetric_TaskTrackerThreadsScheduled` Int64, [2026-08-01 13:57:21] `CurrentMetric_DropDistributedCacheThreads` Int64, [2026-08-01 13:57:21] `CurrentMetric_DropDistributedCacheThreadsActive` Int64, [2026-08-01 13:57:21] `CurrentMetric_DropDistributedCacheThreadsScheduled` Int64, [2026-08-01 13:57:21] `CurrentMetric_S3CachedCredentialsProviders` Int64, [2026-08-01 13:57:21] `CurrentMetric_MergeTreeSnapshotCommitThreads` Int64, [2026-08-01 13:57:21] `CurrentMetric_MergeTreeSnapshotCommitThreadsActive` Int64, [2026-08-01 13:57:21] `CurrentMetric_MergeTreeSnapshotCommitThreadsScheduled` Int64, [2026-08-01 13:57:21] `histograms.metric` Array(LowCardinality(String)), [2026-08-01 13:57:21] `histograms.labels` Array(Map(LowCardinality(String), LowCardinality(String))), [2026-08-01 13:57:21] `histograms.histogram` Array(Map(Float64, UInt64)), [2026-08-01 13:57:21] `histograms.count` Array(UInt64), [2026-08-01 13:57:21] `histograms.sum` Array(Float64), [2026-08-01 13:57:21] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:21] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1 [2026-08-01 13:57:21] ) [2026-08-01 13:57:21] ENGINE = MergeTree [2026-08-01 13:57:21] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:21] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:21] ::endgroup:: [2026-08-01 13:57:21] Creating table system.metric_log_sender [2026-08-01 13:57:21] Creating materialized view system.metric_log_watcher [2026-08-01 13:57:21] Creating remote destination table opentelemetry_span_log_16252936833726836873 with statement: [2026-08-01 13:57:21] ::group::opentelemetry_span_log [2026-08-01 13:57:21] CREATE TABLE IF NOT EXISTS opentelemetry_span_log_16252936833726836873 [2026-08-01 13:57:21] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:21] `hostname` LowCardinality(String), [2026-08-01 13:57:21] `trace_id` UUID, [2026-08-01 13:57:21] `span_id` UInt64, [2026-08-01 13:57:21] `parent_span_id` UInt64, [2026-08-01 13:57:21] `operation_name` LowCardinality(String), [2026-08-01 13:57:21] `kind` Enum8('INTERNAL' = 0, 'SERVER' = 1, 'CLIENT' = 2, 'PRODUCER' = 3, 'CONSUMER' = 4), [2026-08-01 13:57:21] `start_time_us` UInt64, [2026-08-01 13:57:21] `finish_time_us` UInt64, [2026-08-01 13:57:21] `finish_date` Date, [2026-08-01 13:57:21] `status_code` Enum8('UNSET' = 0, 'OK' = 1, 'ERROR' = 2), [2026-08-01 13:57:21] `status_message` LowCardinality(String), [2026-08-01 13:57:21] `attribute` Map(LowCardinality(String), String), [2026-08-01 13:57:21] `attribute.names` Array(LowCardinality(String)) ALIAS mapKeys(attribute), [2026-08-01 13:57:21] `attribute.values` Array(String) ALIAS mapValues(attribute) [2026-08-01 13:57:21] ) [2026-08-01 13:57:21] ENGINE = MergeTree [2026-08-01 13:57:21] PARTITION BY toYYYYMM(finish_date) [2026-08-01 13:57:21] ORDER BY (check_name, finish_date, finish_time_us) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:21] ::endgroup:: [2026-08-01 13:57:21] Creating table system.opentelemetry_span_log_sender [2026-08-01 13:57:21] Creating materialized view system.opentelemetry_span_log_watcher [2026-08-01 13:57:22] Creating remote destination table part_log_12484185886791216721 with statement: [2026-08-01 13:57:22] ::group::part_log [2026-08-01 13:57:22] CREATE TABLE IF NOT EXISTS part_log_12484185886791216721 [2026-08-01 13:57:22] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:22] `hostname` LowCardinality(String), [2026-08-01 13:57:22] `query_id` String, [2026-08-01 13:57:22] `event_type` Enum8('NewPart' = 1, 'MergeParts' = 2, 'DownloadPart' = 3, 'RemovePart' = 4, 'MutatePart' = 5, 'MovePart' = 6, 'MergePartsStart' = 7, 'MutatePartStart' = 8), [2026-08-01 13:57:22] `merge_reason` Enum8('NotAMerge' = 1, 'RegularMerge' = 2, 'TTLDeleteMerge' = 3, 'TTLRecompressMerge' = 4, 'TTLDropMerge' = 5), [2026-08-01 13:57:22] `merge_algorithm` Enum8('UndeCLICKHOUSE_CI_LOGS_USERded' = 0, 'Vertical' = 1, 'Horizontal' = 2), [2026-08-01 13:57:22] `event_date` Date, [2026-08-01 13:57:22] `event_time` DateTime, [2026-08-01 13:57:22] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:22] `duration_ms` UInt64, [2026-08-01 13:57:22] `database` String, [2026-08-01 13:57:22] `table` String, [2026-08-01 13:57:22] `table_uuid` UUID, [2026-08-01 13:57:22] `part_name` String, [2026-08-01 13:57:22] `partition_id` String, [2026-08-01 13:57:22] `partition` String, [2026-08-01 13:57:22] `part_type` String, [2026-08-01 13:57:22] `part_storage_type` String, [2026-08-01 13:57:22] `disk_name` String, [2026-08-01 13:57:22] `path_on_disk` String, [2026-08-01 13:57:22] `rows` UInt64, [2026-08-01 13:57:22] `size_in_bytes` UInt64, [2026-08-01 13:57:22] `merged_from` Array(String), [2026-08-01 13:57:22] `bytes_uncompressed` UInt64, [2026-08-01 13:57:22] `read_rows` UInt64, [2026-08-01 13:57:22] `read_bytes` UInt64, [2026-08-01 13:57:22] `peak_memory_usage` UInt64, [2026-08-01 13:57:22] `deduplication_block_ids` Array(String), [2026-08-01 13:57:22] `error` UInt16, [2026-08-01 13:57:22] `exception` String, [2026-08-01 13:57:22] `mutation_ids` Array(String), [2026-08-01 13:57:22] `ProfileEvents` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:22] `projections_duration_ms` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:22] `ProfileEvents.Names` Array(String) ALIAS mapKeys(ProfileEvents), [2026-08-01 13:57:22] `ProfileEvents.Values` Array(UInt64) ALIAS mapValues(ProfileEvents), [2026-08-01 13:57:22] `name` String ALIAS part_name, [2026-08-01 13:57:22] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:22] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:22] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:22] ) [2026-08-01 13:57:22] ENGINE = MergeTree [2026-08-01 13:57:22] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:22] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:22] ::endgroup:: [2026-08-01 13:57:22] Creating table system.part_log_sender [2026-08-01 13:57:22] Creating materialized view system.part_log_watcher [2026-08-01 13:57:22] Creating remote destination table predicate_statistics_log_8328921980545738551 with statement: [2026-08-01 13:57:22] ::group::predicate_statistics_log [2026-08-01 13:57:22] CREATE TABLE IF NOT EXISTS predicate_statistics_log_8328921980545738551 [2026-08-01 13:57:22] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:22] `hostname` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `event_date` Date CODEC(Delta(2), ZSTD(1)), [2026-08-01 13:57:22] `event_time` DateTime CODEC(Delta(4), ZSTD(1)), [2026-08-01 13:57:22] `database` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `table` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `query_id` String CODEC(ZSTD(1)), [2026-08-01 13:57:22] `predicate_expression` String CODEC(ZSTD(1)), [2026-08-01 13:57:22] `input_rows` UInt64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `passed_rows` UInt64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `filter_selectivity` Float64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `total_input_rows` UInt64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `total_passed_rows` UInt64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `total_selectivity` Float64 CODEC(ZSTD(1)), [2026-08-01 13:57:22] `index_names` Array(LowCardinality(String)) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `index_types` Array(LowCardinality(String)) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `total_granules` Array(UInt64) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `granules_after` Array(UInt64) CODEC(ZSTD(1)), [2026-08-01 13:57:22] `index_selectivities` Array(Float64) CODEC(ZSTD(1)), [2026-08-01 13:57:22] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:22] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:22] ) [2026-08-01 13:57:22] ENGINE = MergeTree [2026-08-01 13:57:22] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:22] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:22] ::endgroup:: [2026-08-01 13:57:22] Creating table system.predicate_statistics_log_sender [2026-08-01 13:57:22] Creating materialized view system.predicate_statistics_log_watcher [2026-08-01 13:57:22] Creating remote destination table processors_profile_log_7590787529836127017 with statement: [2026-08-01 13:57:22] ::group::processors_profile_log [2026-08-01 13:57:22] CREATE TABLE IF NOT EXISTS processors_profile_log_7590787529836127017 [2026-08-01 13:57:22] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:22] `hostname` LowCardinality(String), [2026-08-01 13:57:22] `event_date` Date, [2026-08-01 13:57:22] `event_time` DateTime, [2026-08-01 13:57:22] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:22] `id` UInt64, [2026-08-01 13:57:22] `parent_ids` Array(UInt64), [2026-08-01 13:57:22] `plan_step` UInt64, [2026-08-01 13:57:22] `plan_step_name` String, [2026-08-01 13:57:22] `plan_step_description` String, [2026-08-01 13:57:22] `plan_group` UInt64, [2026-08-01 13:57:22] `initial_query_id` String, [2026-08-01 13:57:22] `query_id` String, [2026-08-01 13:57:22] `name` LowCardinality(String), [2026-08-01 13:57:22] `elapsed_us` UInt64, [2026-08-01 13:57:22] `input_wait_elapsed_us` UInt64, [2026-08-01 13:57:22] `output_wait_elapsed_us` UInt64, [2026-08-01 13:57:22] `input_rows` UInt64, [2026-08-01 13:57:22] `input_bytes` UInt64, [2026-08-01 13:57:22] `output_rows` UInt64, [2026-08-01 13:57:22] `output_bytes` UInt64, [2026-08-01 13:57:22] `processor_uniq_id` String, [2026-08-01 13:57:22] `step_uniq_id` String, [2026-08-01 13:57:22] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:22] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:22] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1, [2026-08-01 13:57:22] INDEX initial_query_id_index initial_query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:22] ) [2026-08-01 13:57:22] ENGINE = MergeTree [2026-08-01 13:57:22] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:22] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:22] ::endgroup:: [2026-08-01 13:57:22] Creating table system.processors_profile_log_sender [2026-08-01 13:57:22] Creating materialized view system.processors_profile_log_watcher [2026-08-01 13:57:22] Creating remote destination table query_log_6652106243182175674 with statement: [2026-08-01 13:57:22] ::group::query_log [2026-08-01 13:57:22] CREATE TABLE IF NOT EXISTS query_log_6652106243182175674 [2026-08-01 13:57:22] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:22] `hostname` LowCardinality(String), [2026-08-01 13:57:22] `type` Enum8('QueryStart' = 1, 'QueryFinish' = 2, 'ExceptionBeforeStart' = 3, 'ExceptionWhileProcessing' = 4), [2026-08-01 13:57:22] `event_date` Date, [2026-08-01 13:57:22] `event_time` DateTime, [2026-08-01 13:57:22] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:22] `query_start_time` DateTime, [2026-08-01 13:57:22] `query_start_time_microseconds` DateTime64(6), [2026-08-01 13:57:22] `query_duration_ms` UInt64, [2026-08-01 13:57:22] `read_rows` UInt64, [2026-08-01 13:57:22] `read_bytes` UInt64, [2026-08-01 13:57:22] `written_rows` UInt64, [2026-08-01 13:57:22] `written_bytes` UInt64, [2026-08-01 13:57:22] `result_rows` UInt64, [2026-08-01 13:57:22] `result_bytes` UInt64, [2026-08-01 13:57:22] `memory_usage` UInt64, [2026-08-01 13:57:22] `current_database` LowCardinality(String), [2026-08-01 13:57:22] `query` String, [2026-08-01 13:57:22] `formatted_query` String, [2026-08-01 13:57:22] `normalized_query_hash` UInt64, [2026-08-01 13:57:22] `query_kind` LowCardinality(String), [2026-08-01 13:57:22] `databases` Array(LowCardinality(String)), [2026-08-01 13:57:22] `tables` Array(LowCardinality(String)), [2026-08-01 13:57:22] `columns` Array(LowCardinality(String)), [2026-08-01 13:57:22] `partitions` Array(LowCardinality(String)), [2026-08-01 13:57:22] `projections` Array(LowCardinality(String)), [2026-08-01 13:57:22] `views` Array(LowCardinality(String)), [2026-08-01 13:57:22] `exception_code` Int32, [2026-08-01 13:57:22] `exception` String, [2026-08-01 13:57:22] `stack_trace` String, [2026-08-01 13:57:22] `is_initial_query` UInt8, [2026-08-01 13:57:22] `connection_address` IPv6, [2026-08-01 13:57:22] `connection_port` UInt16, [2026-08-01 13:57:22] `user` LowCardinality(String), [2026-08-01 13:57:22] `query_id` String, [2026-08-01 13:57:22] `address` IPv6, [2026-08-01 13:57:22] `port` UInt16, [2026-08-01 13:57:22] `initial_user` LowCardinality(String), [2026-08-01 13:57:22] `initial_query_id` String, [2026-08-01 13:57:22] `initial_address` IPv6, [2026-08-01 13:57:22] `initial_port` UInt16, [2026-08-01 13:57:22] `initial_query_start_time` DateTime, [2026-08-01 13:57:23] `initial_query_start_time_microseconds` DateTime64(6), [2026-08-01 13:57:23] `authenticated_user` LowCardinality(String), [2026-08-01 13:57:23] `interfac [2026-08-01 13:57:23] … [2026-08-01 13:57:23] sage` UInt64, [2026-08-01 13:57:23] `ProfileEvents` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:23] `Settings` Map(LowCardinality(String), LowCardinality(String)), [2026-08-01 13:57:23] `used_aggregate_functions` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_aggregate_function_combinators` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_database_engines` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_data_type_families` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_dictionaries` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_formats` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_functions` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_storages` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_table_functions` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_executable_user_defined_functions` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_sql_user_defined_functions` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_row_poliCLICKHOUSE_CI_LOGS_USERes` Array(LowCardinality(String)), [2026-08-01 13:57:23] `used_privileges` Array(LowCardinality(String)), [2026-08-01 13:57:23] `missing_privileges` Array(LowCardinality(String)), [2026-08-01 13:57:23] `transaction_id` Tuple( [2026-08-01 13:57:23] UInt64, [2026-08-01 13:57:23] UInt64, [2026-08-01 13:57:23] UUID), [2026-08-01 13:57:23] `query_cache_usage` Enum8('Unknown' = 0, 'None' = 1, 'Write' = 2, 'Read' = 3), [2026-08-01 13:57:23] `asynchronous_read_counters` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:23] `is_internal` UInt8, [2026-08-01 13:57:23] `ProfileEvents.Names` Array(LowCardinality(String)) ALIAS mapKeys(ProfileEvents), [2026-08-01 13:57:23] `ProfileEvents.Values` Array(UInt64) ALIAS mapValues(ProfileEvents), [2026-08-01 13:57:23] `Settings.Names` Array(LowCardinality(String)) ALIAS mapKeys(Settings), [2026-08-01 13:57:23] `Settings.Values` Array(LowCardinality(String)) ALIAS mapValues(Settings), [2026-08-01 13:57:23] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:23] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:23] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1, [2026-08-01 13:57:23] INDEX initial_query_id_index initial_query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:23] ) [2026-08-01 13:57:23] ENGINE = MergeTree [2026-08-01 13:57:23] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:23] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:23] ::endgroup:: [2026-08-01 13:57:23] Creating table system.query_log_sender [2026-08-01 13:57:23] Creating materialized view system.query_log_watcher [2026-08-01 13:57:23] Creating remote destination table query_metric_log_8434816647921138168 with statement: [2026-08-01 13:57:23] ::group::query_metric_log [2026-08-01 13:57:23] CREATE TABLE IF NOT EXISTS query_metric_log_8434816647921138168 [2026-08-01 13:57:23] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:23] `query_id` String CODEC(ZSTD(1)), [2026-08-01 13:57:23] `hostname` LowCardinality(String) CODEC(ZSTD(1)), [2026-08-01 13:57:23] `event_date` Date CODEC(Delta(2), ZSTD(1)), [2026-08-01 13:57:23] `event_time` DateTime CODEC(Delta(4), ZSTD(1)), [2026-08-01 13:57:23] `event_time_microseconds` DateTime64(6) CODEC(Delta(4), ZSTD(1)), [2026-08-01 13:57:23] `memory_usage` UInt64, [2026-08-01 13:57:23] `peak_memory_usage` UInt64, [2026-08-01 13:57:23] `ProfileEvent_Query` UInt64, [2026-08-01 13:57:23] `ProfileEvent_SelectQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_InsertQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_InitialQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_InitialSelectQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_QueriesWithSubqueries` UInt64, [2026-08-01 13:57:23] `ProfileEvent_SelectQueriesWithSubqueries` UInt64, [2026-08-01 13:57:23] `ProfileEvent_InsertQueriesWithSubqueries` UInt64, [2026-08-01 13:57:23] `ProfileEvent_SelectQueriesWithPrimaryKeyUsage` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AsyncInsertQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AsyncInsertBytes` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AsyncInsertRows` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AsyncInsertCacheHits` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInternalQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInternalSelectQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInternalInsertQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInitialQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInitialSelectQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedSelectQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedInsertQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_FailedAsyncInsertQuery` UInt64, [2026-08-01 13:57:23] `ProfileEvent_ASTFuzzerQueries` UInt64, [2026-08-01 13:57:23] `ProfileEvent_ASTFuzzerSkippedBackupRestore` UInt64, [2026-08-01 13:57:23] `ProfileEvent_ASTFuzzerSkippedReplicatedDDLInternal` UInt64, [2026-08-01 13:57:23] `ProfileEvent_QueryTimeMicrosecon [2026-08-01 13:57:23] … [2026-08-01 13:57:23] `ProfileEvent_RuntimeFilterGranulesDropped` UInt64, [2026-08-01 13:57:23] `ProfileEvent_JoinBuildPostProcessingMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AIInputTokens` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AIOutputTokens` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AIAPICalls` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AIRowsProcessed` UInt64, [2026-08-01 13:57:23] `ProfileEvent_AIRowsSkipped` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerRequested` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerProvided` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerProvisioningMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerProvisioningWaits` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerCreateLeaseRequests` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerCreateLeaseMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerCreateLeaseErrors` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerGetLeaseRequests` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerGetLeaseMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerGetLeaseErrors` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerUpdateLeaseRequests` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerUpdateLeaseMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerUpdateLeaseErrors` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerRegisterRequests` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerRegisterMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerRegisterErrors` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerHeartbeatRequests` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerHeartbeatMicroseconds` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerHeartbeatErrors` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerTenantBindings` UInt64, [2026-08-01 13:57:23] `ProfileEvent_StatelessWorkerServerLeasesLost` UInt64, [2026-08-01 13:57:23] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:23] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:23] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:23] ) [2026-08-01 13:57:23] ENGINE = MergeTree [2026-08-01 13:57:23] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:23] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:23] ::endgroup:: [2026-08-01 13:57:23] Creating table system.query_metric_log_sender [2026-08-01 13:57:23] Creating materialized view system.query_metric_log_watcher [2026-08-01 13:57:23] Creating remote destination table query_thread_log_12288440335207349014 with statement: [2026-08-01 13:57:23] ::group::query_thread_log [2026-08-01 13:57:23] CREATE TABLE IF NOT EXISTS query_thread_log_12288440335207349014 [2026-08-01 13:57:23] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:23] `hostname` LowCardinality(String), [2026-08-01 13:57:23] `event_date` Date, [2026-08-01 13:57:23] `event_time` DateTime, [2026-08-01 13:57:23] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:23] `query_start_time` DateTime, [2026-08-01 13:57:23] `query_start_time_microseconds` DateTime64(6), [2026-08-01 13:57:23] `query_duration_ms` UInt64, [2026-08-01 13:57:23] `read_rows` UInt64, [2026-08-01 13:57:23] `read_bytes` UInt64, [2026-08-01 13:57:23] `written_rows` UInt64, [2026-08-01 13:57:23] `written_bytes` UInt64, [2026-08-01 13:57:23] `memory_usage` Int64, [2026-08-01 13:57:23] `peak_memory_usage` Int64, [2026-08-01 13:57:23] `thread_name` LowCardinality(String), [2026-08-01 13:57:23] `thread_id` UInt64, [2026-08-01 13:57:23] `master_thread_id` UInt64, [2026-08-01 13:57:23] `current_database` LowCardinality(String), [2026-08-01 13:57:23] `query` String, [2026-08-01 13:57:23] `normalized_query_hash` UInt64, [2026-08-01 13:57:23] `is_initial_query` UInt8, [2026-08-01 13:57:23] `connection_address` IPv6, [2026-08-01 13:57:23] `connection_port` UInt16, [2026-08-01 13:57:23] `user` LowCardinality(String), [2026-08-01 13:57:23] `query_id` String, [2026-08-01 13:57:23] `address` IPv6, [2026-08-01 13:57:23] `port` UInt16, [2026-08-01 13:57:23] `initial_user` LowCardinality(String), [2026-08-01 13:57:23] `initial_query_id` String, [2026-08-01 13:57:23] `initial_address` IPv6, [2026-08-01 13:57:23] `initial_port` UInt16, [2026-08-01 13:57:23] `initial_query_start_time` DateTime, [2026-08-01 13:57:23] `initial_query_start_time_microseconds` DateTime64(6), [2026-08-01 13:57:23] `authenticated_user` LowCardinality(String), [2026-08-01 13:57:23] `interface` UInt8, [2026-08-01 13:57:23] `is_secure` UInt8, [2026-08-01 13:57:23] `os_user` LowCardinality(String), [2026-08-01 13:57:24] `client_hostname` LowCardinality(String), [2026-08-01 13:57:24] `client_name` LowCardinality(String), [2026-08-01 13:57:24] `client_agent` LowCardinality(String), [2026-08-01 13:57:24] `client_revision` UInt32, [2026-08-01 13:57:24] `client_version_major` UInt32, [2026-08-01 13:57:24] `client_version_minor` UInt32, [2026-08-01 13:57:24] `client_version_patch` UInt32, [2026-08-01 13:57:24] `script_query_number` UInt32, [2026-08-01 13:57:24] `script_line_number` UInt32, [2026-08-01 13:57:24] `http_method` UInt8, [2026-08-01 13:57:24] `http_user_agent` LowCardinality(String), [2026-08-01 13:57:24] `http_referer` String, [2026-08-01 13:57:24] `forwarded_for` String, [2026-08-01 13:57:24] `quota_key` String, [2026-08-01 13:57:24] `distributed_depth` UInt64, [2026-08-01 13:57:24] `revision` UInt32, [2026-08-01 13:57:24] `ProfileEvents` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:24] `ProfileEvents.Names` Array(LowCardinality(String)) ALIAS mapKeys(ProfileEvents), [2026-08-01 13:57:24] `ProfileEvents.Values` Array(UInt64) ALIAS mapValues(ProfileEvents), [2026-08-01 13:57:24] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:24] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:24] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1, [2026-08-01 13:57:24] INDEX initial_query_id_index initial_query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:24] ) [2026-08-01 13:57:24] ENGINE = MergeTree [2026-08-01 13:57:24] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:24] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:24] ::endgroup:: [2026-08-01 13:57:24] Creating table system.query_thread_log_sender [2026-08-01 13:57:24] Creating materialized view system.query_thread_log_watcher [2026-08-01 13:57:24] Creating remote destination table query_views_log_17494275091474536648 with statement: [2026-08-01 13:57:24] ::group::query_views_log [2026-08-01 13:57:24] CREATE TABLE IF NOT EXISTS query_views_log_17494275091474536648 [2026-08-01 13:57:24] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:24] `hostname` LowCardinality(String), [2026-08-01 13:57:24] `event_date` Date, [2026-08-01 13:57:24] `event_time` DateTime, [2026-08-01 13:57:24] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:24] `view_duration_ms` UInt64, [2026-08-01 13:57:24] `initial_query_id` String, [2026-08-01 13:57:24] `view_name` String, [2026-08-01 13:57:24] `view_uuid` UUID, [2026-08-01 13:57:24] `view_type` Enum8('Default' = 1, 'Materialized' = 2, 'Live' = 3, 'Window' = 4), [2026-08-01 13:57:24] `view_query` String, [2026-08-01 13:57:24] `view_target` String, [2026-08-01 13:57:24] `read_rows` UInt64, [2026-08-01 13:57:24] `read_bytes` UInt64, [2026-08-01 13:57:24] `written_rows` UInt64, [2026-08-01 13:57:24] `written_bytes` UInt64, [2026-08-01 13:57:24] `peak_memory_usage` Int64, [2026-08-01 13:57:24] `ProfileEvents` Map(LowCardinality(String), UInt64), [2026-08-01 13:57:24] `status` Enum8('QueryStart' = 1, 'QueryFinish' = 2, 'ExceptionBeforeStart' = 3, 'ExceptionWhileProcessing' = 4), [2026-08-01 13:57:24] `exception_code` Int32, [2026-08-01 13:57:24] `exception` String, [2026-08-01 13:57:24] `stack_trace` String, [2026-08-01 13:57:24] `ProfileEvents.Names` Array(String) ALIAS mapKeys(ProfileEvents), [2026-08-01 13:57:24] `ProfileEvents.Values` Array(UInt64) ALIAS mapValues(ProfileEvents), [2026-08-01 13:57:24] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:24] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:24] INDEX initial_query_id_index initial_query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:24] ) [2026-08-01 13:57:24] ENGINE = MergeTree [2026-08-01 13:57:24] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:24] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:24] ::endgroup:: [2026-08-01 13:57:24] Creating table system.query_views_log_sender [2026-08-01 13:57:24] Creating materialized view system.query_views_log_watcher [2026-08-01 13:57:24] Creating remote destination table s3queue_log_2839286838814672224 with statement: [2026-08-01 13:57:24] ::group::s3queue_log [2026-08-01 13:57:24] CREATE TABLE IF NOT EXISTS s3queue_log_2839286838814672224 [2026-08-01 13:57:24] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:24] `hostname` LowCardinality(String), [2026-08-01 13:57:24] `event_date` Date, [2026-08-01 13:57:24] `event_time` DateTime, [2026-08-01 13:57:24] `database` String, [2026-08-01 13:57:24] `table` String, [2026-08-01 13:57:24] `uuid` String, [2026-08-01 13:57:24] `file_name` String, [2026-08-01 13:57:24] `rows_processed` UInt64, [2026-08-01 13:57:24] `status` Enum8('Processed' = 0, 'Failed' = 1), [2026-08-01 13:57:24] `processing_start_time` Nullable(DateTime), [2026-08-01 13:57:24] `processing_end_time` Nullable(DateTime), [2026-08-01 13:57:24] `exception` String, [2026-08-01 13:57:24] `commit_id` UInt64, [2026-08-01 13:57:24] `commit_time` DateTime, [2026-08-01 13:57:24] `transaction_start_time` DateTime, [2026-08-01 13:57:24] `get_object_time_ms` UInt64, [2026-08-01 13:57:24] INDEX event_time_index event_time TYPE minmax GRANULARITY 1 [2026-08-01 13:57:24] ) [2026-08-01 13:57:24] ENGINE = MergeTree [2026-08-01 13:57:24] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:24] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:24] ::endgroup:: [2026-08-01 13:57:24] Creating table system.s3queue_log_sender [2026-08-01 13:57:24] Creating materialized view system.s3queue_log_watcher [2026-08-01 13:57:24] Creating remote destination table session_log_3887504641617256750 with statement: [2026-08-01 13:57:24] ::group::session_log [2026-08-01 13:57:24] CREATE TABLE IF NOT EXISTS session_log_3887504641617256750 [2026-08-01 13:57:24] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:24] `hostname` LowCardinality(String), [2026-08-01 13:57:24] `type` Enum8('LoginFailure' = 0, 'LoginSuccess' = 1, 'Logout' = 2), [2026-08-01 13:57:24] `auth_id` UUID, [2026-08-01 13:57:24] `session_id` String, [2026-08-01 13:57:24] `event_date` Date, [2026-08-01 13:57:24] `event_time` DateTime, [2026-08-01 13:57:24] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:24] `user` Nullable(String), [2026-08-01 13:57:24] `auth_type` Nullable(Enum8('NO_PASSWORD' = 0, 'PLAINTEXT_PASSWORD' = 1, 'SHA256_PASSWORD' = 2, 'DOUBLE_SHA1_PASSWORD' = 3, 'LDAP' = 4, 'KERBEROS' = 5, 'SSL_CERTIFICATE' = 6, 'BCRYPT_PASSWORD' = 7, 'SSH_KEY' = 8, 'HTTP' = 9, 'JWT' = 10, 'SCRAM_SHA256_PASSWORD' = 11, 'NO_AUTHENTICATION' = 12)), [2026-08-01 13:57:24] `profiles` Array(LowCardinality(String)), [2026-08-01 13:57:24] `roles` Array(LowCardinality(String)), [2026-08-01 13:57:24] `settings` Array(Tuple( [2026-08-01 13:57:24] LowCardinality(String), [2026-08-01 13:57:24] String)), [2026-08-01 13:57:24] `client_address` IPv6, [2026-08-01 13:57:24] `client_port` UInt16, [2026-08-01 13:57:24] `interface` Enum8('TCP' = 1, 'HTTP' = 2, 'gRPC' = 3, 'MySQL' = 4, 'PostgreSQL' = 5, 'Local' = 6, 'TCP_Interserver' = 7, 'Prometheus' = 8, 'Background' = 9, 'ArrowFlight' = 10), [2026-08-01 13:57:24] `client_hostname` String, [2026-08-01 13:57:24] `client_name` String, [2026-08-01 13:57:24] `client_revision` UInt32, [2026-08-01 13:57:24] `client_version_major` UInt32, [2026-08-01 13:57:24] `client_version_minor` UInt32, [2026-08-01 13:57:24] `client_version_patch` UInt32, [2026-08-01 13:57:24] `failure_reason` String, [2026-08-01 13:57:24] `certificate_subjects` Array(LowCardinality(String)), [2026-08-01 13:57:24] `certificate_serial` LowCardinality(String), [2026-08-01 13:57:24] `certificate_issuer` LowCardinality(String), [2026-08-01 13:57:24] `certificate_not_before` Nullable(DateTime64(0, 'UTC')), [2026-08-01 13:57:24] `certificate_not_after` Nullable(DateTime64(0, 'UTC')), [2026-08-01 13:57:24] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:24] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1 [2026-08-01 13:57:24] ) [2026-08-01 13:57:24] ENGINE = MergeTree [2026-08-01 13:57:24] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:24] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:24] ::endgroup:: [2026-08-01 13:57:24] Creating table system.session_log_sender [2026-08-01 13:57:24] Creating materialized view system.session_log_watcher [2026-08-01 13:57:24] Creating remote destination table text_log_8722955205913565286 with statement: [2026-08-01 13:57:24] ::group::text_log [2026-08-01 13:57:24] CREATE TABLE IF NOT EXISTS text_log_8722955205913565286 [2026-08-01 13:57:24] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:24] `hostname` LowCardinality(String), [2026-08-01 13:57:24] `event_date` Date, [2026-08-01 13:57:24] `event_time` DateTime, [2026-08-01 13:57:24] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:24] `thread_name` LowCardinality(String), [2026-08-01 13:57:24] `thread_id` UInt64, [2026-08-01 13:57:24] `level` Enum8('Fatal' = 1, 'Critical' = 2, 'Error' = 3, 'Warning' = 4, 'Notice' = 5, 'Information' = 6, 'Debug' = 7, 'Trace' = 8, 'Test' = 9), [2026-08-01 13:57:24] `query_id` String, [2026-08-01 13:57:24] `logger_name` LowCardinality(String), [2026-08-01 13:57:24] `message` String, [2026-08-01 13:57:24] `revision` UInt32, [2026-08-01 13:57:24] `source_file` LowCardinality(String), [2026-08-01 13:57:24] `source_line` UInt64, [2026-08-01 13:57:24] `message_format_string` LowCardinality(String), [2026-08-01 13:57:26] `value1` String, [2026-08-01 13:57:26] `value2` String, [2026-08-01 13:57:26] `value3` String, [2026-08-01 13:57:26] `value4` String, [2026-08-01 13:57:26] `value5` String, [2026-08-01 13:57:26] `value6` String, [2026-08-01 13:57:26] `value7` String, [2026-08-01 13:57:26] `value8` String, [2026-08-01 13:57:26] `value9` String, [2026-08-01 13:57:26] `value10` String, [2026-08-01 13:57:26] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:26] ) [2026-08-01 13:57:26] ENGINE = MergeTree [2026-08-01 13:57:26] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:26] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:26] ::endgroup:: [2026-08-01 13:57:26] Creating table system.text_log_sender [2026-08-01 13:57:26] Creating materialized view system.text_log_watcher [2026-08-01 13:57:26] Creating remote destination table trace_log_3986317715954537069 with statement: [2026-08-01 13:57:26] ::group::trace_log [2026-08-01 13:57:26] CREATE TABLE IF NOT EXISTS trace_log_3986317715954537069 [2026-08-01 13:57:26] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:26] `hostname` LowCardinality(String), [2026-08-01 13:57:26] `event_date` Date, [2026-08-01 13:57:26] `event_time` DateTime, [2026-08-01 13:57:26] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:26] `timestamp_ns` UInt64, [2026-08-01 13:57:26] `revision` UInt32, [2026-08-01 13:57:26] `trace_type` Enum8('Real' = 0, 'CPU' = 1, 'Memory' = 2, 'MemorySample' = 3, 'MemoryPeak' = 4, 'ProfileEvent' = 5, 'JemallocSample' = 6, 'MemoryAllocatedWithoutCheck' = 7, 'Instrumentation' = 8), [2026-08-01 13:57:26] `cpu_id` UInt64, [2026-08-01 13:57:26] `thread_id` UInt64, [2026-08-01 13:57:26] `thread_name` LowCardinality(String), [2026-08-01 13:57:26] `query_id` String, [2026-08-01 13:57:26] `trace` Array(UInt64), [2026-08-01 13:57:26] `size` Int64, [2026-08-01 13:57:26] `ptr` UInt64, [2026-08-01 13:57:26] `memory_context` Enum8('Unknown' = -1, 'Global' = 0, 'User' = 1, 'Process' = 2, 'Thread' = 3, 'Max' = 4), [2026-08-01 13:57:26] `memory_blocked_context` Enum8('Unknown' = -1, 'Global' = 0, 'User' = 1, 'Process' = 2, 'Thread' = 3, 'Max' = 4), [2026-08-01 13:57:26] `event` LowCardinality(String), [2026-08-01 13:57:26] `increment` Int64, [2026-08-01 13:57:26] `symbols` Array(LowCardinality(String)), [2026-08-01 13:57:26] `lines` Array(LowCardinality(String)), [2026-08-01 13:57:26] `function_id` Nullable(Int32), [2026-08-01 13:57:26] `function_name` Nullable(String), [2026-08-01 13:57:26] `handler` Nullable(String), [2026-08-01 13:57:26] `entry_type` Nullable(Enum8('Entry' = 0, 'Exit' = 1)), [2026-08-01 13:57:26] `duration_nanoseconds` Nullable(UInt64), [2026-08-01 13:57:26] `build_id` String ALIAS '0130E545CB5BC4BE2DC24D4B43DB59204F7875F0', [2026-08-01 13:57:26] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:26] ) [2026-08-01 13:57:26] ENGINE = MergeTree [2026-08-01 13:57:26] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:26] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:26] ::endgroup:: [2026-08-01 13:57:26] Creating table system.trace_log_sender [2026-08-01 13:57:26] Creating materialized view system.trace_log_watcher [2026-08-01 13:57:26] Creating remote destination table transactions_info_log_2864128213711090115 with statement: [2026-08-01 13:57:26] ::group::transactions_info_log [2026-08-01 13:57:26] CREATE TABLE IF NOT EXISTS transactions_info_log_2864128213711090115 [2026-08-01 13:57:26] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:26] `hostname` LowCardinality(String), [2026-08-01 13:57:26] `type` Enum8('Begin' = 1, 'Commit' = 2, 'Rollback' = 3, 'AddPart' = 10, 'LockPart' = 11, 'UnlockPart' = 12), [2026-08-01 13:57:26] `event_date` Date, [2026-08-01 13:57:26] `event_time` DateTime64(6), [2026-08-01 13:57:26] `thread_id` UInt64, [2026-08-01 13:57:26] `query_id` String, [2026-08-01 13:57:26] `tid` Tuple( [2026-08-01 13:57:26] UInt64, [2026-08-01 13:57:26] UInt64, [2026-08-01 13:57:26] UUID), [2026-08-01 13:57:26] `tid_hash` UInt64, [2026-08-01 13:57:26] `csn` UInt64, [2026-08-01 13:57:26] `database` String, [2026-08-01 13:57:26] `table` String, [2026-08-01 13:57:26] `uuid` UUID, [2026-08-01 13:57:26] `part` String, [2026-08-01 13:57:26] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:26] ) [2026-08-01 13:57:26] ENGINE = MergeTree [2026-08-01 13:57:26] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:26] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:26] ::endgroup:: [2026-08-01 13:57:26] Creating table system.transactions_info_log_sender [2026-08-01 13:57:26] Creating materialized view system.transactions_info_log_watcher [2026-08-01 13:57:26] Creating remote destination table zookeeper_connection_log_1379563559350148616 with statement: [2026-08-01 13:57:26] ::group::zookeeper_connection_log [2026-08-01 13:57:26] CREATE TABLE IF NOT EXISTS zookeeper_connection_log_1379563559350148616 [2026-08-01 13:57:26] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:26] `hostname` LowCardinality(String), [2026-08-01 13:57:26] `type` Enum8('Connected' = 0, 'Disconnected' = 1), [2026-08-01 13:57:26] `event_date` Date, [2026-08-01 13:57:26] `event_time` DateTime, [2026-08-01 13:57:26] `event_time_microseconds` DateTime64(6), [2026-08-01 13:57:26] `name` String, [2026-08-01 13:57:26] `host` String, [2026-08-01 13:57:26] `port` UInt16, [2026-08-01 13:57:26] `index` UInt8, [2026-08-01 13:57:26] `client_id` Int64, [2026-08-01 13:57:26] `keeper_api_version` UInt8, [2026-08-01 13:57:26] `enabled_feature_flags` Array(Enum16('FILTERED_LIST' = 0, 'MULTI_READ' = 1, 'CHECK_NOT_EXISTS' = 2, 'CREATE_IF_NOT_EXISTS' = 3, 'REMOVE_RECURSIVE' = 4, 'MULTI_WATCHES' = 5, 'CHECK_STAT' = 6, 'PERSISTENT_WATCHES' = 7, 'CREATE_WITH_STATS' = 8, 'TRY_REMOVE' = 9, 'LIST_WITH_STAT_AND_DATA' = 10, 'GET_CHILDREN_RECURSIVE' = 11, 'CREATE_TTL' = 12, 'CREATE_CONTAINER' = 13, 'MAX_REQUEST_SIZE' = 14)), [2026-08-01 13:57:26] `availability_zone` String, [2026-08-01 13:57:26] `reason` LowCardinality(String), [2026-08-01 13:57:26] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX event_time_microseconds_index event_time_microseconds TYPE minmax GRANULARITY 1 [2026-08-01 13:57:26] ) [2026-08-01 13:57:26] ENGINE = MergeTree [2026-08-01 13:57:26] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:26] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:26] ::endgroup:: [2026-08-01 13:57:26] Creating table system.zookeeper_connection_log_sender [2026-08-01 13:57:26] Creating materialized view system.zookeeper_connection_log_watcher [2026-08-01 13:57:26] Creating remote destination table zookeeper_log_80351138691315700 with statement: [2026-08-01 13:57:26] ::group::zookeeper_log [2026-08-01 13:57:26] CREATE TABLE IF NOT EXISTS zookeeper_log_80351138691315700 [2026-08-01 13:57:26] (repo LowCardinality(String), pull_request_number UInt32, commit_sha String, check_start_time DateTime('UTC'), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_repo (repo) TYPE set(100), INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, [2026-08-01 13:57:26] `hostname` LowCardinality(String), [2026-08-01 13:57:26] `type` Enum8('Request' = 1, 'Response' = 2, 'Finalize' = 3), [2026-08-01 13:57:26] `event_date` Date, [2026-08-01 13:57:26] `event_time` DateTime64(6), [2026-08-01 13:57:26] `thread_id` UInt64, [2026-08-01 13:57:26] `query_id` String, [2026-08-01 13:57:26] `address` IPv6, [2026-08-01 13:57:26] `port` UInt16, [2026-08-01 13:57:26] `session_id` Int64, [2026-08-01 13:57:26] `duration_microseconds` UInt64, [2026-08-01 13:57:26] `xid` Int64, [2026-08-01 13:57:26] `has_watch` UInt8, [2026-08-01 13:57:26] `op_num` Enum16('Close' = -11, 'Error' = -1, 'Watch' = 0, 'Create' = 1, 'Remove' = 2, 'Exists' = 3, 'Get' = 4, 'Set' = 5, 'GetACL' = 6, 'SetACL' = 7, 'SimpleList' = 8, 'Sync' = 9, 'Heartbeat' = 11, 'List' = 12, 'Check' = 13, 'Multi' = 14, 'Create2' = 15, 'Reconfig' = 16, 'CheckWatch' = 17, 'RemoveWatch' = 18, 'CreateContainer' = 19, 'CreateTTL' = 21, 'MultiRead' = 22, 'Auth' = 100, 'SetWatch' = 101, 'SetWatch2' = 105, 'AddWatch' = 106, 'FilteredList' = 500, 'CheckNotExists' = 501, 'CreateIfNotExists' = 502, 'RemoveRecursive' = 503, 'CheckStat' = 504, 'TryRemove' = 505, 'FilteredListWithStatsAndData' = 506, 'ListRecursive' = 507, 'SessionID' = 997), [2026-08-01 13:57:26] `path` String, [2026-08-01 13:57:26] `data` String, [2026-08-01 13:57:26] `is_ephemeral` UInt8, [2026-08-01 13:57:26] `is_sequential` UInt8, [2026-08-01 13:57:26] `version` Nullable(Int32), [2026-08-01 13:57:26] `requests_size` UInt32, [2026-08-01 13:57:26] `request_idx` UInt32, [2026-08-01 13:57:26] `zxid` Int64, [2026-08-01 13:57:26] `error` Nullable(Enum8('ZNOWATCHER' = -121, 'ZNOTREADONLY' = -119, 'ZSESSIONMOVED' = -118, 'ZNOTHING' = -117, 'ZCLOSING' = -116, 'ZAUTHFAILED' = -115, 'ZINVALIDACL' = -114, 'ZINVALIDCALLBACK' = -113, 'ZSESSIONEXPIRED' = -112, 'ZNOTEMPTY' = -111, 'ZNODEEXISTS' = -110, 'ZNOCHILDRENFOREPHEMERALS' = -108, 'ZBADVERSION' = -103, 'ZNOAUTH' = -102, 'ZNONODE' = -101, 'ZAPIERROR' = -100, 'ZOUTOFMEMORY' = -10, 'ZINVALIDSTATE' = -9, 'ZBADARGUMENTS' = -8, 'ZOPERATIONTIMEOUT' = -7, 'ZUNIMPLEMENTED' = -6, 'ZMARSHALLINGERROR' = -5, 'ZCONNECTIONLOSS' = -4, 'ZDATAINCONSISTENCY' = -3, 'ZRUNTIMEINCONSISTENCY' = -2, 'ZSYSTEMERROR' = -1, 'ZOK' = 0)), [2026-08-01 13:57:26] `watch_type` Nullable(Enum8('NOTWATCHING' = -2, 'SESSION' = -1, 'CREATED' = 1, 'DELETED' = 2, 'CHANGED' = 3, 'CHILD' = 4)), [2026-08-01 13:57:26] `watch_state` Nullable(Enum16('AUTH_FAILED' = -113, 'EXPIRED_SESSION' = -112, 'CONNECTING' = 1, 'ASSOCIATING' = 2, 'CONNECTED' = 3, 'READONLY' = 5, 'NOTCONNECTED' = 999)), [2026-08-01 13:57:26] `path_created` String, [2026-08-01 13:57:26] `stat_czxid` Int64, [2026-08-01 13:57:26] `stat_mzxid` Int64, [2026-08-01 13:57:26] `stat_pzxid` Int64, [2026-08-01 13:57:26] `stat_version` Int32, [2026-08-01 13:57:26] `stat_cversion` Int32, [2026-08-01 13:57:26] `stat_dataLength` Int32, [2026-08-01 13:57:26] `stat_numChildren` Int32, [2026-08-01 13:57:26] `children` Array(String), [2026-08-01 13:57:26] INDEX event_time_index event_time TYPE minmax GRANULARITY 1, [2026-08-01 13:57:26] INDEX query_id_index query_id TYPE bloom_filter(0.001) GRANULARITY 1 [2026-08-01 13:57:26] ) [2026-08-01 13:57:26] ENGINE = MergeTree [2026-08-01 13:57:26] PARTITION BY toYYYYMM(event_date) [2026-08-01 13:57:26] ORDER BY (check_name, event_date, event_time) SETTINGS use_const_adaptive_granularity = 1 [2026-08-01 13:57:26] ::endgroup:: [2026-08-01 13:57:26] Creating table system.zookeeper_log_sender [2026-08-01 13:57:26] Creating materialized view system.zookeeper_log_watcher [2026-08-01 13:57:26] Run command: [MAX_INSERT_THREADS=16 [2026-08-01 13:57:26] set -e [2026-08-01 13:57:26] set -o pipefail [2026-08-01 13:57:26] # Record which sub-command failed (set -e then exits). $BASH_COMMAND is the [2026-08-01 13:57:26] # failing command itself, so the captured reason names the exact query instead [2026-08-01 13:57:26] # of just a line number; combined with the ClickHouse client error already on [2026-08-01 13:57:26] # stderr this is captured below so the bugfix-validation re-prepare path can [2026-08-01 13:57:26] # report the real reason. [2026-08-01 13:57:26] trap 'rc=$?; echo "prepare_stateful_data: command [$BASH_COMMAND] at line $LINENO failed with exit $rc" >&2' ERR [2026-08-01 13:57:26] MAX_EXECUTION_TIME=1800 [2026-08-01 13:57:26] clickhouse-client --query "SHOW DATABASES" [2026-08-01 13:57:26] clickhouse-client --query "CREATE DATABASE datasets" [2026-08-01 13:57:26] clickhouse-client < ./tests/docker_scripts/create.sql [2026-08-01 13:57:26] bash ./tests/docker_scripts/create_tpcds.sh [2026-08-01 13:57:26] bash ./tests/docker_scripts/create_tpch.sh [2026-08-01 13:57:26] clickhouse-client --query "SHOW TABLES FROM datasets" [2026-08-01 13:57:26] clickhouse-client --query "SHOW TABLES FROM tpcds" [2026-08-01 13:57:26] clickhouse-client --query "SHOW TABLES FROM tpch" [2026-08-01 13:57:26] clickhouse-client --query "CREATE DATABASE test" [2026-08-01 13:57:26] clickhouse-client --query "SHOW TABLES FROM test" [2026-08-01 13:57:26] if [[ -n "$USE_S3_STORAGE_FOR_MERGE_TREE" ]] && [[ "$USE_S3_STORAGE_FOR_MERGE_TREE" -eq 1 ]]; then [2026-08-01 13:57:26] clickhouse-client --query "CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) [2026-08-01 13:57:26] ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) [2026-08-01 13:57:26] ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='s3_cache'" [2026-08-01 13:57:26] clickhouse-client --query "CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8, VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32, Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String, EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32, SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32, SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16, UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16, FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8, Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32), WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64, ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32, ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32, ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32, ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16, ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime, PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8, PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16), CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64, StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64, OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64, UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32, DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16)) [2026-08-01 13:57:26] ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID) [2026-08-01 13:57:26] SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='s3_cache'" [2026-08-01 13:57:26] clickhouse-client --max_estimated_execution_time 0 --max_execution_time "$MAX_EXECUTION_TIME" --max_memory_usage 25G --query "INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0, max_insert_threads=$MAX_INSERT_THREADS" [2026-08-01 13:57:26] clickhouse-client --max_estimated_execution_time 0 --max_execution_time "$MAX_EXECUTION_TIME" --max_memory_usage 25G --query "INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0, max_insert_threads=$MAX_INSERT_THREADS" [2026-08-01 13:57:26] clickhouse-client --query "DROP TABLE datasets.visits_v1 SYNC" [2026-08-01 13:57:26] clickhouse-client --query "DROP TABLE datasets.hits_v1 SYNC" [2026-08-01 13:57:26] # Note: `tpcds` and `tpch` databases are NOT dropped here as they are used by stateful tests. [2026-08-01 13:57:26] else [2026-08-01 13:57:26] clickhouse-client --query "RENAME TABLE datasets.hits_v1 TO test.hits" [2026-08-01 13:57:26] clickhouse-client --query "RENAME TABLE datasets.visits_v1 TO test.visits" [2026-08-01 13:57:26] fi [2026-08-01 13:57:26] clickhouse-client --query "CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='s3_cache'" [2026-08-01 13:57:26] # AWS S3 is very inefficient, so increase memory even further: [2026-08-01 13:57:26] clickhouse-client --max_estimated_execution_time 0 --max_execution_time "$MAX_EXECUTION_TIME" --max_memory_usage 30G --max_memory_usage_for_user 30G --query "INSERT INTO test.hits_s3 SELECT * FROM test.hits SETTINGS enable_filesystem_cache_on_write_operations=0, write_through_distributed_cache=0, max_insert_threads=$MAX_INSERT_THREADS" [2026-08-01 13:57:26] clickhouse-client --query "CREATE TABLE test.hits_parquet (Title String, URL String, Referer String, SearchPhrase String, WatchID UInt64, UserID UInt64, CounterID UInt32, EventTime DateTime, EventDate Date, RegionID UInt32, ClientIP UInt32) ENGINE = S3('https://clickhouse-public-datasets.s3.eu-central-1.amazonaws.com/hits_compatible/hits.parquet', NOSIGN)" [2026-08-01 13:57:26] clickhouse-client --query "SHOW TABLES FROM test" [2026-08-01 13:57:26] clickhouse-client --query "SELECT count() FROM test.hits" [2026-08-01 13:57:26] clickhouse-client --query "SELECT count() FROM test.visits" [2026-08-01 13:57:26] ] [2026-08-01 13:57:26] INFORMATION_SCHEMA [2026-08-01 13:57:26] default [2026-08-01 13:57:26] information_schema [2026-08-01 13:57:26] system [2026-08-01 13:57:39] hits_v1 [2026-08-01 13:57:39] visits_v1 [2026-08-01 13:57:39] call_center [2026-08-01 13:57:39] catalog_page [2026-08-01 13:57:39] catalog_returns [2026-08-01 13:57:39] catalog_sales [2026-08-01 13:57:39] customer [2026-08-01 13:57:39] customer_address [2026-08-01 13:57:39] customer_demographics [2026-08-01 13:57:39] date_dim [2026-08-01 13:57:39] household_demographics [2026-08-01 13:57:39] income_band [2026-08-01 13:57:39] inventory [2026-08-01 13:57:39] item [2026-08-01 13:57:39] promotion [2026-08-01 13:57:39] reason [2026-08-01 13:57:39] ship_mode [2026-08-01 13:57:39] store [2026-08-01 13:57:39] store_returns [2026-08-01 13:57:39] store_sales [2026-08-01 13:57:39] time_dim [2026-08-01 13:57:39] warehouse [2026-08-01 13:57:39] web_page [2026-08-01 13:57:39] web_returns [2026-08-01 13:57:39] web_sales [2026-08-01 13:57:39] web_site [2026-08-01 13:57:39] customer [2026-08-01 13:57:39] lineitem [2026-08-01 13:57:39] nation [2026-08-01 13:57:39] orders [2026-08-01 13:57:39] part [2026-08-01 13:57:39] partsupp [2026-08-01 13:57:39] region [2026-08-01 13:57:39] supplier [2026-08-01 13:57:56] hits [2026-08-01 13:57:56] hits_parquet [2026-08-01 13:57:56] hits_s3 [2026-08-01 13:57:56] visits [2026-08-01 13:57:56] 8873898 [2026-08-01 13:57:56] 1676861 [2026-08-01 13:57:56] Run command: [clickhouse-client --query "insert into system.zookeeper (name, path, value) values ('auxiliary_zookeeper2', '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/chroot/', '')"] [2026-08-01 13:57:57] stateful data prepared [2026-08-01 13:57:57] Tests [2026-08-01 13:57:57] Run command: [set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt"] [2026-08-01 13:57:57] 2026-08-02 03:57:57 Using queries from './tests/queries' directory [2026-08-01 13:57:57] 2026-08-02 03:57:57 Connecting to ClickHouse server... OK [2026-08-01 13:57:57] 2026-08-02 03:57:57 Connected to server 26.8.1.1 @ e8e7af0f9294de846563d7ebaea7f6106bee9ff8 HEAD [2026-08-01 13:57:57] 2026-08-02 03:57:57 build_flags=['release', 'use_embedded_compiler', 'use_glibc_compatibility', 'use_jemalloc', 'use_icu', 'use_h3', 'use_mysql', 'use_rdkafka', 'use_capnp', 'use_simdutf', 'use_hdfs', 'use_snappy', 'use_parquet', 'use_protobuf', 'use_brotli', 'use_libdeflate', 'use_ssl', 'use_vectorscan', 'use_simdjson', 'use_grpc', 'use_ldap', 'use_krb5', 'use_filelog', 'use_bzip2', 'use_amqpcpp', 'use_rocksdb', 'use_nuraft', 'use_nlp', 'use_libstemmer', 'use_liburing', 'use_sqlite', 'use_libpqxx', 'use_azure_blob_storage', 'use_aws_s3', 'use_cassandra', 'use_yaml_cpp', 'use_datasketches', 'use_avro', 'use_arrow', 'use_orc', 'use_msgpack', 'use_delta_kernel_rs', 'use_xray', 'use_wasmedge', 'use_wasmtime', 'cpu-aarch64'] collect_per_test_coverage=False coverage_active=False [2026-08-01 13:57:58] 2026-08-02 03:57:58 4061_truncate_many_dedup_blocks.sh: 10 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 4060_row_policy_projection_not_found_column.sql: 7 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04664_setting_boolean_shorthand_raw_engine_settings.sql: 5 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04663_setting_boolean_shorthand_in_create_settings.sql: 5 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04662_view_explain_valueless_setting.sql: 4 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04661_vector_search_quantize_pq_codebook_mark_range.sh: 4 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04661_keeper_map_delete_strict_mode_conflict.sh: 3 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04661_grant_source_filter_pattern_validation.sh: 3 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04660_keeper_map_delete_multiple_blocks.sql: 3 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04659_empty_array_join_ast_roundtrip.sh: 3 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04658_uniq_variadic_if_no_key.sql: 3 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04658_query_fuzzer_map_key_type.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04658_disable_unknown_fp_name.sh: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_streaming_queries_unique_key_reject.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_join_result_row_count_delayed_buckets.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_get_client_http_header_expired_context.sh: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_explain_estimates_rewrite.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_distributed_plan_text_index_direct_read.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_cuturlparameter_documented_behavior.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04657_cluster_table_function_settings.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04656_distributed_plan_workers_disable_jit_and_skip_index_read.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04656_ast_json_subquery_child_query_shape.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04655_valueless_setting_subquery_limit.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04655_table_name_length_underflow_drop.sh: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 04655_distributed_plan_correlated_subquery.sql: 2 runs [2026-08-01 13:57:58] 2026-08-02 03:57:58 Will repeat 25 recently modified tests with different randomized settings [2026-08-01 13:57:58] 2026-08-02 03:57:58 Found 12246 parallel tests and 0 sequential tests [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-3). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-4). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-5). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-6). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-7). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-8). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-9). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-10). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-11). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-12). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-13). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-14). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-15). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-16). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-17). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-18). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-19). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-20). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-21). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-22). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-23). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-24). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-25). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-27). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-26). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-28). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-29). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-30). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-31). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-32). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-33). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-34). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-35). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-36). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-37). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-38). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-39). [2026-08-01 13:57:58] 2026-08-02 03:57:58 Running about 322 stateless tests (Process-40). [2026-08-01 13:57:59] 2026-08-02 03:57:58 [ 1 / 12246] 00808_array_enumerate_segfault: [ OK ] 0.33 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 2 / 12246] 01583_const_column_in_set_index: [ OK ] 0.36 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 3 / 12246] 03760_backup_keepermap_memory: [ OK ] 0.35 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 4 / 12246] 04054_join_optimizer_overlapping_column_names: [ OK ] 0.38 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 5 / 12246] 01671_aggregate_function_group_bitmap_data: [ OK ] 0.41 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 6 / 12246] 03356_array_join_subcolumns_indexes: [ OK ] 0.45 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 7 / 12246] 00052_group_by_in: [ OK ] 0.48 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 8 / 12246] 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.41 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 9 / 12246] 01603_remove_column_ttl: [ OK ] 0.44 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 10 / 12246] 03708_statistics_estimator_cast_type: [ OK ] 0.48 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 11 / 12246] 02704_storage_merge_explain_graph_crash: [ OK ] 0.46 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 12 / 12246] 04327_parquet_v3_prewhere_shared_intermediate: [ OK ] 0.45 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 13 / 12246] 04032_alter_version_column_nonexistent: [ OK ] 0.51 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 14 / 12246] 02478_analyzer_table_expression_aliases: [ OK ] 0.50 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 15 / 12246] 04507_storage_join_right_direct_read: [ OK ] 0.50 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 16 / 12246] 04657_cluster_table_function_settings: [ OK ] 0.57 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 17 / 12246] 04278_function_session_user: [ OK ] 0.52 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 18 / 12246] 04626_minmax_block_number_downgrade_merge: [ OK ] 0.54 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 19 / 12246] 02771_resolve_compound_identifier: [ OK ] 0.56 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 20 / 12246] 03169_display_column_names_in_footer: [ OK ] 0.56 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 21 / 12246] 04105_lazy_final_unordered_expand_pipeline: [ OK ] 0.59 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 22 / 12246] 03403_function_tokens_for_like_pattern: [ OK ] 0.58 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 23 / 12246] 02515_aggregate_functions_statistics: [ OK ] 0.62 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 24 / 12246] 04055_aggregate_function_tuple_return_type_combinator_compatibility: [ OK ] 0.61 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 25 / 12246] 04057_explain_pretty_expressions: [ OK ] 0.61 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 26 / 12246] 04664_setting_boolean_shorthand_raw_engine_settings: [ OK ] 0.63 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 27 / 12246] 01667_aes_args_check: [ OK ] 0.25 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 28 / 12246] 00624_length_utf8: [ OK ] 0.27 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 29 / 12246] 01710_order_by_projections_complete: [ OK ] 0.38 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 30 / 12246] 03279_pr_3_way_joins_left_first_inner: [ OK ] 0.91 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 31 / 12246] 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.32 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 32 / 12246] 03155_analyzer_interpolate: [ OK ] 0.41 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 33 / 12246] 02475_join_bug_42832: [ OK ] 0.45 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 34 / 12246] 03509_stripe_log_compatible_types: [ OK ] 0.39 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 35 / 12246] 04614_ast_json_create_inner_uuid_target_shape: [ OK ] 0.36 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 36 / 12246] 00103_ipv4_num_to_string_class_c: [ OK ] 0.33 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 37 / 12246] 03305_fix_kafka_table_with_kw_arguments: [ OK ] 0.31 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 38 / 12246] 00916_create_or_replace_view: [ OK ] 0.30 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 39 / 12246] 01556_if_null: [ OK ] 0.30 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 40 / 12246] 03212_optimize_with_constraints_logical_error: [ OK ] 0.41 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 41 / 12246] 01673_test_toMinute_mysql_dialect: [ OK ] 0.28 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 42 / 12246] 04266_client_pager: [ OK ] 1.12 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 43 / 12246] 02346_text_index_hastoken_separator_needle: [ OK ] 0.52 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 44 / 12246] 00084_summing_merge_tree: [ OK ] 0.61 sec. [2026-08-01 13:57:59] 2026-08-02 03:57:59 [ 45 / 12246] 03568_udf_memory_tracking: [ OK ] 1.19 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 46 / 12246] 02674_date_int_string_json_inference: [ OK ] 0.28 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 47 / 12246] 04056_ulid_non_ascii_validation: [ OK ] 0.39 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 48 / 12246] 02661_quantile_approx: [ OK ] 0.87 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 49 / 12246] 03653_keeper_histogram_metrics: [ OK ] 0.80 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 50 / 12246] 02884_async_insert_native_protocol_2: [ OK ] 1.48 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 51 / 12246] 02797_read_subcolumns_from_files: [ OK ] 1.43 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 52 / 12246] 04509_mergeTreeCodecBlockCounts_row_policy: [ OK ] 0.48 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 53 / 12246] 03277_dead_letter_queue_unsupported: [ OK ] 0.40 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 54 / 12246] 02345_partial_sort_transform_optimization: [ OK ] 0.48 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 55 / 12246] 02157_readonly_system_suspend: [ OK ] 0.96 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 56 / 12246] 03367_bfloat16_tuple_final: [ OK ] 0.41 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 57 / 12246] 04307_distributed_read_error_terminates: [ OK ] 0.53 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 58 / 12246] 04033_tpc_ds_q02: [ OK ] 1.77 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 59 / 12246] 04501_qbit_cast_between_params: [ OK ] 1.19 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 60 / 12246] 04224_hypothetical_index_whatif_edge_cases: [ OK ] 1.87 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 61 / 12246] 04502_autopr_input_bytes_estimation_window_function: [ OK ] 1.49 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 62 / 12246] 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 0.77 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 63 / 12246] 00374_any_last_if_merge: [ OK ] 0.38 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 64 / 12246] 03538_analyzer_scalar_correlated_subquery_fix: [ OK ] 0.59 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 65 / 12246] 03314_analyzer_resolve_in_parent_scope_4: [ OK ] 0.50 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 66 / 12246] 04401_implicit_minmax_block_number_offset_alter_column: [ OK ] 0.47 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 67 / 12246] 03166_skip_indexes_vertical_merge_2: [ OK ] 0.71 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 68 / 12246] 01073_blockSerializedSize: [ OK ] 0.97 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 69 / 12246] 03251_parquet_page_v2_native_reader: [ OK ] 1.09 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 70 / 12246] 00830_join_overwrite: [ OK ] 0.50 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 71 / 12246] 01230_join_get_truncate: [ OK ] 0.43 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 72 / 12246] 01361_fover_remote_num_tries: [ OK ] 1.05 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 73 / 12246] 01710_minmax_count_projection_count_nullable: [ OK ] 0.37 sec. [2026-08-01 13:58:00] 2026-08-02 03:58:00 [ 74 / 12246] 00987_distributed_stack_overflow: [ OK ] 0.38 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 75 / 12246] 03248_with_fill_string_crash: [ OK ] 0.42 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 76 / 12246] 01009_insert_select_nicelulu: [ OK ] 1.41 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 77 / 12246] 03278_revoke_implicit_grants: [ OK ] 1.56 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 78 / 12246] 03275_block_number_update: [ OK ] 0.60 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 79 / 12246] 03531_insert_removing_sparse_transform: [ OK ] 0.42 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 80 / 12246] 02474_create_user_query_fuzzer_bug: [ OK ] 0.28 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 81 / 12246] 02126_alter_table_alter_column: [ OK ] 0.39 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 82 / 12246] 03919_modify_nullable_statistics: [ OK ] 1.29 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 83 / 12246] 04110_chunk_buffer_max_threads_1: [ OK ] 0.70 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 84 / 12246] 02220_array_join_format: [ OK ] 0.46 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 85 / 12246] 03236_create_query_ttl_where: [ OK ] 0.43 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 86 / 12246] 01852_cast_operator_3: [ OK ] 0.51 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 87 / 12246] 03458_numeric_indexed_vector_operations_i8f64: [ OK ] 0.45 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 88 / 12246] 00698_validate_array_sizes_for_nested_kshvakov: [ OK ] 0.45 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 89 / 12246] 00870_t64_codec: [ OK ] 2.42 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 90 / 12246] 04658_disable_unknown_fp_name: [ OK ] 2.83 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 91 / 12246] 02816_check_projection_metadata: [ OK ] 0.32 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 92 / 12246] 01136_multiple_sets: [ OK ] 0.48 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 93 / 12246] 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 0.46 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 94 / 12246] 04064_grouping_function_distributed_single_shard: [ OK ] 0.88 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 95 / 12246] 03001_insert_threads_deduplication: [ OK ] 0.78 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 96 / 12246] 04343_secret_args_finder_mixed_named_positional: [ OK ] 0.61 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 97 / 12246] 02968_url_args: [ OK ] 0.33 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 98 / 12246] 03213_array_element_msan: [ OK ] 0.33 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 99 / 12246] 03762_blob_storage_log_elapsed_time: [ OK ] 0.40 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 100 / 12246] 01825_json_type_6: [ OK ] 2.62 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 101 / 12246] 03354_tcp_handler_async_insert_bug: [ OK ] 2.03 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 102 / 12246] 04201_snappy_file_compression: [ OK ] 1.94 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 103 / 12246] 04417_native_arrow_ipc_dictionary_union: [ OK ] 2.40 sec. [2026-08-01 13:58:01] 2026-08-02 03:58:01 [ 104 / 12246] 04256_timeseries_to_grid_extreme_window_overflow: [ OK ] 0.29 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 105 / 12246] 01528_clickhouse_local_prepare_parts: [ OK ] 3.25 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 106 / 12246] 04319_timeseries_two_stacks: [ OK ] 0.86 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 107 / 12246] 02346_text_index_empty_string_equals: [ OK ] 0.38 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 108 / 12246] 00953_constraints_operations: [ OK ] 3.32 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 109 / 12246] 02430_bitmap_transform_exception_code: [ OK ] 0.39 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 110 / 12246] 04309_distributed_aggregation_persisted_exchange: [ OK ] 0.41 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 111 / 12246] 00171_shard_array_of_tuple_remote: [ OK ] 0.38 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 112 / 12246] 04540_explain_analyze_rolled_back_transaction: [ OK ] 0.43 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 113 / 12246] 01268_DateTime64_in_WHERE: [ OK ] 0.60 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 114 / 12246] 02235_add_part_offset_virtual_column: [ OK ] 1.34 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 115 / 12246] 03756_capn_proto_message_size_limit: [ OK ] 0.37 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 116 / 12246] 04615_pr_plan_based_same_table_union: [ OK ] 0.42 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 117 / 12246] 04302_alter_segments_partition_validation: [ OK ] 0.43 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 118 / 12246] 03561_analyzer_cte_cycle_resolve_bug: [ OK ] 0.32 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 119 / 12246] 03753_merge_selector_amm: [ OK ] 0.63 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 120 / 12246] 03305_parallel_with: [ OK ] 0.42 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 121 / 12246] 03702_function_dict_get_keys_basic: [ OK ] 1.60 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 122 / 12246] 04009_pr_aggr_in_order_coordination_mode: [ OK ] 0.43 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 123 / 12246] 03393_validate_storage_buffer_args: [ OK ] 0.45 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 124 / 12246] 01780_column_sparse_filter: [ OK ] 0.69 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 125 / 12246] 02713_ip4_uint_compare: [ OK ] 0.32 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 126 / 12246] 02423_multidimensional_array_get_data_at: [ OK ] 0.36 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 127 / 12246] 04636_local_config_validation: [ OK ] 1.02 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 128 / 12246] 04664_setting_boolean_shorthand_raw_engine_settings: [ OK ] 0.36 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 129 / 12246] 03365_qbit_casts_as_from_array: [ OK ] 0.64 sec. [2026-08-01 13:58:02] 2026-08-02 03:58:02 [ 130 / 12246] 02353_format_settings: [ OK ] 0.89 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 131 / 12246] 04033_tpc_ds_q50: [ OK ] 3.83 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 132 / 12246] 03762_count_distinct_optimization_multiple_columns: [ OK ] 0.35 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 133 / 12246] 03314_insert_select_message: [ OK ] 2.54 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 134 / 12246] 04404_accurate_cast_or_null_dynamic_variant_in_tuple: [ OK ] 0.35 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 135 / 12246] 04627_mutation_in_partition_query_parameter_replicated: [ OK ] 0.89 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 136 / 12246] 02028_system_data_skipping_indices_size: [ OK ] 0.52 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 137 / 12246] 04241_date_part_as_extract: [ OK ] 0.61 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 138 / 12246] 03357_join_pk_sharding: [ OK ] 3.00 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 139 / 12246] 04329_arrow_oob_struct_fields: [ OK ] 2.65 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 140 / 12246] 04318_local_temporary_data_size_limit: [ OK ] 2.16 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 141 / 12246] 03836_distributed_index_analysis_pk_expression: [ OK ] 1.57 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 142 / 12246] 04235_streaming_queries_finish: [ OK ] 1.95 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 143 / 12246] 03918_ssh_protocol: [ OK ] 1.99 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 144 / 12246] 04401_inverse_dictionary_lookup_rbac_constant_fold: [ OK ] 2.62 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 145 / 12246] 03313_unique_key_mutation_guard: [ OK ] 1.04 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 146 / 12246] 01559_misplaced_codec_diagnostics: [ OK ] 0.29 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 147 / 12246] 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 0.62 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 148 / 12246] 03208_groupArrayIntersect_serialization: [ OK ] 0.76 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 149 / 12246] 00290_shard_aggregation_memory_efficient: [ OK ] 1.48 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 150 / 12246] 03755_ttl_materialize_bug: [ OK ] 2.01 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 151 / 12246] 02472_segfault_expression_parser: [ OK ] 0.27 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 152 / 12246] 03722_normal_projection_key_columns: [ OK ] 0.59 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 153 / 12246] 02534_keyed_siphash: [ OK ] 3.32 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 154 / 12246] 01931_storage_merge_no_columns: [ OK ] 0.36 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 155 / 12246] 03365_time_time64_aggregate_functions: [ OK ] 0.40 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 156 / 12246] 03269_bf16: [ OK ] 0.43 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 157 / 12246] 00563_shard_insert_into_remote: [ OK ] 0.43 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 158 / 12246] 00022_func_higher_order_and_constants: [ OK ] 0.28 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 159 / 12246] 04144_database_overlay_attach_detach: [ OK ] 1.74 sec. [2026-08-01 13:58:03] 2026-08-02 03:58:03 [ 160 / 12246] 01327_decimal_cut_extra_digits_after_point: [ OK ] 0.45 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 161 / 12246] 03100_lwu_38_replacing: [ OK ] 0.41 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 162 / 12246] 04117_date_time_input_format_best_effort_default_row_format: [ OK ] 1.37 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 163 / 12246] 04065_toStartOfInterval_overflow: [ OK ] 0.41 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 164 / 12246] 01623_byte_size_const: [ OK ] 0.34 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 165 / 12246] 04240_interval_cast_forward_conversion: [ OK ] 0.60 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 166 / 12246] 03749_in_function_rewrite_lambda_lhs_non_const_rhs: [ OK ] 0.36 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 167 / 12246] 03550_s3queue_no_settings: [ OK ] 0.39 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 168 / 12246] 04656_ast_json_subquery_child_query_shape: [ OK ] 0.53 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 169 / 12246] 01651_lc_insert_tiny_log_3: [ OK ] 1.77 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 170 / 12246] 03960_materialized_view_insert_wider_target_enum_107635: [ OK ] 0.66 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 171 / 12246] 03043_group_array_result_is_expected: [ OK ] 0.51 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 172 / 12246] 01735_to_datetime64: [ OK ] 0.31 sec. [2026-08-01 13:58:04] 2026-08-02 03:58:04 [ 173 / 12246] 02049_clickhouse_local_merge_tree: [ OK ] 0.94 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 174 / 12246] 04033_tpc_ds_q10: [ OK ] 5.06 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 175 / 12246] 03788_hash_join_with_empty_right_side_skip_left_side: [ OK ] 0.54 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 176 / 12246] 00978_sum_map_bugfix: [ OK ] 0.49 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 177 / 12246] 02973_parse_crlf_with_tsv_files: [ OK ] 1.52 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 178 / 12246] 04514_table_functions_access_rights_rewrite: [ OK ] 5.61 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 179 / 12246] 01462_test_codec_on_alias: [ OK ] 0.65 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 180 / 12246] 01014_count_of_merges_metrics: [ OK ] 0.76 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 181 / 12246] 03709_parallel_replicas_right_join_with_distributed: [ OK ] 1.15 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 182 / 12246] 02024_compression_in_query: [ OK ] 3.20 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 183 / 12246] 03780_colorSRGBToOKLAB: [ OK ] 1.67 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 184 / 12246] 03237_insert_sparse_columns: [ OK ] 1.63 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 185 / 12246] 00945_ml_test: [ OK ] 0.60 sec. [2026-08-01 13:58:05] 2026-08-02 03:58:05 [ 186 / 12246] 04512_totime_datetime64_extreme_overflow: [ OK ] 0.63 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 187 / 12246] 01095_tpch_like_smoke: [ OK ] 2.63 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 188 / 12246] 04024_json_skip_index_token_ngram: [ OK ] 1.92 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 189 / 12246] 04612_alter_drop_column_alias_in_set: [ OK ] 1.05 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 190 / 12246] 02129_skip_quoted_fields: [ OK ] 7.61 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 191 / 12246] 04079_pr_view_sql_security_none: [ OK ] 0.80 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 192 / 12246] 00939_test_null_in: [ OK ] 0.53 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 193 / 12246] 04106_limit_by_into_sort: [ OK ] 2.08 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 194 / 12246] 04348_ast_json_client_set_dialect_boundary: [ OK ] 2.54 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 195 / 12246] 02542_table_function_format: [ OK ] 0.65 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 196 / 12246] 00700_decimal_compare: [ OK ] 1.49 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 197 / 12246] 04206_direct_join_merge_tree_column_order: [ OK ] 1.13 sec. [2026-08-01 13:58:06] 2026-08-02 03:58:06 [ 198 / 12246] 04339_deltaSumTimestamp_signed_types: [ OK ] 0.68 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 199 / 12246] 03752_attach_as_replicated_transaction_metadata: [ OK ] 4.94 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 200 / 12246] 04251_101704_extract_from_config_try_resolves_from_env: [ OK ] 1.23 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 201 / 12246] 04312_explain_analyze: [ OK ] 0.69 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 202 / 12246] 01316_create_user_syntax_hilite: [ OK ] 0.99 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 203 / 12246] 03755_pr_join_with_view: [ OK ] 1.48 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 204 / 12246] 03033_create_as_copies_comment: [ OK ] 0.51 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 205 / 12246] 00211_shard_query_formatting_aliases: [ OK ] 0.62 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 206 / 12246] 04050_time64_cast_uint64_no_wrap: [ OK ] 0.53 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 207 / 12246] 03270_fix_column_modifier_write_order: [ OK ] 0.45 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 208 / 12246] 02841_not_ready_set_bug: [ OK ] 3.31 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 209 / 12246] 04209_extractAll_nullable: [ OK ] 1.22 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 210 / 12246] 03227_proper_parsing_of_cast_operator: [ OK ] 0.42 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 211 / 12246] 03983_inverse_dictionary_lookup_rbac: [ OK ] 3.04 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 212 / 12246] 02725_memory-for-merges: [ OK ] 4.09 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 213 / 12246] 01375_output_format_tsv_csv_with_names: [ OK ] 1.60 sec. [2026-08-01 13:58:07] 2026-08-02 03:58:07 [ 214 / 12246] 02842_suggest_http_page_in_error_message: [ OK ] 1.11 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 215 / 12246] 04429_drop_index_sibling_suffix_collision: [ OK ] 9.26 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 216 / 12246] 01088_array_slice_of_aggregate_functions: [ OK ] 0.45 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 217 / 12246] 04059_has_lowcardinality_tuple_key_crash: [ OK ] 0.52 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 218 / 12246] 02354_vector_search_lazy_materialization: [ OK ] 3.31 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 219 / 12246] 01418_index_analysis_bug: [ OK ] 0.64 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 220 / 12246] 02731_analyzer_join_resolve_nested: [ OK ] 5.62 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 221 / 12246] 02228_merge_tree_insert_memory_usage: [ OK ] 4.39 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 222 / 12246] 03123_analyzer_dist_join_CTE: [ OK ] 0.50 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 223 / 12246] 01550_type_map_formats_input: [ OK ] 4.34 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 224 / 12246] 00317_in_tuples_and_out_of_range_values: [ OK ] 0.52 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 225 / 12246] 02669_alter_modify_to_nullable: [ OK ] 0.82 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 226 / 12246] 01802_rank_corr_mann_whitney_over_window: [ OK ] 0.57 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 227 / 12246] 03924_join_use_nulls_function_result_type: [ OK ] 0.61 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 228 / 12246] 00098_k_union_all: [ OK ] 0.45 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 229 / 12246] 03311_constantnode: [ OK ] 0.46 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 230 / 12246] 02294_nothing_arguments_in_functions: [ OK ] 0.70 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 231 / 12246] 01273_extractGroups: [ OK ] 0.73 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 232 / 12246] 03100_lwu_50_subcolumn_skip_index: [ OK ] 0.68 sec. [2026-08-01 13:58:08] 2026-08-02 03:58:08 [ 233 / 12246] 04046_midpoint_mixed_types: [ OK ] 0.45 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 234 / 12246] 04314_partition_constants_folding_derived_key: [ OK ] 0.57 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 235 / 12246] 02125_lz4_compression_bug_TSKV: [ OK ] 5.28 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 236 / 12246] 03326_toStartOfNanosecond_ubsan: [ OK ] 0.40 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 237 / 12246] 04545_02969_archive_seek_stored: [ OK ] 1.99 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 238 / 12246] 03561_async_insert_crash: [ OK ] 1.37 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 239 / 12246] 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 2.83 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 240 / 12246] 04050_local_json_progress_stats: [ OK ] 1.30 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 241 / 12246] 00358_from_string_complex_types: [ OK ] 0.48 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 242 / 12246] 02869_http_headers_elapsed_ns: [ OK ] 1.08 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 243 / 12246] 4061_truncate_many_dedup_blocks: [ OK ] 7.39 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 244 / 12246] 03710_analyzer_limit_by_aggregate_validation: [ OK ] 0.65 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 245 / 12246] 00976_shard_low_cardinality_achimbab: [ OK ] 0.65 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 246 / 12246] 04039_intersect_except_duplicate_column_names: [ OK ] 0.54 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 247 / 12246] 02098_hashed_array_dictionary_simple_key: [ OK ] 4.30 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 248 / 12246] 02999_scalar_subqueries_bug_1: [ OK ] 0.65 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 249 / 12246] 03150_trace_log_source_lines: [ OK ] 3.61 sec. [2026-08-01 13:58:09] 2026-08-02 03:58:09 [ 250 / 12246] 03036_dynamic_read_subcolumns_wide_merge_tree: [ OK ] 4.39 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 251 / 12246] 01788_update_nested_type_subcolumn_check: [ OK ] 1.68 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 252 / 12246] 02575_merge_prewhere_different_default_kind: [ OK ] 0.86 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 253 / 12246] 03774_wide_part_mutation_sparse_ratio_setting_bug: [ OK ] 0.83 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 254 / 12246] 02151_clickhouse_client_hints: [ OK ] 1.14 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 255 / 12246] 02122_parallel_formatting_PrettyCompact: [ OK ] 3.47 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 256 / 12246] 03232_resource_create_and_drop: [ OK ] 1.23 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 257 / 12246] 04662_view_explain_valueless_setting: [ OK ] 0.71 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 258 / 12246] 01254_dict_load_after_detach_attach: [ OK ] 0.67 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 259 / 12246] 03781_tuple_inside_nullable_sparse_serialization: [ OK ] 0.94 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 260 / 12246] 04402_packed_replace_partition_metadata_version: [ OK ] 0.99 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 261 / 12246] 01710_projection_aggregate_functions_null_for_empty: [ OK ] 0.63 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 262 / 12246] 02163_operators: [ OK ] 0.43 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 263 / 12246] 02354_window_expression_with_aggregation_expression: [ OK ] 0.72 sec. [2026-08-01 13:58:10] 2026-08-02 03:58:10 [ 264 / 12246] 01431_utf8_ubsan: [ OK ] 0.61 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 265 / 12246] 04305_formats_documentation: [ OK ] 0.67 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 266 / 12246] 04342_remote_storage_engine_settings: [ OK ] 0.85 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 267 / 12246] 04256_reinterpret_array_lowcardinality: [ OK ] 0.54 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 268 / 12246] 03009_range_dict_get_or_default: [ OK ] 0.79 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 269 / 12246] 01542_collate_in_array: [ OK ] 1.03 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 270 / 12246] 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 0.75 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 271 / 12246] 04005_ddsketch_corrupted_data: [ OK ] 0.84 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 272 / 12246] 00154_avro: [ OK ] 9.14 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 273 / 12246] 01001_enums_in_in_section: [ OK ] 0.53 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 274 / 12246] 03094_virtual_column_table_name: [ OK ] 2.50 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 275 / 12246] 03783_autopr_dataflow_cache_reuse: [ OK ] 3.34 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 276 / 12246] 03636_empty_projection_block: [ OK ] 0.72 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 277 / 12246] 02460_prewhere_row_level_policy: [ OK ] 0.70 sec. [2026-08-01 13:58:11] 2026-08-02 03:58:11 [ 278 / 12246] 00147_global_in_aggregate_function: [ OK ] 1.47 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 279 / 12246] 02101_avro_union_index_out_of_boundary: [ OK ] 1.21 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 280 / 12246] 04267_flamegraph_int64_min: [ OK ] 0.62 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 281 / 12246] 04103_fuse_quantiles_distributed_alias_clash: [ OK ] 0.83 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 282 / 12246] 02961_output_format_compress_params: [ OK ] 2.60 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 283 / 12246] 00910_crash_when_distributed_modify_order_by: [ OK ] 0.95 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 284 / 12246] 01370_client_autocomplete_word_break_characters: [ OK ] 2.30 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 285 / 12246] 00355_array_of_non_const_convertible_types: [ OK ] 0.42 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 286 / 12246] 03287_dynamic_and_json_squashing_fix: [ OK ] 1.24 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 287 / 12246] 01600_quota_by_forwarded_ip: [ OK ] 2.88 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 288 / 12246] 02905_structure_to_schema_bad_names: [ OK ] 1.25 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 289 / 12246] 03100_lwu_34_multistep_prewhere: [ OK ] 1.32 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 290 / 12246] 04493_clickhouse_local_max_num_to_throw: [ OK ] 1.26 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 291 / 12246] 02046_low_cardinality_parallel_group_by: [ OK ] 9.15 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 292 / 12246] 01803_const_nullable_map: [ OK ] 0.80 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 293 / 12246] 04327_avro_string_length_alloc: [ OK ] 1.16 sec. [2026-08-01 13:58:12] 2026-08-02 03:58:12 [ 294 / 12246] 00942_mv_rename_table: [ OK ] 0.64 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 295 / 12246] 03781_merge_hostname_remote: [ OK ] 0.61 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 296 / 12246] 01428_hash_set_nan_key: [ OK ] 0.53 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 297 / 12246] 03831_backup_archive_to_plain_rewritable_disk: [ OK ] 4.10 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 298 / 12246] 01068_parens: [ OK ] 0.43 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 299 / 12246] 03147_asof_join_ddb_missing: [ OK ] 1.39 sec. [2026-08-01 13:58:13] 2026-08-02 03:58:13 [ 300 / 12246] 03788_parquet_writer_bad_bool: [ OK ] 0.55 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 301 / 12246] 02366_explain_query_tree: [ OK ] 1.24 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 302 / 12246] 04338_replace_partition_no_resurrect_after_restart: [ OK ] 1.23 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 303 / 12246] 04115_coalesce_n_column_index_pruning: [ OK ] 2.53 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 304 / 12246] 02974_if_with_map: [ OK ] 1.08 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 305 / 12246] 04257_102926_columns_descriptions_cache_nested_eviction: [ OK ] 0.86 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 306 / 12246] 04493_qbit_distance_nullable_reference: [ OK ] 1.23 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 307 / 12246] 03734_correlated_subqueries_reorder: [ OK ] 2.15 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 308 / 12246] 04404_text_index_push_ranges_any_single_token: [ OK ] 1.86 sec. [2026-08-01 13:58:14] 2026-08-02 03:58:14 [ 309 / 12246] 02967_fuzz_bad_cast: [ OK ] 0.71 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 310 / 12246] 00183_prewhere_conditions_order: [ OK ] 0.53 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 311 / 12246] 04325_limit_by_in_order_outer_sort: [ OK ] 1.14 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 312 / 12246] 04032_nested_function_preserves_lowcardinality: [ OK ] 0.96 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 313 / 12246] 03988_concat_with_separator_format_variant_low_cardinality: [ OK ] 0.75 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 314 / 12246] 02675_is_ipv6_function_fix: [ OK ] 0.40 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 315 / 12246] 02031_format_query_option: [ OK ] 1.02 sec. [2026-08-01 13:58:15] 2026-08-02 03:58:15 [ 316 / 12246] 00825_protobuf_format_array_of_arrays: [ OK ] 3.50 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 317 / 12246] 01707_join_use_nulls: [ OK ] 1.77 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 318 / 12246] 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.42 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 319 / 12246] 01502_jemalloc_percpu_arena: [ OK ] 1.45 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 320 / 12246] 04323_input_twice_cte_106672: [ OK ] 3.39 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 321 / 12246] 03036_dynamic_read_shared_subcolumns_wide_merge_tree: [ OK ] 11.70 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 322 / 12246] 01556_explain_select_with_union_query: [ OK ] 1.20 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 323 / 12246] 03279_pr_3_way_joins_full_first: [ OK ] 4.25 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 324 / 12246] 01825_json_type_insert_select: [ OK ] 3.28 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 325 / 12246] 02811_ip_dict_attribute: [ OK ] 0.91 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 326 / 12246] 01049_zookeeper_synchronous_mutations_long: [ OK ] 4.32 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 327 / 12246] 02346_text_index_postprocessor_stem: [ OK ] 6.01 sec. [2026-08-01 13:58:16] 2026-08-02 03:58:16 [ 328 / 12246] 04600_clickhouse_client_scalars: [ OK ] 2.11 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 329 / 12246] 03108_describe_union_all: [ OK ] 0.45 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 330 / 12246] 01049_join_low_card_bug_long: [ OK ] 16.92 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 331 / 12246] 02503_bad_compatibility_setting: [ OK ] 0.49 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 332 / 12246] 04402_ip_trie_dict_get_single_key_no_tuple: [ OK ] 0.61 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 333 / 12246] 04094_projection_with_where: [ OK ] 3.71 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 334 / 12246] 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 2.26 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 335 / 12246] 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 0.80 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 336 / 12246] 03150_trace_log_add_build_id: [ OK ] 4.23 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 337 / 12246] 01800_log_nested: [ OK ] 0.71 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 338 / 12246] 03669_into_outfile_create_parent_directories: [ OK ] 1.76 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 339 / 12246] 00307_format_xml: [ OK ] 0.48 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 340 / 12246] 01175_distributed_ddl_output_mode_long: [ OK ] 14.45 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 341 / 12246] 00933_ttl_formatting: [ OK ] 0.73 sec. [2026-08-01 13:58:17] 2026-08-02 03:58:17 [ 342 / 12246] 02525_different_engines_in_temporary_tables: [ OK ] 1.03 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 343 / 12246] 03546_part_granule_offset: [ OK ] 0.94 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 344 / 12246] 04494_ast_json_create_system_identifier_validation: [ OK ] 1.32 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 345 / 12246] 03781_variant_throw_on_type_mismatch: [ OK ] 1.19 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 346 / 12246] 00041_aggregating_materialized_view: [ OK ] 3.04 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 347 / 12246] 03036_prewhere_lambda_function: [ OK ] 0.57 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 348 / 12246] 02476_analyzer_identifier_hints: [ OK ] 16.17 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 349 / 12246] 03823_lazy_load_tables: [ OK ] 1.32 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 350 / 12246] 02967_parallel_replicas_joins_and_analyzer: [ OK ] 6.18 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 351 / 12246] 03832_array_join_filter_push_down_cross_join: [ OK ] 0.68 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 352 / 12246] 04512_npy_zero_inner_dimension: [ OK ] 1.94 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 353 / 12246] 03355_join_to_in_optimization: [ OK ] 1.50 sec. [2026-08-01 13:58:18] 2026-08-02 03:58:18 [ 354 / 12246] 01017_tuplehamming_distance: [ OK ] 0.67 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 355 / 12246] 03699_reverse_utf8: [ OK ] 0.52 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 356 / 12246] 00071_insert_fewer_columns: [ OK ] 0.75 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 357 / 12246] 00084_external_aggregation: [ OK ] 9.42 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 358 / 12246] 00133_long_shard_memory_tracker_and_exception_safety: [ OK ] 16.25 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 359 / 12246] 04058_constraint_subst_correlated_subquery_crash: [ OK ] 0.79 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 360 / 12246] 02981_vertical_merges_memory_usage: [ OK ] 1.45 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 361 / 12246] 04611_substreams_cache_ownership_validator_whole_path: [ OK ] 1.04 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 362 / 12246] 04338_msgpack_schema_inference_empty_field: [ OK ] 1.77 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 363 / 12246] 02428_decimal_in_floating_point_literal: [ OK ] 1.19 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 364 / 12246] 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 1.92 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 365 / 12246] 03625_auto_statistics_rmt: [ OK ] 1.70 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 366 / 12246] 03993_join_no_overlapping_columns_85622: [ OK ] 0.65 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 367 / 12246] 03988_zookeeper_send_receive_race: [ OK ] 11.79 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 368 / 12246] 00904_array_with_constant_2: [ OK ] 0.76 sec. [2026-08-01 13:58:19] 2026-08-02 03:58:19 [ 369 / 12246] 00098_4_union_all: [ OK ] 0.77 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 370 / 12246] 02582_async_reading_with_small_limit: [ OK ] 0.80 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 371 / 12246] 02343_analyzer_column_transformers_strict: [ OK ] 0.77 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 372 / 12246] 03458_numeric_indexed_vector_operations_u32u16: [ OK ] 0.59 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 373 / 12246] 00617_array_in: [ OK ] 0.68 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 374 / 12246] 01768_array_product: [ OK ] 0.95 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 375 / 12246] 00952_insert_into_distributed_with_materialized_column: [ OK ] 1.79 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 376 / 12246] 04648_geohashes_in_box_cancellation: [ OK ] 18.00 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 377 / 12246] 02789_set_index_nullable_condition_bug: [ OK ] 1.35 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 378 / 12246] 00969_columns_clause: [ OK ] 0.85 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 379 / 12246] 03092_analyzer_same_table_name_in_different_databases: [ OK ] 0.81 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 380 / 12246] 02950_dictionary_ssd_cache_short_circuit: [ OK ] 1.35 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 381 / 12246] 04661_vector_search_quantize_pq_codebook_mark_range: [ OK ] 2.14 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 382 / 12246] 03761_primes_long: [ OK ] 4.63 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 383 / 12246] 01709_inactive_parts_to_throw_insert: [ OK ] 0.69 sec. [2026-08-01 13:58:20] 2026-08-02 03:58:20 [ 384 / 12246] 04326_negative_limit_redundant_sort: [ OK ] 0.58 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 385 / 12246] 04356_key_condition_ifnull_coalesce_boolean_entry_points: [ OK ] 0.87 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 386 / 12246] 03712_tuple_inside_nullable_implicit_cast_for_in_function_2: [ OK ] 12.19 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 387 / 12246] 04104_103049_nullable_and_overflow_filter: [ OK ] 0.86 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 388 / 12246] 04339_implicit_transaction_ast_fuzzer_commit: [ OK ] 2.35 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 389 / 12246] 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 1.97 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 390 / 12246] 02136_kill_scalar_queries: [ OK ] 1.74 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 391 / 12246] 03002_int_div_decimal_with_date_bug: [ OK ] 0.56 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 392 / 12246] 03100_lwu_deletes_1: [ OK ] 0.88 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 393 / 12246] 01273_h3EdgeAngle_range_check: [ OK ] 0.46 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 394 / 12246] 01318_alter_add_constraint_format: [ OK ] 1.36 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 395 / 12246] 01410_full_join_and_null_predicates: [ OK ] 0.98 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 396 / 12246] 02509_h3_arguments: [ OK ] 0.62 sec. [2026-08-01 13:58:21] 2026-08-02 03:58:21 [ 397 / 12246] 01433_hex_float: [ OK ] 0.43 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 398 / 12246] 04413_window_transform_unchanged_frame_aggregates: [ OK ] 0.50 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 399 / 12246] 00976_system_stop_ttl_merges: [ OK ] 1.88 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 400 / 12246] 02438_sync_replica_lightweight: [ OK ] 1.73 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 401 / 12246] 02946_format_values: [ OK ] 1.73 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 402 / 12246] 02864_replace_regexp_string_fallback: [ OK ] 0.46 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 403 / 12246] 00315_quantile_off_by_one: [ OK ] 0.52 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 404 / 12246] 01044_great_circle_angle: [ OK ] 0.62 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 405 / 12246] 01818_move_partition_simple: [ OK ] 1.02 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 406 / 12246] 02160_untuple_exponential_growth: [ OK ] 4.03 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 407 / 12246] 01560_ttl_remove_empty_parts: [ OK ] 5.35 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 408 / 12246] 02798_substring_index: [ OK ] 1.61 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 409 / 12246] 00129_quantile_timing_weighted: [ OK ] 0.60 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 410 / 12246] 01355_ilike: [ OK ] 1.24 sec. [2026-08-01 13:58:22] 2026-08-02 03:58:22 [ 411 / 12246] 02499_extract_key_value_pairs_multiple_input: [ OK ] 1.97 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 412 / 12246] 04235_streaming_queries_replicated_merge_tree: [ OK ] 5.09 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 413 / 12246] 03125_analyzer_CTE_two_joins: [ OK ] 0.61 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 414 / 12246] 02286_tuple_numeric_identifier: [ OK ] 0.82 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 415 / 12246] 00700_decimal_with_default_precision_and_scale: [ OK ] 0.47 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 416 / 12246] 03822_revoke_default_role: [ OK ] 4.63 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 417 / 12246] 02354_vector_search_postfiltering_bug: [ OK ] 10.97 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 418 / 12246] 04335_create_table_sql_security_unsupported: [ OK ] 1.17 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 419 / 12246] 03241_orc_dictionary_encode: [ OK ] 0.81 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 420 / 12246] 00995_order_by_with_fill: [ OK ] 1.01 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 421 / 12246] 01030_incorrect_count_summing_merge_tree: [ OK ] 2.38 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 422 / 12246] 03301_is_ipv4_string: [ OK ] 0.32 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 423 / 12246] 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 3.18 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 424 / 12246] 04039_json_typed_path_nested_subcolumn: [ OK ] 1.49 sec. [2026-08-01 13:58:23] 2026-08-02 03:58:23 [ 425 / 12246] 03596_alter_update_column_with_subcolumn_used_in_materialized_expression: [ OK ] 1.73 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 426 / 12246] 04033_tpc_ds_q08: [ OK ] 2.23 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 427 / 12246] 03232_pr_not_ready_set: [ OK ] 1.10 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 428 / 12246] 04057_tuple_empty_supertype: [ OK ] 0.47 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 429 / 12246] 02985_shard_query_start_time: [ OK ] 1.33 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 430 / 12246] 01232_json_as_string_format: [ OK ] 3.09 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 431 / 12246] 04656_distributed_plan_workers_disable_jit_and_skip_index_read: [ OK ] 1.61 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 432 / 12246] 01943_pmj_non_joined_stuck: [ OK ] 0.69 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 433 / 12246] 02967_analyzer_fuzz: [ OK ] 0.51 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 434 / 12246] 03325_count_summing_merge_tree_order_by_tuple: [ OK ] 0.47 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 435 / 12246] 02496_row_binary_large_string_size: [ OK ] 1.33 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 436 / 12246] 03718_lambda_multiif_bool_uint8_type: [ OK ] 0.43 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 437 / 12246] 02023_transform_or_to_in: [ OK ] 0.62 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 438 / 12246] 03576_analyzer_distributed_correlated_subquery: [ OK ] 0.56 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 439 / 12246] 02587_csv_big_numbers_inference: [ OK ] 0.39 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 440 / 12246] 03375_bloom_filter_has_hasAny_const_array: [ OK ] 0.52 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 441 / 12246] 04539_projection_reject_storage_settings: [ OK ] 0.77 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 442 / 12246] 03227_distinct_dynamic_types_json_paths: [ OK ] 2.53 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 443 / 12246] 02252_executable_user_defined_function_short_circuit: [ OK ] 0.62 sec. [2026-08-01 13:58:24] 2026-08-02 03:58:24 [ 444 / 12246] 03215_fix_get_index_in_tuple: [ OK ] 0.53 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 445 / 12246] 01373_is_zero_or_null: [ OK ] 0.73 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 446 / 12246] 00365_statistics_in_formats: [ OK ] 3.81 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 447 / 12246] 04202_linestring_multirow_wkt: [ OK ] 0.43 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 448 / 12246] 04360_geojson_misplaced_geometries_member: [ OK ] 0.64 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 449 / 12246] 03748_coalescing_merge_tree_tuple_low_cardinality_and_dynamic: [ OK ] 0.68 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 450 / 12246] 02968_full_sorting_join_fuzz: [ OK ] 5.58 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 451 / 12246] 03381_remote_constants: [ OK ] 1.42 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 452 / 12246] 04235_streaming_queries_simple_read: [ OK ] 6.37 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 453 / 12246] 01500_StorageFile_write_to_fd: [ OK ] 1.13 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 454 / 12246] 03600_asterisk_virtual_columns_parallel_replicas: [ OK ] 0.47 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 455 / 12246] 03998_distributed_insert_detach_race: [ OK ] 15.86 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 456 / 12246] 03471_group_by_computed_key_merge_over_distributed: [ OK ] 1.03 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 457 / 12246] 03702_alter_column_update_and_delete_with_secondary_index_drop: [ OK ] 4.34 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 458 / 12246] 01759_optimize_skip_unused_shards_zero_shards: [ OK ] 0.53 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 459 / 12246] 00158_cache_dictionary_has: [ OK ] 1.36 sec. [2026-08-01 13:58:25] 2026-08-02 03:58:25 [ 460 / 12246] 04210_dict_get_or_null_nullable_key_no_corruption: [ OK ] 0.95 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 461 / 12246] 03707_function_array_remove: [ OK ] 1.31 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 462 / 12246] 02573_quantile_fuse_msan: [ OK ] 0.40 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 463 / 12246] 03199_fix_auc_tie_handling: [ OK ] 0.57 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 464 / 12246] 03254_merge_source_parts: [ OK ] 0.74 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 465 / 12246] 02864_statistics_delayed_materialization_in_merge: [ OK ] 0.85 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 466 / 12246] 00616_final_single_part: [ OK ] 0.67 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 467 / 12246] 04266_partition_by_function_of_subcolumn: [ OK ] 0.67 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 468 / 12246] 01018_ambiguous_column: [ OK ] 0.55 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 469 / 12246] 02167_format_from_file_extension: [ OK ] 15.05 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 470 / 12246] 03273_format_inference_create_query_s3_url: [ OK ] 1.80 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 471 / 12246] 03812_truncate_optimize_in_transaction: [ OK ] 0.74 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 472 / 12246] 03367_l2_distance_transposed_2: [ OK ] 2.52 sec. [2026-08-01 13:58:26] 2026-08-02 03:58:26 [ 473 / 12246] 04071_insert_values_string_to_complex_type: [ OK ] 2.29 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 474 / 12246] 03653_benchmark_proto_caps_option: [ OK ] 1.59 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 475 / 12246] 00753_quantile_format: [ OK ] 0.70 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 476 / 12246] 03112_analyzer_not_found_column_in_block: [ OK ] 0.53 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 477 / 12246] 00811_garbage: [ OK ] 0.49 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 478 / 12246] 00964_os_thread_priority: [ OK ] 0.44 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 479 / 12246] 03210_json_type_alter_add_column: [ OK ] 1.09 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 480 / 12246] 03457_merge_engine_subcolumns: [ OK ] 0.75 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 481 / 12246] 02017_order_by_with_fill_redundant_functions: [ OK ] 0.43 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 482 / 12246] 00825_protobuf_format_enum_mapping: [ OK ] 3.41 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 483 / 12246] 02354_vector_search_quantize_codec_no_alter: [ OK ] 0.60 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 484 / 12246] 00318_pk_tuple_order: [ OK ] 1.09 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 485 / 12246] 03199_merge_filters_bug: [ OK ] 0.74 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 486 / 12246] 03732_async_insert_cases: [ OK ] 2.55 sec. [2026-08-01 13:58:27] 2026-08-02 03:58:27 [ 487 / 12246] 00030_array_enumerate_uniq: [ OK ] 0.77 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 488 / 12246] 00498_array_functions_concat_slice_push_pop: [ OK ] 4.07 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 489 / 12246] 04146_short_circuit_evaluation_for_nulls: [ OK ] 0.55 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 490 / 12246] 04161_null_subcolumn_after_metadata_only_nullable_alter: [ OK ] 2.49 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 491 / 12246] 03657_rollup_constant: [ OK ] 0.49 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 492 / 12246] 02267_special_operator_parse_alias_check: [ OK ] 0.99 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 493 / 12246] 00980_skip_unused_shards_without_sharding_key: [ OK ] 0.48 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 494 / 12246] 00829_bitmap_function: [ OK ] 2.46 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 495 / 12246] 02122_parallel_formatting_JSONEachRow: [ OK ] 2.75 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 496 / 12246] 03455_direct_io_read_array_values: [ OK ] 3.07 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 497 / 12246] 02726_async_insert_flush_queue: [ OK ] 1.54 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 498 / 12246] 03917_blockio_move_query_metadata_cache: [ OK ] 23.14 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 499 / 12246] 02533_generate_random_schema_inference: [ OK ] 0.49 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 500 / 12246] 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 0.76 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 501 / 12246] 01490_nullable_string_to_enum: [ OK ] 0.54 sec. [2026-08-01 13:58:28] 2026-08-02 03:58:28 [ 502 / 12246] 04307_dynamic_flattened_too_many_types: [ OK ] 1.35 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 503 / 12246] 03365_time_time64_extreme_values: [ OK ] 0.79 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 504 / 12246] 00390_array_sort: [ OK ] 1.11 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 505 / 12246] 03144_fuzz_quoted_type_name: [ OK ] 0.73 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 506 / 12246] 04409_array_partial_sort_per_row_limit: [ OK ] 0.58 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 507 / 12246] 04308_on_fly_mutation_filtered_update_chain: [ OK ] 0.91 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 508 / 12246] 04141_text_index_alias_lambda_with_constants: [ OK ] 1.24 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 509 / 12246] 01669_join_or_duplicates: [ OK ] 0.65 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 510 / 12246] 02207_key_condition_floats: [ OK ] 0.96 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 511 / 12246] 04005_window_single_line_formatting: [ OK ] 0.32 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 512 / 12246] 03324_union_block_structure_mismatch: [ OK ] 0.62 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 513 / 12246] 03850_nested_cluster_table_function_task_iterator: [ OK ] 7.57 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 514 / 12246] 01291_aggregation_in_order: [ OK ] 0.82 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 515 / 12246] 03275_pr_any_join: [ OK ] 0.82 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 516 / 12246] 02466_distributed_query_profiler: [ OK ] 1.51 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 517 / 12246] 03327_permissions_on_refresh_mv: [ OK ] 3.95 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 518 / 12246] 02118_show_create_table_rocksdb: [ OK ] 0.32 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 519 / 12246] 03799_avg_date_time_types: [ OK ] 2.49 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 520 / 12246] 01532_collate_in_low_cardinality: [ OK ] 0.75 sec. [2026-08-01 13:58:29] 2026-08-02 03:58:29 [ 521 / 12246] 04054_json_nested_shared_data_buckets_missing_stream_bug: [ OK ] 0.61 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 522 / 12246] 04094_sz_find_null_needle_oob: [ OK ] 0.49 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 523 / 12246] 03100_lwu_deletes_2: [ OK ] 4.27 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 524 / 12246] 02242_throw_if_constant_argument: [ OK ] 0.44 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 525 / 12246] 00807_regexp_quote_meta: [ OK ] 0.63 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 526 / 12246] 04546_injective_functions_in_group_by_modifiers: [ OK ] 0.85 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 527 / 12246] 00430_https_server: [ OK ] 0.94 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 528 / 12246] 04029_iceberg_timestamp_ns: [ OK ] 1.29 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 529 / 12246] 00108_shard_totals_after_having: [ OK ] 0.59 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 530 / 12246] 00804_test_custom_compression_codes_log_storages: [ OK ] 1.42 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 531 / 12246] 03726_array_union_with_dynamic_argument: [ OK ] 0.33 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 532 / 12246] 03773_key_condition_not_materialize_not_cast: [ OK ] 0.68 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 533 / 12246] 02360_rename_table_along_with_log_name: [ OK ] 2.45 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 534 / 12246] 00619_union_highlite: [ OK ] 0.62 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 535 / 12246] 04653_merging_aggregated_deserialized_thread_count: [ OK ] 1.46 sec. [2026-08-01 13:58:30] 2026-08-02 03:58:30 [ 536 / 12246] 03457_numeric_indexed_vector_build: [ OK ] 0.69 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 537 / 12246] 03621_pr_distributed_index_analysis: [ OK ] 2.39 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 538 / 12246] 02723_param_exception_message_context: [ OK ] 1.53 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 539 / 12246] 01245_distributed_group_by_no_merge_with-extremes_and_totals: [ OK ] 2.72 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 540 / 12246] 02354_read_in_order_prewhere: [ OK ] 2.94 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 541 / 12246] 03592_s3queue_large_settings: [ OK ] 1.54 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 542 / 12246] 03822_auto_cluster_functions_one_subquery_inside_from: [ OK ] 0.66 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 543 / 12246] 03275_matview_with_union: [ OK ] 0.69 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 544 / 12246] 03512_bech32_functions: [ OK ] 0.86 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 545 / 12246] 00702_join_with_using_dups: [ OK ] 0.91 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 546 / 12246] 04033_tpc_ds_q20: [ OK ] 1.97 sec. [2026-08-01 13:58:31] 2026-08-02 03:58:31 [ 547 / 12246] 04259_hive_partitioning_datetime_timezones: [ OK ] 2.52 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 548 / 12246] 02003_compress_bz2: [ OK ] 1.54 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 549 / 12246] 02864_statistics_create_materialize_drop: [ OK ] 0.68 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 550 / 12246] 01353_low_cardinality_join_types: [ OK ] 1.07 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 551 / 12246] 02531_storage_join_null_44940: [ OK ] 0.52 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 552 / 12246] 00834_hints_for_type_function_typos: [ OK ] 6.80 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 553 / 12246] 02901_analyzer_recursive_window: [ OK ] 0.46 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 554 / 12246] 03269_partition_key_not_in_set: [ OK ] 1.05 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 555 / 12246] 00938_test_retention_function: [ OK ] 0.57 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 556 / 12246] 03169_time_virtual_column: [ OK ] 2.13 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 557 / 12246] 04143_ub_parsing_datetime: [ OK ] 0.40 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 558 / 12246] 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 0.34 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 559 / 12246] 02861_interpolate_alias_precedence: [ OK ] 0.43 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 560 / 12246] 02160_client_autocomplete_parse_query: [ OK ] 2.42 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 561 / 12246] 01300_client_save_history_when_terminated_long: [ OK ] 2.20 sec. [2026-08-01 13:58:32] 2026-08-02 03:58:32 [ 562 / 12246] 02190_format_regexp_cr_in_the_middle: [ OK ] 1.12 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 563 / 12246] 04512_random_hadamard_transform_hartley_9: [ OK ] 0.55 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 564 / 12246] 04039_commit_order_projection_materialize_level0: [ OK ] 0.74 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 565 / 12246] 01571_window_functions: [ OK ] 0.68 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 566 / 12246] 03015_optimize_final_rmt: [ OK ] 5.26 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 567 / 12246] 02313_multiple_limits: [ OK ] 0.59 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 568 / 12246] 02021_exponential_sum_shard: [ OK ] 0.91 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 569 / 12246] 04028_kill_query_expression_cancelled: [ OK ] 1.57 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 570 / 12246] 04034_parquet_v3_metadata_cache_no_query_context: [ OK ] 4.13 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 571 / 12246] 03203_client_benchmark_options: [ OK ] 6.98 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 572 / 12246] 03704_rmv_logging_internal_queries: [ OK ] 4.02 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 573 / 12246] 02126_fix_filelog: [ OK ] 2.47 sec. [2026-08-01 13:58:33] 2026-08-02 03:58:33 [ 574 / 12246] 01113_local_dictionary_type_conversion: [ OK ] 0.52 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 575 / 12246] 04538_packed_clone_hardlinks_data_packed: [ OK ] 3.07 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 576 / 12246] 01291_unsupported_conversion_from_decimal: [ OK ] 0.45 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 577 / 12246] 01671_ddl_hang_timeout_long: [ OK ] 24.54 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 578 / 12246] 03443_index_match_alternatives: [ OK ] 0.92 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 579 / 12246] 03000_s3_storage_class_validation: [ OK ] 0.71 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 580 / 12246] 01318_map_add_map_subtract_on_map_type: [ OK ] 1.04 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 581 / 12246] 03300_merge_parts_metric: [ OK ] 31.76 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 582 / 12246] 00504_insert_miss_columns: [ OK ] 3.47 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 583 / 12246] 00706_iso_week_and_day_of_year: [ OK ] 0.50 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 584 / 12246] 00701_context_use_after_free: [ OK ] 0.31 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 585 / 12246] 02699_polygons_sym_difference_rollup: [ OK ] 0.42 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 586 / 12246] 03815_debug_assertion_column_sizes_race: [ OK ] 17.52 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 587 / 12246] 03906_group_by_lowcardinality_parallel_hash_join: [ OK ] 1.11 sec. [2026-08-01 13:58:34] 2026-08-02 03:58:34 [ 588 / 12246] 01622_constraints_where_optimization: [ OK ] 0.67 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 589 / 12246] 03467_json_combined_subcolumn_formatting: [ OK ] 1.19 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 590 / 12246] 03753_log_engine_shared_prefixes_bug: [ OK ] 0.54 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 591 / 12246] 03792_udf_masking_sensitive_data: [ OK ] 3.32 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 592 / 12246] 00229_prewhere_column_missing: [ OK ] 0.86 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 593 / 12246] 01560_optimize_on_insert_long: [ OK ] 1.62 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 594 / 12246] 03755_circular_dictionary: [ OK ] 2.39 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 595 / 12246] 04212_settings_bool_out_of_range_float: [ OK ] 0.61 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 596 / 12246] 03100_lwu_23_apply_patches: [ OK ] 1.57 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 597 / 12246] 04340_datalake_schema_deep_recursion: [ OK ] 1.98 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 598 / 12246] 03826_calculate_subcolumn_size_during_merge_tree_read: [ OK ] 3.45 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 599 / 12246] 03634_subcolumns_in_temporary_table_parallel_replicas: [ OK ] 0.76 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 600 / 12246] 02789_jit_cannot_convert_column: [ OK ] 0.42 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 601 / 12246] 04221_dictgetordefault_arrayjoin_80703: [ OK ] 0.67 sec. [2026-08-01 13:58:35] 2026-08-02 03:58:35 [ 602 / 12246] 03082_analyzer_left_join_correct_column: [ OK ] 0.62 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 603 / 12246] 03366_with_fill_dag: [ OK ] 0.37 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 604 / 12246] 02661_read_from_archive_tzst: [ OK ] 12.14 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 605 / 12246] 04335_summing_merge_tree_tuple_map_in_sorting_key: [ OK ] 0.80 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 606 / 12246] 03928_materialized_cte_index_2: [ OK ] 0.76 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 607 / 12246] 04614_jit_compiled_disjunctive_filter: [ OK ] 1.15 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 608 / 12246] 02354_vector_search_random_parameters: [ OK ] 5.08 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 609 / 12246] 03640_skip_indexes_with_or_and_not: [ OK ] 0.51 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 610 / 12246] 04033_tpc_ds_q46: [ OK ] 2.76 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 611 / 12246] 01470_test_insert_select_asterisk: [ OK ] 0.70 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 612 / 12246] 03304_compare_substrings: [ OK ] 1.26 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 613 / 12246] 04546_qbit_subcolumn_missing_column_default: [ OK ] 0.90 sec. [2026-08-01 13:58:36] 2026-08-02 03:58:36 [ 614 / 12246] 03634_autopr_output_bytes_estimation: [ OK ] 3.39 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 615 / 12246] 01664_array_slice_ubsan: [ OK ] 0.42 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 616 / 12246] 04042_drop_detached_part_non_literal: [ OK ] 0.43 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 617 / 12246] 03671_dict_in_subquery_in_index_analysis_context_expired: [ OK ] 0.51 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 618 / 12246] 04259_skip_index_set_ngrambf_or: [ OK ] 0.63 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 619 / 12246] 00328_long_case_construction: [ OK ] 37.09 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 620 / 12246] 03731_null_parts_in_storage_snapshot_with_only_analyze: [ OK ] 0.53 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 621 / 12246] 04304_primary_key_is_true_false_unknown: [ OK ] 1.32 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 622 / 12246] 04490_any_join_constant_condition_reorder: [ OK ] 1.18 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 623 / 12246] 04042_object_storage_listing_profile_events: [ OK ] 5.19 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 624 / 12246] 04349_ast_json_local_input_dialect_boundary: [ OK ] 1.63 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 625 / 12246] 03032_storage_memory_modify_settings: [ OK ] 1.25 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 626 / 12246] 03560_parallel_replicas_memory_bound_merging_projection: [ OK ] 0.76 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 627 / 12246] 03006_join_on_inequal_expression_2: [ OK ] 3.53 sec. [2026-08-01 13:58:37] 2026-08-02 03:58:37 [ 628 / 12246] 01649_with_alias_key_condition: [ OK ] 0.46 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 629 / 12246] 02286_convert_decimal_type: [ OK ] 0.67 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 630 / 12246] 00426_nulls_sorting: [ OK ] 0.74 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 631 / 12246] 02294_dictionaries_hierarchical_index: [ OK ] 0.89 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 632 / 12246] 00687_top_and_offset: [ OK ] 6.03 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 633 / 12246] 02768_cse_nested_distributed: [ OK ] 0.87 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 634 / 12246] 02751_protobuf_ipv6: [ OK ] 1.43 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 635 / 12246] 01285_data_skip_index_over_aggregation: [ OK ] 0.73 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 636 / 12246] 04136_window_functions_frame_bounds: [ OK ] 1.12 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 637 / 12246] 01692_DateTime64_from_DateTime: [ OK ] 0.53 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 638 / 12246] 02834_formats_with_variable_number_of_columns: [ OK ] 0.74 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 639 / 12246] 01492_format_readable_quantity: [ OK ] 0.43 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 640 / 12246] 01641_memory_tracking_insert_optimize: [ OK ] 1.13 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 641 / 12246] 01580_column_const_comparision: [ OK ] 0.40 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 642 / 12246] 01532_tuple_with_name_type: [ OK ] 0.49 sec. [2026-08-01 13:58:38] 2026-08-02 03:58:38 [ 643 / 12246] 03821_numbers_primes_filter_bound: [ OK ] 2.69 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 644 / 12246] 01069_database_memory: [ OK ] 0.53 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 645 / 12246] 00488_non_ascii_column_names: [ OK ] 0.41 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 646 / 12246] 01605_skip_idx_compact_parts: [ OK ] 0.52 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 647 / 12246] 00906_low_cardinality_cache: [ OK ] 2.90 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 648 / 12246] 02530_dictionaries_update_field_complex_key_hashed: [ OK ] 30.94 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 649 / 12246] 01924_argmax_bitmap_state: [ OK ] 0.48 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 650 / 12246] 04520_type_pair_matrix_division_overflow_errors: [ OK ] 4.04 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 651 / 12246] 00606_quantiles_and_nans: [ OK ] 0.37 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 652 / 12246] 03168_attach_as_replicated_materialized_view: [ OK ] 1.99 sec. [2026-08-01 13:58:39] 2026-08-02 03:58:39 [ 653 / 12246] 03142_alter_comment_parameterized_view: [ OK ] 0.46 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 654 / 12246] 02346_text_index_bug84805: [ OK ] 0.52 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 655 / 12246] 03777_join_runtime_filter_unsupported_type: [ OK ] 1.09 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 656 / 12246] 03628_subcolumns_of_columns_with_dot_in_name: [ OK ] 1.22 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 657 / 12246] 02674_trivial_count_analyzer: [ OK ] 0.80 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 658 / 12246] 03651_positional_argument_agg_projection: [ OK ] 0.38 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 659 / 12246] 01710_projections_optimize_aggregation_in_order: [ OK ] 5.67 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 660 / 12246] 03527_format_insert_partition: [ OK ] 1.06 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 661 / 12246] 00653_monotonic_integer_cast: [ OK ] 0.44 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 662 / 12246] 01509_parallel_quorum_insert_no_replicas_long: [ OK ] 1.55 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 663 / 12246] 02045_like_function: [ OK ] 0.50 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 664 / 12246] 03522_window_table_arg: [ OK ] 0.47 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 665 / 12246] 03751_if_uint64_int32_type_mismatch: [ OK ] 0.55 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 666 / 12246] 02903_empty_order_by_throws_error: [ OK ] 1.45 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 667 / 12246] 04033_parallel_mv_table_function_settings_race: [ OK ] 3.15 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 668 / 12246] 00534_functions_bad_arguments7: [ OK ] 16.48 sec. [2026-08-01 13:58:40] 2026-08-02 03:58:40 [ 669 / 12246] 00406_tuples_with_nulls: [ OK ] 0.45 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 670 / 12246] 04338_changedate_datetime64_scale_array_push: [ OK ] 0.68 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 671 / 12246] 04027_redundant_trailing_bytes_aggregate_function_deserialization: [ OK ] 0.71 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 672 / 12246] 02552_check_referential_table_dependencies: [ OK ] 0.67 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 673 / 12246] 04317_recursive_with_cluster_table_function: [ OK ] 0.49 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 674 / 12246] 02013_emptystring_cast: [ OK ] 0.75 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 675 / 12246] 04492_grouping_sets_parallel_replicas_set_operation_final: [ OK ] 0.82 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 676 / 12246] 02941_projections_external_aggregation: [ OK ] 1.00 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 677 / 12246] 01710_projections_group_by_no_key: [ OK ] 0.48 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 678 / 12246] 03266_with_fill_staleness: [ OK ] 0.68 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 679 / 12246] 03802_aggregating_agg_func_tuple_element: [ OK ] 0.93 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 680 / 12246] 04309_explain_insert_format: [ OK ] 2.00 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 681 / 12246] 00184_shard_distributed_group_by_no_merge: [ OK ] 1.48 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 682 / 12246] 03636_storage_alias_basic: [ OK ] 3.17 sec. [2026-08-01 13:58:41] 2026-08-02 03:58:41 [ 683 / 12246] 02984_topk_empty_merge: [ OK ] 0.51 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 684 / 12246] 02354_vector_search_quantize_codec_planner_edge_cases: [ OK ] 0.80 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 685 / 12246] 00051_min_max_array: [ OK ] 1.89 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 686 / 12246] 01440_big_int_arithm: [ OK ] 1.06 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 687 / 12246] 02367_analyzer_table_alias_columns: [ OK ] 0.70 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 688 / 12246] 02538_alter_rename_sequence: [ OK ] 1.37 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 689 / 12246] 03238_analyzer_unknown_function: [ OK ] 0.39 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 690 / 12246] 01868_order_by_fill_with_datetime64: [ OK ] 0.35 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 691 / 12246] 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 0.83 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 692 / 12246] 01339_client_unrecognized_option: [ OK ] 1.54 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 693 / 12246] 02916_csv_infer_numbers_from_strings: [ OK ] 0.36 sec. [2026-08-01 13:58:42] 2026-08-02 03:58:42 [ 694 / 12246] 02992_all_columns_should_have_comment: [ OK ] 2.24 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 695 / 12246] 04049_virtual_row_overlap: [ OK ] 1.21 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 696 / 12246] 01845_add_testcase_for_arrayElement: [ OK ] 0.55 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 697 / 12246] 03274_dynamic_column_data_race_with_concurrent_hj: [ OK ] 0.49 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 698 / 12246] 00234_disjunctive_equality_chains_optimization: [ OK ] 0.60 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 699 / 12246] 01903_correct_block_size_prediction_with_default: [ OK ] 9.19 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 700 / 12246] 02457_insert_select_progress_http: [ OK ] 0.92 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 701 / 12246] 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 8.53 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 702 / 12246] 02125_lz4_compression_bug_Native: [ OK ] 5.51 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 703 / 12246] 02377_executable_function_settings: [ OK ] 0.62 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 704 / 12246] 02535_json_bson_each_row_curl: [ OK ] 2.45 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 705 / 12246] 01278_alter_rename_combination: [ OK ] 0.74 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 706 / 12246] 03604_plan_step_description_limit: [ OK ] 0.34 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 707 / 12246] 04429_naive_bayes_pipeline: [ OK ] 10.94 sec. [2026-08-01 13:58:43] 2026-08-02 03:58:43 [ 708 / 12246] 02532_json_missing_named_tuple_elements: [ OK ] 1.98 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 709 / 12246] 03812_join_order_ubsan_overflow: [ OK ] 0.63 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 710 / 12246] 04023_rollup_totals_memory_limit: [ OK ] 0.65 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 711 / 12246] 02313_cross_join_dup_col_names: [ OK ] 0.51 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 712 / 12246] 03326_protobuf_schemas_race: [ OK ] 28.58 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 713 / 12246] 03575_modify_column_null_to_default: [ OK ] 0.86 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 714 / 12246] 02470_mutation_sync_race: [ OK ] 31.56 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 715 / 12246] 02889_print_pretty_type_names: [ OK ] 0.44 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 716 / 12246] 02372_analyzer_join: [ OK ] 9.72 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 717 / 12246] 03035_internal_functions_direct_call: [ OK ] 0.90 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 718 / 12246] 03244_skip_index_in_final_query_with_pk_rescan_pk_subset: [ OK ] 0.98 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 719 / 12246] 04033_tpc_ds_q29: [ OK ] 2.71 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 720 / 12246] 03743_summing_and_aggregating_merge_tree_with_json_merge: [ OK ] 1.03 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 721 / 12246] 01019_Buffer_and_max_memory_usage: [ OK ] 0.84 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 722 / 12246] 04257_positional_file_argument_with_query_conflict: [ OK ] 1.53 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 723 / 12246] 04401_nullsafe_join_subquery_key: [ OK ] 0.54 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 724 / 12246] 02373_datetime64_monotonicity: [ OK ] 2.83 sec. [2026-08-01 13:58:44] 2026-08-02 03:58:44 [ 725 / 12246] 00408_http_keep_alive: [ OK ] 2.19 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 726 / 12246] 01099_operators_date_and_timestamp: [ OK ] 1.04 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 727 / 12246] 00007_uniq: [ OK ] 0.52 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 728 / 12246] 00938_fix_rwlock_segfault_long: [ OK ] 35.54 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 729 / 12246] 03258_refreshable_mv_misc: [ OK ] 4.70 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 730 / 12246] 04616_parquet_v3_dictionary_filter_uncompressed_budget: [ OK ] 2.25 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 731 / 12246] 04127_bitmap_functions_int_types: [ OK ] 0.80 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 732 / 12246] 00520_http_nullable: [ OK ] 0.92 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 733 / 12246] 02834_sparse_columns_sort_with_limit: [ OK ] 0.64 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 734 / 12246] 02354_vector_search_bug110405: [ OK ] 0.49 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 735 / 12246] 04512_length_fixedstring_parallel_replicas: [ OK ] 0.78 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 736 / 12246] 01470_columns_transformers2: [ OK ] 0.43 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 737 / 12246] 02706_array_map_tuples: [ OK ] 0.49 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 738 / 12246] 02956_clickhouse_local_system_parts: [ OK ] 1.13 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 739 / 12246] 02125_low_cardinality_int256: [ OK ] 0.30 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 740 / 12246] 02725_sleep_max_time: [ OK ] 0.46 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 741 / 12246] 01274_generate_random_nested: [ OK ] 0.87 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 742 / 12246] 01060_shutdown_table_after_detach: [ OK ] 0.56 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 743 / 12246] 01043_dictionary_attribute_properties_values: [ OK ] 0.40 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 744 / 12246] 01855_jit_comparison_constant_result: [ OK ] 0.94 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 745 / 12246] 02907_fromDaysSinceYearZero: [ OK ] 0.74 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 746 / 12246] 02721_url_cluster: [ OK ] 1.25 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 747 / 12246] 01801_s3_cluster: [ OK ] 1.97 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 748 / 12246] 01109_sc0rp10_string_hash_map_zero_bytes: [ OK ] 0.35 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 749 / 12246] 03985_parenthesized_from_join: [ OK ] 0.59 sec. [2026-08-01 13:58:45] 2026-08-02 03:58:45 [ 750 / 12246] 04506_naive_bayes_priors_literal: [ OK ] 0.59 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 751 / 12246] 02097_remove_sample_by: [ OK ] 0.82 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 752 / 12246] 01507_multiversion_storage_for_storagememory: [ OK ] 0.61 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 753 / 12246] 04048_sumcountif_nullable_backward_compat: [ OK ] 0.42 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 754 / 12246] 01354_order_by_tuple_collate_const: [ OK ] 0.40 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 755 / 12246] 02986_leftpad_fixedstring: [ OK ] 0.45 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 756 / 12246] 4061_truncate_many_dedup_blocks: [ OK ] 6.02 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 757 / 12246] 01296_codecs_bad_arguments: [ OK ] 0.57 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 758 / 12246] 00876_wrong_arraj_join_column: [ OK ] 0.50 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 759 / 12246] 03754_point_in_polygon_primary_key_index: [ OK ] 0.45 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 760 / 12246] 00720_combinations_of_aggregate_combinators: [ OK ] 0.37 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 761 / 12246] 04019_pipeline_stuck_sort_overflow: [ OK ] 0.45 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 762 / 12246] 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 1.89 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 763 / 12246] 01639_distributed_sync_insert_zero_rows: [ OK ] 0.76 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 764 / 12246] 02922_respect_nulls_extensive: [ OK ] 0.90 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 765 / 12246] 03571_geoparquet_nullable_bug: [ OK ] 1.20 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 766 / 12246] 03254_parquet_bool_native_reader: [ OK ] 1.08 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 767 / 12246] 04070_view_with_projection_not_found_column: [ OK ] 0.68 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 768 / 12246] 01419_materialize_null: [ OK ] 0.33 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 769 / 12246] 04054_completions_access: [ OK ] 11.91 sec. [2026-08-01 13:58:46] 2026-08-02 03:58:46 [ 770 / 12246] 02511_parquet_orc_missing_columns: [ OK ] 1.97 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 771 / 12246] 03726_distributed_alias_column_order: [ OK ] 0.54 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 772 / 12246] 03802_insert_stream_timeout_flush: [ OK ] 5.97 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 773 / 12246] 04141_system_instrument_remove_no_args: [ OK ] 0.45 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 774 / 12246] 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 0.46 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 775 / 12246] 01943_log_column_sizes: [ OK ] 0.46 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 776 / 12246] 03273_ghdata_json_to_json_alter: [ OK ] 8.69 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 777 / 12246] 02565_update_empty_nested: [ OK ] 0.85 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 778 / 12246] 01505_distributed_local_type_conversion_enum: [ OK ] 0.91 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 779 / 12246] 03268_nested_analyzer: [ OK ] 0.89 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 780 / 12246] 03328_formatting_assignment_expression: [ OK ] 0.32 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 781 / 12246] 01043_geo_distance: [ OK ] 0.38 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 782 / 12246] 00612_count: [ OK ] 0.60 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 783 / 12246] 00990_function_current_user: [ OK ] 0.36 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 784 / 12246] 03207_json_read_subcolumns_2_wide_merge_tree: [ OK ] 15.91 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 785 / 12246] 00700_to_decimal_or_something: [ OK ] 0.89 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 786 / 12246] 01452_normalized_query_hash: [ OK ] 0.49 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 787 / 12246] 02152_invalid_setting_with_hints_in_http_request: [ OK ] 1.11 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 788 / 12246] 04614_ownership_validator_prefix_cache_shared_dictionary: [ OK ] 0.54 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 789 / 12246] 04401_110037_minmax_index_lowcardinality_nullable_is_null: [ OK ] 1.09 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 790 / 12246] 00834_limit_with_constant_expressions: [ OK ] 0.57 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 791 / 12246] 01373_summing_merge_tree_explicit_columns_definition: [ OK ] 0.48 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 792 / 12246] 03366_qbit_array_map_populate: [ OK ] 0.47 sec. [2026-08-01 13:58:47] 2026-08-02 03:58:47 [ 793 / 12246] 02302_join_auto_lc_nullable_bug: [ OK ] 0.36 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 794 / 12246] 02885_ephemeral_columns_from_file: [ OK ] 2.24 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 795 / 12246] 03286_format_datetime_timezones: [ OK ] 0.56 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 796 / 12246] 02366_decimal_agg_state_conversion: [ OK ] 0.55 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 797 / 12246] 01585_use_index_for_global_in: [ OK ] 0.49 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 798 / 12246] 04106_timeseries_bucket_count_overflow: [ OK ] 0.89 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 799 / 12246] 01396_negative_datetime_saturate_to_zero: [ OK ] 0.33 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 800 / 12246] 04401_has_column_in_table_access_check: [ OK ] 3.32 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 801 / 12246] 03612_explain_indexes_bugs: [ OK ] 0.44 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 802 / 12246] 03365_time_in_json: [ OK ] 0.56 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 803 / 12246] 04342_reader_executor_s3_long_connections: [ OK ] 1.06 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 804 / 12246] 04327_geohashesInBox_const_mix_and_bfloat16: [ OK ] 0.70 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 805 / 12246] 01277_convert_field_to_type_logical_error: [ OK ] 0.44 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 806 / 12246] 03555_json_shared_data_advanced_paths_indexes_1: [ OK ] 10.38 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 807 / 12246] 02162_array_first_last_index: [ OK ] 0.55 sec. [2026-08-01 13:58:48] 2026-08-02 03:58:48 [ 808 / 12246] 04338_prewhere_after_pushdown_file: [ OK ] 0.49 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 809 / 12246] 02131_row_policies_combination: [ OK ] 0.92 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 810 / 12246] 03594_constraint_subqery_logical_error: [ OK ] 0.68 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 811 / 12246] 00728_json_each_row_parsing: [ OK ] 17.04 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 812 / 12246] 02784_schema_inference_null_as_default: [ OK ] 0.59 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 813 / 12246] 04603_join_using_nested_projection_alias: [ OK ] 0.89 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 814 / 12246] 03052_query_hash_includes_aliases: [ OK ] 0.51 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 815 / 12246] 02287_legacy_column_name_of_tuple_literal_over_distributed: [ OK ] 0.54 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 816 / 12246] 03046_column_in_block_array_join: [ OK ] 0.49 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 817 / 12246] 04049_with_func_alias_in_view: [ OK ] 0.60 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 818 / 12246] 02354_vector_search_rescoring_distance_in_select_list: [ OK ] 0.62 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 819 / 12246] 04614_geoparquet_multipoint: [ OK ] 1.58 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 820 / 12246] 02015_async_inserts_7: [ OK ] 2.22 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 821 / 12246] 00142_parse_timestamp_as_datetime: [ OK ] 0.71 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 822 / 12246] 03549_aggregate_arithmetic_logical_error: [ OK ] 0.44 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 823 / 12246] 04099_alter_string_non_default_serialization: [ OK ] 1.26 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 824 / 12246] 04404_naive_bayes_access: [ OK ] 3.74 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 825 / 12246] 01491_nested_multiline_comments: [ OK ] 0.34 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 826 / 12246] 03402_zero_streams_after_max_streams_to_max_threads_ratio: [ OK ] 0.60 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 827 / 12246] 04489_qbit_cast_to_array: [ OK ] 0.69 sec. [2026-08-01 13:58:49] 2026-08-02 03:58:49 [ 828 / 12246] 02794_pushdown_invalid_get: [ OK ] 0.45 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 829 / 12246] 04063_parquet_wkt_multilinestring: [ OK ] 2.15 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 830 / 12246] 04033_tpc_ds_q16: [ OK ] 2.10 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 831 / 12246] 04342_dynamic_mutation_dummy_placeholder_stream: [ OK ] 0.52 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 832 / 12246] 03231_values_respect_format_settings_in_fields_conversion: [ OK ] 0.38 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 833 / 12246] 00534_functions_bad_arguments4_long: [ OK ] 13.78 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 834 / 12246] 03554_json_shared_data_advanced_serialization_wide_part_big: [ OK ] 2.61 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 835 / 12246] 03205_parallel_window_finctions_and_column_sparse_bug: [ OK ] 0.63 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 836 / 12246] 00979_quantileExcatExclusive_and_Inclusive: [ OK ] 0.40 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 837 / 12246] 02989_mysql_transaction_test: [ OK ] 1.06 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 838 / 12246] 03705_function_dict_get_keys_multiple_dict_and_no_caching: [ OK ] 0.49 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 839 / 12246] 02898_parallel_replicas_progress_bar: [ OK ] 1.48 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 840 / 12246] 00217_shard_global_subquery_columns_with_same_name: [ OK ] 0.32 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 841 / 12246] 04010_describe_remote_rbac_bypass: [ OK ] 3.90 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 842 / 12246] 00030_alter_table: [ OK ] 0.97 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 843 / 12246] 00006_extremes_and_subquery_from: [ OK ] 0.63 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 844 / 12246] 03261_minmax_indices_by_default_table_copy: [ OK ] 0.65 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 845 / 12246] 01479_cross_join_9855: [ OK ] 0.30 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 846 / 12246] 02955_sparkBar_alias_sparkbar: [ OK ] 0.56 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 847 / 12246] 04324_limit_by_partition_and_in_order: [ OK ] 0.97 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 848 / 12246] 02335_column_ttl_expired_column_optimization: [ OK ] 1.46 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 849 / 12246] 02002_sampling_and_unknown_column_bug: [ OK ] 0.32 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 850 / 12246] 00944_minmax_null: [ OK ] 0.32 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 851 / 12246] 02111_function_mapExtractKeyLike: [ OK ] 0.63 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 852 / 12246] 00825_protobuf_format_table_default: [ OK ] 3.56 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 853 / 12246] 02560_null_as_default: [ OK ] 0.48 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 854 / 12246] 02346_text_index_preprocessor_partially_materialized: [ OK ] 1.23 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 855 / 12246] 04303_stid_3993_36c1_optimize_partition_time_column: [ OK ] 0.42 sec. [2026-08-01 13:58:50] 2026-08-02 03:58:50 [ 856 / 12246] 02100_limit_push_down_bug: [ OK ] 0.30 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 857 / 12246] 02294_decimal_second_errors: [ OK ] 0.29 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 858 / 12246] 04103_randomStringUTF8_null_terminators: [ OK ] 0.31 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 859 / 12246] 02843_context_has_expired: [ OK ] 0.46 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 860 / 12246] 03101_analyzer_identifiers_4: [ OK ] 0.58 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 861 / 12246] 00288_empty_stripelog: [ OK ] 0.44 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 862 / 12246] 04160_unique_key_backup_check_rejected: [ OK ] 0.43 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 863 / 12246] 02911_cte_invalid_query_analysis: [ OK ] 0.67 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 864 / 12246] 01376_array_fill_empty: [ OK ] 0.53 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 865 / 12246] 04050_mark_cache_compact_part_mutation: [ OK ] 0.77 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 866 / 12246] 03803_const_string_comparison_cast_settings: [ OK ] 0.47 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 867 / 12246] 04401_distributed_with_fill_const_to_scalar: [ OK ] 0.55 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 868 / 12246] 01169_alter_partition_isolation_stress: [ OK ] 23.33 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 869 / 12246] 01317_no_password_in_command_line: [ OK ] 4.86 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 870 / 12246] 03644_join_order_mixed_comma_and_left: [ OK ] 0.81 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 871 / 12246] 03355_issue_32743: [ OK ] 0.62 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 872 / 12246] 01313_parse_date_time_best_effort_null_zero: [ OK ] 0.58 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 873 / 12246] 04105_distributed_final_replacing: [ OK ] 0.44 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 874 / 12246] 04540_join_use_nulls_outer_to_inner_legacy: [ OK ] 0.45 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 875 / 12246] 00548_slice_of_nested: [ OK ] 0.31 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 876 / 12246] 04099_assume_not_null_key_condition: [ OK ] 0.59 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 877 / 12246] 01356_wrong_filter-type_bug: [ OK ] 0.41 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 878 / 12246] 01821_join_table_race_long: [ OK ] 5.01 sec. [2026-08-01 13:58:51] 2026-08-02 03:58:51 [ 879 / 12246] 04049_cuturlparameter_pattern_matching: [ OK ] 0.40 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 880 / 12246] 03164_orc_signedness: [ OK ] 0.61 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 881 / 12246] 04064_recursive_cte_multiple_subqueries: [ OK ] 0.46 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 882 / 12246] 03916_http_to_native_port_error_message: [ OK ] 1.43 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 883 / 12246] 01785_parallel_formatting_memory: [ OK ] 1.78 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 884 / 12246] 03791_decimal_string_zero: [ OK ] 0.42 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 885 / 12246] 01881_total_bytes_storage_buffer: [ OK ] 0.49 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 886 / 12246] 01197_summing_enum: [ OK ] 0.55 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 887 / 12246] 03733_base58_decode_bug: [ OK ] 0.47 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 888 / 12246] 03006_join_on_inequal_expression_fast_1: [ OK ] 2.69 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 889 / 12246] 03566_low_cardinality_nan_unique: [ OK ] 0.45 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 890 / 12246] 00359_convert_or_zero_functions: [ OK ] 0.46 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 891 / 12246] 03229_async_insert_alter: [ OK ] 0.66 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 892 / 12246] 02482_value_block_parsing: [ OK ] 1.58 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 893 / 12246] 03702_show_kill_logging_internal_queries: [ OK ] 2.93 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 894 / 12246] 04099_parquet_v3_nullable_string_memory: [ OK ] 1.22 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 895 / 12246] 04402_grant_select_alias_column: [ OK ] 5.35 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 896 / 12246] 04093_best_effort_datetime_timezone_boundary_range_check: [ OK ] 0.45 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 897 / 12246] 02246_tsv_csv_best_effort_schema_inference: [ OK ] 19.89 sec. [2026-08-01 13:58:52] 2026-08-02 03:58:52 [ 898 / 12246] 01420_logical_functions_materialized_null: [ OK ] 0.51 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 899 / 12246] 01710_projection_mutation: [ OK ] 0.50 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 900 / 12246] 01049_window_view_window_functions: [ OK ] 0.98 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 901 / 12246] 00990_hasToken_and_tokenbf: [ OK ] 1.24 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 902 / 12246] 01710_projection_fetch_long: [ OK ] 1.29 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 903 / 12246] 03365_time_time64_as_primary_key: [ OK ] 1.12 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 904 / 12246] 02868_no_merge_across_partitions_final_with_lonely: [ OK ] 3.86 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 905 / 12246] 03780_function_variant_adaptor: [ OK ] 1.10 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 906 / 12246] 04007_pipeline_stuck_ping_pong_deadlock: [ OK ] 0.93 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 907 / 12246] 04328_reader_executor_kpi_async_metric: [ OK ] 0.98 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 908 / 12246] 03707_statistics_cache: [ OK ] 1.25 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 909 / 12246] 03302_merge_table_structure_unification: [ OK ] 0.64 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 910 / 12246] 04050_truncate_order_by_after_group_by_keys: [ OK ] 0.53 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 911 / 12246] 04539_tonullable_monotonicity_pruning: [ OK ] 0.62 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 912 / 12246] 04304_clickhouse_disks_wc: [ OK ] 2.04 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 913 / 12246] 00095_hyperscan_profiler: [ OK ] 7.39 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 914 / 12246] 00098_f_union_all: [ OK ] 0.52 sec. [2026-08-01 13:58:53] 2026-08-02 03:58:53 [ 915 / 12246] 03573_planner_merge_filter_into_join_bug_2: [ OK ] 0.32 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 916 / 12246] 04102_lazy_materialization_with_patch_parts: [ OK ] 0.50 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 917 / 12246] 04630_ast_json_projection_index_expression_list: [ OK ] 0.47 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 918 / 12246] 04092_iceberg_mutate_without_prior_select: [ OK ] 3.76 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 919 / 12246] 04402_text_index_push_ranges_to_analyzer: [ OK ] 2.29 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 920 / 12246] 03732_join_on_exists_bug: [ OK ] 0.53 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 921 / 12246] 02579_fill_empty_chunk: [ OK ] 0.44 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 922 / 12246] 03057_analyzer_subquery_alias_join: [ OK ] 0.47 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 923 / 12246] 02538_analyzer_create_table_as_select: [ OK ] 0.65 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 924 / 12246] 02222_allow_experimental_projection_optimization__enable_global_with_statement: [ OK ] 0.56 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 925 / 12246] 03201_local_named_collections: [ OK ] 1.58 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 926 / 12246] 02962_arrow_dictionary_indexes_types: [ OK ] 2.22 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 927 / 12246] 02012_settings_clause_for_s3: [ OK ] 0.41 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 928 / 12246] 04491_docs_web_ui_page_link_route: [ OK ] 1.71 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 929 / 12246] 03728_arrow_low_cardinality_over_bool: [ OK ] 1.10 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 930 / 12246] 01532_clickhouse_local_tmp_folder: [ OK ] 1.28 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 931 / 12246] 03655_system_databases_is_external: [ OK ] 0.53 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 932 / 12246] 00608_uniq_array: [ OK ] 0.41 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 933 / 12246] 02451_variadic_null_garbage_data: [ OK ] 0.63 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 934 / 12246] 03033_virtual_column_override: [ OK ] 0.44 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 935 / 12246] 01818_case_float_value_fangyc: [ OK ] 0.32 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 936 / 12246] 04336_discard_query_data: [ OK ] 0.66 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 937 / 12246] 02971_functions_to_subcolumns_column_names: [ OK ] 0.33 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 938 / 12246] 02421_exponential_join_rewrite_21557: [ OK ] 0.81 sec. [2026-08-01 13:58:54] 2026-08-02 03:58:54 [ 939 / 12246] 02154_dictionary_get_http_json: [ OK ] 2.98 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 940 / 12246] 04032_and_comparison_filter_optimization_1: [ OK ] 2.54 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 941 / 12246] 00040_aggregating_materialized_view: [ OK ] 2.30 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 942 / 12246] 03530_index_html: [ OK ] 0.79 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 943 / 12246] 01675_data_type_coroutine: [ OK ] 20.60 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 944 / 12246] 01098_msgpack_format: [ OK ] 17.43 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 945 / 12246] 02346_text_index_bug102497: [ OK ] 0.65 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 946 / 12246] 02163_shard_num: [ OK ] 0.59 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 947 / 12246] 02932_set_ttl_where: [ OK ] 3.43 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 948 / 12246] 01710_aggregate_projection_with_normalized_states: [ OK ] 0.76 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 949 / 12246] 03359_analyzer_rewrite_view_query: [ OK ] 0.35 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 950 / 12246] 02998_analyzer_prewhere_report: [ OK ] 0.42 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 951 / 12246] 03448_topk_merging: [ OK ] 0.52 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 952 / 12246] 04299_table_engines_documentation: [ OK ] 0.39 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 953 / 12246] 03549_keeper_map_column_comments: [ OK ] 0.48 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 954 / 12246] 04612_fixedstring_const_string_key_condition: [ OK ] 1.23 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 955 / 12246] 02291_join_const_literal_36279: [ OK ] 0.58 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 956 / 12246] 03100_lwu_deletes_5_vertical_merge: [ OK ] 0.98 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 957 / 12246] 03404_bfloat16_insert_values: [ OK ] 0.45 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 958 / 12246] 02354_vector_search_different_array_sizes: [ OK ] 0.44 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 959 / 12246] 04050_skip_unavailable_shards_local_missing_table: [ OK ] 0.69 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 960 / 12246] 02718_cli_dashed_options_parsing: [ OK ] 2.39 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 961 / 12246] 04489_geo_utm_mgrs: [ OK ] 1.32 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 962 / 12246] 02473_optimize_old_parts: [ OK ] 32.85 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 963 / 12246] 04202_jemalloc_jit_arena_metrics: [ OK ] 0.40 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 964 / 12246] 01661_join_complex: [ OK ] 0.62 sec. [2026-08-01 13:58:55] 2026-08-02 03:58:55 [ 965 / 12246] 02004_max_hyperscan_regex_length: [ OK ] 1.15 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 966 / 12246] 03365_time_time64_without_timezone: [ OK ] 0.62 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 967 / 12246] 03742_array_join_empty_tuple: [ OK ] 0.34 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 968 / 12246] 01062_pm_all_join_with_block_continuation: [ OK ] 0.80 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 969 / 12246] 02661_read_from_archive_zip: [ OK ] 11.02 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 970 / 12246] 04654_union_scalar_subquery_in_mutation_predicate: [ OK ] 0.47 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 971 / 12246] 03413_analyzer_correlated_subqueries_bug_2: [ OK ] 0.47 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 972 / 12246] 04611_random_hadamard_transform_hartley_truncation: [ OK ] 0.49 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 973 / 12246] 00545_weird_aggregate_functions: [ OK ] 0.38 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 974 / 12246] 03033_distinct_transform_const_columns: [ OK ] 0.32 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 975 / 12246] 03451_parameterized_views_without_alias: [ OK ] 0.47 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 976 / 12246] 02029_test_implemented_methods: [ OK ] 1.14 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 977 / 12246] 00704_arrayCumSumLimited_arrayDifference: [ OK ] 0.62 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 978 / 12246] 03513_read_in_order_nullable: [ OK ] 0.98 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 979 / 12246] 03808_with_duplicate_alias_nested_scopes: [ OK ] 0.50 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 980 / 12246] 01306_polygons_intersection: [ OK ] 0.59 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 981 / 12246] 01249_flush_interactive: [ OK ] 10.94 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 982 / 12246] 02103_with_names_and_types_parallel_parsing: [ OK ] 5.85 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 983 / 12246] 01040_h3_get_resolution: [ OK ] 0.45 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 984 / 12246] 03365_time_implicit_conversion: [ OK ] 0.53 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 985 / 12246] 02785_summing_merge_tree_datetime64: [ OK ] 0.38 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 986 / 12246] 03536_ch_as_client_and_local: [ OK ] 1.76 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 987 / 12246] 01000_unneeded_substitutions_client: [ OK ] 1.40 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 988 / 12246] 02354_vector_search_quantize_codec_rabitq_simd: [ OK ] 1.01 sec. [2026-08-01 13:58:56] 2026-08-02 03:58:56 [ 989 / 12246] 00634_rename_view: [ OK ] 0.41 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 990 / 12246] 00555_hasSubstr: [ OK ] 0.55 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 991 / 12246] 02378_analyzer_projection_names: [ OK ] 2.24 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 992 / 12246] 02235_check_table_sparse_serialization: [ OK ] 0.41 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 993 / 12246] 01677_array_enumerate_bug: [ OK ] 0.27 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 994 / 12246] 02844_tsv_carriage_return_parallel_parsing: [ OK ] 1.38 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 995 / 12246] 00401_merge_and_stripelog: [ OK ] 0.93 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 996 / 12246] 04519_every_dictionary_layout_must_have_documentation: [ OK ] 0.40 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 997 / 12246] 03203_hive_style_partitioning: [ OK ] 5.05 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 998 / 12246] 03721_join_residual_condition_bug_88635: [ OK ] 0.41 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 999 / 12246] 04365_create_as_select_cluster_function_replicated_db: [ OK ] 0.62 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1000 / 12246] 03593_funcs_on_empty_string: [ OK ] 3.17 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1001 / 12246] 03807_top_k_limit_zero: [ OK ] 0.41 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1002 / 12246] 00360_to_date_from_string_with_datetime: [ OK ] 0.48 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1003 / 12246] 00043_summing_empty_part: [ OK ] 0.70 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1004 / 12246] 01265_datetime_string_comparison_felix_mueller: [ OK ] 0.48 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1005 / 12246] 03830_no_zero_rows_with_unaligned_block_size: [ OK ] 0.69 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1006 / 12246] 04545_orc_dictionary_map_key_schema_inference: [ OK ] 1.31 sec. [2026-08-01 13:58:57] 2026-08-02 03:58:57 [ 1007 / 12246] 04028_recursive_cte_remote_view_segfault: [ OK ] 0.41 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1008 / 12246] 01700_mod_negative_type_promotion: [ OK ] 0.47 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1009 / 12246] 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 1.02 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1010 / 12246] 03704_fractional_limit_with_ties: [ OK ] 1.00 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1011 / 12246] 04303_extract_timezone_hour_and_minute: [ OK ] 0.57 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1012 / 12246] 01926_union_all_schmak: [ OK ] 0.45 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1013 / 12246] 02550_benchmark_connections_credentials: [ OK ] 2.90 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1014 / 12246] 03205_hashing_empty_tuples: [ OK ] 0.64 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1015 / 12246] 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 0.54 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1016 / 12246] 01906_partition_by_multiply_by_zero: [ OK ] 0.48 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1017 / 12246] 01084_regexp_empty: [ OK ] 0.43 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1018 / 12246] 04073_rocksdb_virtual_columns: [ OK ] 0.54 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1019 / 12246] 01661_referer: [ OK ] 2.28 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1020 / 12246] 02815_join_algorithm_setting: [ OK ] 1.56 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1021 / 12246] 03814_lazy_materialization_unneeded_columns_bug: [ OK ] 0.41 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1022 / 12246] 03365_column_ttl_should_rebuild_skp_idx_and_proj: [ OK ] 3.04 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1023 / 12246] 04097_distributed_join_kinds: [ OK ] 2.44 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1024 / 12246] 03228_virtual_column_merge_dist: [ OK ] 0.78 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1025 / 12246] 03284_json_object_as_tuple_duplicate_keys: [ OK ] 0.35 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1026 / 12246] 04075_buffer_virtual_column_table: [ OK ] 0.57 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1027 / 12246] 02154_parser_backtracking: [ OK ] 3.23 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1028 / 12246] 02483_merge_projections: [ OK ] 1.18 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1029 / 12246] 00578_merge_table_sampling: [ OK ] 0.62 sec. [2026-08-01 13:58:58] 2026-08-02 03:58:58 [ 1030 / 12246] 01059_storage_file_compression: [ OK ] 15.15 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1031 / 12246] 00667_compare_arrays_of_different_types: [ OK ] 0.39 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1032 / 12246] 01881_join_on_conditions_merge_decimal: [ OK ] 1.98 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1033 / 12246] 03262_common_expression_optimization: [ OK ] 2.21 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1034 / 12246] 02154_bit_slice_for_fixedstring: [ OK ] 1.93 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1035 / 12246] 04204_global_in_join_max_rows_to_transfer_103333: [ OK ] 0.97 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1036 / 12246] 04647_use_query_parameter_survives_reconnect: [ OK ] 6.22 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1037 / 12246] 01549_low_cardinality_materialized_view: [ OK ] 0.53 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1038 / 12246] 00174_compare_date_time_with_constant_string_in_in: [ OK ] 0.53 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1039 / 12246] 04328_mysql_handshake_auth_response_length: [ OK ] 0.48 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1040 / 12246] 03799_parallel_right_join_flag_per_row: [ OK ] 0.54 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1041 / 12246] 04402_remote_storage_engine_insert_table_function: [ OK ] 0.45 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1042 / 12246] 02493_analyzer_table_functions_untuple: [ OK ] 0.77 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1043 / 12246] 04546_constant_join_replicated_right_column: [ OK ] 0.49 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1044 / 12246] 01561_clickhouse_client_stage: [ OK ] 2.14 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1045 / 12246] 03904_fuse_function_pass_lowcardinality_nullable_argument: [ OK ] 0.56 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1046 / 12246] 00938_ipv6_cidr_range: [ OK ] 0.70 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1047 / 12246] 03371_dynamic_values_parsing_templates: [ OK ] 0.64 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1048 / 12246] 04272_89802_set_index_mv_nullable_column_type: [ OK ] 0.86 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1049 / 12246] 03927_json_typed_path_tuple_element: [ OK ] 0.40 sec. [2026-08-01 13:58:59] 2026-08-02 03:58:59 [ 1050 / 12246] 01289_min_execution_speed_not_too_early: [ OK ] 1.40 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1051 / 12246] 00271_agg_state_and_totals: [ OK ] 0.63 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1052 / 12246] 03047_analyzer_alias_join: [ OK ] 0.57 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1053 / 12246] 02833_array_join_columns: [ OK ] 0.50 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1054 / 12246] 01528_to_uuid_or_null_or_zero: [ OK ] 0.85 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1055 / 12246] 04408_query_phase_profile_events: [ OK ] 0.86 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1056 / 12246] 04214_azure_url_malformed_port_no_logical_error: [ OK ] 1.71 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1057 / 12246] 04627_set_index_null_const_no_prune: [ OK ] 0.84 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1058 / 12246] 02834_analyzer_with_statement_references: [ OK ] 0.33 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1059 / 12246] 03040_dynamic_type_alters_1_memory: [ OK ] 1.04 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1060 / 12246] 04049_negative_limit_with_ties_basic: [ OK ] 0.71 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1061 / 12246] 01777_map_populate_series_ubsan: [ OK ] 0.52 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1062 / 12246] 03085_analyzer_alias_column_group_by: [ OK ] 0.33 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1063 / 12246] 02735_asof_join_right_null: [ OK ] 0.81 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1064 / 12246] 02995_index_6: [ OK ] 8.24 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1065 / 12246] 03210_dynamic_squashing: [ OK ] 0.85 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1066 / 12246] 01085_simdjson_uint64: [ OK ] 0.45 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1067 / 12246] 02998_system_dns_cache_table: [ OK ] 0.49 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1068 / 12246] 03448_sparse_grams_bloom_filter: [ OK ] 12.15 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1069 / 12246] 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 1.45 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1070 / 12246] 04077_lwd_alter_delete_privilege: [ OK ] 2.96 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1071 / 12246] 04241_alias_unnest: [ OK ] 0.46 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1072 / 12246] 00800_low_cardinality_merge_join: [ OK ] 1.83 sec. [2026-08-01 13:59:00] 2026-08-02 03:59:00 [ 1073 / 12246] 03569_max_joined_block_size_rows_bug: [ OK ] 0.47 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1074 / 12246] 02017_create_distributed_table_coredump: [ OK ] 0.58 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1075 / 12246] 03374_indexes_with_literals: [ OK ] 0.71 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1076 / 12246] 00048_min_max: [ OK ] 0.51 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1077 / 12246] 04648_timeseries_samples_codecs: [ OK ] 0.65 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1078 / 12246] 03777_client_arguments_spaces: [ OK ] 1.37 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1079 / 12246] 04052_distributed_index_analysis_in_subquery_no_quadratic: [ OK ] 2.88 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1080 / 12246] 04339_ast_json_review_followup_hardening: [ OK ] 1.33 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1081 / 12246] 03093_reading_bug_with_parallel_replicas: [ OK ] 0.81 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1082 / 12246] 02923_join_use_nulls_modulo: [ OK ] 0.41 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1083 / 12246] 04305_parquet_byte_stream_split_read: [ OK ] 3.14 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1084 / 12246] 02013_zlib_read_after_eof: [ OK ] 2.85 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1085 / 12246] 03519_multiple_join_using: [ OK ] 0.62 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1086 / 12246] 00915_simple_aggregate_function: [ OK ] 0.74 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1087 / 12246] 02994_merge_tree_mutations_cleanup: [ OK ] 10.46 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1088 / 12246] 02021_map_bloom_filter_index: [ OK ] 1.21 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1089 / 12246] 03240_array_element_or_null: [ OK ] 1.04 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1090 / 12246] 01376_null_logical: [ OK ] 0.55 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1091 / 12246] 04141_variant_low_cardinality_version_only_keys: [ OK ] 0.50 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1092 / 12246] 04539_lazy_final_read_in_order_limit_disabled: [ OK ] 1.16 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1093 / 12246] 01916_lowcard_dict_type: [ OK ] 0.66 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1094 / 12246] 00415_into_outfile: [ OK ] 2.98 sec. [2026-08-01 13:59:01] 2026-08-02 03:59:01 [ 1095 / 12246] 00642_cast: [ OK ] 0.56 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:01 [ 1096 / 12246] 01670_test_repeat_mysql_dialect: [ OK ] 0.33 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1097 / 12246] 04114_aggregate_function_flamegraph: [ OK ] 0.98 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1098 / 12246] 04239_alter_rename_column_lazy_load_tables_104819: [ OK ] 2.63 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1099 / 12246] 04257_multi_stream_limit_by_in_order: [ OK ] 1.32 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1100 / 12246] 04033_tpc_ds_q47: [ OK ] 5.99 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1101 / 12246] 01297_alter_distributed: [ OK ] 0.58 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1102 / 12246] 02296_nullable_arguments_in_array_filter: [ OK ] 0.40 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1103 / 12246] 00749_inner_join_of_unnamed_subqueries: [ OK ] 0.50 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1104 / 12246] 03835_join_transitive_predicates: [ OK ] 0.96 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1105 / 12246] 02457_key_condition_with_types_that_cannot_be_nullable: [ OK ] 0.51 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1106 / 12246] 03261_json_hints_types_check: [ OK ] 0.49 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1107 / 12246] 01622_codec_zstd_long: [ OK ] 0.69 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1108 / 12246] 02473_prewhere_with_bigint: [ OK ] 0.55 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1109 / 12246] 02254_projection_broken_part: [ OK ] 5.39 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1110 / 12246] 02810_fix_remove_dedundant_distinct_view: [ OK ] 0.48 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1111 / 12246] 03837_subquery_ndv_propagation_join_order: [ OK ] 0.78 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1112 / 12246] 00557_array_resize: [ OK ] 0.56 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1113 / 12246] 02876_yyyymmddtodate: [ OK ] 1.41 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1114 / 12246] 02815_empty_subquery_nullable_bug: [ OK ] 0.46 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1115 / 12246] 04040_object_storage_parallelize_output: [ OK ] 1.63 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1116 / 12246] 01780_column_sparse: [ OK ] 0.71 sec. [2026-08-01 13:59:02] 2026-08-02 03:59:02 [ 1117 / 12246] 04152_remote_query_executor_sync_skip_unavailable_shard: [ OK ] 1.13 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1118 / 12246] 03811_inconsistent_formatting_ttl_where_alias: [ OK ] 0.39 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1119 / 12246] 03249_dynamic_alter_consistency: [ OK ] 0.58 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1120 / 12246] 04077_lwd_row_exists_hidden: [ OK ] 0.65 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1121 / 12246] 01318_parallel_final_stuck: [ OK ] 0.46 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1122 / 12246] 00027_argMinMax: [ OK ] 0.49 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1123 / 12246] 01458_count_digits: [ OK ] 0.40 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1124 / 12246] 01514_input_format_json_enum_as_number: [ OK ] 0.45 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1125 / 12246] 02364_window_case: [ OK ] 0.33 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1126 / 12246] 04516_projection_part_column_drift: [ OK ] 0.90 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1127 / 12246] 03921_merge_tree_settings_readonly: [ OK ] 0.43 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1128 / 12246] 04003_geojson_input_format: [ OK ] 2.27 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1129 / 12246] 04040_tpc_h_q19: [ OK ] 1.32 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1130 / 12246] 04061_iceberg_bad_metadata_file_name: [ OK ] 1.93 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1131 / 12246] 02798_explain_settings_not_applied_bug: [ OK ] 0.66 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1132 / 12246] 01430_modify_sample_by_zookeeper_long: [ OK ] 1.28 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1133 / 12246] 03229_json_null_as_default_for_tuple: [ OK ] 0.49 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1134 / 12246] 01163_search_case_insensetive_utf8: [ OK ] 0.48 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1135 / 12246] 02884_async_insert_native_protocol_3: [ OK ] 2.63 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1136 / 12246] 00996_neighbor: [ OK ] 0.61 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1137 / 12246] 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.80 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1138 / 12246] 03927_sharded_aggregation_explain: [ OK ] 1.53 sec. [2026-08-01 13:59:03] 2026-08-02 03:59:03 [ 1139 / 12246] 03595_funcs_on_zero: [ OK ] 3.27 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1140 / 12246] 00461_default_value_of_argument_type: [ OK ] 0.33 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1141 / 12246] 03711_top_k_by_skip_index_handle_ties: [ OK ] 3.24 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1142 / 12246] 02112_delayed_clickhouse_local: [ OK ] 1.18 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1143 / 12246] 03715_tuple_inside_nullable_in_qualified_expression: [ OK ] 0.66 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1144 / 12246] 03594_http_settings_when_multipart: [ OK ] 1.14 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1145 / 12246] 03021_output_format_tty: [ OK ] 1.19 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1146 / 12246] 02910_rocksdb_optimize: [ OK ] 0.55 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1147 / 12246] 03037_precent_rank: [ OK ] 0.67 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1148 / 12246] 01071_force_optimize_skip_unused_shards: [ OK ] 0.94 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1149 / 12246] 02003_bug_from_23515: [ OK ] 0.55 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1150 / 12246] 03140_client_subsequent_external_tables: [ OK ] 1.34 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1151 / 12246] 02737_session_timezone: [ OK ] 0.75 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1152 / 12246] 02497_analyzer_sum_if_count_if_pass_crash_fix: [ OK ] 0.35 sec. [2026-08-01 13:59:04] 2026-08-02 03:59:04 [ 1153 / 12246] 04104_parquet_null_as_default_non_nullable: [ OK ] 0.53 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1154 / 12246] 03458_wkb_function: [ OK ] 0.89 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1155 / 12246] 03811_negative_limit_offset_distributed_large: [ OK ] 0.71 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1156 / 12246] 04147_system_instrument_add_argument_out_of_range: [ OK ] 0.38 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1157 / 12246] 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.42 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1158 / 12246] 03302_udf_header_detection: [ OK ] 1.25 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1159 / 12246] 03597_alter_column_with_subcolumn_in_key: [ OK ] 0.64 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1160 / 12246] 04318_system_restart_disk_plain_rewritable: [ OK ] 2.29 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1161 / 12246] 01147_partial_merge_full_join: [ OK ] 2.04 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1162 / 12246] 04033_empty_string_pk_monotonicity: [ OK ] 0.49 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1163 / 12246] 03704_default_empty_order_by: [ OK ] 0.46 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1164 / 12246] 03054_analyzer_join_alias: [ OK ] 0.53 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1165 / 12246] 04252_database_replicated_system_clusters_log_level: [ OK ] 3.28 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1166 / 12246] 04495_backup_metadata_version_overflow: [ OK ] 3.39 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1167 / 12246] 02354_vector_search_index_creation_negative: [ OK ] 1.43 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1168 / 12246] 01947_mv_subquery: [ OK ] 2.20 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1169 / 12246] 02206_information_schema_show_database: [ OK ] 0.41 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1170 / 12246] 04201_virtual_column_override_where_filter: [ OK ] 0.54 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1171 / 12246] 03032_save_bad_json_escape_sequences: [ OK ] 0.61 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1172 / 12246] 01633_limit_fuzz: [ OK ] 0.45 sec. [2026-08-01 13:59:05] 2026-08-02 03:59:05 [ 1173 / 12246] 04650_substring_alias_normalization_metadata_roundtrip: [ OK ] 10.77 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1174 / 12246] 02483_elapsed_time: [ OK ] 5.16 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1175 / 12246] 02974_backup_query_format_null: [ OK ] 2.49 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1176 / 12246] 01732_union_and_union_all: [ OK ] 0.63 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1177 / 12246] 04612_parquet_v3_dictionary_filter_multi_column_budget: [ OK ] 2.33 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1178 / 12246] 03243_compatibility_setting_with_alias: [ OK ] 0.62 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1179 / 12246] 04030_correlated_subquery_untuple: [ OK ] 0.48 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1180 / 12246] 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 1.46 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1181 / 12246] 03652_generate_serial_id_non_constant_zookeeper: [ OK ] 0.46 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1182 / 12246] 03823_lwu_patch_type_mismatch_dataloss: [ OK ] 0.54 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1183 / 12246] 03701_paimon_no_partition: [ OK ] 3.26 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1184 / 12246] 03776_text_index_covered_sparse_grams: [ OK ] 0.46 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1185 / 12246] 04510_select_access_rights_rewrite: [ OK ] 8.53 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1186 / 12246] 02874_array_random_sample: [ OK ] 7.39 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1187 / 12246] 03536_not_allowed_types_in_default_and_materialized_expressions: [ OK ] 1.44 sec. [2026-08-01 13:59:06] 2026-08-02 03:59:06 [ 1188 / 12246] 03594_jemalloc_per_query_sampling: [ OK ] 4.75 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1189 / 12246] 02581_width_bucket: [ OK ] 0.94 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1190 / 12246] 03668_parquet_min_bytes_for_seek_zero: [ OK ] 1.50 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1191 / 12246] 04249_packed_skip_indices_round_trip: [ OK ] 1.71 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1192 / 12246] 03266_with_fill_staleness_cases: [ OK ] 0.65 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1193 / 12246] 02817_structure_to_schema: [ OK ] 12.74 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1194 / 12246] 04032_filter_push_down_const_having: [ OK ] 0.69 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1195 / 12246] 02713_array_low_cardinality_string: [ OK ] 0.55 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1196 / 12246] 02381_client_prints_server_side_time: [ OK ] 2.23 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1197 / 12246] 01656_test_hex_mysql_dialect: [ OK ] 0.33 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1198 / 12246] 02508_index_analysis_to_date_timezone: [ OK ] 0.52 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1199 / 12246] 02539_vertical_merge_compact_parts: [ OK ] 0.67 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1200 / 12246] 02169_map_functions: [ OK ] 2.05 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1201 / 12246] 01227_distributed_merge_global_in_primary_key: [ OK ] 1.49 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1202 / 12246] 02831_ast_fuzz_asan_join: [ OK ] 0.37 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1203 / 12246] 02568_json_array_length: [ OK ] 0.64 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1204 / 12246] 00909_arrayEnumerateUniq: [ OK ] 3.07 sec. [2026-08-01 13:59:07] 2026-08-02 03:59:07 [ 1205 / 12246] 01889_key_condition_function_chains: [ OK ] 0.84 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1206 / 12246] 03100_lwu_11_with_mutations: [ OK ] 2.87 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1207 / 12246] 02314_avro_null_as_default: [ OK ] 2.11 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1208 / 12246] 00070_insert_fewer_columns_http: [ OK ] 1.18 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1209 / 12246] 03363_qbit_create_insert_select: [ OK ] 1.54 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1210 / 12246] 03142_window_function_limit_by: [ OK ] 0.51 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1211 / 12246] 01511_prewhere_with_virtuals: [ OK ] 0.52 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1212 / 12246] 02149_read_in_order_fixed_prefix: [ OK ] 1.38 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1213 / 12246] 04062_join_order_optimizer_outer_join: [ OK ] 0.77 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1214 / 12246] 04509_additional_table_filters_illegal_type: [ OK ] 0.55 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1215 / 12246] 00312_position_case_insensitive_utf8: [ OK ] 2.37 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1216 / 12246] 02355_control_block_size_in_aggregator: [ OK ] 0.42 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1217 / 12246] 03558_no_alias_in_single_expressions: [ OK ] 0.30 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1218 / 12246] 03520_analyzer_distributed_in_cte_bug: [ OK ] 0.73 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1219 / 12246] 02918_join_pm_lc_crash: [ OK ] 0.40 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1220 / 12246] 01605_adaptive_granularity_block_borders: [ OK ] 6.54 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1221 / 12246] 01318_decrypt: [ OK ] 1.51 sec. [2026-08-01 13:59:08] 2026-08-02 03:59:08 [ 1222 / 12246] 00096_aggregation_min_if: [ OK ] 4.30 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1223 / 12246] 00825_protobuf_format_array_3dim: [ OK ] 3.49 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1224 / 12246] 00906_low_cardinality_rollup: [ OK ] 0.70 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1225 / 12246] 04518_group_by_all_tuple_order_by: [ OK ] 0.60 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1226 / 12246] 04502_qbit_distance_transposed_dynamic_reference: [ OK ] 0.83 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1227 / 12246] 00875_join_right_nulls_ors: [ OK ] 0.80 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1228 / 12246] 03227_dynamic_subcolumns_enumerate_streams: [ OK ] 0.55 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1229 / 12246] 04408_hypothetical_index_partial_read: [ OK ] 0.28 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1230 / 12246] 00508_materialized_view_to: [ OK ] 1.29 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1231 / 12246] 04260_cast_keep_nullable_dynamic: [ OK ] 1.22 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1232 / 12246] 03209_parameterized_view_with_non_literal_params: [ OK ] 1.98 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1233 / 12246] 03291_collapsing_invalid_sign: [ OK ] 1.22 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1234 / 12246] 03743_buffers_input_output_format: [ OK ] 2.11 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1235 / 12246] 02784_parallel_replicas_automatic_decision: [ OK ] 12.97 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1236 / 12246] 03823_dictionary_circular_dep_deadlock: [ OK ] 0.43 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1237 / 12246] 03222_create_timeseries_table: [ OK ] 0.50 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1238 / 12246] 00578_merge_table_and_table_virtual_column: [ OK ] 0.80 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1239 / 12246] 03601_inconsistent_table_names: [ OK ] 0.53 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1240 / 12246] 00911_tautological_compare: [ OK ] 0.36 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1241 / 12246] 04545_attach_projection_part_offset_setting_disabled: [ OK ] 7.59 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1242 / 12246] 03748_tuple_inside_nullable_flatten_tuple_function: [ OK ] 0.51 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1243 / 12246] 02461_welch_t_test_fuzz: [ OK ] 0.67 sec. [2026-08-01 13:59:09] 2026-08-02 03:59:09 [ 1244 / 12246] 03405_join_using_alias_constant: [ OK ] 0.77 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1245 / 12246] 01664_decimal_ubsan: [ OK ] 0.40 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1246 / 12246] 03779_time_series_tags_functions: [ OK ] 0.97 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1247 / 12246] 03779_distinct_order_by_limit_by_const_column: [ OK ] 0.63 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1248 / 12246] 04604_async_insert_dedup_prewarm_hash_count: [ OK ] 4.67 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1249 / 12246] 03918_json_lazy_type_hints_merge: [ OK ] 0.34 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1250 / 12246] 01773_datetime64_add_ubsan: [ OK ] 0.37 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1251 / 12246] 02132_client_history_navigation: [ OK ] 1.26 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1252 / 12246] 03356_job_stack_trace: [ OK ] 1.69 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1253 / 12246] 03960_join_order_dphyp_triangle: [ OK ] 0.69 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1254 / 12246] 03703_show_processlist_include_internal: [ OK ] 1.47 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1255 / 12246] 03037_recursive_cte_postgres_3: [ OK ] 0.90 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1256 / 12246] 00562_in_subquery_merge_tree: [ OK ] 0.71 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1257 / 12246] 04105_view_positional_args_via_local_plan: [ OK ] 3.69 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1258 / 12246] 03210_convert_outer_join_to_inner_join_any_join: [ OK ] 0.59 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1259 / 12246] 04053_totals_having_const_mismatch: [ OK ] 0.45 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1260 / 12246] 02444_async_broken_outdated_part_loading: [ OK ] 6.56 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1261 / 12246] 00078_group_by_arrays: [ OK ] 2.06 sec. [2026-08-01 13:59:10] 2026-08-02 03:59:10 [ 1262 / 12246] 02100_now64_types_bug: [ OK ] 0.41 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1263 / 12246] 00634_performance_introspection_and_logging: [ OK ] 3.62 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1264 / 12246] 04401_join_runtime_filter_low_cardinality_nullable: [ OK ] 0.89 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1265 / 12246] 01746_lc_values_format_bug: [ OK ] 0.40 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1266 / 12246] 01422_array_nullable_element_nullable_index: [ OK ] 0.41 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1267 / 12246] 03081_analyzer_agg_func_CTE: [ OK ] 0.57 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1268 / 12246] 03168_fuzz_multiIf_short_circuit: [ OK ] 0.39 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1269 / 12246] 02021_create_database_with_comment: [ OK ] 3.09 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1270 / 12246] 01762_datetime64_extended_parsing: [ OK ] 0.41 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1271 / 12246] 04403_mergetree_close_fds_before_part_rename: [ OK ] 9.02 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1272 / 12246] 04150_generate_random_types_coverage: [ OK ] 0.71 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1273 / 12246] 01645_system_table_engines: [ OK ] 0.50 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1274 / 12246] 04203_is_prime_wide: [ OK ] 1.37 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1275 / 12246] 04337_delta_lake_missing_column_in_mapping: [ OK ] 1.51 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1276 / 12246] 03100_lwu_deletes_4_index: [ OK ] 0.99 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1277 / 12246] 02961_analyzer_low_cardinality_fuzzer: [ OK ] 0.56 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1278 / 12246] 04061_keeper_client_watch_commands: [ OK ] 3.97 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1279 / 12246] 02189_join_type_conversion: [ OK ] 0.45 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1280 / 12246] 00145_empty_likes: [ OK ] 0.60 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1281 / 12246] 03458_numeric_indexed_vector_operations_u32u8: [ OK ] 0.72 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1282 / 12246] 00975_move_partition_merge_tree: [ OK ] 1.27 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1283 / 12246] 04051_top_k_dynamic_filter_read_in_order: [ OK ] 0.67 sec. [2026-08-01 13:59:11] 2026-08-02 03:59:11 [ 1284 / 12246] 04121_json_extract_types_edges: [ OK ] 1.61 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1285 / 12246] 03984_drop_database_sync_cancellation: [ OK ] 6.30 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1286 / 12246] 03286_serialization_hint_system_columns: [ OK ] 0.61 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1287 / 12246] 02560_count_digits: [ OK ] 0.63 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1288 / 12246] 01836_date_time_keep_default_timezone_on_operations_den_crane: [ OK ] 0.62 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1289 / 12246] 04024_parse_datetime_best_effort_invalid_words: [ OK ] 0.78 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1290 / 12246] 04004_const_column_get_extremes: [ OK ] 0.49 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1291 / 12246] 03364_with_fill_select_from_cluster_view: [ OK ] 0.46 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1292 / 12246] 02354_vector_search_bug100556: [ OK ] 0.64 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1293 / 12246] 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 0.81 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1294 / 12246] 02932_non_ready_set_stuck: [ OK ] 0.51 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1295 / 12246] 00965_set_index_string_functions: [ OK ] 4.75 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1296 / 12246] 02947_non_post_request_should_be_readonly: [ OK ] 1.12 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1297 / 12246] 02691_drop_column_with_projections_replicated: [ OK ] 0.71 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1298 / 12246] 02482_load_parts_refcounts: [ OK ] 3.69 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1299 / 12246] 01493_table_function_null: [ OK ] 0.46 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1300 / 12246] 04009_dict_get_or_default_nullable_key_short_circuit: [ OK ] 0.66 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1301 / 12246] 02022_storage_filelog_one_file: [ OK ] 3.72 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1302 / 12246] 01231_operator_null_in_2: [ OK ] 2.68 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1303 / 12246] 02113_base64encode_trailing_bytes: [ OK ] 0.82 sec. [2026-08-01 13:59:12] 2026-08-02 03:59:12 [ 1304 / 12246] 01674_htm_xml_coarse_parse: [ OK ] 0.53 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1305 / 12246] 03360_bool_remote: [ OK ] 0.56 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1306 / 12246] 04035_bech32_bip173_raw_encoding: [ OK ] 0.70 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1307 / 12246] 03023_zeros_generate_random_with_limit_progress_bar: [ OK ] 1.19 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1308 / 12246] 02815_range_dict_no_direct_join: [ OK ] 0.67 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1309 / 12246] 00533_uniq_array: [ OK ] 0.63 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1310 / 12246] 03270_max_bytes_ratio_before_external_group_by: [ OK ] 0.33 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1311 / 12246] 01051_all_join_engine: [ OK ] 1.31 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1312 / 12246] 01671_merge_join_and_constants: [ OK ] 0.61 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1313 / 12246] 04652_cluster_all_replicas_with_fill_interpolate: [ OK ] 0.76 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1314 / 12246] 03513_simple_aggregate_function_any_respect_nulls_in_summing_merge_tree: [ OK ] 0.62 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1315 / 12246] 02806_system_parts_columns_modification_time: [ OK ] 6.77 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1316 / 12246] 04250_packed_skip_indices_mutations: [ OK ] 7.48 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1317 / 12246] 04148_key_condition_safe_cast_coverage: [ OK ] 0.96 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1318 / 12246] 02677_analyzer_compound_expressions: [ OK ] 0.98 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1319 / 12246] 04403_adaptive_codec_recompress_ttl: [ OK ] 1.09 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1320 / 12246] 01883_subcolumns_distributed: [ OK ] 0.75 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1321 / 12246] 01518_cast_nullable_virtual_system_column: [ OK ] 0.53 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1322 / 12246] 03526_date_time_input_format_in_schema_inference_cache: [ OK ] 1.24 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1323 / 12246] 03657_hash_vs_full_sorting_merge_join: [ OK ] 0.75 sec. [2026-08-01 13:59:13] 2026-08-02 03:59:13 [ 1324 / 12246] 02367_join_pushdown_column_not_found: [ OK ] 0.58 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1325 / 12246] 01640_marks_corruption_regression: [ OK ] 0.64 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1326 / 12246] 02513_date_string_comparison: [ OK ] 1.40 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1327 / 12246] 02816_has_token_empty: [ OK ] 0.60 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1328 / 12246] 00296_url_parameters: [ OK ] 0.47 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1329 / 12246] 04270_toStartOfSubsecond_ubsan_int64_min: [ OK ] 0.55 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1330 / 12246] 00613_shard_distributed_max_execution_time: [ OK ] 0.72 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1331 / 12246] 03003_codec_multiple_buffer_overflow: [ OK ] 1.26 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1332 / 12246] 04298_85955_iceberg_map_tuple_nested: [ OK ] 3.08 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1333 / 12246] 02833_std_alias: [ OK ] 0.47 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1334 / 12246] 04541_create_as_select_table_scoped_insert_grant: [ OK ] 3.16 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1335 / 12246] 02264_format_insert_compression: [ OK ] 0.34 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1336 / 12246] 04538_pr_plan_based_constants: [ OK ] 0.76 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1337 / 12246] 01513_defaults_on_defaults_no_column: [ OK ] 0.64 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1338 / 12246] 01033_quota_dcl: [ OK ] 0.33 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1339 / 12246] 02124_buffer_with_type_map_long: [ OK ] 12.15 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1340 / 12246] 00652_replicated_mutations_default_database_zookeeper: [ OK ] 2.70 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1341 / 12246] 03733_anti_join_runtime_filter_3: [ OK ] 1.28 sec. [2026-08-01 13:59:14] 2026-08-02 03:59:14 [ 1342 / 12246] 02200_use_skip_indexes: [ OK ] 0.49 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1343 / 12246] 02541_lightweight_delete_on_cluster: [ OK ] 0.86 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1344 / 12246] 04412_deep_nested_literal_format: [ OK ] 1.67 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1345 / 12246] 01758_optimize_skip_unused_shards_once: [ OK ] 1.82 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1346 / 12246] 03059_analyzer_join_engine_missing_column: [ OK ] 0.39 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1347 / 12246] 01345_index_date_vs_datetime: [ OK ] 0.47 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1348 / 12246] 03254_timeseries_group_array: [ OK ] 0.47 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1349 / 12246] 03823_gorilla_codec_mismatched_size: [ OK ] 0.80 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1350 / 12246] 01610_client_editor_format_query: [ OK ] 1.27 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1351 / 12246] 01581_deduplicate_by_columns_local: [ OK ] 2.05 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1352 / 12246] 00429_long_http_bufferization: [ OK ] 33.10 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1353 / 12246] 01268_shard_avgweighted: [ OK ] 0.74 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1354 / 12246] 01582_deterministic_function_with_predicate: [ OK ] 0.47 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1355 / 12246] 01550_create_map_type: [ OK ] 2.10 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1356 / 12246] 04262_no_excessive_output_on_lexical_error: [ OK ] 2.17 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1357 / 12246] 04512_every_database_engine_must_have_documentation: [ OK ] 0.33 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1358 / 12246] 02811_read_in_order_and_array_join_bug: [ OK ] 0.46 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1359 / 12246] 04506_parallel_single_level_merge_group_by: [ OK ] 1.51 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1360 / 12246] 03432_input_format_parquet_max_block_size_validation: [ OK ] 0.60 sec. [2026-08-01 13:59:15] 2026-08-02 03:59:15 [ 1361 / 12246] 01710_projection_part_check: [ OK ] 0.97 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1362 / 12246] 00432_aggregate_function_scalars_and_constants: [ OK ] 1.03 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1363 / 12246] 03312_json_literal_remote: [ OK ] 2.78 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1364 / 12246] 01621_summap_check_types: [ OK ] 0.46 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1365 / 12246] 04277_merge_read_in_order_with_prewhere: [ OK ] 0.77 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1366 / 12246] 00483_reading_from_array_structure: [ OK ] 0.63 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1367 / 12246] 03262_filter_push_down_view: [ OK ] 0.45 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1368 / 12246] 01070_to_decimal_or_null_exception: [ OK ] 0.60 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1369 / 12246] 04503_tuple_combinator_multiple_tuples: [ OK ] 1.30 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1370 / 12246] 02782_inconsistent_formatting_and_constant_folding: [ OK ] 0.38 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1371 / 12246] 01690_quantilesTiming_ubsan: [ OK ] 0.38 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1372 / 12246] 03571_lwd_and_projections: [ OK ] 0.96 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1373 / 12246] 04201_filesystem_symlink_cycle: [ OK ] 1.48 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1374 / 12246] 00822_array_insert_default: [ OK ] 0.63 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1375 / 12246] 00917_multiple_joins_denny_crane: [ OK ] 0.69 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1376 / 12246] 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.38 sec. [2026-08-01 13:59:16] 2026-08-02 03:59:16 [ 1377 / 12246] 01781_token_extractor_buffer_overflow: [ OK ] 1.16 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1378 / 12246] 00436_convert_charset: [ OK ] 0.50 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1379 / 12246] 01013_repeat_function: [ OK ] 0.59 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1380 / 12246] 03161_clickhouse_keeper_client_create_sequential: [ OK ] 1.50 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1381 / 12246] 01825_json_type_13: [ OK ] 3.63 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1382 / 12246] 02513_parquet_orc_arrow_nullable_schema_inference: [ OK ] 2.28 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1383 / 12246] 04410_system_tables_restricted_user_database_skip: [ OK ] 6.93 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1384 / 12246] 03322_unused_interpolate_expressions: [ OK ] 0.62 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1385 / 12246] 04490_with_fill_interpolate_constant_fill_column: [ OK ] 0.55 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1386 / 12246] 00305_http_and_readonly: [ OK ] 1.98 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1387 / 12246] 03271_sqllancer_having_issue: [ OK ] 0.44 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1388 / 12246] 04104_input_format_max_block_size_bytes_override: [ OK ] 3.62 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1389 / 12246] 04012_explain_pretty_output: [ OK ] 1.00 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1390 / 12246] 00753_with_with_single_alias: [ OK ] 0.43 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1391 / 12246] 02423_insert_stats_behaviour: [ OK ] 5.40 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1392 / 12246] 03254_trivial_merge_selector: [ OK ] 2.34 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1393 / 12246] 02504_disallow_arrayjoin_in_mutations: [ OK ] 0.49 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1394 / 12246] 04493_sqr: [ OK ] 0.58 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1395 / 12246] 03034_ddls_and_merges_with_unusual_maps: [ OK ] 0.84 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1396 / 12246] 02918_sqlite_path_check: [ OK ] 1.65 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1397 / 12246] 00660_optimize_final_without_partition: [ OK ] 0.70 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1398 / 12246] 04267_values_template_tuple_size_mismatch: [ OK ] 0.39 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1399 / 12246] 02950_obfuscator_keywords_more: [ OK ] 1.63 sec. [2026-08-01 13:59:17] 2026-08-02 03:59:17 [ 1400 / 12246] 03707_analyzer_convert_outer_any_to_inner: [ OK ] 0.52 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1401 / 12246] 02346_text_index_parallel_replicas: [ OK ] 1.46 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1402 / 12246] 02184_nested_tuple: [ OK ] 0.60 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1403 / 12246] 01932_global_in_function: [ OK ] 0.35 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1404 / 12246] 02731_formats_s3: [ OK ] 0.51 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1405 / 12246] 02122_parallel_formatting_Markdown: [ OK ] 2.46 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1406 / 12246] 02725_cnf_large_check: [ OK ] 0.47 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1407 / 12246] 03323_bfloat16_least_supertype: [ OK ] 0.43 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1408 / 12246] 02889_parts_columns_filenames: [ OK ] 0.70 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1409 / 12246] 04403_totime64_saturate_clamp: [ OK ] 0.58 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1410 / 12246] 03273_dynamic_pretty_json_serialization: [ OK ] 0.36 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1411 / 12246] 02423_ddl_for_opentelemetry: [ OK ] 9.83 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1412 / 12246] 04305_database_engines_documentation: [ OK ] 0.46 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1413 / 12246] 03448_window_functions_distinct_distributed: [ OK ] 1.56 sec. [2026-08-01 13:59:18] 2026-08-02 03:59:18 [ 1414 / 12246] 02881_system_detached_parts_modification_time: [ OK ] 0.92 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1415 / 12246] 03636_index_analysis_with_session_tz: [ OK ] 1.29 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1416 / 12246] 00927_asof_join_noninclusive: [ OK ] 1.09 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1417 / 12246] 02122_parallel_formatting_Vertical: [ OK ] 3.02 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1418 / 12246] 03289_tuple_element_to_subcolumn: [ OK ] 0.56 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1419 / 12246] 01495_subqueries_in_with_statement_3: [ OK ] 0.70 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1420 / 12246] 03268_system_parts_index_granularity: [ OK ] 0.51 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1421 / 12246] 02798_generic_transform: [ OK ] 0.73 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1422 / 12246] 02910_nullable_enum_cast: [ OK ] 0.43 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1423 / 12246] 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 0.40 sec. [2026-08-01 13:59:19] 2026-08-02 03:59:19 [ 1424 / 12246] 02205_map_populate_series_non_const: [ OK ] 1.69 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1425 / 12246] 02428_parameterized_view: [ OK ] 8.33 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1426 / 12246] 04279_projection_zero_row_rebuild_no_orphan: [ OK ] 1.29 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1427 / 12246] 03036_dynamic_read_shared_subcolumns_compact_merge_tree: [ OK ] 11.01 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1428 / 12246] 02990_format_not_precedence: [ OK ] 0.42 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1429 / 12246] 04326_s3_credentials_setting_constraint_compatibility: [ OK ] 3.07 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1430 / 12246] 00505_secure: [ OK ] 1.97 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1431 / 12246] 02493_inconsistent_hex_and_binary_number: [ OK ] 2.41 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1432 / 12246] 04033_tpc_ds_q66: [ OK ] 2.50 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1433 / 12246] 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 2.39 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1434 / 12246] 02911_join_on_nullsafe_optimization: [ OK ] 1.19 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1435 / 12246] 02956_rocksdb_bulk_sink: [ OK ] 8.14 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1436 / 12246] 01746_long_zstd_http_compression_json_format: [ OK ] 1.93 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1437 / 12246] 01851_fix_row_policy_empty_result: [ OK ] 0.68 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1438 / 12246] 04230_length_nullable_fixed_string: [ OK ] 0.53 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1439 / 12246] 03829_distance_transposed_pass_nullable_nothing: [ OK ] 0.50 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1440 / 12246] 03668_shard_join_in_reverse_order: [ OK ] 0.41 sec. [2026-08-01 13:59:20] 2026-08-02 03:59:20 [ 1441 / 12246] 01318_alter_add_column_exists: [ OK ] 1.50 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1442 / 12246] 03981_refreshable_mv_retries_int64_max: [ OK ] 1.89 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1443 / 12246] 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.40 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1444 / 12246] 03100_lwu_20_different_structure: [ OK ] 0.74 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1445 / 12246] 00952_input_function: [ OK ] 9.48 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1446 / 12246] 01781_map_op_ubsan: [ OK ] 0.37 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1447 / 12246] 02366_kql_func_ip: [ OK ] 3.51 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1448 / 12246] 01710_projections_order_by_incomplete: [ OK ] 0.65 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1449 / 12246] 00140_prewhere_column_order: [ OK ] 0.55 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1450 / 12246] 03239_if_constant_folding: [ OK ] 0.69 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1451 / 12246] 02224_parallel_distributed_insert_select_cluster: [ OK ] 0.71 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1452 / 12246] 02231_buffer_aggregate_states_leak: [ OK ] 6.60 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1453 / 12246] 02722_database_filesystem: [ OK ] 8.52 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1454 / 12246] 01493_alter_remove_properties: [ OK ] 0.78 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1455 / 12246] 03231_test_incorrect_datetime_msan: [ OK ] 2.40 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1456 / 12246] 02686_bson3: [ OK ] 0.40 sec. [2026-08-01 13:59:21] 2026-08-02 03:59:21 [ 1457 / 12246] 01097_cyclic_defaults: [ OK ] 0.81 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1458 / 12246] 04033_tpc_ds_q11: [ OK ] 5.59 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1459 / 12246] 04535_restore_huge_read_buffer_size: [ OK ] 2.23 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1460 / 12246] 02267_insert_empty_data: [ OK ] 0.40 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1461 / 12246] 04516_row_policy_nested_udf_arrayjoin: [ OK ] 1.16 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1462 / 12246] 02932_query_settings_max_size_drop_rmt: [ OK ] 1.17 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1463 / 12246] 01168_mutations_isolation_2: [ OK ] 17.38 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1464 / 12246] 04034_patch_parts_column_order_mismatch: [ OK ] 0.50 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1465 / 12246] 00182_functions_higher_order_and_consts: [ OK ] 4.25 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1466 / 12246] 04663_setting_boolean_shorthand_in_create_settings: [ OK ] 0.55 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1467 / 12246] 03593_any_join_swap_tables: [ OK ] 0.79 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1468 / 12246] 02020_exponential_smoothing: [ OK ] 1.16 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1469 / 12246] 03144_compress_stdout: [ OK ] 1.44 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1470 / 12246] 03272_json_to_json_cast_1: [ OK ] 0.71 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1471 / 12246] 04209_rank_dense_rank_no_arguments_49526: [ OK ] 0.77 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1472 / 12246] 00900_orc_arrays_load: [ OK ] 2.65 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1473 / 12246] 00838_unique_index: [ OK ] 4.09 sec. [2026-08-01 13:59:22] 2026-08-02 03:59:22 [ 1474 / 12246] 01033_function_substring: [ OK ] 1.31 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1475 / 12246] 04063_negative_limit_fractional_limit_rows_before_limit_at_least: [ OK ] 0.39 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1476 / 12246] 03036_clamp: [ OK ] 0.77 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1477 / 12246] 03365_dynamic_column_datetime: [ OK ] 0.43 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1478 / 12246] 04211_case_with_expression_decimal_supertype_104335: [ OK ] 1.92 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1479 / 12246] 00951_ngram_search: [ OK ] 2.32 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1480 / 12246] 02960_polygon_bound_bug: [ OK ] 1.27 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1481 / 12246] 04331_type_json_allow_duplicated_key_with_literal_and_nested_object_typed_paths: [ OK ] 0.78 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1482 / 12246] 04411_native_arrow_ipc_unrequested_dictionary_corrupt: [ OK ] 3.00 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1483 / 12246] 00331_final_and_prewhere: [ OK ] 0.81 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1484 / 12246] 02451_order_by_monotonic: [ OK ] 5.72 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1485 / 12246] 03013_position_const_start_pos: [ OK ] 0.62 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1486 / 12246] 03755_hive_partitioning_used_to_break_insert: [ OK ] 0.65 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1487 / 12246] 01056_predicate_optimizer_bugs: [ OK ] 1.55 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1488 / 12246] 04325_decode_html_component_expanding_entities: [ OK ] 0.76 sec. [2026-08-01 13:59:23] 2026-08-02 03:59:23 [ 1489 / 12246] 01296_pipeline_stuck: [ OK ] 0.76 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1490 / 12246] 01323_bad_arg_in_arithmetic_operations: [ OK ] 0.43 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1491 / 12246] 04075_memory_userspace_pagecache_metrics: [ OK ] 0.47 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1492 / 12246] 02539_generate_random_ip: [ OK ] 0.32 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1493 / 12246] 01472_obfuscator_uuid: [ OK ] 2.74 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1494 / 12246] 03400_datetime64_key_condition_with_number: [ OK ] 0.47 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1495 / 12246] 02998_http_redirects: [ OK ] 1.37 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1496 / 12246] 01637_nullable_fuzz3: [ OK ] 0.48 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1497 / 12246] 01304_direct_io_long: [ OK ] 7.60 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1498 / 12246] 01413_allow_non_metadata_alters: [ OK ] 0.67 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1499 / 12246] 02303_query_kind: [ OK ] 1.59 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1500 / 12246] 04401_url_engine_s3_dispatch: [ OK ] 6.57 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1501 / 12246] 02185_split_by_char: [ OK ] 0.64 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1502 / 12246] 02662_sparse_columns_mutations_5: [ OK ] 0.64 sec. [2026-08-01 13:59:24] 2026-08-02 03:59:24 [ 1503 / 12246] 01869_function_modulo_legacy: [ OK ] 0.39 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1504 / 12246] 00731_long_merge_tree_select_opened_files: [ OK ] 5.29 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1505 / 12246] 04489_create_table_as_inherit_engine_and_settings: [ OK ] 1.19 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1506 / 12246] 04054_dictget_unqualified_name_distributed: [ OK ] 2.14 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1507 / 12246] 03914_has_any_all_tokens_with_tokenizer: [ OK ] 1.64 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1508 / 12246] 03719_multiple_column_empty_tuple_formats: [ OK ] 6.98 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1509 / 12246] 01080_check_for_error_incorrect_size_of_nested_column: [ OK ] 0.69 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1510 / 12246] 04308_arrow_oob_reads_value: [ OK ] 4.74 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1511 / 12246] 02377_optimize_sorting_by_input_stream_properties: [ OK ] 1.22 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1512 / 12246] 01853_s2_cells_intersect: [ OK ] 0.49 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1513 / 12246] 03023_invalid_format_detection: [ OK ] 1.23 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1514 / 12246] 04419_naive_bayes_classifier_dependency: [ OK ] 1.04 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1515 / 12246] 02991_count_rewrite_analyzer: [ OK ] 0.41 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1516 / 12246] 04648_join_on_constant_null_conjunct: [ OK ] 1.19 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1517 / 12246] 03100_lwu_49_update_skip_indexes: [ OK ] 0.64 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1518 / 12246] 02458_insert_select_progress_tcp: [ OK ] 3.81 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1519 / 12246] 00973_uniq_non_associativity: [ OK ] 1.24 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1520 / 12246] 04033_tpc_ds_q43: [ OK ] 2.08 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1521 / 12246] 04053_arrow_view: [ OK ] 2.66 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1522 / 12246] 02515_fix_any_parsing: [ OK ] 0.88 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1523 / 12246] 04203_system_iceberg_files: [ OK ] 3.23 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1524 / 12246] 03037_dynamic_merges_1_horizontal_compact_wide_tree: [ OK ] 4.87 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1525 / 12246] 02913_sum_map_state: [ OK ] 0.51 sec. [2026-08-01 13:59:25] 2026-08-02 03:59:25 [ 1526 / 12246] 02731_nothing_deserialization: [ OK ] 0.51 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1527 / 12246] 04513_orc_native_union_integer_targets: [ OK ] 0.83 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1528 / 12246] 04266_mmap_page_cache_compat: [ OK ] 1.22 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1529 / 12246] 04068_aggregate_null_for_empty_with_null_combinator: [ OK ] 0.58 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1530 / 12246] 02911_system_symbols: [ OK ] 2.82 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1531 / 12246] 03728_explain_column_structure: [ OK ] 0.37 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1532 / 12246] 02842_filesystem_cache_validate_path: [ OK ] 0.69 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1533 / 12246] 00513_fractional_time_zones: [ OK ] 0.45 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1534 / 12246] 04094_format_schema_cache_filename_prefix: [ OK ] 1.12 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1535 / 12246] 04041_text_index_direct_read_or_multi_column: [ OK ] 1.21 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1536 / 12246] 02110_clickhouse_local_custom_tld: [ OK ] 1.01 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1537 / 12246] 00989_parallel_parts_loading: [ OK ] 3.39 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1538 / 12246] 02708_parallel_replicas_not_found_column: [ OK ] 0.62 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1539 / 12246] 04401_recursive_cte_correlated_subquery: [ OK ] 0.82 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1540 / 12246] 01620_fix_simple_state_arg_type: [ OK ] 1.35 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1541 / 12246] 01825_json_type_bools: [ OK ] 0.97 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1542 / 12246] 03703_distinct_projection_type_mismatch: [ OK ] 1.05 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1543 / 12246] 03231_prewhere_conditions_order: [ OK ] 0.68 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1544 / 12246] 03826_xxh3_128_types: [ OK ] 0.74 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1545 / 12246] 04513_prewhere_map_subcolumn_read_cost: [ OK ] 1.39 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1546 / 12246] 00999_nullable_nested_types_4877: [ OK ] 1.29 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1547 / 12246] 04337_variant_to_column_inplace_mutation: [ OK ] 0.86 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1548 / 12246] 02267_join_dup_columns_issue36199: [ OK ] 0.69 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1549 / 12246] 04064_alias_datetime_timezone_cast: [ OK ] 0.36 sec. [2026-08-01 13:59:26] 2026-08-02 03:59:26 [ 1550 / 12246] 04095_lazy_final_with_lazy_materialization: [ OK ] 2.82 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1551 / 12246] 04603_help_command_snippet_content_rendered: [ OK ] 1.79 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1552 / 12246] 02006_test_positional_arguments: [ OK ] 0.83 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1553 / 12246] 02381_setting_value_auto: [ OK ] 0.35 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1554 / 12246] 01623_constraints_column_swap: [ OK ] 0.77 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1555 / 12246] 03251_insert_sparse_all_formats: [ OK ] 17.37 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1556 / 12246] 02500_numbers_inference: [ OK ] 4.69 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1557 / 12246] 02387_parse_date_as_datetime: [ OK ] 0.46 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1558 / 12246] 04054_remove_unused_columns_duplicated_column_names: [ OK ] 0.61 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1559 / 12246] 02149_schema_inference_formats_with_schema_1: [ OK ] 15.72 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1560 / 12246] 02354_vector_search_detach_attach: [ OK ] 0.44 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1561 / 12246] 03591_optimize_prewhere_row_policy: [ OK ] 0.66 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1562 / 12246] 02277_full_sort_join_misc: [ OK ] 0.63 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1563 / 12246] 04246_materialize_index_force_recalc: [ OK ] 5.20 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1564 / 12246] 02963_invalid_identifier: [ OK ] 0.39 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1565 / 12246] 01416_clear_column_pk: [ OK ] 0.53 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1566 / 12246] 04040_tpc_h_q06: [ OK ] 1.46 sec. [2026-08-01 13:59:27] 2026-08-02 03:59:27 [ 1567 / 12246] 03173_set_transformed_partition_pruning: [ OK ] 5.67 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1568 / 12246] 03220_replace_formatting: [ OK ] 1.40 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1569 / 12246] 03517_s3_plain_rewritable_backup_database: [ OK ] 2.41 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1570 / 12246] 03573_join_storage_not_change_kind: [ OK ] 0.65 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1571 / 12246] 02250_insert_select_from_file_schema_inference: [ OK ] 0.70 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1572 / 12246] 04356_geojson_geometry_values: [ OK ] 0.83 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1573 / 12246] 03130_nested_type: [ OK ] 1.30 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1574 / 12246] 02513_csv_bool_allow_crlf: [ OK ] 1.27 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1575 / 12246] 02841_parquet_filter_pushdown_bug: [ OK ] 1.27 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1576 / 12246] 03606_nullable_json_group_by: [ OK ] 0.61 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1577 / 12246] 04260_arrow_geo_corrupted_offsets: [ OK ] 2.55 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1578 / 12246] 03538_analyzer_lag_lead_functions: [ OK ] 0.62 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1579 / 12246] 04038_json_array_element_to_subcolumn: [ OK ] 1.27 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1580 / 12246] 02346_additional_filters_index: [ OK ] 0.83 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1581 / 12246] 01655_window_functions_cume_dist: [ OK ] 0.60 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1582 / 12246] 02697_alter_dependencies: [ OK ] 0.81 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1583 / 12246] 04116_coalesce_partial_constant_index_pruning: [ OK ] 1.54 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1584 / 12246] 02584_compressor_codecs: [ OK ] 2.23 sec. [2026-08-01 13:59:28] 2026-08-02 03:59:28 [ 1585 / 12246] 03620_json_advanced_shared_data_seek_bug: [ OK ] 1.18 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1586 / 12246] 03405_json_parsing_error_bug: [ OK ] 0.38 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1587 / 12246] 04039_materialize_projections_on_insert: [ OK ] 0.63 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1588 / 12246] 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.39 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1589 / 12246] 03285_analyzer_array_join_nested: [ OK ] 0.46 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1590 / 12246] 02725_any_join_single_row: [ OK ] 0.87 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1591 / 12246] 04040_tpc_h_q14: [ OK ] 1.17 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1592 / 12246] 00933_ttl_with_default: [ OK ] 0.89 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1593 / 12246] 04310_arrow_oob_reads_arithmetic: [ OK ] 2.36 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1594 / 12246] 04326_json_advanced_shared_data_file_open: [ OK ] 3.97 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1595 / 12246] 01471_limit_by_format: [ OK ] 0.56 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1596 / 12246] 02012_changed_enum_type_non_replicated: [ OK ] 0.60 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1597 / 12246] 02346_text_index_prewhere_support: [ OK ] 12.28 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1598 / 12246] 03620_analyzer_distributed_global_in: [ OK ] 1.56 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1599 / 12246] 01601_accurate_cast: [ OK ] 2.58 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1600 / 12246] 04257_aggregation_in_order_mismatch: [ OK ] 1.03 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1601 / 12246] 01325_freeze_mutation_stuck: [ OK ] 0.58 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1602 / 12246] 04103_cast_string_to_date_time_mode_nullable: [ OK ] 0.43 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1603 / 12246] 02968_projection_merge: [ OK ] 1.21 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1604 / 12246] 04097_tuple_inside_nullable_subcolumn_descendants: [ OK ] 0.76 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1605 / 12246] 01957_heredoc_more: [ OK ] 0.46 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1606 / 12246] 02242_case_insensitive_column_matching: [ OK ] 5.23 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1607 / 12246] 03378_cosine_distance_transposed: [ OK ] 1.01 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1608 / 12246] 02221_system_zookeeper_unrestricted: [ OK ] 3.17 sec. [2026-08-01 13:59:29] 2026-08-02 03:59:29 [ 1609 / 12246] 03579_mergeTreeIndex_params: [ OK ] 0.64 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1610 / 12246] 04413_reset_setting_max_query_size_queue: [ OK ] 3.08 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1611 / 12246] 03254_project_lwd_respects_row_exists: [ OK ] 0.79 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1612 / 12246] 01083_aggregation_memory_efficient_bug: [ OK ] 0.80 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1613 / 12246] 03838_right_join_using_nullable_type_mismatch: [ OK ] 0.73 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1614 / 12246] 01655_sleep_infinite_float: [ OK ] 0.40 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1615 / 12246] 03593_allow_projection_with_parent_part_offset: [ OK ] 0.50 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1616 / 12246] 02496_remove_redundant_sorting: [ OK ] 13.39 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1617 / 12246] 02864_filtered_url_with_globs: [ OK ] 0.43 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1618 / 12246] 00969_roundDuration: [ OK ] 0.53 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1619 / 12246] 01034_JSONCompactEachRow: [ OK ] 1.35 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1620 / 12246] 03604_functions_to_subcolumns_outer_join: [ OK ] 0.61 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1621 / 12246] 01407_lambda_arrayJoin: [ OK ] 0.50 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1622 / 12246] 04409_system_backups_restore_settings: [ OK ] 3.31 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1623 / 12246] 04077_lwd_replicated_flag: [ OK ] 1.07 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1624 / 12246] 04627_analyzer_compatibility_final_all_joined_tables: [ OK ] 0.70 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1625 / 12246] 04320_optimize_injective_functions_in_limit_by: [ OK ] 0.65 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1626 / 12246] 02206_array_starts_ends_with: [ OK ] 0.55 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1627 / 12246] 03989_skip_unused_shards_dictget_analyzer: [ OK ] 0.75 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1628 / 12246] 01389_filter_by_virtual_columns: [ OK ] 0.42 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1629 / 12246] 02752_is_null_priority: [ OK ] 0.41 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1630 / 12246] 03286_collation_locale_with_modifier: [ OK ] 0.53 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1631 / 12246] 02918_analyzer_to_ast_crash: [ OK ] 0.39 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1632 / 12246] 04092_geometry_cast_custom_type_name: [ OK ] 1.10 sec. [2026-08-01 13:59:30] 2026-08-02 03:59:30 [ 1633 / 12246] 02346_text_index_replacingmergetree1: [ OK ] 0.87 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1634 / 12246] 03620_mergeTreeAnalyzeIndexesUUID: [ OK ] 2.08 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1635 / 12246] 04343_startswith_endswith_caseinsensitive_utf8_empty_needle: [ OK ] 0.52 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1636 / 12246] 03100_lwu_27_update_after_on_fly_mutations: [ OK ] 0.97 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1637 / 12246] 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 0.52 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1638 / 12246] 03611_verify_exception_in_iceberg_iterator: [ OK ] 0.52 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1639 / 12246] 04357_json_nested_prefixes_deserialization_pool: [ OK ] 0.88 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1640 / 12246] 04654_propagated_disjointness_group_by_limit: [ OK ] 0.50 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1641 / 12246] 03734_has_function_key_condition_skip_index_explain: [ OK ] 0.76 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1642 / 12246] 01146_clickhouse_local_data: [ OK ] 1.15 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1643 / 12246] 02152_short_circuit_throw_if: [ OK ] 0.41 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1644 / 12246] 04077_iceberg_mv_select_crash: [ OK ] 2.92 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1645 / 12246] 04038_sample_offset_large_denominator: [ OK ] 2.13 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1646 / 12246] 00818_join_bug_4271: [ OK ] 0.75 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1647 / 12246] 02247_fix_extract_parser: [ OK ] 0.43 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1648 / 12246] 03033_analyzer_query_parameters: [ OK ] 1.08 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1649 / 12246] 00148_summing_merge_tree_nested_map_multiple_values: [ OK ] 0.75 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1650 / 12246] 04510_statistics_basic_default_count_survives_merge: [ OK ] 0.59 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1651 / 12246] 03551_no_alter_for_columns_to_sum: [ OK ] 0.46 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1652 / 12246] 00396_uuid_v7: [ OK ] 0.84 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1653 / 12246] 04094_groupConcat_invalid_data_size: [ OK ] 0.43 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1654 / 12246] 00976_asof_join_on: [ OK ] 1.66 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1655 / 12246] 04054_negative_limit_with_ties_distributed_large_boundary: [ OK ] 0.66 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1656 / 12246] 03913_text_index_preprocessor_expression: [ OK ] 2.21 sec. [2026-08-01 13:59:31] 2026-08-02 03:59:31 [ 1657 / 12246] 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 0.55 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1658 / 12246] 01603_read_with_backoff_bug: [ OK ] 9.21 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1659 / 12246] 01906_bigint_accurate_cast_ubsan: [ OK ] 0.87 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1660 / 12246] 03772_key_condition_match_function_relaxed: [ OK ] 0.85 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1661 / 12246] 03825_bitxor_if_mixed_types: [ OK ] 0.74 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1662 / 12246] 02534_s3_heap_use_after_free: [ OK ] 0.59 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1663 / 12246] 01014_function_repeat_corner_cases: [ OK ] 0.66 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1664 / 12246] 00725_join_on_bug_1: [ OK ] 0.65 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1665 / 12246] 03393_non_constant_second_argument_for_in: [ OK ] 1.87 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1666 / 12246] 01115_join_with_dictionary: [ OK ] 1.80 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1667 / 12246] 01052_array_reduce_exception: [ OK ] 0.62 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1668 / 12246] 03988_mutations_with_analyzer: [ OK ] 0.86 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1669 / 12246] 03357_recursive_cte_no_logical_error: [ OK ] 0.65 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1670 / 12246] 02002_row_level_filter_bug: [ OK ] 5.54 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1671 / 12246] 04545_correlated_subquery_in_set_speculative_build: [ OK ] 1.11 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1672 / 12246] 03376_iceberg_truncate: [ OK ] 0.59 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1673 / 12246] 02752_forbidden_headers: [ OK ] 1.50 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1674 / 12246] 00946_ml_test: [ OK ] 0.49 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1675 / 12246] 01267_alter_default_key_columns_zookeeper_long: [ OK ] 0.60 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1676 / 12246] 04109_todate32_monotonicity_boundary: [ OK ] 0.54 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1677 / 12246] 01268_mv_scalars: [ OK ] 1.26 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1678 / 12246] 00458_merge_type_cast: [ OK ] 1.63 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1679 / 12246] 02786_transform_float: [ OK ] 0.30 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1680 / 12246] 03623_lazy_materialization_array_sizes_bug: [ OK ] 0.36 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1681 / 12246] 00087_math_functions: [ OK ] 1.24 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1682 / 12246] 01682_gather_utils_ubsan: [ OK ] 0.30 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1683 / 12246] 04305_distributed_alias_column_order: [ OK ] 2.33 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1684 / 12246] 00553_invalid_nested_name: [ OK ] 0.44 sec. [2026-08-01 13:59:32] 2026-08-02 03:59:32 [ 1685 / 12246] 03285_analyzer_optimize_disjunctions: [ OK ] 0.50 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1686 / 12246] 00208_agg_state_merge: [ OK ] 0.47 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1687 / 12246] 00824_filesystem: [ OK ] 0.49 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1688 / 12246] 03515_array_join_different_sizes: [ OK ] 0.54 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1689 / 12246] 04514_orc_schema_cache_skip_unsupported_types: [ OK ] 1.30 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1690 / 12246] 04077_vector_similarity_cosine_msan: [ OK ] 0.50 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1691 / 12246] 00049_any_left_join: [ OK ] 0.33 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1692 / 12246] 03773_nullable_sparse_join: [ OK ] 0.72 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1693 / 12246] 01143_trivial_count_with_join: [ OK ] 0.69 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1694 / 12246] 03261_low_cardinality_nullable_to_dynamic_cast: [ OK ] 0.52 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1695 / 12246] 03197_storage_join_strictness_type_restriction: [ OK ] 0.54 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1696 / 12246] 04306_sip_hash_keyed_empty_array: [ OK ] 0.48 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1697 / 12246] 02181_dictionary_attach_detach: [ OK ] 0.59 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1698 / 12246] 02915_analyzer_fuzz_6: [ OK ] 0.62 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1699 / 12246] 03149_analyzer_join_projection_name_2: [ OK ] 0.72 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1700 / 12246] 02156_storage_merge_prewhere_not_ready_set_bug: [ OK ] 0.66 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1701 / 12246] 04612_async_insert_block_batch_error_isolation: [ OK ] 6.12 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1702 / 12246] 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 Reason: not running for current build [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1703 / 12246] 00531_aggregate_over_nullable: [ OK ] 0.78 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1704 / 12246] 03928_merge_lambda_alias_columns: [ OK ] 0.69 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1705 / 12246] 04498_parquet_key_condition_prewhere_output: [ OK ] 1.21 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1706 / 12246] 04033_tpc_ds_q09: [ OK ] 4.32 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1707 / 12246] 04033_top_k_dynamic_filter_nullable_string: [ OK ] 1.19 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1708 / 12246] 02160_h3_cell_area_rads2: [ OK ] 0.81 sec. [2026-08-01 13:59:33] 2026-08-02 03:59:33 [ 1709 / 12246] 04318_skip_unavailable_shards_mode: [ OK ] 0.62 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1710 / 12246] 04545_create_as_select_fast_path_existence_parity: [ OK ] 0.73 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1711 / 12246] 02233_optimize_aggregation_in_order_prefix: [ OK ] 0.72 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1713 / 12246] 02898_input_format_values_allow_data_after_semicolon: [ OK ] 1.41 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1712 / 12246] 02115_map_contains_analyzer: [ OK ] 0.53 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1714 / 12246] 04274_105650_isNotDistinctFrom_string_group_by: [ OK ] 0.39 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1715 / 12246] 04235_streaming_queries_combinations: [ OK ] 5.86 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1716 / 12246] 00717_default_join_type: [ OK ] 0.72 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1717 / 12246] 01515_mv_and_array_join_optimisation_bag: [ OK ] 0.73 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1718 / 12246] 01234_to_string_monotonic: [ OK ] 0.90 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1719 / 12246] 03300_implicit_privileges_system_parts: [ OK ] 2.56 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1720 / 12246] 01952_optimize_distributed_group_by_sharding_key: [ OK ] 0.83 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1721 / 12246] 04406_nested_error_message_dimensional: [ OK ] 1.32 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1722 / 12246] 04417_sanitizer_allocator_oversized_alloc_no_abort: [ OK ] 1.24 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1723 / 12246] 00800_low_cardinality_distinct_numeric: [ OK ] 0.47 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1724 / 12246] 00060_date_lut: [ OK ] 0.40 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1725 / 12246] 03545_settings_over_cgi_overrides: [ OK ] 1.14 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1726 / 12246] 02393_every_metric_must_have_documentation: [ OK ] 0.31 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1727 / 12246] 03040_dynamic_type_alters_2_compact_merge_tree: [ OK ] 1.41 sec. [2026-08-01 13:59:34] 2026-08-02 03:59:34 [ 1728 / 12246] 04040_tpc_h_q01: [ OK ] 1.30 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1729 / 12246] 01105_string_like: [ OK ] 0.81 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1730 / 12246] 02497_source_part_is_intact_when_mutation: [ OK ] 0.81 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1731 / 12246] 02126_dist_desc: [ OK ] 1.51 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1732 / 12246] 03916_has_to_in: [ OK ] 1.18 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1733 / 12246] 00151_tuple_with_array: [ OK ] 0.33 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1734 / 12246] 02966_float32_promotion: [ OK ] 0.45 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1735 / 12246] 04265_histogram_unsorted_input: [ OK ] 0.36 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1736 / 12246] 02325_dates_schema_inference: [ OK ] 0.88 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1737 / 12246] 03312_issue_74299: [ OK ] 0.43 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1738 / 12246] 03594_push_more_filters_down_joins: [ OK ] 1.15 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1739 / 12246] 03825_join_right_sorting_empty_maps: [ OK ] 0.37 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1740 / 12246] 04615_client_progress_table_toggle_config: [ OK ] 3.46 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1741 / 12246] 01686_event_time_microseconds_part_log: [ OK ] 3.86 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1742 / 12246] 02292_hash_array_tuples: [ OK ] 0.62 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1743 / 12246] 00950_test_double_delta_codec_types: [ OK ] 0.84 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1744 / 12246] 03031_low_cardinality_logical_error: [ OK ] 0.35 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1745 / 12246] 02024_join_on_or_long: [ OK ] 2.39 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1746 / 12246] 03572_empty_tuple_in_nested_type: [ OK ] 0.43 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1747 / 12246] 04103_full_sorting_merge_left_join_nullable_json: [ OK ] 0.81 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1748 / 12246] 00997_trim: [ OK ] 0.53 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1749 / 12246] 02006_test_positional_arguments_on_cluster: [ OK ] 2.35 sec. [2026-08-01 13:59:35] 2026-08-02 03:59:35 [ 1750 / 12246] 01504_view_type_conversion: [ OK ] 0.66 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1751 / 12246] 03461_projection_index_multi_part: [ OK ] 0.72 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1752 / 12246] 03400_alter_update_with_rename: [ OK ] 1.09 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1753 / 12246] 01533_sum_if_nullable_bug: [ OK ] 0.78 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1754 / 12246] 03013_forbid_attach_table_if_active_replica_already_exists: [ OK ] 2.29 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1755 / 12246] 03402_concurrent_right_full_join: [ OK ] 1.60 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1756 / 12246] 01412_mod_float: [ OK ] 0.50 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1757 / 12246] 03248_invalid_where: [ OK ] 0.41 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1758 / 12246] 03143_join_filter_push_down_filled_join_fix: [ OK ] 0.81 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1759 / 12246] 00264_uniq_many_args: [ OK ] 0.53 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1760 / 12246] 04074_where_large_int_boolean_predicate: [ OK ] 0.37 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1761 / 12246] 02306_part_types_profile_events: [ OK ] 0.92 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1762 / 12246] 02995_index_8: [ OK ] 10.09 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1763 / 12246] 03369_variant_escape_filename_merge_tree: [ OK ] 0.53 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1764 / 12246] 02176_toStartOfWeek_overflow_pruning: [ OK ] 0.41 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1765 / 12246] 00949_format: [ OK ] 3.21 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1766 / 12246] 03100_lwu_09_different_structure: [ OK ] 0.98 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1767 / 12246] 03365_parsing_time_time64_short: [ OK ] 1.54 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1768 / 12246] 01276_system_licenses: [ OK ] 0.48 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1769 / 12246] 00905_field_with_aggregate_function_state: [ OK ] 0.57 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1770 / 12246] 01086_odbc_roundtrip: [ SKIPPED ] 0.00 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 Reason: not running for current build [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1771 / 12246] 02426_to_string_nullable_fixedstring: [ OK ] 0.42 sec. [2026-08-01 13:59:36] 2026-08-02 03:59:36 [ 1772 / 12246] 01755_client_highlight_multi_line_comment_regression: [ OK ] 1.01 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1773 / 12246] 03783_sparse_pop_back: [ OK ] 2.85 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1774 / 12246] 04040_hive_partitioning_leading_zeros: [ OK ] 1.12 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1775 / 12246] 01851_s2_to_geo: [ OK ] 0.45 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1776 / 12246] 03758_fix_isssue_87414: [ OK ] 3.66 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1777 / 12246] 00610_materialized_view_forward_alter_partition_statements: [ OK ] 0.60 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1778 / 12246] 03524_sign_argument: [ OK ] 0.86 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1779 / 12246] 04501_quantize_bfloat16_int8_array_qbit: [ OK ] 0.91 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1780 / 12246] 02354_vector_search_quantize_codec_const_array: [ OK ] 0.66 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1781 / 12246] 03409_implicit_table_clickhouse_local: [ OK ] 1.01 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1782 / 12246] 03261_optimize_rewrite_array_exists_to_has_crash: [ OK ] 0.54 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1783 / 12246] 04114_coalesce_two_column_index_pruning: [ OK ] 1.68 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1784 / 12246] 03632_format_semicolons_inline: [ OK ] 1.05 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1785 / 12246] 00233_position_function_sql_comparibilty: [ OK ] 0.55 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1786 / 12246] 04027_final_prewhere_constant_where_remove_unused_columns: [ OK ] 0.61 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1787 / 12246] 04266_min_max_by_aliases: [ OK ] 0.47 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1788 / 12246] 00093_prewhere_array_join: [ OK ] 1.53 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1789 / 12246] 01914_index_bgranvea: [ OK ] 0.49 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1790 / 12246] 03802_summing_merge_tree_tuple_element: [ OK ] 2.33 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1791 / 12246] 04241_alias_regexp_substr: [ OK ] 0.50 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1792 / 12246] 01425_default_value_of_type_name: [ OK ] 0.35 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1793 / 12246] 03582_pr_read_in_order_hits: [ OK ] 3.30 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1794 / 12246] 01769_extended_range_2: [ OK ] 0.47 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1795 / 12246] 02782_values_null_to_lc_nullable: [ OK ] 0.28 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1796 / 12246] 03656_nan_comparison: [ OK ] 0.58 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1797 / 12246] 03708_exact_rows_before_limit_in: [ OK ] 0.55 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1798 / 12246] 02457_morton_coding_with_mask: [ OK ] 1.62 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1799 / 12246] 03221_mutation_analyzer_skip_part: [ OK ] 1.71 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1800 / 12246] 01442_h3kring_range_check: [ OK ] 0.45 sec. [2026-08-01 13:59:37] 2026-08-02 03:59:37 [ 1801 / 12246] 01534_lambda_array_join: [ OK ] 0.44 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1802 / 12246] 03554_json_shared_data_map_with_buckets_serialization_compact_part_big: [ OK ] 1.65 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1803 / 12246] 04629_rand_binomial_invalid_probability: [ OK ] 0.39 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1804 / 12246] 00959_format_with_different_aliases: [ OK ] 0.97 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1805 / 12246] 02456_aggregate_state_conversion: [ OK ] 0.52 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1806 / 12246] 02969_mysql_cast_type_aliases: [ OK ] 0.92 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1807 / 12246] 03094_one_thousand_joins: [ OK ] 6.06 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1808 / 12246] 03354_translate_crap: [ OK ] 0.32 sec. [2026-08-01 13:59:38] 2026-08-02 03:59:38 [ 1809 / 12246] 03526_static_named_collections_clickhouse_local: [ OK ] 0.86 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1810 / 12246] 04075_float_to_string_format: [ OK ] 1.49 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1811 / 12246] 01398_in_tuple_func: [ OK ] 0.44 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1812 / 12246] 02354_parse_timedelta: [ OK ] 1.02 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1813 / 12246] 02890_untuple_column_names: [ OK ] 0.82 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1814 / 12246] 04319_native_arrow_ipc_extra_types: [ OK ] 1.90 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1815 / 12246] 03802_tuple_inside_nullable_case: [ OK ] 0.45 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1816 / 12246] 02814_age_datediff: [ OK ] 1.42 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1817 / 12246] 00107_totals_after_having: [ OK ] 2.24 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1818 / 12246] 01702_system_numbers_scientific_notation: [ OK ] 0.37 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1819 / 12246] 02680_mysql_ast_logical_err: [ OK ] 0.50 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1820 / 12246] 03161_create_table_as_mv: [ OK ] 0.69 sec. [2026-08-01 13:59:39] 2026-08-02 03:59:39 [ 1821 / 12246] 02895_npy_output_format: [ OK ] 3.35 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1822 / 12246] 04327_create_or_replace_refreshable_mv_size_check: [ OK ] 5.91 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1823 / 12246] 01674_filter_by_uint8: [ OK ] 2.05 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1824 / 12246] 00252_shard_global_in_aggregate_function: [ OK ] 0.93 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1825 / 12246] 03261_delayed_streams_memory: [ OK ] 26.19 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1826 / 12246] 00736_disjunction_optimisation: [ OK ] 1.31 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1827 / 12246] 04209_column_name_matching_mode_default: [ OK ] 0.93 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1828 / 12246] 02131_skip_index_not_materialized: [ OK ] 1.60 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1829 / 12246] 03040_dynamic_type_alters_1_wide_merge_tree: [ OK ] 2.84 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1830 / 12246] 01652_ttl_old_syntax: [ OK ] 1.08 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1831 / 12246] 01678_great_circle_angle: [ OK ] 0.49 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1832 / 12246] 03244_skip_index_in_final_query_with_pk_rescan_extremes: [ OK ] 2.73 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1833 / 12246] 03357_arraySymmetricDifference: [ OK ] 0.71 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1834 / 12246] 03207_json_read_subcolumns_1_2_wide_merge_tree: [ OK ] 3.31 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1835 / 12246] 03612_storage_cluster_dynamic_subcolumns: [ OK ] 2.05 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1836 / 12246] 01246_extractAllGroupsHorizontal: [ OK ] 0.77 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1837 / 12246] 01822_async_read_from_socket_crash: [ OK ] 7.04 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1838 / 12246] 00801_daylight_saving_time_hour_underflow: [ OK ] 0.28 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1839 / 12246] 04507_data_type_name_numeric_roundtrip: [ OK ] 0.43 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1840 / 12246] 01755_shard_pruning_with_literal: [ OK ] 0.38 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1841 / 12246] 00835_if_generic_case: [ OK ] 0.42 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1842 / 12246] 02970_generate_series: [ OK ] 0.39 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1843 / 12246] 03231_csv_dont_infer_bool_from_string: [ OK ] 0.32 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1844 / 12246] 00333_parser_number_bug: [ OK ] 0.30 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1845 / 12246] 04402_digits: [ OK ] 0.55 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1846 / 12246] 04330_tuple_element_aggregation_disabled_by_default: [ OK ] 0.41 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1847 / 12246] 02354_vector_search_quantize_codec_kronecker: [ OK ] 0.45 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1848 / 12246] 02124_insert_deduplication_token_materialized_views: [ OK ] 3.14 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1849 / 12246] 04496_optimize_or_like_chain_like_derived_embedded_nul: [ OK ] 0.46 sec. [2026-08-01 13:59:40] 2026-08-02 03:59:40 [ 1850 / 12246] 04329_tuple_element_aggregation_reject_nullable_tuple: [ OK ] 0.51 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1851 / 12246] 04628_rand_distribution_no_hang: [ OK ] 0.55 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1852 / 12246] 03115_alias_exists_column: [ OK ] 0.35 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1853 / 12246] 04402_replace_regexp_dot_nl_106830: [ OK ] 0.51 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1854 / 12246] 01497_alias_on_default_array: [ OK ] 0.53 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1855 / 12246] 02780_final_streams_data_skipping_index: [ OK ] 0.44 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1856 / 12246] 01718_subtract_seconds_date: [ OK ] 0.58 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1857 / 12246] 03813_size_subcolumn_of_dynamic_subcolumn: [ OK ] 0.76 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1858 / 12246] 02245_make_datetime64: [ OK ] 1.16 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1859 / 12246] 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 0.67 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1860 / 12246] 00041_aggregation_remap: [ OK ] 0.34 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1861 / 12246] 02815_first_line: [ OK ] 0.49 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1862 / 12246] 02029_quantile_sanitizer: [ OK ] 0.38 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1863 / 12246] 04264_json_shared_data_respect_try_infer_datetimes: [ OK ] 3.87 sec. [2026-08-01 13:59:41] 2026-08-02 03:59:41 [ 1864 / 12246] 04364_geojson_unrequested_unsupported_geometry: [ OK ] 0.42 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1865 / 12246] 04524_create_as_select_temp_cleanup_size_guard: [ OK ] 0.86 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1866 / 12246] 04370_modify_column_to_dynamic_mutation_streams: [ OK ] 4.54 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1867 / 12246] 01047_nullable_rand: [ OK ] 0.50 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1868 / 12246] 04227_pr_materialized_cte_set_subquery: [ OK ] 0.60 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1869 / 12246] 00934_is_valid_utf8: [ OK ] 1.90 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1870 / 12246] 00847_multiple_join_same_column: [ OK ] 0.75 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1871 / 12246] 03040_alias_column_join: [ OK ] 0.58 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1872 / 12246] 03224_json_merges_new_type_in_shared_data: [ OK ] 0.57 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1873 / 12246] 03752_sqlite_fixed_string_quote_escape: [ OK ] 1.23 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1874 / 12246] 02535_analyzer_group_by_use_nulls: [ OK ] 0.97 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1875 / 12246] 02987_group_array_intersect: [ OK ] 2.00 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1876 / 12246] 00159_parallel_formatting_tsv_and_friends: [ OK ] 4.12 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1877 / 12246] 03700_vertical_format_pretty_print_json: [ OK ] 0.55 sec. [2026-08-01 13:59:42] 2026-08-02 03:59:42 [ 1878 / 12246] 04320_parser_system_background_controls: [ OK ] 1.23 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1879 / 12246] 00980_zookeeper_merge_tree_alter_settings: [ OK ] 2.15 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1880 / 12246] 02932_analyzer_rewrite_sum_column_and_constant: [ OK ] 2.93 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1881 / 12246] 00216_bit_test_function_family: [ OK ] 0.69 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1882 / 12246] 02293_grouping_function_group_by: [ OK ] 1.00 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1883 / 12246] 03130_analyzer_self_join_group_by: [ OK ] 0.86 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1884 / 12246] 04055_rand_distribution_parameter_limits: [ OK ] 0.89 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1885 / 12246] 03371_bfloat16_special_values: [ OK ] 0.93 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1886 / 12246] 02908_filesystem_cache_as_collection: [ OK ] 0.42 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1887 / 12246] 00725_ipv4_ipv6_domains: [ OK ] 0.88 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1888 / 12246] 03408_limit_by_rows_before_limit: [ OK ] 0.84 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1889 / 12246] 04202_is_prime_oracle: [ OK ] 5.59 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1890 / 12246] 04331_arrow_oob_validity_bitmap: [ OK ] 3.00 sec. [2026-08-01 13:59:43] 2026-08-02 03:59:43 [ 1891 / 12246] 04238_md5_multi_buffer: [ OK ] 0.85 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1892 / 12246] 04324_summap_custom_named_summable: [ OK ] 0.59 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1893 / 12246] 04629_ast_json_delete_partition_and_alias_identifiers: [ OK ] 0.53 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1894 / 12246] 02483_cuturlparameter_with_arrays: [ OK ] 0.47 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1895 / 12246] 02990_variant_where_cond: [ OK ] 0.79 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1896 / 12246] 04356_nullable_tuple_beta: [ OK ] 0.57 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1897 / 12246] 03907_hive_partitioning_date_not_lowcardinality: [ OK ] 1.14 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1898 / 12246] 04037_map_key_subcolumn_tuple_value_mergetree: [ OK ] 0.41 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1899 / 12246] 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 3.45 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1900 / 12246] 04309_local_system_listen_partial_start_rollback: [ OK ] 1.24 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1901 / 12246] 04327_allow_lossy_numeric_supertype: [ OK ] 1.25 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1902 / 12246] 00820_multiple_joins: [ OK ] 0.94 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1903 / 12246] 01284_escape_sequences_php_mysql_style: [ OK ] 0.50 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1904 / 12246] 04500_toStartOfInterval_origin_subscale: [ OK ] 0.52 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1905 / 12246] 02495_parser_string_binary_literal: [ OK ] 2.50 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1906 / 12246] 04319_array_norm_bfloat16: [ OK ] 0.57 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1907 / 12246] 03118_analyzer_multi_join_prewhere: [ OK ] 0.54 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1908 / 12246] 03554_json_shared_data_advanced_serialization_compact_part_big: [ OK ] 3.64 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1909 / 12246] 01121_remote_scalar_subquery: [ OK ] 0.51 sec. [2026-08-01 13:59:44] 2026-08-02 03:59:44 [ 1910 / 12246] 02477_s3_request_throttler: [ OK ] 2.79 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1911 / 12246] 04654_ast_json_depth_guard_max_ast_depth_zero: [ OK ] 2.71 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1912 / 12246] 02695_logical_optimizer_alias_bug: [ OK ] 0.44 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1913 / 12246] 03100_analyzer_constants_in_multiif: [ OK ] 0.40 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1914 / 12246] 02221_parallel_replicas_bug: [ OK ] 4.77 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1915 / 12246] 04506_geometry_intersect: [ OK ] 0.73 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1916 / 12246] 04256_packed_skip_indices_layout_transitions: [ OK ] 0.84 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1917 / 12246] 02903_parameterized_view_explain_ast: [ OK ] 0.38 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1918 / 12246] 03568_ddsketch_merge: [ OK ] 0.41 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1919 / 12246] 02122_parallel_formatting_JSONStrings: [ OK ] 2.99 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1920 / 12246] 04222_prewhere_final_replacing_86268: [ OK ] 0.51 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1921 / 12246] 04492_attach_as_replicated_clears_tmp_txn_version: [ OK ] 1.95 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1922 / 12246] 04147_sparse_column_coverage: [ OK ] 0.69 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1923 / 12246] 00343_array_element_generic: [ OK ] 0.55 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1924 / 12246] 01002_alter_nullable_adaptive_granularity_long: [ OK ] 11.40 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1925 / 12246] 00027_simple_argMinArray: [ OK ] 0.39 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1926 / 12246] 04247_attach_table_storage_clauses_without_engine_error: [ OK ] 0.86 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1927 / 12246] 01846_null_as_default_for_insert_select: [ OK ] 0.58 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1928 / 12246] 04055_block_mismatch_mv: [ OK ] 0.48 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1929 / 12246] 03914_system_users_predicate_pushdown: [ OK ] 12.47 sec. [2026-08-01 13:59:45] 2026-08-02 03:59:45 [ 1930 / 12246] 02346_text_index_multiple_blocks: [ OK ] 1.67 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1931 / 12246] 04077_lazy_materialization_array_join: [ OK ] 0.43 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1932 / 12246] 02714_read_bytes_aggregateFunction: [ OK ] 0.90 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1933 / 12246] 03564_clickhouse_local_system_queries: [ OK ] 5.91 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1934 / 12246] 03312_explain_syntax_analyzer: [ OK ] 0.41 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1935 / 12246] 04027_mv_view_dependencies_drop_recreate: [ OK ] 1.86 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1936 / 12246] 00198_group_by_empty_arrays: [ OK ] 0.41 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1937 / 12246] 04321_table_readonly_background_merges: [ OK ] 9.31 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1938 / 12246] 03835_todate_monotonicity_boundary: [ OK ] 1.89 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1939 / 12246] 02919_segfault_nullable_materialized_update: [ OK ] 0.60 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1940 / 12246] 04033_ephemeral_column_conflicts_with_virtual: [ OK ] 0.43 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1941 / 12246] 03198_dictionary_validate_primary_key_type: [ OK ] 0.50 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1942 / 12246] 02346_non_negative_derivative: [ OK ] 0.79 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1943 / 12246] 04076_tuple_json_dotted_subcolumn_bug: [ OK ] 0.41 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1944 / 12246] 02357_query_cancellation_race: [ OK ] 7.65 sec. [2026-08-01 13:59:46] 2026-08-02 03:59:46 [ 1945 / 12246] 01318_encrypt: [ OK ] 1.39 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1946 / 12246] 02907_filter_pushdown_crash: [ OK ] 0.60 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1947 / 12246] 04045_ambiguous_column_alias_values: [ OK ] 0.43 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1948 / 12246] 01925_jit_aggregation_function_count_long: [ OK ] 0.63 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1949 / 12246] 01456_ast_optimizations_over_distributed: [ OK ] 0.78 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1950 / 12246] 01018_optimize_read_in_order_with_in_subquery: [ OK ] 0.41 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1951 / 12246] 03199_json_extract_dynamic: [ OK ] 0.66 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1952 / 12246] 01353_topk_enum: [ OK ] 0.38 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1953 / 12246] 02346_text_index_match_predicate: [ OK ] 0.70 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1954 / 12246] 04046_protobuf_format_oneof_empty: [ OK ] 1.76 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1955 / 12246] 03808_inconsistent_formatting_index_ttl_alias: [ OK ] 0.57 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1956 / 12246] 03630_any_join_to_semi_storage_join_guard: [ OK ] 0.46 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1957 / 12246] 01663_quantile_weighted_overflow: [ OK ] 0.33 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1958 / 12246] 03314_analyzer_resolve_in_parent_scope_3: [ OK ] 0.34 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1959 / 12246] 03406_dictionary_incorrect_min_max_lifetimes: [ OK ] 0.42 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1960 / 12246] 02723_zookeeper_name: [ OK ] 0.67 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1961 / 12246] 04545_parquet_filter_pushdown_dynamic_type: [ OK ] 2.44 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1962 / 12246] 00588_shard_distributed_prewhere: [ OK ] 0.53 sec. [2026-08-01 13:59:47] 2026-08-02 03:59:47 [ 1963 / 12246] 04033_tpc_ds_q38: [ OK ] 2.35 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1964 / 12246] 04003_deterministic_filter_chain_partition_pruning_key_condition_explain: [ OK ] 1.46 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1965 / 12246] 01021_create_as_select: [ OK ] 0.44 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1966 / 12246] 03254_uniq_exact_two_level_negative_zero: [ OK ] 0.49 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1967 / 12246] 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 0.82 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1968 / 12246] 03207_json_read_subcolumns_1_memory: [ OK ] 1.56 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1969 / 12246] 01773_case_sensitive_revision: [ OK ] 0.36 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1970 / 12246] 04067_regexp_invalid_pattern: [ OK ] 0.49 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1971 / 12246] 04033_naive_bayes_dictionary_negative: [ OK ] 2.67 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1972 / 12246] 04323_optimize_limit_by_with_group_by_modifiers: [ OK ] 0.59 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1973 / 12246] 04501_qbit_distance_transposed_nullable_partial_reads: [ OK ] 1.80 sec. [2026-08-01 13:59:48] 2026-08-02 03:59:48 [ 1974 / 12246] 02915_analyzer_fuzz_1: [ OK ] 0.58 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1975 / 12246] 04401_predicate_pushdown_view_over_distributed_union_all: [ OK ] 0.90 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1976 / 12246] 04230_implicit_minmax_block_number_offset_mutations: [ OK ] 0.63 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1977 / 12246] 02382_query_parameters_post: [ OK ] 1.17 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1978 / 12246] 03100_lwu_08_multiple_blocks: [ OK ] 0.73 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1979 / 12246] 04070_local_system_start_stop_listen: [ OK ] 6.00 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1980 / 12246] 00057_join_aliases: [ OK ] 0.68 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1981 / 12246] 03641_group_by_injective_functoon_bad_arguments: [ OK ] 0.58 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1982 / 12246] 04201_set_index_in_subquery_disabled_fallback: [ OK ] 0.89 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1983 / 12246] 04015_json_compact_each_row_int128_parsing: [ OK ] 0.47 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1984 / 12246] 00029_test_zookeeper_optimize_exception: [ OK ] 5.44 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1985 / 12246] 00802_system_parts_with_datetime_partition: [ OK ] 1.33 sec. [2026-08-01 13:59:49] 2026-08-02 03:59:49 [ 1986 / 12246] 00446_clear_column_in_partition_zookeeper_long: [ OK ] 4.40 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1987 / 12246] 02002_system_table_with_tuple: [ OK ] 1.67 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1988 / 12246] 00965_logs_level_bugfix: [ OK ] 2.18 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1989 / 12246] 04033_tpc_ds_q85: [ OK ] 3.97 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1990 / 12246] 01710_minmax_count_projection_constant_query: [ OK ] 0.84 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1991 / 12246] 00035_aggregate_keys128: [ OK ] 0.83 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1992 / 12246] 4060_row_policy_projection_not_found_column: [ OK ] 0.77 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1993 / 12246] 03993_map_subcolumns_small_compact: [ OK ] 2.61 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1994 / 12246] 02540_date_column_consistent_insert_behaviour: [ OK ] 1.79 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1995 / 12246] 04033_tpc_ds_q84: [ OK ] 3.23 sec. [2026-08-01 13:59:50] 2026-08-02 03:59:50 [ 1996 / 12246] 02179_bool_type: [ OK ] 1.36 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 1997 / 12246] 02690_subquery_identifiers: [ OK ] 0.98 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 1998 / 12246] 03560_new_analyzer_default_expression: [ OK ] 1.00 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 1999 / 12246] 02477_exists_fuzz_43478: [ OK ] 0.63 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2000 / 12246] 01647_clickhouse_local_hung: [ OK ] 19.64 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2001 / 12246] 04303_local_system_listen_host_cli_override: [ OK ] 1.34 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2002 / 12246] 04036_regex_primary_key_optimization: [ OK ] 5.77 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2003 / 12246] 03987_not_operator_precedence: [ OK ] 1.17 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2004 / 12246] 03279_database_backup_database_disk_engine: [ OK ] 2.58 sec. [2026-08-01 13:59:51] 2026-08-02 03:59:51 [ 2005 / 12246] 02985_minmax_index_aggregate_function: [ OK ] 1.54 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2006 / 12246] 02490_benchmark_max_consecutive_errors: [ OK ] 1.50 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2007 / 12246] 04333_coalescing_merge_tree_key_tuple_element: [ OK ] 1.37 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2008 / 12246] 04057_transaction_version_metadata_lifecycle: [ OK ] 1.68 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2009 / 12246] 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 0.72 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2010 / 12246] 02006_h3_to_geo_boundary: [ OK ] 0.76 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2011 / 12246] 00677_shard_any_heavy_merge: [ OK ] 0.62 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2012 / 12246] 02346_text_index_fallback_sparse_column: [ OK ] 1.28 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2013 / 12246] 01091_insert_with_default_json: [ OK ] 0.56 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2014 / 12246] 03164_early_constant_folding_analyzer: [ OK ] 0.54 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2015 / 12246] 00999_join_on_expression: [ OK ] 1.37 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2016 / 12246] 04511_array_normalize: [ OK ] 3.25 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2017 / 12246] 03541_geoparquet_write: [ OK ] 3.67 sec. [2026-08-01 13:59:52] 2026-08-02 03:59:52 [ 2018 / 12246] 04060_explain_pretty_joins_sets: [ OK ] 1.05 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2019 / 12246] 00310_tskv: [ OK ] 2.96 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2020 / 12246] 00322_disable_checksumming: [ OK ] 1.21 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2021 / 12246] 04278_explain_pipeline_compact_repeated_chains_header: [ OK ] 0.66 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2022 / 12246] 01750_parsing_exception: [ OK ] 1.48 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2023 / 12246] 02192_comment: [ OK ] 0.84 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2024 / 12246] 02785_date_predicate_optimizations_ast_query_tree_rewrite: [ OK ] 1.22 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2025 / 12246] 02841_not_ready_set_constraints: [ OK ] 0.84 sec. [2026-08-01 13:59:53] 2026-08-02 03:59:53 [ 2026 / 12246] 00163_column_oriented_formats: [ OK ] 9.01 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2027 / 12246] 01656_sequence_next_node_long: [ OK ] 8.32 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2028 / 12246] 04215_trivial_count_with_sparsity_filter: [ OK ] 1.56 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2029 / 12246] 02594_msgpack_more_types: [ OK ] 1.82 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2030 / 12246] 04235_direct_join_keeper_map: [ OK ] 0.95 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2031 / 12246] 02833_local_with_dialect: [ OK ] 1.63 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2032 / 12246] 04546_constant_join_shrink_stored_blocks: [ OK ] 1.72 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2033 / 12246] 04326_parquet_v3_geoparquet_wkb_alloc: [ OK ] 2.33 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2034 / 12246] 04651_parquet_v3_dictionary_filter_expanding_codec_budget: [ OK ] 2.91 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2035 / 12246] 03749_dictionary_hierarchical_null: [ OK ] 0.88 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2036 / 12246] 00374_json_each_row_input_with_noisy_fields: [ OK ] 5.07 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2037 / 12246] 00700_decimal_aggregates: [ OK ] 2.06 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2038 / 12246] 03208_array_of_json_read_subcolumns_2_memory: [ OK ] 13.71 sec. [2026-08-01 13:59:54] 2026-08-02 03:59:54 [ 2039 / 12246] 03920_drop_database_does_not_remove_external_tables: [ OK ] 1.46 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2040 / 12246] 04307_text_index_function_multi_search_match_validation: [ OK ] 1.34 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2041 / 12246] 00105_shard_collations: [ OK ] 1.00 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2042 / 12246] 04131_prometheus_query_parser: [ OK ] 2.53 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2043 / 12246] 04024_json_least_supertype_merge: [ OK ] 1.82 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2044 / 12246] 04603_pr_plan_based_view_no_view_flag: [ OK ] 1.04 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2045 / 12246] 02971_analyzer_remote_id: [ OK ] 2.13 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2046 / 12246] 02073_mv_dependency_recreate: [ OK ] 7.84 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2047 / 12246] 03312_analyzer_unused_projection_fix: [ OK ] 0.45 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2048 / 12246] 03164_format_readable_timedelta_intervals: [ OK ] 0.86 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2049 / 12246] 01026_char_utf8: [ OK ] 0.46 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2050 / 12246] 03380_accurate_cast_or_null_qbit: [ OK ] 0.92 sec. [2026-08-01 13:59:55] 2026-08-02 03:59:55 [ 2051 / 12246] 04357_geojson_real_world: [ OK ] 10.81 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2052 / 12246] 00534_functions_bad_arguments8: [ OK ] 20.80 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2053 / 12246] 03557_parasitic_cse_in_formatter: [ OK ] 0.63 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2054 / 12246] 04312_on_cluster_preserve_column_modifiers: [ OK ] 1.41 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2055 / 12246] 00944_minmax_nan: [ OK ] 1.06 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2056 / 12246] 02126_lc_window_functions: [ OK ] 0.77 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2057 / 12246] 00906_low_cardinality_const_argument: [ OK ] 0.52 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2058 / 12246] 00484_preferred_max_column_in_block_size_bytes: [ OK ] 1.70 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2059 / 12246] 00839_bitmask_negative: [ OK ] 0.76 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2060 / 12246] 00335_bom: [ OK ] 1.81 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2061 / 12246] 03775_demangle_char8_t_literal_template_parameter: [ OK ] 0.61 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2062 / 12246] 01258_wrong_cast_filimonov: [ OK ] 0.59 sec. [2026-08-01 13:59:56] 2026-08-02 03:59:56 [ 2063 / 12246] 04240_clear_column_special_merge_required_columns: [ OK ] 1.96 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2064 / 12246] 03823_drop_readd_column_stale_data: [ OK ] 0.58 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2065 / 12246] 04000_map_subcolumns_prewhere: [ OK ] 2.40 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2066 / 12246] 03408_implicit_table: [ OK ] 0.58 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2067 / 12246] 01277_toUnixTimestamp64: [ OK ] 0.65 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2068 / 12246] 04062_explain_pretty_nested_merge_child_plans: [ OK ] 0.92 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2069 / 12246] 00719_parallel_ddl_db: [ OK ] 29.69 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2070 / 12246] 01763_long_ttl_group_by: [ OK ] 2.81 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2071 / 12246] 02906_interval_comparison: [ OK ] 1.15 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2072 / 12246] 00930_arrayIntersect: [ OK ] 0.97 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2073 / 12246] 02574_suspicious_low_cardinality_msan: [ OK ] 0.86 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2074 / 12246] 02496_remove_redundant_sorting_analyzer: [ OK ] 16.14 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2075 / 12246] 02343_aggregation_pipeline: [ OK ] 1.30 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2076 / 12246] 04324_nested_asterisk_ilike_join_rewrite: [ OK ] 1.45 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2077 / 12246] 02931_alter_materialized_view_query_inconsistent: [ OK ] 0.68 sec. [2026-08-01 13:59:57] 2026-08-02 03:59:57 [ 2078 / 12246] 02416_in_set_same_ast_diff_columns: [ OK ] 0.65 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2079 / 12246] 00016_totals_having_constants: [ OK ] 0.48 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2080 / 12246] 04650_min_max_wide_integers: [ OK ] 1.58 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2081 / 12246] 01440_big_int_shift: [ OK ] 0.51 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2082 / 12246] 03035_dynamic_sorting: [ OK ] 0.70 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2083 / 12246] 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.53 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2084 / 12246] 04030_array_fold_memory_peak_guard: [ OK ] 0.58 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2085 / 12246] 04104_geoparquet_nullable_arrow_reader: [ OK ] 2.65 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2086 / 12246] 04003_join_lazy_indexing: [ OK ] 0.84 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2087 / 12246] 01183_custom_separated_format_http: [ OK ] 4.18 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2088 / 12246] 03828_multi_join_wrong_column_resolution: [ OK ] 0.85 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2089 / 12246] 02688_long_aggregate_function_names: [ OK ] 0.54 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2090 / 12246] 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 0.72 sec. [2026-08-01 13:59:58] 2026-08-02 03:59:58 [ 2091 / 12246] 03333_merge_table_total_rows_no_database_system_tables_exception: [ OK ] 5.35 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2092 / 12246] 00043_any_left_join: [ OK ] 0.91 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2093 / 12246] 04123_kql_operators: [ OK ] 1.03 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2094 / 12246] 01403_datetime64_constant_arg: [ OK ] 0.46 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2095 / 12246] 02497_storage_join_right_assert: [ OK ] 0.74 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2096 / 12246] 02710_protobuf_ipv4_date32: [ OK ] 2.07 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2097 / 12246] 03217_json_merge_patch_stack_overflow: [ OK ] 0.54 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2098 / 12246] 04402_storage_join_emit_non_first_column: [ OK ] 0.68 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2099 / 12246] 00039_inserts_through_http: [ OK ] 2.40 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2100 / 12246] 03365_if_time_time64: [ OK ] 0.54 sec. [2026-08-01 13:59:59] 2026-08-02 03:59:59 [ 2101 / 12246] 01921_not_chain: [ OK ] 0.47 sec. [2026-08-01 14:00:00] 2026-08-02 04:00:00 [ 2102 / 12246] 00981_in_subquery_with_tuple: [ OK ] 4.80 sec. [2026-08-01 14:00:00] 2026-08-02 04:00:00 [ 2103 / 12246] 03277_database_backup_database_file_engine: [ OK ] 2.19 sec. [2026-08-01 14:00:00] 2026-08-02 04:00:00 [ 2104 / 12246] 04602_group_by_all_suspicious_types: [ OK ] 0.58 sec. [2026-08-01 14:00:00] 2026-08-02 04:00:00 [ 2105 / 12246] 04657_join_result_row_count_delayed_buckets: [ OK ] 2.13 sec. [2026-08-01 14:00:00] 2026-08-02 04:00:00 [ 2106 / 12246] 03316_fixup_used_columns_exception: [ OK ] 1.49 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2107 / 12246] 04545_negative_limit_distinct: [ OK ] 1.62 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2108 / 12246] 02949_ttl_group_by_bug: [ OK ] 0.79 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2109 / 12246] 01691_parser_data_type_exponential: [ OK ] 4.14 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2110 / 12246] 00094_union_race_conditions_5: [ OK ] 101.25 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2111 / 12246] 00900_parquet_time_to_ch_date_time: [ OK ] 2.21 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2112 / 12246] 03580_ephemeral_definers: [ OK ] 2.94 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2113 / 12246] 02185_orc_corrupted_file: [ OK ] 1.07 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2114 / 12246] 02354_distributed_with_external_aggregation_memory_usage: [ OK ] 21.45 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2115 / 12246] 01051_new_any_join_engine: [ OK ] 2.06 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2116 / 12246] 00411_long_accurate_number_comparison_int8: [ OK ] 6.16 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2117 / 12246] 03703_system_replicas: [ OK ] 2.29 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2118 / 12246] 01410_nullable_key_and_index: [ OK ] 1.72 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2119 / 12246] 01098_sum: [ OK ] 0.57 sec. [2026-08-01 14:00:01] 2026-08-02 04:00:01 [ 2120 / 12246] 00541_kahan_sum: [ OK ] 0.45 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2121 / 12246] 02680_lc_null_as_default: [ OK ] 0.45 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2122 / 12246] 00554_nested_and_table_engines: [ OK ] 1.25 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2123 / 12246] 01244_optimize_distributed_group_by_sharding_key: [ OK ] 3.30 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2124 / 12246] 02463_julian_day_ubsan: [ OK ] 0.49 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2125 / 12246] 01457_min_index_granularity_bytes_setting: [ OK ] 0.45 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2126 / 12246] 01177_group_array_moving: [ OK ] 0.68 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2127 / 12246] 03701_parquet_conversion_to_datetime64: [ OK ] 6.33 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2128 / 12246] 04328_delete_from_alter_delete_privilege: [ OK ] 9.94 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2129 / 12246] 03006_join_on_inequal_expression_fast_2: [ OK ] 2.91 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2130 / 12246] 00397_tsv_format_synonym: [ OK ] 0.52 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2131 / 12246] 03928_sharded_aggregation_negative: [ OK ] 2.58 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2132 / 12246] 03402_cluster_table_functions_settings_parsing: [ OK ] 0.52 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2133 / 12246] 00368_format_option_collision: [ OK ] 1.15 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2134 / 12246] 02581_parquet_arrow_orc_compressions: [ OK ] 3.78 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2135 / 12246] 04058_json_all_values: [ OK ] 1.05 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2136 / 12246] 04512_client_login_without_host: [ OK ] 1.08 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2137 / 12246] 02111_json_column_name_encoding: [ OK ] 0.42 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2138 / 12246] 00012_array_join_alias_2: [ OK ] 0.40 sec. [2026-08-01 14:00:02] 2026-08-02 04:00:02 [ 2139 / 12246] 00967_insert_into_distributed_different_types: [ OK ] 0.49 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2140 / 12246] 04612_forwarded_for_invalid_address: [ OK ] 2.97 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2141 / 12246] 03926_convert_to_full_recursive_tuple_sparse: [ OK ] 0.54 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2142 / 12246] 01710_force_use_projection: [ OK ] 0.53 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2143 / 12246] 04278_database_replicated_system_clusters_replicas_info: [ OK ] 2.91 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2144 / 12246] 02841_valid_json_and_xml_on_http_exception: [ OK ] 16.66 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2145 / 12246] 00169_contingency: [ OK ] 6.68 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2146 / 12246] 00414_time_zones_direct_conversion: [ OK ] 0.38 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2147 / 12246] 04337_orc_schema_inference_deep_recursion: [ OK ] 5.33 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2148 / 12246] 04327_distributed_plan_local_log_formatted_queries: [ OK ] 0.62 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2149 / 12246] 00761_lower_utf8_bug: [ OK ] 0.38 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2150 / 12246] 04325_sparsity_float_negative_zero_excluded: [ OK ] 0.58 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2151 / 12246] 02661_read_from_archive_targz: [ OK ] 14.03 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2152 / 12246] 04402_regexp_all_word_boundary_context: [ OK ] 0.64 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2153 / 12246] 03032_redundant_equals: [ OK ] 1.07 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2154 / 12246] 01012_select_limit_x_0: [ OK ] 0.33 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2155 / 12246] 02885_create_distributed_table_without_as: [ OK ] 0.55 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2156 / 12246] 02479_analyzer_aggregation_crash: [ OK ] 0.54 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2157 / 12246] 01151_storage_merge_filter_tables_by_virtual_column: [ OK ] 1.01 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2158 / 12246] 02576_rewrite_array_exists_to_has: [ OK ] 0.42 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2159 / 12246] 02013_lc_nullable_and_infinity: [ OK ] 0.43 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2160 / 12246] 04299_localtime_localtimestamp_aliases: [ OK ] 0.45 sec. [2026-08-01 14:00:03] 2026-08-02 04:00:03 [ 2161 / 12246] 04036_text_index_map_keys_values_in: [ OK ] 1.15 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2162 / 12246] 02410_csv_empty_fields_inference: [ OK ] 0.39 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2163 / 12246] 03251_orc_time_zone_write: [ OK ] 2.07 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2164 / 12246] 03547_reinterpret_to_array: [ OK ] 1.09 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2165 / 12246] 01555_or_fill: [ OK ] 0.47 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2166 / 12246] 02247_read_bools_as_numbers_json: [ OK ] 6.50 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2167 / 12246] 02354_tuple_element_with_default: [ OK ] 0.61 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2168 / 12246] 02179_map_cast_to_array: [ OK ] 0.70 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2169 / 12246] 02044_url_glob_parallel: [ OK ] 3.01 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2170 / 12246] 02473_functions_in_readonly_mode: [ OK ] 2.11 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2171 / 12246] 03631_local_jemalloc_flush_profile: [ OK ] 0.90 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2172 / 12246] 03117_analyzer_same_column_name_as_func: [ OK ] 0.37 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2173 / 12246] 03562_parallel_replicas_subquery_has_final: [ OK ] 0.52 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2174 / 12246] 04003_tuple_combinator: [ OK ] 2.53 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2175 / 12246] 00612_http_max_query_size_for_distributed: [ OK ] 0.56 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2176 / 12246] 01040_dictionary_invalidate_query_switchover_long: [ OK ] 14.39 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2177 / 12246] 00292_parser_tuple_element: [ OK ] 0.45 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2178 / 12246] 01536_fuzz_cast: [ OK ] 0.26 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2179 / 12246] 03167_empty_tuple_concat: [ OK ] 0.26 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2180 / 12246] 04078_truncate_tables_like_format_space: [ OK ] 0.37 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2181 / 12246] 04410_native_arrow_ipc_corrupt_unrequested_column: [ OK ] 2.53 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2182 / 12246] 04603_projection_part_type_ignores_base_quantize_codec: [ OK ] 0.52 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2183 / 12246] 02961_read_bool_as_string_json: [ OK ] 0.51 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2184 / 12246] 03640_alter_table_rewrite_parts: [ OK ] 0.75 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2185 / 12246] 01710_projections: [ OK ] 0.83 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2186 / 12246] 01155_old_mutation_parts_to_do: [ OK ] 12.65 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2187 / 12246] 01943_non_deterministic_order_key: [ OK ] 0.39 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2188 / 12246] 04327_lc_nullable_partition_key_minmax_idx: [ OK ] 1.66 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2189 / 12246] 03554_json_shared_data_map_serialization_compact_part_big: [ OK ] 2.08 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2190 / 12246] 03520_left_to_cross_incorrect: [ OK ] 0.33 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2191 / 12246] 01779_quantile_deterministic_msan: [ OK ] 0.42 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2192 / 12246] 01359_geodistance_loop: [ OK ] 0.33 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2193 / 12246] 03282_block_number_otehr_mutations: [ OK ] 0.61 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2194 / 12246] 00371_union_all: [ OK ] 0.31 sec. [2026-08-01 14:00:04] 2026-08-02 04:00:04 [ 2195 / 12246] 00098_g_union_all: [ OK ] 0.32 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2196 / 12246] 00076_system_columns_bytes: [ OK ] 0.49 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2197 / 12246] 03208_array_of_json_read_subcolumns_2_wide_merge_tree: [ OK ] 21.39 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2198 / 12246] 04145_extract_plain_ranges_relaxed_not_in: [ OK ] 0.62 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2199 / 12246] 00425_count_nullable: [ OK ] 0.32 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2200 / 12246] 04425_naive_bayes_lowcardinality_nullable: [ OK ] 0.46 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2201 / 12246] 04613_parse_comment_rollback: [ OK ] 0.37 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2202 / 12246] 01125_dict_ddl_cannot_add_column: [ OK ] 0.39 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2203 / 12246] 03375_l2_distance_transposed_partial_reads_pass: [ OK ] 0.45 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2204 / 12246] 00467_qualified_names: [ OK ] 0.62 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2205 / 12246] 01356_state_resample: [ OK ] 0.37 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2206 / 12246] 03734_has_function_key_condition_skip_index: [ OK ] 0.74 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2207 / 12246] 02324_map_combinator_bug: [ OK ] 0.40 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2208 / 12246] 02489_analyzer_indexes: [ OK ] 0.72 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2209 / 12246] 00538_datediff_plural_units: [ OK ] 0.37 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2210 / 12246] 01891_not_in_partition_prune: [ OK ] 0.58 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2211 / 12246] 02920_alter_column_of_projections: [ OK ] 0.53 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2212 / 12246] 01311_comparison_with_constant_string: [ OK ] 0.52 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2213 / 12246] 04065_direct_join_column_const_mismatch: [ OK ] 0.77 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2214 / 12246] 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 0.38 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2215 / 12246] 01338_sha256_fixedstring: [ OK ] 0.32 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2216 / 12246] 02771_multidirectory_globs_storage_file: [ OK ] 1.94 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2217 / 12246] 02990_arrayFold_nullable_lc: [ OK ] 0.40 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2218 / 12246] 00580_consistent_hashing_functions: [ OK ] 0.32 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2219 / 12246] 02344_describe_cache: [ OK ] 1.41 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2220 / 12246] 04076_virtual_row_preliminary_merge: [ OK ] 6.86 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2221 / 12246] 03573_json_keys_with_dots: [ OK ] 0.32 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2222 / 12246] 04008_log_engine_nested_subcolumn_cache: [ OK ] 0.39 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2223 / 12246] 02971_functions_to_subcolumns_variant: [ OK ] 0.36 sec. [2026-08-01 14:00:05] 2026-08-02 04:00:05 [ 2224 / 12246] 00152_totals_in_subquery: [ OK ] 0.40 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2225 / 12246] 02011_http_parsing: [ OK ] 0.83 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2226 / 12246] 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.26 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2227 / 12246] 01428_h3_range_check: [ OK ] 0.40 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2228 / 12246] 00995_optimize_read_in_order_with_aggregation: [ OK ] 0.31 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2229 / 12246] 02021_exponential_sum: [ OK ] 0.45 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2230 / 12246] 00098_8_union_all: [ OK ] 0.30 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2231 / 12246] 04093_msan_fiber_distributed_false_positive: [ OK ] 121.93 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2232 / 12246] 03918_arrayjoin_join_on_duplicate_execution: [ OK ] 0.62 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2233 / 12246] 01661_week_functions_string_args: [ OK ] 0.66 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2234 / 12246] 04296_system_instrument_sleep_invalid_arguments: [ OK ] 0.57 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2235 / 12246] 03157_negative_positional_arguments_ubsan: [ OK ] 0.28 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2236 / 12246] 03831_arrow_date_as_date32: [ OK ] 2.38 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2237 / 12246] 04073_parallel_replicas_in_order_splits: [ OK ] 0.98 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2238 / 12246] 04075_array_join_using_compatibility_setting: [ OK ] 0.32 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2239 / 12246] 00567_parse_datetime_as_unix_timestamp: [ OK ] 0.33 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2240 / 12246] 01391_limit_overflow: [ OK ] 0.39 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2241 / 12246] 02833_starts_ends_with_utf8: [ OK ] 0.38 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2242 / 12246] 04033_tpc_ds_q33: [ OK ] 1.91 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2243 / 12246] 02265_limit_push_down_over_window_functions_bug: [ OK ] 0.91 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2244 / 12246] 04103_accurate_cast_or_null_json: [ OK ] 0.43 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2245 / 12246] 02403_arrow_large_string: [ OK ] 0.83 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2246 / 12246] 02540_duplicate_primary_key: [ OK ] 0.32 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2247 / 12246] 03760_keep_alive_insert_select: [ OK ] 1.07 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2248 / 12246] 04202_storage_fuzzquery_engine: [ OK ] 0.44 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2249 / 12246] 00237_group_by_arrays: [ OK ] 0.36 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2250 / 12246] 01880_materialized_view_to_table_type_check: [ OK ] 0.47 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2251 / 12246] 01021_tuple_parser: [ OK ] 0.37 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2252 / 12246] 03039_dynamic_aggregating_merge_tree: [ OK ] 17.62 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2253 / 12246] 03313_case_insensitive_json_type_declaration: [ OK ] 0.30 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2254 / 12246] 04498_crosstab_variant_to_variant_merge: [ OK ] 0.53 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2255 / 12246] 02174_cte_scalar_cache_mv: [ OK ] 2.40 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2256 / 12246] 01662_join_mixed: [ OK ] 0.33 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2257 / 12246] 02861_filter_pushdown_const_bug: [ OK ] 0.42 sec. [2026-08-01 14:00:06] 2026-08-02 04:00:06 [ 2258 / 12246] 04107_negative_limit_by_large_mt: [ OK ] 1.77 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2259 / 12246] 02320_mapped_array_witn_const_nullable: [ OK ] 0.32 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2260 / 12246] 03418_send_profile_events_setting: [ OK ] 0.89 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2261 / 12246] 04523_type_pair_matrix_errors: [ OK ] 2.69 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2262 / 12246] 04546_partial_merge_join_float_nan: [ OK ] 0.43 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2263 / 12246] 03405_non_zero_batch_mode: [ OK ] 0.27 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2264 / 12246] 03122_analyzer_collate_in_window_function: [ OK ] 0.37 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2265 / 12246] 02513_analyzer_sort_msan: [ OK ] 0.33 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2266 / 12246] 01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer: [ OK ] 1.20 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2267 / 12246] 04493_optimize_or_like_chain_match_vectorscan_incompatible: [ OK ] 0.38 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2268 / 12246] 00500_point_in_polygon_non_const_poly: [ OK ] 0.80 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2269 / 12246] 04607_tuple_combinator_respect_nulls_state_name: [ OK ] 0.35 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2270 / 12246] 03214_json_typed_dynamic_path: [ OK ] 0.53 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2271 / 12246] 03708_join_to_in_output_header: [ OK ] 0.37 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2272 / 12246] 02834_add_sub_date_functions: [ OK ] 0.52 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2273 / 12246] 04338_parquet_v3_dictionary_filter_null_as_default: [ OK ] 2.19 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2274 / 12246] 03992_join_using_remote_table_function_with_alias: [ OK ] 0.40 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2275 / 12246] 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 0.37 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2276 / 12246] 02552_sparse_columns_intersect: [ OK ] 0.42 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2277 / 12246] 04305_parser_error_message_oob_101143: [ OK ] 0.78 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2278 / 12246] 04033_tpc_ds_q80: [ OK ] 2.02 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2279 / 12246] 02868_select_support_from_keywords: [ OK ] 0.32 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2280 / 12246] 04611_join_runtime_filters_index_analysis_skip_index: [ OK ] 1.01 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2281 / 12246] 03594_is_valid_ascii_errors: [ OK ] 0.27 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2282 / 12246] 03751_join_empty_string_nullable: [ OK ] 0.44 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2283 / 12246] 02131_used_row_policies_in_query_log: [ OK ] 0.61 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2284 / 12246] 01921_datatype_date32: [ OK ] 1.18 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2285 / 12246] 04411_memory_profiler_sample_probability_sql_settings: [ OK ] 2.32 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2286 / 12246] 04299_85413_iceberg_local_readonly_after_attach: [ OK ] 2.52 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2287 / 12246] 02205_postgresql_functions: [ OK ] 0.57 sec. [2026-08-01 14:00:07] 2026-08-02 04:00:07 [ 2288 / 12246] 02760_dictionaries_memory: [ OK ] 5.31 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2289 / 12246] 04616_pr_plan_based_view_non_replicated_optin: [ OK ] 0.36 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2290 / 12246] 03735_async_insert_mergetree: [ OK ] 0.64 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2291 / 12246] 01514_input_format_tsv_enum_as_number_setting: [ OK ] 0.39 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2292 / 12246] 01120_join_constants: [ OK ] 0.30 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2293 / 12246] 04340_arrow_oob_fixed_size_list: [ OK ] 1.69 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2294 / 12246] 03359_point_in_polygon_index: [ OK ] 0.32 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2295 / 12246] 03816_inline_insert_table_function_defaults: [ OK ] 3.56 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2296 / 12246] 01451_wrong_error_long_query: [ OK ] 0.71 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2297 / 12246] 03777_join_runtime_filter_with_nulls: [ OK ] 0.55 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2298 / 12246] 04201_consecutive_keys_nullable_findkey: [ OK ] 0.31 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2299 / 12246] 02341_global_join_cte: [ OK ] 0.38 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2300 / 12246] 04103_haystack_needle_type_error_message: [ OK ] 1.79 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2301 / 12246] 04092_text_index_like_large_postings: [ OK ] 0.50 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2302 / 12246] 04331_mergeTreeCodecBlockCounts_nested_subcolumns: [ OK ] 0.31 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2303 / 12246] 04032_fixedstring_prefix_key_condition: [ OK ] 0.71 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2304 / 12246] 04408_array_fold_cancellation: [ OK ] 5.70 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2305 / 12246] 03382_dynamic_serialization_default_settings: [ OK ] 0.33 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2306 / 12246] 00405_PrettyCompactMonoBlock: [ OK ] 1.08 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2307 / 12246] 03749_tuple_inside_nullable_tuple_names_function: [ OK ] 0.30 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2308 / 12246] 01506_buffer_table_alter_block_structure: [ OK ] 0.37 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2309 / 12246] 04628_split_filter_name_clash_header_leak: [ OK ] 0.30 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2310 / 12246] 04033_tpc_ds_q67: [ OK ] 2.07 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2311 / 12246] 01532_primary_key_without_order_by_zookeeper: [ OK ] 0.78 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2312 / 12246] 03458_numeric_indexed_vector_operations_u16f64: [ OK ] 0.38 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2313 / 12246] 03174_merge_join_bug: [ OK ] 0.20 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2314 / 12246] 03096_update_non_indexed_columns: [ OK ] 0.42 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2315 / 12246] 04070_mergetree_analyze_indexes_optimizations_no_crash: [ OK ] 0.32 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2316 / 12246] 02179_sparse_columns_detach: [ OK ] 0.47 sec. [2026-08-01 14:00:08] 2026-08-02 04:00:08 [ 2317 / 12246] 04099_input_auto_http_insert_select: [ OK ] 2.92 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2318 / 12246] 03299_pretty_squash: [ OK ] 0.26 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2319 / 12246] 00579_virtual_column_and_lazy: [ OK ] 0.36 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2320 / 12246] 02904_distributed_settings_background_insert_compatibility: [ OK ] 0.42 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2321 / 12246] 01463_resample_overflow: [ OK ] 0.31 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2322 / 12246] 03571_trying_to_get_name_of_not_a_column_asterisk: [ OK ] 0.38 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2323 / 12246] 03096_text_log_format_string_args_not_empty: [ OK ] 1.46 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2324 / 12246] 03290_pr_non_replicated_in_subquery: [ OK ] 0.32 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2325 / 12246] 04339_in_subquery_partition_pruning_not_ready_set: [ OK ] 0.47 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2326 / 12246] 03976_geometry_functions_accept_subtypes: [ OK ] 0.30 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2327 / 12246] 03254_timeseries_functions_various_arguments: [ OK ] 1.11 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2328 / 12246] 04326_aggregation_two_level_decision: [ OK ] 0.40 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2329 / 12246] 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 0.65 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2330 / 12246] 03352_distinct_sorted_bug: [ OK ] 0.37 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2331 / 12246] 01515_logtrace_function: [ OK ] 0.81 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2332 / 12246] 04054_distributed_index_analysis_partition_pruning: [ OK ] 1.57 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2333 / 12246] 00438_bit_rotate: [ OK ] 0.29 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2334 / 12246] 00088_global_in_one_shard_and_rows_before_limit: [ OK ] 0.48 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2335 / 12246] 03762_mutation_of_columns_in_wide_part_with_new_type_serialization_version: [ OK ] 0.38 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2336 / 12246] 04060_coalescing_merge_tree_array_tuple_with_column_param: [ OK ] 0.33 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2337 / 12246] 03574_analyzer_merge_filter_into_join_bug: [ OK ] 0.30 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2338 / 12246] 04519_type_pair_matrix_arithmetic_signed_wide: [ OK ] 1.67 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2339 / 12246] 00814_parsing_ub: [ OK ] 0.32 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2340 / 12246] 02022_bzip2_truncated: [ OK ] 1.20 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2341 / 12246] 04319_106573_minmax_count_projection_partition_key_group_by: [ OK ] 0.56 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2342 / 12246] 04303_parallel_replicas_projection_scope_collision: [ OK ] 0.47 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2343 / 12246] 03250_avoid_prefetch_empty_parts: [ OK ] 0.42 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2344 / 12246] 04231_concat_with_separator_nullable_lc: [ OK ] 0.30 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2345 / 12246] 02315_pmj_union_ubsan_35857: [ OK ] 0.27 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2346 / 12246] 04611_show_create_hint_object_level_grant: [ OK ] 5.11 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2347 / 12246] 02906_force_optimize_projection_name: [ OK ] 0.52 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2348 / 12246] 00577_replacing_merge_tree_vertical_merge: [ OK ] 0.61 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2349 / 12246] 04201_distributed_infer_columns_sharding_key: [ OK ] 0.41 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2350 / 12246] 04070_truncate_all_tables_skip_views: [ OK ] 0.47 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2351 / 12246] 04409_join_use_nulls_inequality_residual: [ OK ] 0.51 sec. [2026-08-01 14:00:09] 2026-08-02 04:00:09 [ 2352 / 12246] 04068_multi_text_idx_lwd_vertical: [ OK ] 0.73 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2353 / 12246] 04516_role_rewrite: [ OK ] 6.75 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2354 / 12246] 03625_auto_statistics_validation: [ OK ] 0.54 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2355 / 12246] 02873_s3_presigned_url_and_url_with_special_characters: [ OK ] 0.32 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2356 / 12246] 02691_multiple_joins_backtick_identifiers: [ OK ] 0.42 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2357 / 12246] 03411_variant_basic_discriminators_deserialization_bug: [ OK ] 0.40 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2358 / 12246] 00944_ml_test: [ OK ] 0.37 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2359 / 12246] 03806_inconsistent_formatting_create_dictionary: [ OK ] 0.71 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2360 / 12246] 02579_fill_empty_chunk_analyzer: [ OK ] 0.27 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2361 / 12246] 02722_log_profile_events: [ OK ] 0.34 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2362 / 12246] 02457_s3_cluster_schema_inference: [ OK ] 1.02 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2363 / 12246] 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 0.45 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2364 / 12246] 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 3.44 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2365 / 12246] 02764_index_analysis_fix: [ OK ] 0.32 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2366 / 12246] 00917_least_sqr: [ OK ] 0.31 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2367 / 12246] 03362_create_table_after_truncate_replicated_database: [ OK ] 0.47 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2368 / 12246] 04040_materialize_projections_on_merge: [ OK ] 0.45 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2369 / 12246] 01360_division_overflow: [ OK ] 0.42 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2370 / 12246] 02962_analyzer_constant_set: [ OK ] 0.33 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2371 / 12246] 00862_decimal_in: [ OK ] 0.57 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2372 / 12246] 04305_lwd_merge_projection_rebuild: [ OK ] 0.50 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2373 / 12246] 02477_age_date32: [ OK ] 0.74 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2374 / 12246] 03594_is_valid_ascii: [ OK ] 0.38 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2375 / 12246] 04064_minmax_index_null_inf_ordering: [ OK ] 0.57 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2376 / 12246] 01451_replicated_detach_drop_part_long: [ OK ] 0.72 sec. [2026-08-01 14:00:10] 2026-08-02 04:00:10 [ 2377 / 12246] 04079_memory_engine_table_virtual_column: [ OK ] 0.42 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2378 / 12246] 04655_table_name_length_underflow_drop: [ OK ] 3.55 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2379 / 12246] 02366_kql_mvexpand: [ OK ] 0.47 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2380 / 12246] 01596_setting_limit_offset: [ OK ] 0.47 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2381 / 12246] 00011_sorting: [ OK ] 0.75 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2382 / 12246] 00342_escape_sequences: [ OK ] 0.34 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2383 / 12246] 03413_group_by_all_in_subquery: [ OK ] 0.38 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2384 / 12246] 03094_named_tuple_bug24607: [ OK ] 0.39 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2385 / 12246] 02945_blake3_msan: [ OK ] 0.32 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2386 / 12246] 03802_storage_alias_referential_check: [ OK ] 0.48 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2387 / 12246] 03755_concurrent_hash_join_dispatch_bug: [ OK ] 0.37 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2388 / 12246] 02030_client_unknown_database: [ OK ] 1.12 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2389 / 12246] 04520_every_dictionary_source_must_have_documentation: [ OK ] 0.27 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2390 / 12246] 03369_bfloat16_map: [ OK ] 0.31 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2391 / 12246] 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 3.72 sec. [2026-08-01 14:00:11] 2026-08-02 04:00:11 [ 2392 / 12246] 03644_cancel_huge_mutation_subquery: [ OK ] 3.18 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2393 / 12246] 01825_json_type_ephemeral: [ OK ] 0.50 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2394 / 12246] 04146_json_columns_with_metadata_no_validate: [ OK ] 2.08 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2395 / 12246] 02504_regexp_dictionary_table_source: [ OK ] 0.81 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2396 / 12246] 04338_native_arrow_ipc_null_type: [ OK ] 1.91 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2397 / 12246] 03094_transform_return_first: [ OK ] 0.38 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2398 / 12246] 03271_date_to_datetime_saturation: [ OK ] 1.88 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2399 / 12246] 04061_protobuf_cache_with_envelope: [ OK ] 4.67 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2400 / 12246] 04490_correlated_exists_zero_column_body: [ OK ] 0.58 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2401 / 12246] 02149_schema_inference_formats_with_schema_3: [ OK ] 2.47 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2402 / 12246] 00080_show_tables_and_system_tables: [ OK ] 0.53 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2403 / 12246] 02735_array_map_array_of_tuples: [ OK ] 0.31 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2404 / 12246] 02122_parallel_formatting_JSONCompactStrings: [ OK ] 2.11 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2405 / 12246] 01866_split_by_regexp: [ OK ] 0.59 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2406 / 12246] 01561_Date_and_DateTime64_comparision: [ OK ] 0.32 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2407 / 12246] 03835_join_transitive_predicates_dedup: [ OK ] 0.78 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2408 / 12246] 03317_pretty_fallback_to_vertical_consistent: [ OK ] 0.35 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2409 / 12246] 04033_tpc_ds_q48: [ OK ] 1.82 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2410 / 12246] 02514_tsv_zero_started_number: [ OK ] 0.26 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2411 / 12246] 03282_highlight_trailing_whitespace_pretty: [ OK ] 0.38 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2412 / 12246] 02240_get_type_serialization_streams: [ OK ] 0.31 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2413 / 12246] 02457_parse_date_time_best_effort: [ OK ] 0.49 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2414 / 12246] 01593_functions_in_order_by: [ OK ] 0.32 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2415 / 12246] 02477_analyzer_ast_key_condition_crash: [ OK ] 0.33 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2416 / 12246] 02310_uuid_v7: [ OK ] 0.33 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2417 / 12246] 02724_jit_logical_functions: [ OK ] 0.42 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2418 / 12246] 02269_insert_select_with_format_without_schema_inference: [ OK ] 0.27 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2419 / 12246] 01434_netloc_fuzz: [ OK ] 0.34 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2420 / 12246] 03312_issue_74708: [ OK ] 1.39 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2421 / 12246] 03782_contingency_window_functions_state_serialize_deserialize: [ OK ] 1.67 sec. [2026-08-01 14:00:12] 2026-08-02 04:00:12 [ 2422 / 12246] 01684_insert_specify_shard_id: [ OK ] 0.66 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2423 / 12246] 00363_defaults: [ OK ] 0.37 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2424 / 12246] 00600_create_temporary_table_if_not_exists: [ OK ] 0.32 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2425 / 12246] 02577_analyzer_array_join_calc_twice: [ OK ] 0.32 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2426 / 12246] 03246_json_tuple_decompress_race: [ OK ] 0.47 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2427 / 12246] 00908_analyze_query: [ OK ] 0.32 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2428 / 12246] 03823_optimize_dry_run_rmt: [ OK ] 1.10 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2429 / 12246] 02889_datetime64_from_string: [ OK ] 0.43 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2430 / 12246] 02481_i43247_ubsan_in_minmaxany: [ OK ] 0.33 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2431 / 12246] 03577_dynamic_json_update_issue: [ OK ] 0.45 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2432 / 12246] 00320_between: [ OK ] 0.33 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2433 / 12246] 03546_multiple_join_use_nulls_matcher: [ OK ] 0.52 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2434 / 12246] 03788_storage_join_access: [ OK ] 4.08 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2435 / 12246] 01170_alter_partition_isolation: [ OK ] 4.53 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2436 / 12246] 02128_wait_end_of_query_fix: [ OK ] 0.73 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2437 / 12246] 03015_with_fill_invalid_expression: [ OK ] 0.48 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2438 / 12246] 02996_nullable_arrayReduce: [ OK ] 0.63 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2439 / 12246] 02241_parquet_bad_column: [ OK ] 3.03 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2440 / 12246] 02954_analyzer_fuzz_i57086: [ OK ] 0.35 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2441 / 12246] 00932_array_intersect_bug: [ OK ] 0.54 sec. [2026-08-01 14:00:13] 2026-08-02 04:00:13 [ 2442 / 12246] 04341_dynamic_mutation_variant_discr_streams: [ OK ] 0.79 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2443 / 12246] 01891_jit_aggregation_function_any_long: [ OK ] 1.18 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2444 / 12246] 01212_empty_join_and_totals: [ OK ] 0.27 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2445 / 12246] 03568_json_extract_case_insensitive: [ OK ] 0.58 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2446 / 12246] 04540_packed_part_long_filename_consistency: [ OK ] 0.38 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2447 / 12246] 04206_tuple_string_compare_nested_nullable_inference: [ OK ] 0.35 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2448 / 12246] 00040_array_enumerate_uniq: [ OK ] 0.62 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2449 / 12246] 04365_order_by_lowcardinality_limit_after_join: [ OK ] 0.37 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2450 / 12246] 04053_negative_limit_with_ties_offset_fetch: [ OK ] 0.47 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2451 / 12246] 03379_qbit_equality: [ OK ] 0.37 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2452 / 12246] 03602_embeddedrock_path: [ OK ] 0.31 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2453 / 12246] 03923_union_all_cte_skip_index_prewhere: [ OK ] 0.32 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2454 / 12246] 03272_json_to_json_cast_4: [ OK ] 0.48 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2455 / 12246] 02193_async_insert_tcp_client_2: [ OK ] 6.66 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2456 / 12246] 02351_Map_combinator_dist: [ OK ] 0.41 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2457 / 12246] 01710_aggregate_projection_with_grouping_set: [ OK ] 0.42 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2458 / 12246] 03100_lwu_45_query_condition_cache: [ OK ] 0.43 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2459 / 12246] 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.37 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2460 / 12246] 03926_system_stemmers: [ OK ] 0.31 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2461 / 12246] 04040_tpc_h_q09: [ OK ] 3.85 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2462 / 12246] 03753_fractional_limit_with_ties_small_blocks: [ OK ] 0.67 sec. [2026-08-01 14:00:14] 2026-08-02 04:00:14 [ 2463 / 12246] 03709_coalescing_final: [ OK ] 0.34 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2464 / 12246] 04033_tpc_ds_q68: [ OK ] 2.32 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2465 / 12246] 04075_text_index_linear_scan_block_skip: [ OK ] 1.22 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2466 / 12246] 01548_lzy305: [ OK ] 0.40 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2467 / 12246] 00534_functions_bad_arguments6: [ OK ] 8.66 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2468 / 12246] 02010_array_index_bad_cast: [ OK ] 0.33 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2469 / 12246] 04616_experimental_codec_in_merge_tree_settings: [ OK ] 0.71 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2470 / 12246] 04509_array_sort_numeric_fast_path: [ OK ] 1.32 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2471 / 12246] 01115_prewhere_array_join: [ OK ] 0.63 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2472 / 12246] 04269_bitmap_contains_type_range: [ OK ] 0.33 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2473 / 12246] 02340_parts_refcnt_mergetree: [ OK ] 4.44 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2474 / 12246] 01281_alter_rename_and_other_renames: [ OK ] 0.82 sec. [2026-08-01 14:00:15] 2026-08-02 04:00:15 [ 2475 / 12246] 02995_ulid_short_circuit: [ OK ] 0.35 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2476 / 12246] 00080_array_join_and_union: [ OK ] 0.63 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2477 / 12246] 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 1.96 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2478 / 12246] 00882_multiple_join_no_alias: [ OK ] 0.59 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2479 / 12246] 04003_interpolate_element_with_alias_formatting: [ OK ] 0.38 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2480 / 12246] 04061_storage_generate_args_order: [ OK ] 0.54 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2481 / 12246] 00948_to_valid_utf8: [ OK ] 1.61 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2482 / 12246] 03204_storage_join_optimize: [ OK ] 0.48 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2483 / 12246] 00021_sorting_arrays: [ OK ] 0.39 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2484 / 12246] 03814_in_function_strict_conversion: [ OK ] 0.70 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2485 / 12246] 02355_control_block_size_in_array_join: [ OK ] 0.46 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2486 / 12246] 00327_summing_composite_nested: [ OK ] 0.95 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2487 / 12246] 02893_bad_sample_view: [ OK ] 0.47 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2488 / 12246] 00085_visible_width_of_tuple_of_dates: [ OK ] 0.50 sec. [2026-08-01 14:00:16] 2026-08-02 04:00:16 [ 2489 / 12246] 4061_truncate_many_dedup_blocks: [ OK ] 6.09 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2490 / 12246] 01631_date_overflow_as_partition_key: [ OK ] 0.51 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2491 / 12246] 01013_totals_without_aggregation: [ OK ] 0.48 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2492 / 12246] 02884_authentication_quota: [ OK ] 10.99 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2493 / 12246] 04061_pr_view_union_tables: [ OK ] 1.36 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2494 / 12246] 04059_transaction_non_txn_merge_metadata: [ OK ] 0.60 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2495 / 12246] 04327_png_terminal_mode: [ OK ] 2.53 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2496 / 12246] 00825_protobuf_format_map: [ OK ] 2.37 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2497 / 12246] 03041_dynamic_type_check_table: [ OK ] 7.49 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2498 / 12246] 04094_ast_formatting_keyword_function_names: [ OK ] 0.49 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2499 / 12246] 04033_tpc_ds_q27: [ OK ] 2.11 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2500 / 12246] 00575_merge_and_index_with_function_in_in: [ OK ] 0.50 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2501 / 12246] 03412_analyzer_correlated_subquery_bug: [ OK ] 0.47 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2502 / 12246] 03375_bloom_filter_array_equals: [ OK ] 0.40 sec. [2026-08-01 14:00:17] 2026-08-02 04:00:17 [ 2503 / 12246] 04509_multipoint_type: [ OK ] 1.26 sec. [2026-08-01 14:00:18] 2026-08-02 04:00:18 [ 2504 / 12246] 00169_join_constant_keys: [ OK ] 0.45 sec. [2026-08-01 14:00:18] 2026-08-02 04:00:18 [ 2505 / 12246] 03745_fix_dynamic_structure_in_compact_part: [ OK ] 0.57 sec. [2026-08-01 14:00:18] 2026-08-02 04:00:18 [ 2506 / 12246] 01825_json_type_mutations: [ OK ] 1.24 sec. [2026-08-01 14:00:18] 2026-08-02 04:00:18 [ 2507 / 12246] 04033_tpc_ds_q15: [ OK ] 1.96 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2508 / 12246] 00732_decimal_summing_merge_tree: [ OK ] 1.10 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2509 / 12246] 02280_add_query_level_settings: [ OK ] 0.87 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2510 / 12246] 04278_codec_t64_estimate_compression_ratio: [ OK ] 1.02 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2511 / 12246] 00957_delta_diff_bug: [ OK ] 0.75 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2512 / 12246] 03164_adapting_parquet_reader_output_size: [ OK ] 0.94 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2513 / 12246] 00398_url_functions: [ OK ] 1.50 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2514 / 12246] 00504_mergetree_arrays_rw: [ OK ] 1.12 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2515 / 12246] 00921_datetime64_compatibility_long: [ OK ] 9.53 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2516 / 12246] 01786_explain_merge_tree: [ OK ] 7.11 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2517 / 12246] 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 5.74 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2518 / 12246] 04035_highlight_too_many_needles: [ OK ] 0.55 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2519 / 12246] 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ OK ] 11.81 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2520 / 12246] 02100_replaceRegexpAll_bug: [ OK ] 0.43 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2521 / 12246] 02030_quantiles_underflow: [ OK ] 0.50 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2522 / 12246] 03114_analyzer_cte_with_join: [ OK ] 0.51 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2523 / 12246] 01471_top_k_range_check: [ OK ] 0.38 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2524 / 12246] 03268_empty_tuple_update: [ OK ] 0.43 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2525 / 12246] 02921_parameterized_view_except_queries: [ OK ] 0.89 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2526 / 12246] 02128_hex_bin_on_uuid: [ OK ] 0.53 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2527 / 12246] 02435_rollback_cancelled_queries: [ OK ] 24.71 sec. [2026-08-01 14:00:19] 2026-08-02 04:00:19 [ 2528 / 12246] 04548_compact_multi_codec_dedup: [ OK ] 0.67 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2529 / 12246] 03775_modulo_legacy_key_condition: [ OK ] 0.75 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2530 / 12246] 02790_packed_parts_refcount: [ OK ] 4.88 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2531 / 12246] 01752_distributed_query_sigsegv: [ OK ] 0.40 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2532 / 12246] 04409_compact_part_mixed_codec_read: [ OK ] 0.46 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2533 / 12246] 02814_create_index_uniq_noop: [ OK ] 0.34 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2534 / 12246] 04004_integral_col_comparison_with_float_key_condition: [ OK ] 3.40 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2535 / 12246] 00132_sets: [ OK ] 0.64 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2536 / 12246] 01605_key_condition_enum_int: [ OK ] 0.45 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2537 / 12246] 00974_bitmapContains_with_primary_key: [ OK ] 0.52 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2538 / 12246] 00423_storage_log_single_thread: [ OK ] 0.49 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2539 / 12246] 03799_any_left_join_isnotnull_crash: [ OK ] 0.54 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2540 / 12246] 00714_alter_uuid: [ OK ] 0.65 sec. [2026-08-01 14:00:20] 2026-08-02 04:00:20 [ 2541 / 12246] 01276_alter_rename_column_materialized_expr: [ OK ] 0.86 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2542 / 12246] 04272_create_table_to_inner_uuid_without_engine: [ OK ] 0.40 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2543 / 12246] 04254_sqlite_escape_quote_with_quote_103860_roundtrip: [ OK ] 6.19 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2544 / 12246] 02813_create_index_noop: [ OK ] 4.06 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2545 / 12246] 04230_top_k_through_join_join_swap_gate: [ OK ] 0.57 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2546 / 12246] 04064_inline_insert_data: [ OK ] 6.04 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2547 / 12246] 04276_function_dict_get_keys_edge_cases: [ OK ] 1.40 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2548 / 12246] 04499_tostartof_minute_interval_extreme_overflow: [ OK ] 0.53 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2549 / 12246] 03811_test_hint_after_comment: [ OK ] 0.30 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2550 / 12246] 01586_columns_pruning: [ OK ] 0.58 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2551 / 12246] 00421_storage_merge__table_index: [ OK ] 12.49 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2552 / 12246] 03905_grouping_sets_use_nulls_lowcardinality_in_tuple: [ OK ] 0.32 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2553 / 12246] 01271_show_privileges: [ OK ] 0.37 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2554 / 12246] 04489_masking_policies_introspection: [ OK ] 0.58 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2555 / 12246] 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 3.87 sec. [2026-08-01 14:00:21] 2026-08-02 04:00:21 [ 2556 / 12246] 00940_order_by_read_in_order_query_plan: [ OK ] 1.69 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2557 / 12246] 00900_orc_arrow_parquet_maps: [ OK ] 5.92 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2558 / 12246] 02414_all_new_table_functions_must_be_documented: [ OK ] 0.64 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2559 / 12246] 03405_naive_bayes_classifier_token: [ OK ] 1.07 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2560 / 12246] 04042_npy_negative_shape: [ OK ] 1.59 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2561 / 12246] 04038_printf_dynamic_format: [ OK ] 0.56 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2562 / 12246] 04268_mergeTreeCodecBlockCounts_alter: [ OK ] 0.45 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2563 / 12246] 04518_type_pair_matrix_comparison_integer_left: [ OK ] 2.41 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2564 / 12246] 04321_multiple_quotas_per_user: [ OK ] 6.24 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2565 / 12246] 00609_distributed_with_case_when_then: [ OK ] 0.48 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2566 / 12246] 04070_dedup_token_insert_select_mv: [ OK ] 0.73 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2567 / 12246] 04489_max_threads_auto_parsing_compat: [ OK ] 0.52 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2568 / 12246] 00880_decimal_in_key: [ OK ] 1.56 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2569 / 12246] 02226_analyzer_or_like_combine: [ OK ] 0.79 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2570 / 12246] 01374_if_nullable_filimonov: [ OK ] 0.48 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2571 / 12246] 04061_http_pool_tcp_buffer_histogram_metrics: [ OK ] 5.64 sec. [2026-08-01 14:00:22] 2026-08-02 04:00:22 [ 2572 / 12246] 03021_get_client_http_header: [ OK ] 1.81 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2573 / 12246] 03622_explain_indexes_distributed_index_analysis: [ OK ] 1.96 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2574 / 12246] 03025_clickhouse_host_env: [ OK ] 1.54 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2575 / 12246] 01453_fixsed_string_sort: [ OK ] 0.54 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2576 / 12246] 00672_arrayDistinct: [ OK ] 0.60 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2577 / 12246] 02354_vector_search_undefined_behavior: [ OK ] 0.90 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2578 / 12246] 00556_array_intersect: [ OK ] 0.65 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2579 / 12246] 04076_map_key_value_subcolumn_cache_bug: [ OK ] 0.59 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2580 / 12246] 00988_constraints_replication_zookeeper_long: [ OK ] 0.82 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2581 / 12246] 03918_variant_adaptor_nothing_type: [ OK ] 0.59 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2582 / 12246] 03100_lwu_06_apply_patches: [ OK ] 1.05 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2583 / 12246] 02116_interactive_hello: [ OK ] 1.05 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2584 / 12246] 01663_test_toDate_mysql_compatibility: [ OK ] 0.49 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2585 / 12246] 04612_ast_json_projection_where: [ OK ] 0.60 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2586 / 12246] 04627_timeseries_tf_string_arg_wrappers: [ OK ] 1.01 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2587 / 12246] 04056_negative_limit_with_ties_large_mt: [ OK ] 0.45 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2588 / 12246] 01280_null_in: [ OK ] 0.55 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2589 / 12246] 01202_arrayROCAUC_special: [ OK ] 0.84 sec. [2026-08-01 14:00:23] 2026-08-02 04:00:23 [ 2590 / 12246] 02883_array_scalar_mult_div_modulo: [ OK ] 0.75 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2591 / 12246] 02476_fix_lambda_parsing: [ OK ] 1.09 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2592 / 12246] 01699_timezoneOffset: [ OK ] 0.89 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2593 / 12246] 03950_identity_preserves_geometry_type: [ OK ] 0.60 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2594 / 12246] 00098_d_union_all: [ OK ] 0.43 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2595 / 12246] 01262_fractional_timezone_near_start_of_epoch: [ OK ] 0.43 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2596 / 12246] 04411_distinct_partitions_independently: [ OK ] 4.40 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2597 / 12246] 02725_null_group_key_with_rollup: [ OK ] 0.43 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2598 / 12246] 01897_jit_aggregation_function_avg_weighted_long: [ OK ] 1.18 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2599 / 12246] 04496_native_arrow_ipc_fixed_string_null_payload: [ OK ] 2.46 sec. [2026-08-01 14:00:24] 2026-08-02 04:00:24 [ 2600 / 12246] 02591_protobuf_nested_arrays: [ OK ] 1.22 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2601 / 12246] 02112_parse_date_yyyymmdd: [ OK ] 1.50 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2602 / 12246] 00688_low_cardinality_serialization: [ OK ] 1.40 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2603 / 12246] 01660_sum_ubsan: [ OK ] 0.35 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2604 / 12246] 04307_add_to_enum: [ OK ] 1.97 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2605 / 12246] 02293_h3_hex_ring: [ OK ] 0.75 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2606 / 12246] 03038_recursive_cte_postgres_4: [ OK ] 0.64 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2607 / 12246] 03517_logical_join_predicate_push_down_with_pre_expression_bug: [ OK ] 0.53 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2608 / 12246] 01683_intdiv_ubsan: [ OK ] 0.43 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2609 / 12246] 03047_on_fly_update_delete: [ OK ] 0.98 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2610 / 12246] 03911_context_getAccess_race: [ OK ] 11.90 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2611 / 12246] 02346_text_index_on_subcolumns: [ OK ] 0.54 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2612 / 12246] 03826_right_outer_join_runtime_filters: [ OK ] 0.48 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2613 / 12246] 03652_explain_input_header: [ OK ] 0.42 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2614 / 12246] 02312_parquet_orc_arrow_names_tuples: [ OK ] 0.50 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2615 / 12246] 04546_statistics_simple_batch_single_place: [ OK ] 2.43 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2616 / 12246] 04010_truncate_optimize_race: [ OK ] 16.45 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2617 / 12246] 02771_tsv_csv_custom_skip_trailing_empty_lines: [ OK ] 0.44 sec. [2026-08-01 14:00:25] 2026-08-02 04:00:25 [ 2618 / 12246] 03911_to_low_cardinality_clone_nullable: [ OK ] 0.34 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2619 / 12246] 04416_timeseries_insert_cancel_no_crash: [ OK ] 2.52 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2620 / 12246] 03227_test_sample_n: [ OK ] 0.48 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2621 / 12246] 00735_or_expr_optimize_bug: [ OK ] 0.38 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2622 / 12246] 04511_check_table_broken_projection_columns: [ OK ] 6.19 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2623 / 12246] 04049_timeseries_aggregate_function_parallel_replicas: [ OK ] 0.43 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2624 / 12246] 04320_url_engine_dispatch_partition_and_format: [ OK ] 7.11 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2625 / 12246] 03734_async_insert_two_db: [ OK ] 6.14 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2626 / 12246] 04338_on_fly_mutation_read_overwritten_lc_source: [ OK ] 1.02 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2627 / 12246] 02724_delay_mutations: [ OK ] 5.16 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2628 / 12246] 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 0.36 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2629 / 12246] 04046_alter_modify_query_settings_formatting: [ OK ] 0.35 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2630 / 12246] 04035_system_zookeeper_watches: [ OK ] 0.49 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2631 / 12246] 02102_row_binary_with_names_and_types: [ OK ] 12.67 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2632 / 12246] 03960_join_order_dphyp_limits: [ OK ] 0.63 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2633 / 12246] 02152_bool_type: [ OK ] 0.69 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2634 / 12246] 00950_default_prewhere: [ OK ] 0.61 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2635 / 12246] 03791_function_to_subcolumns_optimization_on_subcolumns: [ OK ] 0.62 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2636 / 12246] 04622_client_memory_usage_config: [ OK ] 3.34 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2637 / 12246] 03709_remove_unused_columns_from_prewhere: [ OK ] 0.48 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2639 / 12246] 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 0.48 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2638 / 12246] 04324_regexp_required_substring_escape_106382: [ OK ] 0.49 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2640 / 12246] 04093_s3_settings_query_override: [ OK ] 2.15 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2641 / 12246] 01905_to_json_string: [ OK ] 0.30 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2642 / 12246] 00082_append_trailing_char_if_absent: [ OK ] 0.30 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2643 / 12246] 02541_analyzer_grouping_sets_crash_fix: [ OK ] 0.30 sec. [2026-08-01 14:00:26] 2026-08-02 04:00:26 [ 2644 / 12246] 01592_window_functions: [ OK ] 0.41 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2645 / 12246] 04407_datalake_getcatalog_deprecated_settings_guard: [ OK ] 0.34 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2646 / 12246] 04401_snappy_stdin_compression: [ OK ] 3.08 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2647 / 12246] 04023_loop_with_cluster_table_function: [ OK ] 0.36 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2648 / 12246] 03243_create_or_replace_view_dependency_check: [ OK ] 0.44 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2649 / 12246] 03611_iceberg_rights: [ OK ] 1.01 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2650 / 12246] 01656_ipv4_bad_formatting: [ OK ] 0.33 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2651 / 12246] 02183_array_tuple_literals_remote: [ OK ] 0.61 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2652 / 12246] 04220_partition_id_constants_folding: [ OK ] 0.47 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2653 / 12246] 02319_no_columns_in_row_level_filter: [ OK ] 0.84 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2654 / 12246] 03532_divideOrNull_jit_crash: [ OK ] 0.43 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2655 / 12246] 00146_aggregate_function_uniq: [ OK ] 4.44 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2656 / 12246] 02245_s3_virtual_columns: [ OK ] 0.46 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2657 / 12246] 04077_pr_view_union_ineligible: [ OK ] 0.79 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2658 / 12246] 02888_obsolete_settings: [ OK ] 0.36 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2659 / 12246] 03199_queries_with_new_analyzer: [ OK ] 0.34 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2660 / 12246] 03130_analyzer_array_join_prefer_column: [ OK ] 0.35 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2661 / 12246] 01710_projection_additional_filters: [ OK ] 0.42 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2662 / 12246] 01583_parallel_parsing_exception_with_offset: [ OK ] 4.47 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2663 / 12246] 04360_distributed_final_non_intersecting: [ OK ] 14.24 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2664 / 12246] 02354_vector_search_quantize_codec_shadowed_subcolumn: [ OK ] 0.45 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2665 / 12246] 00534_functions_bad_arguments12: [ OK ] 10.42 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2666 / 12246] 04077_lwd_trivial_count: [ OK ] 0.50 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2667 / 12246] 03207_json_read_subcolumns_1_3_wide_merge_tree: [ OK ] 1.59 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2668 / 12246] 03337_local_static_var_recursive_initialization: [ OK ] 1.06 sec. [2026-08-01 14:00:27] 2026-08-02 04:00:27 [ 2669 / 12246] 01552_dict_fixedstring: [ OK ] 0.43 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2670 / 12246] 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 3.73 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2671 / 12246] 02346_text_index_postprocessor_predicates: [ OK ] 1.73 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2672 / 12246] 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 0.38 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2673 / 12246] 02724_persist_interval_type: [ OK ] 0.43 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2674 / 12246] 00998_constraints_all_tables: [ OK ] 0.75 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2675 / 12246] 03935_with_fill_by_sorting_prefix_collation: [ OK ] 0.46 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2676 / 12246] 03620_mergeTreeAnalyzeIndexes_sets: [ OK ] 0.48 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2677 / 12246] 01101_prewhere_after_alter: [ OK ] 0.46 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2678 / 12246] 03110_unicode_alias: [ OK ] 0.39 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2679 / 12246] 01268_data_numeric_parameters: [ OK ] 0.44 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2680 / 12246] 04241_parameterized_view_used_twice: [ OK ] 0.49 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2681 / 12246] 03716_join_right_side_sorting: [ OK ] 0.33 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2682 / 12246] 04104_alp_bit_width: [ OK ] 0.83 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2683 / 12246] 03636_storage_alias_syntax: [ OK ] 0.65 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2684 / 12246] 02344_distinct_limit_distiributed: [ OK ] 1.83 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2685 / 12246] 03651_merge_tree_compact_read_string_size_subcolumn: [ OK ] 0.39 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2686 / 12246] 03100_lwu_07_merge_patches: [ OK ] 0.59 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2687 / 12246] 02366_union_decimal_conversion: [ OK ] 0.34 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2688 / 12246] 03216_arrayWithConstant_limits: [ OK ] 1.99 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2689 / 12246] 02915_fpc_overflow: [ OK ] 0.96 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2690 / 12246] 02000_table_function_cluster_macros: [ OK ] 0.44 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2691 / 12246] 03312_issue_63093: [ OK ] 1.41 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2692 / 12246] 02394_every_profile_event_must_have_documentation: [ OK ] 0.30 sec. [2026-08-01 14:00:28] 2026-08-02 04:00:28 [ 2693 / 12246] 03174_exact_rows_before_aggregation: [ OK ] 0.72 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2694 / 12246] 02769_compare_functions_nan: [ OK ] 0.62 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2695 / 12246] 04512_orc_native_union_branch_hints: [ OK ] 0.40 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2696 / 12246] 03087_analyzer_subquery_with_alias: [ OK ] 0.36 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2697 / 12246] 00955_test_final_mark: [ OK ] 1.11 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2698 / 12246] 01914_ubsan_quantile_timing: [ OK ] 0.38 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2699 / 12246] 01372_wrong_order_by_removal: [ OK ] 0.31 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2700 / 12246] 04260_parquet_read_bytes_selected_columns: [ OK ] 2.51 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2701 / 12246] 01246_finalize_aggregation_race: [ OK ] 0.39 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2702 / 12246] 03532_parquet_const: [ OK ] 1.34 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2703 / 12246] 02122_parallel_formatting_JSONCompactStringsEachRow: [ OK ] 2.19 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2704 / 12246] 03580_join_runtime_filter: [ OK ] 1.83 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2705 / 12246] 02353_ascii: [ OK ] 0.35 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2706 / 12246] 00994_table_function_numbers_mt: [ OK ] 0.48 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2707 / 12246] 02967_mysql_settings_override: [ OK ] 1.26 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2708 / 12246] 04147_iceberg_orc_schema_evolution_row_policy: [ OK ] 3.84 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2709 / 12246] 03454_global_join_index_subqueries: [ OK ] 0.52 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2710 / 12246] 03148_setting_max_streams_to_max_threads_ratio_overflow: [ OK ] 0.50 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2711 / 12246] 03960_join_order_dphyp_caterpillar: [ OK ] 16.81 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2712 / 12246] 02136_scalar_read_rows_json: [ OK ] 1.52 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2713 / 12246] 00006_agregates: [ OK ] 0.57 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2714 / 12246] 03454_parameterized_views_null: [ OK ] 0.41 sec. [2026-08-01 14:00:29] 2026-08-02 04:00:29 [ 2715 / 12246] 03302_analyzer_join_filter_push_down_bug: [ OK ] 0.50 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2716 / 12246] 03285_default_engine_with_settings: [ OK ] 0.50 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2717 / 12246] 04024_prewhere_parquet_keycondition: [ OK ] 0.39 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2718 / 12246] 04266_template_skip_errors_after_bad_row: [ OK ] 1.10 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2719 / 12246] 02474_extract_fixedstring_from_json: [ OK ] 0.51 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2720 / 12246] 00113_shard_group_array: [ OK ] 2.84 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2721 / 12246] 00826_cross_to_inner_join: [ OK ] 0.96 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2722 / 12246] 03802_tuple_element_aggregation_settings_validation: [ OK ] 3.86 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2723 / 12246] 04516_correlated_subquery_return_type_group_by_use_nulls: [ OK ] 0.58 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2724 / 12246] 04104_ast_fuzzer_preserves_caller_transaction: [ OK ] 0.63 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2725 / 12246] 03460_numeric_indexed_vector_to_value_map: [ OK ] 0.36 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2726 / 12246] 00850_global_join_dups: [ OK ] 1.00 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2727 / 12246] 03905_set_partition_pruning_key_condition: [ OK ] 0.55 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2728 / 12246] 03262_test_parquet_native_reader_int_logical_type: [ OK ] 1.42 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2729 / 12246] 01526_alter_add_and_modify_order_zookeeper: [ OK ] 0.63 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2730 / 12246] 02504_explain_ast_insert: [ OK ] 0.40 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2731 / 12246] 03928_materialized_cte_index: [ OK ] 0.46 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2732 / 12246] 04251_stid_2635_empty_pipe_reverse_order: [ OK ] 0.45 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2733 / 12246] 04062_use_partition_pruning_disable_minmax_count_projection: [ OK ] 0.35 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2734 / 12246] 01854_s2_cap_contains: [ OK ] 0.40 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2735 / 12246] 01072_select_constant_limit: [ OK ] 0.41 sec. [2026-08-01 14:00:30] 2026-08-02 04:00:30 [ 2736 / 12246] 02912_group_array_sample: [ OK ] 0.37 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2737 / 12246] 04093_empty_tuple_parsing: [ OK ] 0.39 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2738 / 12246] 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 0.63 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2739 / 12246] 02294_nothing_arguments_in_functions_errors: [ OK ] 2.22 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2740 / 12246] 03960_join_order_dphyp_transitive_predicates: [ OK ] 0.71 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2741 / 12246] 03913_datalake_restful_catalog_bad_format: [ OK ] 36.42 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2742 / 12246] 04502_group_by_ttl_materialized_column: [ OK ] 0.54 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2743 / 12246] 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 0.67 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2744 / 12246] 01710_projection_external_aggregate: [ OK ] 0.42 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2745 / 12246] 03680_mergetree_shrink_const_from_prewhere: [ OK ] 0.43 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2746 / 12246] 00979_yandex_consistent_hash_fpe: [ OK ] 0.42 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2747 / 12246] 03653_fractional_limit_offset: [ OK ] 1.15 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2748 / 12246] 04003_named_collection_drop_dependency_check_dict: [ OK ] 2.68 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2749 / 12246] 03925_jemalloc_profile_system_table: [ OK ] 4.95 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2750 / 12246] 04214_iceberg_alter_drop_column_stale_metadata_cache_104295: [ OK ] 1.55 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2751 / 12246] 01271_optimize_arithmetic_operations_in_aggr_func_long: [ OK ] 1.48 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2752 / 12246] 03156_dynamic_type_concurrent_inserts: [ OK ] 2.49 sec. [2026-08-01 14:00:31] 2026-08-02 04:00:31 [ 2753 / 12246] 02805_distributed_queries_timeouts: [ OK ] 24.40 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2754 / 12246] 02706_keeper_map_insert_strict: [ OK ] 0.63 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2755 / 12246] 02355_column_type_name_lc: [ OK ] 0.38 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2756 / 12246] 03160_dynamic_type_agg: [ OK ] 0.34 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2757 / 12246] 04054_deltalake_cdf_copy_paste_bug: [ OK ] 0.32 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2758 / 12246] 02575_merge_prewhere_ephemeral: [ OK ] 0.51 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2759 / 12246] 04099_distinct_aggregate_projection_partial_projection_data: [ OK ] 0.51 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2760 / 12246] 04033_tpc_ds_q12: [ OK ] 1.71 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2761 / 12246] 04311_74335_summap_nested_nullable_decimal: [ OK ] 0.63 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2762 / 12246] 01060_defaults_all_columns: [ OK ] 0.48 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2763 / 12246] 02703_row_policies_for_asterisk: [ OK ] 1.51 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2764 / 12246] 04053_h3_validate_cells_and_edges: [ OK ] 1.06 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2765 / 12246] 03775_group_format: [ OK ] 0.81 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2766 / 12246] 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 0.63 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2767 / 12246] 02919_storage_fuzzjson: [ OK ] 0.68 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2768 / 12246] 04338_04305_values_non_column_argument_logical_error: [ OK ] 0.45 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2769 / 12246] 03624_resource_exhaustion_window_function: [ OK ] 0.43 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2770 / 12246] 01087_table_function_generate: [ OK ] 0.79 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2771 / 12246] 01528_setting_aggregate_functions_null_for_empty: [ OK ] 0.57 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2772 / 12246] 02448_clone_replica_lost_part: [ OK ] 54.98 sec. [2026-08-01 14:00:32] 2026-08-02 04:00:32 [ 2773 / 12246] 01016_null_part_minmax: [ OK ] 0.43 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2774 / 12246] 03272_client_highlighting_bug: [ OK ] 1.34 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2775 / 12246] 02015_async_inserts_5: [ OK ] 2.79 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2776 / 12246] 02552_inner_join_with_where_true: [ OK ] 0.34 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2777 / 12246] 03244_skip_index_in_final_query_with_pk_rescan_random: [ OK ] 4.61 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2778 / 12246] 00675_shard_remote_with_table_function: [ OK ] 0.59 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2779 / 12246] 04547_create_as_select_destination_not_visible_during_populate: [ OK ] 0.61 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2780 / 12246] 04240_detached_tables_uuid_filter_102705: [ OK ] 1.60 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2781 / 12246] 04070_decimal_min_max_jit_signedness: [ OK ] 0.65 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2782 / 12246] 03258_quantile_exact_weighted_issue: [ OK ] 0.34 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2783 / 12246] 02804_intersect_bad_cast: [ OK ] 0.35 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2784 / 12246] 04406_naive_bayes_dictionary_lifecycle: [ OK ] 0.88 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2785 / 12246] 04047_join_filter_pushdown_equivalent_using_types: [ OK ] 0.51 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2786 / 12246] 01166_truncate_multiple_partitions: [ OK ] 1.22 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2787 / 12246] 00964_bloom_index_string_functions: [ OK ] 10.24 sec. [2026-08-01 14:00:33] 2026-08-02 04:00:33 [ 2788 / 12246] 03912_set_index_dynamic_type: [ OK ] 0.56 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2789 / 12246] 00712_prewhere_with_alias_and_virtual_column: [ OK ] 0.52 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2790 / 12246] 02981_translate_fixedstring: [ OK ] 0.38 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2791 / 12246] 03248_max_parts_to_move: [ OK ] 0.69 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2792 / 12246] 04545_read_wkt_leading_whitespace: [ OK ] 0.53 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2793 / 12246] 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.41 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2794 / 12246] 00900_orc_nullable_arrays_load: [ OK ] 3.38 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2795 / 12246] 03169_optimize_injective_functions_inside_uniq_crash: [ OK ] 0.56 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2796 / 12246] 04412_window_transform_skip_materialization: [ OK ] 0.43 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2797 / 12246] 04000_nullable_tuple_null_subcolumn_ambiguity: [ OK ] 0.69 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2798 / 12246] 03554_json_shared_data_tuple_map_with_buckets_serialization_compact_part_big: [ OK ] 1.27 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2799 / 12246] 01597_columns_list_ignored: [ OK ] 1.49 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2800 / 12246] 01144_join_rewrite_with_ambiguous_column_and_view: [ OK ] 0.93 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2801 / 12246] 03172_error_log_table_not_empty: [ OK ] 4.91 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2802 / 12246] 04635_deduplication_alias_hop_deduplicating_inner: [ OK ] 4.49 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2803 / 12246] 02315_replace_multiif_to_if: [ OK ] 0.42 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2804 / 12246] 03296_bfloat16_ubsan: [ OK ] 0.41 sec. [2026-08-01 14:00:34] 2026-08-02 04:00:34 [ 2805 / 12246] 04259_case_with_expression_null_equals_null_101262: [ OK ] 0.46 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2806 / 12246] 02767_into_outfile_extensions_msan: [ OK ] 1.41 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2807 / 12246] 00411_long_accurate_number_comparison_float: [ OK ] 2.79 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2808 / 12246] 01099_parallel_distributed_insert_select: [ OK ] 2.69 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2809 / 12246] 04259_arrow_corrupted_offsets: [ OK ] 5.25 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2810 / 12246] 03782_insert_empty_json_columns_mergetree: [ OK ] 2.36 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2811 / 12246] 02841_parallel_replicas_summary: [ OK ] 2.88 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2812 / 12246] 04615_ast_json_optimize_manifest_show_like_where: [ OK ] 0.85 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2813 / 12246] 02795_full_join_assert_cast: [ OK ] 0.49 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2814 / 12246] 02966_nested_offsets_subcolumn: [ OK ] 0.85 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2815 / 12246] 02187_insert_values_with_mv: [ OK ] 1.54 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2816 / 12246] 03533_lexer_c_library: [ SKIPPED ] 0.00 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 Reason: running not only fast tests [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2817 / 12246] 01771_datetime64_no_time_part: [ OK ] 0.32 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2818 / 12246] 04628_logical_optimizer_in_rewrite_variant_type: [ OK ] 1.21 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2819 / 12246] 04489_dot_product_transposed_partial_reads_pass: [ OK ] 0.72 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2820 / 12246] 01511_format_readable_timedelta: [ OK ] 0.29 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2821 / 12246] 04653_iceberg_parquet_optional_complex: [ OK ] 6.23 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2822 / 12246] 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 0.32 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2823 / 12246] 00092_union_race_conditions_3: [ OK ] 100.87 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2824 / 12246] 03582_initcap_fixedstring: [ OK ] 0.31 sec. [2026-08-01 14:00:35] 2026-08-02 04:00:35 [ 2825 / 12246] 03803_insert_on_connection_drop: [ OK ] 16.80 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2826 / 12246] 02862_uuid_reinterpret_as_numeric: [ OK ] 0.55 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2827 / 12246] 03577_ub_max_column_in_block_size_bytes: [ OK ] 0.55 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2828 / 12246] 03290_final_replacing: [ OK ] 0.60 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2829 / 12246] 04207_drop_partition_integer_overflow_date: [ OK ] 0.61 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2830 / 12246] 02992_settings_overflow: [ OK ] 0.55 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2831 / 12246] 03198_json_extract_more_types: [ OK ] 0.61 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2832 / 12246] 00855_join_with_array_join: [ OK ] 0.75 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2833 / 12246] 03285_json_subcolumns_formatting: [ OK ] 1.78 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2834 / 12246] 03578_parallel_replicas_formatting_tuple: [ OK ] 0.46 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2835 / 12246] 01451_replicated_detach_drop_and_quorum_long: [ OK ] 0.81 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2836 / 12246] 01939_network_receive_bytes_metrics: [ OK ] 2.43 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2837 / 12246] 03707_autopr_unsupported_cases: [ OK ] 0.76 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2838 / 12246] 04402_ast_json_view_targets_duplicate_kind: [ OK ] 0.35 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2839 / 12246] 04219_explain_plan_pretty_default: [ OK ] 0.27 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2840 / 12246] 04545_compressed_read_buffer_no_per_block_log_storm: [ OK ] 2.41 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2841 / 12246] 04213_base_backup_with_query_parameter: [ OK ] 2.61 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2842 / 12246] 04202_move_partition_to_non_mergetree: [ OK ] 0.43 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2843 / 12246] 01475_fix_bigint_shift: [ OK ] 0.34 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2844 / 12246] 03571_join_inequality_constants: [ OK ] 0.33 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2845 / 12246] 04657_cuturlparameter_documented_behavior: [ OK ] 0.31 sec. [2026-08-01 14:00:36] 2026-08-02 04:00:36 [ 2846 / 12246] 04241_alias_string_agg: [ OK ] 0.31 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2847 / 12246] 02931_ubsan_error_arena_aligned_alloc: [ OK ] 0.39 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2848 / 12246] 03457_wide_integer_double_conversion_edge_cases: [ OK ] 0.56 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2849 / 12246] 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 0.94 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2850 / 12246] 01006_ttl_with_default_2: [ OK ] 1.82 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2851 / 12246] 03307_progress_http_asap: [ OK ] 0.96 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2852 / 12246] 04408_lazy_materialization_part_offset_prewhere: [ OK ] 0.54 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2853 / 12246] 01426_geohash_constants: [ OK ] 0.51 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2854 / 12246] 02302_clash_const_aggegate_join: [ OK ] 0.81 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2855 / 12246] 02997_fix_datetime64_scale_conversion: [ OK ] 1.72 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2856 / 12246] 03290_alter_mv_dependency_check: [ OK ] 0.71 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2857 / 12246] 01774_ip_address_in_range_2: [ OK ] 0.62 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2858 / 12246] 03604_test_merge_tree_min_read_task_size_is_zero: [ OK ] 0.32 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2859 / 12246] 03221_s3_imds_decent_timeout: [ OK ] 1.49 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2860 / 12246] 04490_parquet_gzip_libdeflate: [ OK ] 3.36 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2861 / 12246] 02041_conversion_between_date32_and_datetime64: [ OK ] 0.31 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2862 / 12246] 01605_drop_settings_profile_while_assigned: [ OK ] 2.25 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2863 / 12246] 01715_table_function_view_fix: [ OK ] 0.32 sec. [2026-08-01 14:00:37] 2026-08-02 04:00:37 [ 2864 / 12246] 00799_function_dry_run: [ OK ] 0.41 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2865 / 12246] 03279_pr_3_way_joins_left_first_right: [ OK ] 1.11 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2866 / 12246] 03449_join_using_allow_alias: [ OK ] 0.33 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2867 / 12246] 02475_analyzer_subquery_compound_expression: [ OK ] 0.33 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2868 / 12246] 03960_join_order_dphyp_chain10: [ OK ] 0.66 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2869 / 12246] 03201_sumIf_to_countIf_return_type: [ OK ] 0.32 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2870 / 12246] 03261_any_respect_camelCase_aliases: [ OK ] 0.47 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2871 / 12246] 04498_geojson_precise_float_parsing: [ OK ] 0.35 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2872 / 12246] 01450_set_null_const: [ OK ] 0.38 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2873 / 12246] 03901_issue_70015_minus_type_mismatch: [ OK ] 0.37 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2874 / 12246] 01801_dateDiff_DateTime64: [ OK ] 0.70 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2875 / 12246] 03960_join_order_dphyp_star: [ OK ] 0.59 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2876 / 12246] 02016_bit_shift_right_for_string_integer: [ OK ] 0.97 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2877 / 12246] 01774_ip_address_in_range: [ OK ] 0.69 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2878 / 12246] 03217_datetime64_constant_to_ast: [ OK ] 0.37 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2879 / 12246] 02800_transform_alter: [ OK ] 0.44 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2880 / 12246] 02294_stringsearch_with_nonconst_needle: [ OK ] 0.63 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2881 / 12246] 04141_json_extract_variant_no_int_truncation: [ OK ] 0.52 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2882 / 12246] 02496_format_datetime_in_joda_syntax: [ OK ] 0.98 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2883 / 12246] 03234_proto_complex_nested_repeated_noexception: [ OK ] 1.04 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2884 / 12246] 02706_kolmogorov_smirnov_test_scipy: [ OK ] 4.64 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2885 / 12246] 03921_create_user_role_clause: [ OK ] 10.17 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2886 / 12246] 04338_window_funnel_deserialize_event_bounds: [ OK ] 0.36 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2887 / 12246] 00719_insert_block_without_column: [ OK ] 2.24 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2888 / 12246] 02703_keeper_map_concurrent_create_drop: [ OK ] 26.04 sec. [2026-08-01 14:00:38] 2026-08-02 04:00:38 [ 2889 / 12246] 03075_analyzer_subquery_alias: [ OK ] 0.33 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2890 / 12246] 00647_histogram_negative: [ OK ] 0.31 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2891 / 12246] 04070_sharded_aggregation_distributed: [ OK ] 0.49 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2892 / 12246] 02103_tsv_csv_custom_null_representation: [ OK ] 8.17 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2893 / 12246] 00201_array_uniq: [ OK ] 0.30 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2894 / 12246] 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 0.55 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2895 / 12246] 04412_dedup_null_source_mv: [ OK ] 0.61 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2896 / 12246] 03521_tuple_of_dynamic_with_string_comparison: [ OK ] 0.31 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2897 / 12246] 01344_min_bytes_to_use_mmap_io_index: [ OK ] 0.60 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2898 / 12246] 00164_not_chain: [ OK ] 0.31 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2899 / 12246] 03165_round_scale_as_column: [ OK ] 1.07 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2900 / 12246] 04267_mongodb_empty_collection_crash: [ OK ] 0.44 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2901 / 12246] 00576_nested_and_prewhere: [ OK ] 0.41 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2902 / 12246] 01273_arrow_stream: [ OK ] 18.20 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2903 / 12246] 01076_range_reader_segfault: [ OK ] 0.36 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2904 / 12246] 03151_external_cross_join: [ OK ] 1.33 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2905 / 12246] 04258_text_index_lazy_intersect_heap: [ OK ] 0.77 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2906 / 12246] 02790_client_max_opening_fd: [ OK ] 0.97 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2907 / 12246] 00453_cast_enum: [ OK ] 0.40 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2908 / 12246] 02205_HTTP_user_agent: [ OK ] 1.33 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2909 / 12246] 04327_inconsistent_ast_aliased_lambda_under_operator_1941_1bfa: [ OK ] 0.42 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2910 / 12246] 03549_wkb_function: [ OK ] 0.42 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2911 / 12246] 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 0.46 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2912 / 12246] 03448_analyzer_array_join_alias_in_join_using_bug: [ OK ] 0.57 sec. [2026-08-01 14:00:39] 2026-08-02 04:00:39 [ 2913 / 12246] 03044_array_join_columns_in_nested_table: [ OK ] 0.32 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2914 / 12246] 03822_do_not_merge_across_partitions_select_final_behaviour: [ OK ] 1.31 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2915 / 12246] 00259_hashing_tuples: [ OK ] 0.38 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2916 / 12246] 02493_analyzer_sum_if_to_count_if: [ OK ] 0.37 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2917 / 12246] 04070_csv_tsv_skip_first_lines_eof: [ OK ] 1.68 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2918 / 12246] 03519_merge_tree_part_info_unpack: [ OK ] 0.46 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2919 / 12246] 00717_merge_and_distributed: [ OK ] 1.12 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2920 / 12246] 02705_settings_check_changed_flag: [ OK ] 0.72 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2921 / 12246] 02834_remote_session_log: [ OK ] 6.21 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2922 / 12246] 02918_multif_for_nullable: [ OK ] 2.06 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2923 / 12246] 01872_initial_query_start_time: [ OK ] 2.19 sec. [2026-08-01 14:00:40] 2026-08-02 04:00:40 [ 2924 / 12246] 01293_client_interactive_vertical_singleline: [ OK ] 1.21 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2925 / 12246] 03039_recursive_cte_postgres_5: [ OK ] 0.64 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2926 / 12246] 02202_use_skip_indexes_if_final: [ OK ] 0.60 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2927 / 12246] 01506_buffer_table_alter_block_structure_2: [ OK ] 0.40 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2928 / 12246] 04036_backup_partition_transaction_visibility: [ OK ] 1.98 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2929 / 12246] 01259_combinator_distinct: [ OK ] 0.55 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2930 / 12246] 00800_low_cardinality_array_group_by_arg: [ OK ] 0.55 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2931 / 12246] 04033_tpc_ds_q62: [ OK ] 1.61 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2932 / 12246] 04513_http_native_rewrite: [ OK ] 1.10 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2933 / 12246] 02346_text_index_bug106809: [ OK ] 0.72 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2934 / 12246] 00165_jit_aggregate_functions: [ OK ] 1.63 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2935 / 12246] 02765_parallel_replicas_final_modifier: [ OK ] 0.57 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2936 / 12246] 00563_insert_into_remote_and_zookeeper_long: [ OK ] 0.89 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2937 / 12246] 00947_ml_test: [ OK ] 0.43 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2938 / 12246] 00981_topK_topKWeighted_long: [ OK ] 1.84 sec. [2026-08-01 14:00:41] 2026-08-02 04:00:41 [ 2939 / 12246] 04412_constant_join_algorithm: [ OK ] 0.40 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2940 / 12246] 03247_create-same-table-concurrently-with-atomic-engine: [ OK ] 2.62 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2941 / 12246] 03407_csv_bad_date_time_parsing: [ OK ] 0.30 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2942 / 12246] 02810_system_jemalloc_bins: [ OK ] 0.38 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2943 / 12246] 01273_arrow_load: [ OK ] 2.18 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2944 / 12246] 00794_materialized_view_with_column_defaults: [ OK ] 0.36 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2945 / 12246] 02771_if_constant_folding: [ OK ] 0.28 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2946 / 12246] 04418_docs_web_ui_importless_mdx_badge: [ OK ] 0.97 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2947 / 12246] 02134_async_inserts_formats: [ OK ] 7.40 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2948 / 12246] 04299_mvt_encode: [ OK ] 1.02 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2949 / 12246] 02875_json_array_as_string: [ OK ] 0.35 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2950 / 12246] 04324_read_in_order_virtual_row_union: [ OK ] 0.57 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2951 / 12246] 03036_join_filter_push_down_equivalent_sets: [ OK ] 0.67 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2952 / 12246] 04318_remote_storage_engine_access: [ OK ] 5.91 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2953 / 12246] 03258_old_analyzer_const_expr_bug: [ OK ] 0.32 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2954 / 12246] 00285_not_all_data_in_totals: [ OK ] 0.34 sec. [2026-08-01 14:00:42] 2026-08-02 04:00:42 [ 2955 / 12246] 04277_join_reorder_constraints: [ OK ] 1.06 sec. [2026-08-01 14:00:43] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2956 / 12246] 00604_show_create_database: [ OK ] 0.30 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2957 / 12246] 04335_msgpack_schema_inference_deep_recursion: [ OK ] 1.84 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2958 / 12246] 02151_http_s_structure_set_eof: [ OK ] 1.63 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2959 / 12246] 02703_jit_external_aggregation: [ OK ] 9.75 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2960 / 12246] 02354_vector_search_quantize_codec_pq_merge: [ OK ] 1.78 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2961 / 12246] 03369_values_template_types_mismatch: [ OK ] 0.32 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2962 / 12246] 02572_materialized_views_ignore_errors: [ OK ] 0.47 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2963 / 12246] 00034_aggregate_key_fixed_string: [ OK ] 0.56 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2964 / 12246] 04118_kql_make_series: [ OK ] 0.88 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2965 / 12246] 01010_partial_merge_join_const_and_lc: [ OK ] 0.41 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2966 / 12246] 01556_accurate_cast_or_null: [ OK ] 0.51 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2967 / 12246] 01290_max_execution_speed_distributed: [ OK ] 2.40 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2968 / 12246] 03143_parallel_replicas_mat_view_bug: [ OK ] 0.38 sec. [2026-08-01 14:00:43] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2969 / 12246] 00019_shard_quantiles_totals_distributed: [ OK ] 0.33 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2970 / 12246] 03251_unaligned_window_function_state: [ OK ] 0.30 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2971 / 12246] 03823_optimize_dry_run: [ OK ] 0.71 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2972 / 12246] 04495_parquet_v3_dictionary_filter_large_in_keeps_bloom: [ OK ] 2.03 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2973 / 12246] 03924_table_readonly_setting: [ OK ] 0.34 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2974 / 12246] 02962_analyzer_const_in_count_distinct: [ OK ] 0.32 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2975 / 12246] 03918_if_transform_strings_to_enum_nullable: [ OK ] 0.33 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2976 / 12246] 03743_apply_row_policy_after_final_safety: [ OK ] 0.60 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2977 / 12246] 04053_merge_tree_analyze_indexes_union_all: [ OK ] 0.37 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2978 / 12246] 02890_partition_prune_in_extra_columns: [ OK ] 0.40 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2979 / 12246] 04038_text_index_no_negated_functions: [ OK ] 0.48 sec. [2026-08-01 14:00:43] 2026-08-02 04:00:43 [ 2980 / 12246] 01051_aggregate_function_crash: [ OK ] 0.35 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2981 / 12246] 00534_functions_bad_arguments13: [ OK ] 7.69 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2982 / 12246] 04322_optimize_limit_by_variant_dynamic_keys: [ OK ] 0.40 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2983 / 12246] 03033_analyzer_merge_engine_filter_push_down: [ OK ] 0.47 sec. [2026-08-01 14:00:44] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2984 / 12246] 00700_decimal_in_keys: [ OK ] 0.58 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2985 / 12246] 04493_parquet_v3_dictionary_filter_mixed_encoding_row_groups: [ OK ] 1.62 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2986 / 12246] 01720_constraints_complex_types: [ OK ] 0.52 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2987 / 12246] 04241_inconsistent_ast_codec_tuple_paren_round_trip_1941_1bfa: [ OK ] 0.50 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2988 / 12246] 04652_mutation_materialize_block_columns_some: [ OK ] 0.31 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2989 / 12246] 04035_buffer_sample_with_sampling_key: [ OK ] 0.45 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2990 / 12246] 04648_nested_distributed_with_fill_interpolate: [ OK ] 0.45 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2991 / 12246] 03548_analyzer_indentifier_resolution_invariant: [ OK ] 0.31 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2992 / 12246] 03570_dateTimeToUUIDv7: [ OK ] 0.43 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2993 / 12246] 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.27 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2994 / 12246] 03633_join_many_matches_limit: [ OK ] 1.28 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2995 / 12246] 04340_any_join_not_ready_set_null_in: [ OK ] 0.53 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2996 / 12246] 04601_window_clause_query_parameters: [ OK ] 0.48 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2997 / 12246] 01907_multiple_aliases: [ OK ] 0.32 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2998 / 12246] 02559_multiple_read_steps_in_prewhere_reuse_computation: [ OK ] 0.36 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 2999 / 12246] 01020_having_without_group_by: [ OK ] 0.26 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3000 / 12246] 03551_cast_decimal_to_float: [ OK ] 0.31 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3001 / 12246] 04235_streaming_queries_merge_tree_order: [ OK ] 2.43 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3002 / 12246] 04538_delta_codec_decode_roundtrip: [ OK ] 0.52 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3003 / 12246] 01231_operator_null_in: [ OK ] 1.43 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3004 / 12246] 03549_system_query_metric_log_with_queries_with_same_query_id: [ OK ] 5.97 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3005 / 12246] 00507_array_no_params: [ OK ] 1.44 sec. [2026-08-01 14:00:44] 2026-08-02 04:00:44 [ 3006 / 12246] 02552_regression_crash: [ OK ] 0.33 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3007 / 12246] 00065_shard_float_literals_formatting: [ OK ] 0.35 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3008 / 12246] 01043_categorical_iv: [ OK ] 0.44 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3009 / 12246] 02187_async_inserts_all_formats: [ OK ] 78.49 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3010 / 12246] 04507_mvt_encode_state_serialize: [ OK ] 0.39 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3011 / 12246] 00974_query_profiler: [ OK ] 5.24 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3012 / 12246] 01411_xor_itai_shirav: [ OK ] 0.27 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3013 / 12246] 01195_formats_diagnostic_info: [ OK ] 10.56 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3014 / 12246] 01073_attach_if_not_exists: [ OK ] 0.32 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3015 / 12246] 01036_union_different_columns: [ OK ] 0.28 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3016 / 12246] 03322_check_count_for_parquet_in_s3: [ OK ] 0.31 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3017 / 12246] 02421_decimal_in_precision_issue_41125: [ OK ] 0.62 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3018 / 12246] 00161_parallel_parsing_with_names: [ OK ] 4.99 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3019 / 12246] 02684_bson: [ OK ] 0.27 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3020 / 12246] 03068_analyzer_distributed_join: [ OK ] 0.51 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3021 / 12246] 00564_initial_column_values_with_default_expression: [ OK ] 0.37 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3022 / 12246] 02177_merge_optimize_aggregation_in_order: [ OK ] 0.32 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3023 / 12246] 02111_global_context_temporary_tables: [ OK ] 0.32 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3024 / 12246] 02884_string_distance_function: [ OK ] 0.82 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3025 / 12246] 02346_additional_filters: [ OK ] 0.91 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3026 / 12246] 04299_alter_column_null_modifier: [ OK ] 0.40 sec. [2026-08-01 14:00:45] 2026-08-02 04:00:45 [ 3027 / 12246] 04327_packed_composite_key_join: [ OK ] 0.41 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3028 / 12246] 00845_join_on_aliases: [ OK ] 0.34 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3029 / 12246] 02454_compressed_marks_in_compact_part: [ OK ] 0.33 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3030 / 12246] 04113_flame_graph_string_traces: [ OK ] 0.31 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3031 / 12246] 04050_lc_nullable_query_parameters: [ OK ] 0.32 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3032 / 12246] 02315_grouping_constant_folding: [ OK ] 0.37 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3033 / 12246] 03822_alias_column_skip_index_no_merge: [ OK ] 0.43 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3034 / 12246] 03290_mix_engine_and_query_settings: [ OK ] 0.37 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3035 / 12246] 03363_read_json_and_subcolumns_from_view: [ OK ] 0.36 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3036 / 12246] 04512_dictionaries_access_rewrite: [ OK ] 6.31 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3037 / 12246] 01852_map_combinator: [ OK ] 0.71 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3038 / 12246] 03905_deduplication_log_shutdown_race: [ OK ] 13.39 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3039 / 12246] 03909_union_all_remote_predicate_pushdown: [ OK ] 0.36 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3040 / 12246] 02935_date_trunc_case_unsensitiveness: [ OK ] 0.42 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3041 / 12246] 03750_json_in_tuple_element: [ OK ] 0.38 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3042 / 12246] 03033_set_index_in: [ OK ] 0.43 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3043 / 12246] 02841_with_clause_resolve: [ OK ] 0.36 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3044 / 12246] 01338_long_select_and_alter: [ OK ] 12.35 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3045 / 12246] 03758_positional_argument_agg_projection: [ OK ] 0.36 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3046 / 12246] 03156_nullable_number_tips: [ OK ] 0.42 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3047 / 12246] 04266_row_binary_with_names_and_types_and_defaults: [ OK ] 1.77 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3048 / 12246] 00192_least_greatest: [ OK ] 0.36 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3049 / 12246] 02267_file_globs_schema_inference: [ OK ] 2.33 sec. [2026-08-01 14:00:46] 2026-08-02 04:00:46 [ 3050 / 12246] 04402_with_fill_interpolate_fill_column_overlap: [ OK ] 0.27 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3051 / 12246] 02534_default_granularity: [ OK ] 0.34 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3052 / 12246] 04659_empty_array_join_ast_roundtrip: [ OK ] 2.71 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3053 / 12246] 04234_explain_pipeline_compact_repeated_processor_chains: [ OK ] 0.35 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3054 / 12246] 02990_optimize_uniq_to_count_alias: [ OK ] 0.50 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3055 / 12246] 02835_nested_array_lowcardinality: [ OK ] 0.43 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3056 / 12246] 03456_match_index_prefix_extraction: [ OK ] 0.78 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3057 / 12246] 04411_system_backups_incremental_engine_settings: [ OK ] 2.54 sec. [2026-08-01 14:00:47] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3058 / 12246] 01194_http_query_id: [ OK ] 1.82 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3059 / 12246] 01854_HTTP_dict_decompression: [ OK ] 1.33 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3060 / 12246] 04629_client_config_numeric_validation: [ OK ] 3.33 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3061 / 12246] 00176_if_string_arrays: [ OK ] 0.36 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3062 / 12246] 01329_compare_tuple_string_constant: [ OK ] 0.37 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3063 / 12246] 00615_nullable_alter_optimize: [ OK ] 0.40 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3064 / 12246] 04056_statistics_i128: [ OK ] 0.36 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3065 / 12246] 04502_alter_drop_column_default_with_alias: [ OK ] 0.48 sec. [2026-08-01 14:00:47] 2026-08-02 04:00:47 [ 3066 / 12246] 02165_auto_format_by_file_extension: [ OK ] 8.43 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3067 / 12246] 02952_binary: [ OK ] 0.73 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3068 / 12246] 00450_higher_order_and_nullable: [ OK ] 0.32 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3069 / 12246] 02044_url_glob_parallel_connection_refused: [ OK ] 12.84 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3070 / 12246] 03525_filesystem_caches_clickhouse_local: [ OK ] 0.93 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3071 / 12246] 03244_format_drop_function_on_cluster: [ OK ] 0.96 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3072 / 12246] 03711_contingency_window_function: [ OK ] 0.51 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3073 / 12246] 02122_parallel_formatting_JSONCompactStringsEachRowWithNamesAndTypes: [ OK ] 2.05 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3074 / 12246] 04064_format_cte_column_aliases: [ OK ] 0.28 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3075 / 12246] 01670_distributed_bytes_to_throw_insert: [ OK ] 0.62 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3076 / 12246] 04033_iceberg_orc_parquet_v3_crash: [ OK ] 2.47 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3077 / 12246] 03305_mutations_counters_replicated: [ OK ] 2.76 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3078 / 12246] 04128_sequence_next_node_directions: [ OK ] 0.92 sec. [2026-08-01 14:00:48] 2026-08-02 04:00:48 [ 3079 / 12246] 04207_lazy_final_prewhere_is_deleted_null_deref: [ OK ] 0.99 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3080 / 12246] 04251_packed_skip_indices_weird_names: [ OK ] 1.32 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3081 / 12246] 02229_client_stop_multiquery_in_SIGINT: [ OK ] 15.19 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3082 / 12246] 03223_analyzer_with_cube_fuzz: [ OK ] 1.53 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3083 / 12246] 03672_columns_same_as_subcolumns: [ OK ] 0.36 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3084 / 12246] 00984_materialized_view_to_columns: [ OK ] 0.41 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3085 / 12246] 03116_analyzer_explicit_alias_as_column_name: [ OK ] 0.33 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3086 / 12246] 03571_limit_by_all_old_planner: [ OK ] 0.46 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3087 / 12246] 01651_map_functions: [ OK ] 1.53 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3088 / 12246] 04005_empty_part_name: [ OK ] 0.36 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3089 / 12246] 04056_nullable_named_tuple_in_set: [ OK ] 0.37 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3090 / 12246] 02870_move_partition_to_volume_io_throttling: [ OK ] 4.67 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3091 / 12246] 02834_apache_arrow_abort: [ OK ] 7.50 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3092 / 12246] 01012_reset_running_accumulate: [ OK ] 0.36 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3093 / 12246] 02246_is_secure_query_log: [ OK ] 2.87 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3094 / 12246] 02465_limit_trivial_max_rows_to_read: [ OK ] 0.52 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3095 / 12246] 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 0.53 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3096 / 12246] 01307_polygon_perimeter: [ OK ] 0.37 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3097 / 12246] 03702_http_insert_sparse_with_constraint: [ OK ] 0.85 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3098 / 12246] 03800_autopr_reuse_index_analysis: [ OK ] 4.55 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3099 / 12246] 04010_subquery_in_order_key: [ OK ] 0.31 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3100 / 12246] 03400_explain_distributed_bug: [ OK ] 0.42 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3101 / 12246] 02354_vector_search_default_granularity: [ OK ] 0.45 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3102 / 12246] 01764_prefer_column_name_to_alias: [ OK ] 0.70 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3103 / 12246] 03917_json_lazy_type_hints_mixed_parts: [ OK ] 0.40 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3104 / 12246] 03711_merge_tree_deduplication_with_disk_not_support_writing_with_append: [ OK ] 6.67 sec. [2026-08-01 14:00:49] 2026-08-02 04:00:49 [ 3105 / 12246] 04011_detach_rename_attach_column: [ OK ] 0.48 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3106 / 12246] 00411_long_accurate_number_comparison_int7: [ OK ] 2.71 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3107 / 12246] 03701_column_ttl_fully_expired: [ OK ] 0.51 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3108 / 12246] 02785_global_join_too_many_columns: [ OK ] 0.41 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3109 / 12246] 04334_tuple_element_aggregation_alter_validation: [ OK ] 0.66 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3110 / 12246] 04331_coalescing_merge_tree_nested_map: [ OK ] 0.69 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3111 / 12246] 03146_create_index_compatibility: [ OK ] 0.70 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3112 / 12246] 03340_projections_formatting: [ OK ] 0.69 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3113 / 12246] 01496_signedness_conversion_monotonicity: [ OK ] 0.71 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3114 / 12246] 02946_parallel_replicas_distributed: [ OK ] 0.73 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3115 / 12246] 03353_codec_zstd_doubledelta_data_corruption: [ OK ] 0.66 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3116 / 12246] 04655_valueless_setting_subquery_limit: [ OK ] 0.71 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3117 / 12246] 01508_format_regexp_raw: [ OK ] 2.07 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3118 / 12246] 03735_async_insert_mergetree_count: [ OK ] 1.06 sec. [2026-08-01 14:00:50] 2026-08-02 04:00:50 [ 3119 / 12246] 04357_distributed_alias_query_clauses: [ OK ] 0.88 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3120 / 12246] 02994_inconsistent_formatting: [ OK ] 0.66 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3121 / 12246] 01895_jit_aggregation_function_avg_long: [ OK ] 1.13 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3122 / 12246] 04493_async_insert_dedup_optimize_on_insert_replicated_merge_tree: [ OK ] 0.69 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3123 / 12246] 02319_lightweight_delete_on_merge_tree: [ OK ] 1.27 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3124 / 12246] 02482_execute_functions_before_sorting_bug: [ OK ] 0.74 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3125 / 12246] 00905_compile_expressions_compare_big_dates: [ OK ] 0.84 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3126 / 12246] 03519_left_to_cross_incorrect: [ OK ] 0.70 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3127 / 12246] 03304_pretty_fallback_to_vertical: [ OK ] 0.70 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3128 / 12246] 04061_text_index_json_all_values: [ OK ] 12.00 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3129 / 12246] 00380_client_break_at_exception_in_batch_mode: [ OK ] 2.35 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3130 / 12246] 01279_empty_external_table: [ OK ] 2.63 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3131 / 12246] 02011_tuple_vector_functions: [ OK ] 1.21 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3132 / 12246] 03999_alter_modify_constraint: [ OK ] 0.80 sec. [2026-08-01 14:00:51] 2026-08-02 04:00:51 [ 3133 / 12246] 03521_system_unicode: [ OK ] 0.75 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3134 / 12246] 04319_timeseries_window_splits_step: [ OK ] 0.34 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3135 / 12246] 03222_datetime64_small_value_const: [ OK ] 0.41 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3136 / 12246] 02681_undrop_query: [ OK ] 1.52 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3137 / 12246] 03915_bech32_invalid_witness_version: [ OK ] 0.36 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3138 / 12246] 03047_on_fly_mutations_prewhere: [ OK ] 0.53 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3139 / 12246] 04005_merge_table_virtual_column_filter_bad_cast: [ OK ] 1.09 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3140 / 12246] 02872_null_as_default_nested: [ OK ] 5.94 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3141 / 12246] 04638_deduplication_alias_hop_insert_into_mv: [ OK ] 6.20 sec. [2026-08-01 14:00:52] 2026-08-02 04:00:52 [ 3142 / 12246] 02130_parse_quoted_null: [ OK ] 5.98 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3143 / 12246] 00626_in_syntax: [ OK ] 0.75 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3144 / 12246] 01435_lcm_overflow: [ OK ] 1.48 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3145 / 12246] 04508_function_conv_fixedstring: [ OK ] 0.46 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3146 / 12246] 03164_parallel_replicas_range_filter_min_max: [ OK ] 0.63 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3147 / 12246] 03836_distributed_index_analysis_skip_index_expression: [ OK ] 3.51 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3148 / 12246] 03709_anti_join_runtime_filters: [ OK ] 0.51 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3149 / 12246] 03725_json_dynamic_subcolumn_prewhere_zero_index_granularity_bytes: [ OK ] 1.61 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3150 / 12246] 04303_stid_4697_4326_mutation_exists_column_identifier: [ OK ] 0.56 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3151 / 12246] 04038_check_table_sparse_tuple_dynamic: [ OK ] 0.56 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3152 / 12246] 00753_comment_columns_zookeeper: [ OK ] 0.52 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3153 / 12246] 03756_update_query_formatting: [ OK ] 2.06 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3154 / 12246] 04033_tpc_ds_q53: [ OK ] 3.69 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3155 / 12246] 01380_nullable_state: [ OK ] 0.46 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3156 / 12246] 01825_json_type_nbagames: [ OK ] 8.15 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3157 / 12246] 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long: [ OK ] 0.75 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3158 / 12246] 04538_arrow_ipc_native_malformed_union: [ OK ] 3.40 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3159 / 12246] 01222_system_codecs: [ OK ] 0.40 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3160 / 12246] 04327_array_resize_decimal_size: [ OK ] 0.85 sec. [2026-08-01 14:00:53] 2026-08-02 04:00:53 [ 3161 / 12246] 01213_alter_rename_nested: [ OK ] 0.46 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:53 [ 3162 / 12246] 02233_interpolate_1: [ OK ] 2.01 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3163 / 12246] 01923_ttl_with_modify_column: [ OK ] 2.00 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3164 / 12246] 02020_alter_table_modify_comment: [ OK ] 24.31 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3165 / 12246] 03071_fix_short_circuit_logic: [ OK ] 0.87 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3166 / 12246] 00647_multiply_aggregation_state: [ OK ] 0.42 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3167 / 12246] 04029_msgpack_nullable_empty_tuple_roundtrip: [ OK ] 0.51 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3168 / 12246] 02481_low_cardinality_with_short_circuit_functins_mutations: [ OK ] 0.66 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3169 / 12246] 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 0.67 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3170 / 12246] 03988_grace_hash_join_leftover_blocks: [ OK ] 0.71 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3171 / 12246] 00287_column_const_with_nan: [ OK ] 0.80 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3172 / 12246] 04663_setting_boolean_shorthand_in_create_settings: [ OK ] 0.72 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3173 / 12246] 04109_tuple_inside_nullable_functions: [ OK ] 0.72 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3174 / 12246] 00581_limit_on_result_and_subquery_and_insert: [ OK ] 0.71 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3175 / 12246] 03173_row_binary_and_native_with_binary_encoded_types: [ OK ] 25.90 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3176 / 12246] 04236_format_query_from_json_use_assignment_validation: [ OK ] 0.82 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3177 / 12246] 01478_not_equi-join_on: [ OK ] 0.58 sec. [2026-08-01 14:00:54] 2026-08-02 04:00:54 [ 3178 / 12246] 04033_tpc_ds_q58: [ OK ] 5.10 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3179 / 12246] 03274_dynamic_column_sizes_vertical_merge: [ OK ] 1.06 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3180 / 12246] 00759_kodieg: [ OK ] 0.51 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3181 / 12246] 03743_alp_codec_basic_roundtrip: [ OK ] 0.76 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3182 / 12246] 02131_remove_columns_in_subquery: [ OK ] 0.55 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3183 / 12246] 02452_check_low_cardinality: [ OK ] 0.61 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3184 / 12246] 03802_ephemeral_enum_type: [ OK ] 0.61 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3185 / 12246] 03356_tables_with_binary_identifiers_invalid_utf8: [ OK ] 0.59 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3186 / 12246] 04405_geojson_output_properties: [ OK ] 0.61 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3187 / 12246] 00065_loyalty_with_storage_join: [ OK ] 0.80 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3188 / 12246] 02346_text_index_part_format: [ OK ] 0.61 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3189 / 12246] 03778_bool_in_operator_casting: [ OK ] 0.56 sec. [2026-08-01 14:00:55] 2026-08-02 04:00:55 [ 3190 / 12246] 04040_tpc_h_q22: [ OK ] 4.92 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3191 / 12246] 01778_test_LowCardinality_FixedString_pk: [ OK ] 0.76 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3192 / 12246] 03100_lwu_02_basics: [ OK ] 0.65 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3193 / 12246] 02337_check_translate_qualified_names_matcher: [ OK ] 0.65 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3194 / 12246] 00031_parser_number: [ OK ] 0.51 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3195 / 12246] 02916_addcolumn_nested: [ OK ] 2.27 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3196 / 12246] 04365_cancel_insert_when_client_dies_distributed: [ OK ] 43.18 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3197 / 12246] 03034_recursive_cte_tree_merge_tree: [ OK ] 0.40 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3198 / 12246] 04305_dpsub_outer_join: [ OK ] 0.61 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3199 / 12246] 03522_search_algorithm_in_explain: [ OK ] 4.00 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3200 / 12246] 00836_numbers_table_function_zero: [ OK ] 0.46 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3201 / 12246] 03723_parquet_prefetcher_read_big_at: [ OK ] 0.46 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3202 / 12246] 02346_text_index_default_granularity: [ OK ] 0.40 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3203 / 12246] 04033_s3_brace_glob_no_extra_head: [ OK ] 0.51 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3204 / 12246] 04094_flattened_dynamic_native_encode_types_binary: [ OK ] 5.97 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3205 / 12246] 02947_dropped_tables_parts: [ OK ] 0.52 sec. [2026-08-01 14:00:56] 2026-08-02 04:00:56 [ 3206 / 12246] 04142_array_low_cardinality_version_only_keys: [ OK ] 0.51 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3207 / 12246] 03362_join_on_filterpushdown: [ OK ] 0.65 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3208 / 12246] 03635_delta_lake_wrong_format_empty_header: [ OK ] 3.98 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3209 / 12246] 03805_array_filter_nullable_lambda: [ OK ] 0.53 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3210 / 12246] 01041_create_dictionary_if_not_exists: [ OK ] 0.52 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3211 / 12246] 01073_show_tables_not_like: [ OK ] 0.31 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3212 / 12246] 02417_null_variadic_behaviour: [ OK ] 0.69 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3213 / 12246] 03005_input_function_in_join: [ OK ] 0.50 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3214 / 12246] 00098_5_union_all: [ OK ] 0.31 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3215 / 12246] 04339_105356_nullable_tuple_subcolumn_sort_order: [ OK ] 0.75 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3216 / 12246] 02447_join_numeric_low_cardinality: [ OK ] 0.62 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3217 / 12246] 02251_alter_enum_nested_struct: [ OK ] 0.59 sec. [2026-08-01 14:00:57] 2026-08-02 04:00:57 [ 3218 / 12246] 04627_direct_join_dictionary_nullable_key: [ OK ] 0.45 sec. [2026-08-01 14:00:58] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3219 / 12246] 02175_distributed_join_current_database: [ OK ] 0.61 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3220 / 12246] 01358_lc_parquet: [ OK ] 10.41 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3221 / 12246] 02810_async_insert_dedup_replicated_collapsing: [ OK ] 14.75 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3222 / 12246] 02026_arrayDifference_const: [ OK ] 0.61 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3223 / 12246] 01825_json_type_18: [ OK ] 0.60 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3224 / 12246] 02864_restore_table_with_broken_part: [ OK ] 4.98 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3225 / 12246] 02716_parquet_invalid_date32: [ OK ] 4.26 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3226 / 12246] 04047_kill_query_const_column: [ OK ] 0.66 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3227 / 12246] 04008_count_distinct_optimization_with_qualify: [ OK ] 0.61 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3228 / 12246] 02203_shebang: [ OK ] 3.70 sec. [2026-08-01 14:00:58] 2026-08-02 04:00:58 [ 3229 / 12246] 04053_prewhere_statistics_decimal_overflow: [ OK ] 0.75 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3230 / 12246] 04662_view_explain_valueless_setting: [ OK ] 0.55 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3231 / 12246] 03038_nested_dynamic_merges_wide_vertical: [ OK ] 2.16 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3232 / 12246] 03910_limit_always_read_till_end_with_constant_false_having: [ OK ] 0.60 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3233 / 12246] 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 14.15 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3234 / 12246] 00972_geohashesInBox: [ OK ] 0.76 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3235 / 12246] 02967_parallel_replicas_join_algo_and_analyzer_1: [ OK ] 7.39 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3236 / 12246] 03921_kafka_formats: [ OK ] 28.96 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3237 / 12246] 04509_reverse_key_no_final_mark_pruning: [ OK ] 0.45 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3238 / 12246] 01338_long_select_and_alter_zookeeper: [ OK ] 12.76 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3239 / 12246] 04005_primes_numbers_system_table_float_literal: [ OK ] 1.07 sec. [2026-08-01 14:00:59] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3240 / 12246] 04652_prewhere_final_move_skipped_when_deferred: [ OK ] 1.46 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3241 / 12246] 04244_benchmark_reconnect_flag_101748: [ OK ] 3.63 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3242 / 12246] 03525_transform_null_in_subqeury_with_not_nullable_type: [ OK ] 0.62 sec. [2026-08-01 14:00:59] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3243 / 12246] 03131_hilbert_coding: [ OK ] 0.52 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3244 / 12246] 02731_in_operator_with_one_size_tuple: [ OK ] 0.33 sec. [2026-08-01 14:00:59] 2026-08-02 04:00:59 [ 3245 / 12246] 02354_vector_search_quantize_codec_hartley_guard: [ OK ] 0.77 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3246 / 12246] 02296_ttl_non_deterministic: [ OK ] 0.65 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3247 / 12246] 04267_clear_column_explicit_summing_columns_to_sum_105782: [ OK ] 0.75 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3248 / 12246] 04004_part_log_projections_duration_ms: [ OK ] 1.06 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3249 / 12246] 02151_invalid_setting_with_hints_in_query: [ OK ] 4.97 sec. [2026-08-01 14:01:00] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3250 / 12246] 02883_zookeeper_finalize_stress: [ OK ] 11.38 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3251 / 12246] 03800_projection_row_policy_filter_column: [ OK ] 0.42 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3252 / 12246] 04312_limit_with_ties_collation: [ OK ] 0.41 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3253 / 12246] 04507_view_orderby_expression_no_pushdown: [ OK ] 0.42 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3254 / 12246] 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 0.52 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3255 / 12246] 04339_json_schema_inference_deep_recursion: [ OK ] 4.96 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3256 / 12246] 03201_avro_negative_block_size_arrays: [ OK ] 2.63 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3257 / 12246] 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 1.62 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3258 / 12246] 04235_moving_impl_multiply_self_merge_uaf_0988_2212: [ OK ] 0.43 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3259 / 12246] 03035_recursive_cte_postgres_1: [ OK ] 0.56 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3260 / 12246] 02796_projection_date_filter_on_view: [ OK ] 1.52 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3261 / 12246] 02969_archive_seek: [ OK ] 1.51 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3262 / 12246] 04007_low_cardinality_in_column: [ OK ] 0.45 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3263 / 12246] 02916_local_insert_into_function: [ OK ] 2.93 sec. [2026-08-01 14:01:00] 2026-08-02 04:01:00 [ 3264 / 12246] 03716_bson_each_row_empty_tuple_column: [ OK ] 0.37 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3265 / 12246] 01458_is_decimal_overflow: [ OK ] 0.43 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3266 / 12246] 03525_json_infer_array_of_dynamic_from_array_of_different_types: [ OK ] 0.44 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3267 / 12246] 03164_analyzer_validate_tree_size: [ OK ] 0.39 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3268 / 12246] 03267_positional_arguments_implicit_query_file: [ OK ] 6.29 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3269 / 12246] 03791_system_parts_files_column: [ OK ] 0.33 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3270 / 12246] 01801_nullable_low_cardinality_tsv: [ OK ] 5.32 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3271 / 12246] 02178_column_function_insert_from: [ OK ] 0.31 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3272 / 12246] 03211_convert_outer_join_to_inner_join_anti_join: [ OK ] 0.41 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3273 / 12246] 01347_partition_date_vs_datetime: [ OK ] 0.31 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3274 / 12246] 00578_merge_table_shadow_virtual_column: [ OK ] 0.38 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3275 / 12246] 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 0.32 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3276 / 12246] 02155_read_in_order_max_rows_to_read: [ OK ] 0.42 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3277 / 12246] 02364_setting_cross_to_inner_rewrite: [ OK ] 0.41 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3278 / 12246] 04062_text_index_json_all_values_ghdata: [ OK ] 22.31 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3279 / 12246] 00481_reading_from_last_granula: [ OK ] 0.30 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3280 / 12246] 00381_first_significant_subdomain: [ OK ] 0.36 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3281 / 12246] 03229_query_condition_cache_folded_constants: [ OK ] 0.40 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3282 / 12246] 04490_grant_alter_modify_constraint: [ OK ] 9.37 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3283 / 12246] 00011_array_join_alias: [ OK ] 0.31 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3284 / 12246] 02907_backup_restore_default_nullable: [ OK ] 4.32 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3285 / 12246] 01019_alter_materialized_view_consistent: [ OK ] 7.35 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3286 / 12246] 02687_native_fuzz: [ OK ] 0.31 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3287 / 12246] 03246_json_simd_rapid_parsers: [ OK ] 1.24 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3288 / 12246] 04611_parquet_v3_dictionary_filter_memory_budget: [ OK ] 3.18 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3289 / 12246] 01513_ilike_like_cache: [ OK ] 0.36 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3290 / 12246] 01477_lc_in_merge_join_left_key: [ OK ] 0.81 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3291 / 12246] 01017_tsv_empty_as_default: [ OK ] 5.67 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3292 / 12246] 01606_merge_from_wide_to_compact: [ OK ] 0.68 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3293 / 12246] 04064_planner_duplicate_column_identifier: [ OK ] 0.28 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3294 / 12246] 03008_optimize_equal_ranges: [ OK ] 0.47 sec. [2026-08-01 14:01:01] 2026-08-02 04:01:01 [ 3295 / 12246] 04340_orc_fast_decoder_char_overflow: [ OK ] 0.47 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3296 / 12246] 00324_hashing_enums: [ OK ] 0.32 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3297 / 12246] 03789_right_join_column_replicated: [ OK ] 0.31 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3298 / 12246] 04033_tpc_ds_q17: [ OK ] 3.82 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3299 / 12246] 03276_database_backup_merge_tree_table_file_engine: [ OK ] 4.88 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3300 / 12246] 01104_distributed_numbers_test: [ OK ] 0.36 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3301 / 12246] 03273_select_from_explain_ast_non_select: [ OK ] 0.34 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3302 / 12246] 00117_parsing_arrays: [ OK ] 0.37 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3303 / 12246] 04204_lower_upper_utf8_large_buffer: [ OK ] 0.47 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3304 / 12246] 02981_variant_type_function: [ OK ] 0.42 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3305 / 12246] 01757_optimize_skip_unused_shards_limit: [ OK ] 0.67 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3306 / 12246] 03905_select_replace_where_same_column: [ OK ] 0.41 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3307 / 12246] 02201_use_skip_indexes_if_final: [ OK ] 0.52 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3308 / 12246] 02558_system_processes_elapsed: [ OK ] 5.88 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3309 / 12246] 01546_log_queries_min_query_duration_ms: [ OK ] 1.03 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3310 / 12246] 02538_nullable_array_tuple_timeseries: [ OK ] 0.60 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3311 / 12246] 00955_complex_prepared_statements: [ OK ] 8.68 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3312 / 12246] 04043_parquet_uuid_inference: [ OK ] 1.07 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3313 / 12246] 03547_analyzer_correlated_columns_check_bug: [ OK ] 0.55 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3314 / 12246] 04051_functions_various_bugs: [ OK ] 0.58 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3315 / 12246] 02968_sumMap_with_nan: [ OK ] 0.34 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3316 / 12246] 03375_bloom_filter_token_has_hasAny_const_array: [ OK ] 0.43 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3317 / 12246] 01295_aggregation_bug_11413: [ OK ] 0.50 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3318 / 12246] 03036_udf_user_defined_directory_in_client: [ OK ] 1.73 sec. [2026-08-01 14:01:02] 2026-08-02 04:01:02 [ 3319 / 12246] 02293_selected_rows_and_merges: [ OK ] 8.97 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3320 / 12246] 03100_lwu_22_detach_attach_patches: [ OK ] 1.59 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3321 / 12246] 03301_subcolumns_in_mv: [ OK ] 0.35 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3322 / 12246] 03298_analyzer_group_by_all_fix: [ OK ] 0.30 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3323 / 12246] 02096_bad_options_in_client_and_local: [ OK ] 1.82 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3324 / 12246] 04050_delta_lake_subcolumn_physical_names: [ OK ] 0.99 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3325 / 12246] 04054_view_union_intersect_precedence: [ OK ] 0.71 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3326 / 12246] 03722_random_utf8_bug: [ OK ] 0.32 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3327 / 12246] 00206_empty_array_to_single: [ OK ] 0.31 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3328 / 12246] 02381_analyzer_join_final: [ OK ] 0.46 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3329 / 12246] 04201_low_cardinality_multiple_dicts_single_mark: [ OK ] 0.42 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3330 / 12246] 04032_query_tree_pass_order: [ OK ] 0.39 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3331 / 12246] 03037_dynamic_merges_small: [ OK ] 1.93 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3332 / 12246] 04033_tpc_ds_q69: [ OK ] 8.61 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3333 / 12246] 00042_set: [ OK ] 0.38 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3334 / 12246] 03636_normalize_url_in_source_grants: [ OK ] 2.17 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3335 / 12246] 01337_mysql_global_variables: [ OK ] 0.33 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3336 / 12246] 04604_sz3_codec_lorenzo_reg: [ OK ] 0.37 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3337 / 12246] 03339_native_reader_exact_rows: [ OK ] 1.72 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3338 / 12246] 04494_jit_simple_regexp_extract_replace: [ OK ] 0.59 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3339 / 12246] 04202_analyzer_identifier_cache_literal_in: [ OK ] 0.42 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3340 / 12246] 04648_mutation_statistics_type_mismatch: [ OK ] 0.92 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3341 / 12246] 04070_with_trailing_comma: [ OK ] 0.40 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3342 / 12246] 04515_orc_native_union_bool_targets: [ OK ] 0.40 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3343 / 12246] 03005_nullif_index_pruning: [ OK ] 1.12 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3344 / 12246] 04066_json_value_tuple_array: [ OK ] 0.72 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3345 / 12246] 03801_domain_empty_string_msan: [ OK ] 0.37 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3346 / 12246] 00160_decode_xml_component: [ OK ] 1.16 sec. [2026-08-01 14:01:03] 2026-08-02 04:01:03 [ 3347 / 12246] 03960_join_order_dphyp_clique: [ OK ] 0.41 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3348 / 12246] 00453_top_k: [ OK ] 0.33 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3349 / 12246] 02116_tuple_element_analyzer: [ OK ] 0.54 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3350 / 12246] 00159_parallel_formatting_http: [ OK ] 3.62 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3351 / 12246] 01753_optimize_aggregation_in_order: [ OK ] 1.03 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3352 / 12246] 03047_on_fly_mutations_skip_index: [ OK ] 0.52 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3353 / 12246] 03231_create_with_clone_as: [ OK ] 1.30 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3354 / 12246] 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 0.31 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3355 / 12246] 01881_negate_formatting: [ OK ] 0.31 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3356 / 12246] 03171_hashed_dictionary_short_circuit_bug_fix: [ OK ] 0.33 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3357 / 12246] 00752_low_cardinality_lambda_argument: [ OK ] 0.41 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3358 / 12246] 04141_system_sync_replica_if_exists_missing_db: [ OK ] 0.38 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3359 / 12246] 03610_disjunctions_pushdown_optimization: [ OK ] 0.87 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3360 / 12246] 03620_mergeTreeAnalyzeIndexes_skip_indexes: [ OK ] 0.32 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3361 / 12246] 02790_optimize_skip_unused_shards_join: [ OK ] 0.38 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3362 / 12246] 03545_map_contains_bloom_index_bug: [ OK ] 0.36 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3363 / 12246] 04074_map_dynamic_substreams_cache: [ OK ] 0.42 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3364 / 12246] 02459_materialized_view_default_value: [ OK ] 0.43 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3365 / 12246] 03279_not_empty_json: [ OK ] 0.44 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3366 / 12246] 01881_join_on_conditions_hash: [ OK ] 1.69 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3367 / 12246] 01037_polygon_dicts_simple_functions: [ OK ] 3.34 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3368 / 12246] 01802_formatDateTime_DateTime64_century: [ OK ] 0.43 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3369 / 12246] 02316_cast_to_ip_address_default_column: [ OK ] 0.55 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3370 / 12246] 04413_dict_get_keys_const_path_order_consistency: [ OK ] 0.51 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3371 / 12246] 03535_system_formats: [ OK ] 0.36 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3372 / 12246] 03243_check_for_nullable_nothing_in_alter: [ OK ] 0.44 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3373 / 12246] 02896_multiple_OR: [ OK ] 0.36 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3374 / 12246] 03453_group_by_all_grouping: [ OK ] 0.30 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3375 / 12246] 00601_kill_running_query: [ OK ] 1.88 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3376 / 12246] 03636_TCP_HTTP_external_tables: [ OK ] 0.97 sec. [2026-08-01 14:01:04] 2026-08-02 04:01:04 [ 3377 / 12246] 02575_merge_prewhere_default_expression: [ OK ] 0.41 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3378 / 12246] 03717_async_deduplication_with_mv: [ OK ] 0.99 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3379 / 12246] 00929_multi_match_edit_distance: [ OK ] 0.90 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3380 / 12246] 01069_insert_float_as_nullable_unit8: [ OK ] 0.31 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3381 / 12246] 03513_resize_pipeline_after_totals: [ OK ] 0.30 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3382 / 12246] 02591_bson_long_tuple: [ OK ] 0.30 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3383 / 12246] 03381_clickhouse_local_empty_default_database: [ OK ] 0.92 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3384 / 12246] 04053_describe_subquery_alias: [ OK ] 0.31 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3385 / 12246] 03321_system_tables_parametrized_view_params: [ OK ] 0.40 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3386 / 12246] 03230_system_projections: [ OK ] 0.41 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3387 / 12246] 04267_parquet_in_subquery: [ OK ] 0.45 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3388 / 12246] 04061_trivial_count_aggregate_function_argument_types_distributed: [ OK ] 0.38 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3389 / 12246] 04342_ast_json_create_child_typing: [ OK ] 0.92 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3390 / 12246] 01123_parse_date_time_best_effort_even_more: [ OK ] 0.31 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3391 / 12246] 02025_having_filter_column: [ OK ] 0.36 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3392 / 12246] 03272_parallel_replicas_read_in_order: [ OK ] 0.75 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3393 / 12246] 03577_vairant_lazy_materialization_bug: [ OK ] 0.37 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3394 / 12246] 00688_aggregation_retention: [ OK ] 0.43 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3395 / 12246] 02468_has_any_tuple: [ OK ] 0.38 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3396 / 12246] 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 0.40 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3397 / 12246] 04316_array_join_nested_prefix_non_array_sibling: [ OK ] 0.40 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3398 / 12246] 04493_lazy_final_prewhere_derived_filter_column: [ OK ] 0.57 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3399 / 12246] 00187_like_regexp_prefix: [ OK ] 0.29 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3400 / 12246] 01799_long_uniq_theta_sketch: [ OK ] 1.25 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3401 / 12246] 03011_adaptative_timeout_compatibility: [ OK ] 0.25 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3402 / 12246] 01451_dist_logs: [ OK ] 1.72 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3403 / 12246] 02184_hash_functions_and_ip_types: [ OK ] 0.32 sec. [2026-08-01 14:01:05] 2026-08-02 04:01:05 [ 3404 / 12246] 03274_udf_in_join: [ OK ] 1.04 sec. [2026-08-01 14:01:05] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3405 / 12246] 03325_sqlite_join_wrong_answer: [ OK ] 5.47 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3406 / 12246] 03204_index_hint_fuzzer: [ OK ] 0.27 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3407 / 12246] 03611_uniqExact_bug: [ OK ] 1.42 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3408 / 12246] 02370_extractAll_regress: [ OK ] 0.33 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3409 / 12246] 03823_optimize_dry_run_timeout: [ OK ] 0.38 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3410 / 12246] 04498_row_policy_role_scope_interserver: [ OK ] 1.98 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3411 / 12246] 02047_log_family_data_file_dumps: [ OK ] 6.20 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3412 / 12246] 00725_memory_tracking: [ OK ] 0.51 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3413 / 12246] 01213_alter_table_rename_nested: [ OK ] 0.48 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3414 / 12246] 04035_alp_rd_codec_basic_roundtrip: [ OK ] 1.13 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3415 / 12246] 02842_mutations_replace_non_deterministic: [ OK ] 1.83 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3416 / 12246] 04341_ast_json_client_dialect_path: [ OK ] 1.92 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3417 / 12246] 02205_ephemeral_1: [ OK ] 0.48 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3418 / 12246] 02987_logical_optimizer_pass_lowcardinality: [ OK ] 0.34 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3419 / 12246] 01182_materialized_view_different_structure: [ OK ] 0.64 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3420 / 12246] 00997_set_index_array: [ OK ] 0.72 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3421 / 12246] 00564_versioned_collapsing_merge_tree: [ OK ] 3.46 sec. [2026-08-01 14:01:06] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3422 / 12246] 01852_cast_operator_bad_cases: [ OK ] 4.46 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3423 / 12246] 04104_qbit_writeslice_structure_equals: [ OK ] 0.38 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3424 / 12246] 03237_create_table_select_as_with_recursive: [ OK ] 0.31 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3425 / 12246] 04045_crc32_fixed_string_empty_column: [ OK ] 0.30 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3426 / 12246] 03064_analyzer_named_subqueries: [ OK ] 0.33 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3427 / 12246] 00440_nulls_merge_tree: [ OK ] 0.35 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3428 / 12246] 02864_statistics_bug_67742: [ OK ] 0.53 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3429 / 12246] 04342_position_caseinsensitive_utf8_low_byte_needle: [ OK ] 0.41 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3430 / 12246] 00500_point_in_polygon: [ OK ] 0.73 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3431 / 12246] 03326_alter_ast_format_bin: [ OK ] 0.71 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3432 / 12246] 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 1.37 sec. [2026-08-01 14:01:06] 2026-08-02 04:01:06 [ 3433 / 12246] 01079_order_by_pk: [ OK ] 0.67 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3434 / 12246] 00173_group_by_use_nulls: [ OK ] 1.48 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3435 / 12246] 04498_packed_skip_index_uncompressed_size: [ OK ] 0.55 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3436 / 12246] 02265_column_ttl: [ OK ] 0.84 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3437 / 12246] 01626_cnf_test: [ OK ] 0.38 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3438 / 12246] 04401_trim_left_unchanged_fast_path: [ OK ] 0.38 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3439 / 12246] 00579_merge_tree_partition_and_primary_keys_using_same_expression: [ OK ] 0.36 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3440 / 12246] 02476_query_parameters_without_serialisation: [ OK ] 0.42 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3441 / 12246] 04612_reverse_key_index_analysis: [ OK ] 2.54 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3442 / 12246] 03802_coalescing_merge_tree_tuple_element: [ OK ] 0.97 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3443 / 12246] 01655_window_functions_bug: [ OK ] 0.27 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3444 / 12246] 03801_merge_tree_on_readonly_disk: [ OK ] 1.17 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3445 / 12246] 02842_table_function_file_filter_by_virtual_columns: [ OK ] 1.00 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3446 / 12246] 02046_remote_table_function_named_collections: [ OK ] 0.47 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3447 / 12246] 04431_mutate_corrupted_index_sibling_owns_file: [ OK ] 9.36 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3448 / 12246] 03749_cloud_endpoint_auth_precedence: [ OK ] 1.73 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3449 / 12246] 00544_insert_with_select: [ OK ] 0.32 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3450 / 12246] 01846_alter_column_without_type_bugfix: [ OK ] 0.33 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3451 / 12246] 02245_s3_support_read_nested_column: [ OK ] 0.73 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3452 / 12246] 00114_float_type_result_of_division: [ OK ] 0.35 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3453 / 12246] 00419_show_sql_queries: [ OK ] 2.23 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3454 / 12246] 04010_trivial_merge_selector_multi_partition: [ OK ] 1.50 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3455 / 12246] 04241_format_query_from_json_required_fields: [ OK ] 1.37 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3456 / 12246] 04545_show_create_table_hints: [ OK ] 3.61 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3457 / 12246] 04418_native_arrow_ipc_fixed_binary_bigint_width: [ OK ] 3.28 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3458 / 12246] 01114_clear_column_compact_parts: [ OK ] 0.56 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3459 / 12246] 03709_replicated_columns_right_join: [ OK ] 0.36 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3460 / 12246] 04054_backup_restore_validate_entry_paths: [ OK ] 18.33 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3461 / 12246] 02962_indexHint_rpn_construction: [ OK ] 0.42 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3462 / 12246] 02346_text_index_replacingmergetree2: [ OK ] 0.72 sec. [2026-08-01 14:01:07] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3463 / 12246] 03461_string_to_date_time_cast_modes: [ OK ] 0.32 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3464 / 12246] 00632_get_sample_block_cache: [ OK ] 1.38 sec. [2026-08-01 14:01:07] 2026-08-02 04:01:07 [ 3465 / 12246] 04261_one_format_archive_no_payload_reads: [ OK ] 1.34 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3466 / 12246] 04204_mergetree_arena_routes_writes: [ OK ] 0.42 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3467 / 12246] 02752_custom_separated_ignore_spaces_bug: [ OK ] 0.37 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3468 / 12246] 01304_polygons_sym_difference: [ OK ] 0.44 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3469 / 12246] 04234_format_query_from_json_identifier_case: [ OK ] 0.44 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3470 / 12246] 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.44 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3471 / 12246] 04100_bloom_filter_low_cardinality: [ OK ] 0.94 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3472 / 12246] 04050_text_index_lazy_extreme_selectivity: [ OK ] 1.02 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3473 / 12246] 04113_system_sync_filesystem_cache_format: [ OK ] 0.31 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3474 / 12246] 03748_async_insert_reset_setting: [ OK ] 1.37 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3475 / 12246] 02959_system_database_engines: [ OK ] 0.30 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3476 / 12246] 00001_count_hits: [ OK ] 0.37 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3477 / 12246] 04033_tpc_ds_q81: [ OK ] 2.15 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3478 / 12246] 02429_low_cardinality_trash: [ OK ] 0.87 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3479 / 12246] 03604_join_reorder_pinned_bug: [ OK ] 0.34 sec. [2026-08-01 14:01:08] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3480 / 12246] 02423_insert_summary_behaviour: [ OK ] 2.52 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3481 / 12246] 04327_recursive_cte_qualified_matcher: [ OK ] 0.47 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3482 / 12246] 00632_aggregation_window_funnel: [ OK ] 1.37 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3483 / 12246] 01471_with_format: [ OK ] 0.35 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3484 / 12246] 04028_pr_move_global_in_to_prewhere: [ OK ] 0.53 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3485 / 12246] 00700_decimal_defaults: [ OK ] 0.32 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3486 / 12246] 04070_join_using_type_coercion_round: [ OK ] 0.32 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3487 / 12246] 02347_rank_corr_size_overflow: [ OK ] 0.54 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3488 / 12246] 04365_query_views_log_secrets_masking: [ OK ] 0.65 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3489 / 12246] 02322_sql_insert_format: [ OK ] 0.47 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3490 / 12246] 04497_qbit_stride_max_groups: [ OK ] 0.48 sec. [2026-08-01 14:01:08] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3491 / 12246] 02679_query_parameters_dangling_pointer: [ OK ] 0.36 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3492 / 12246] 03203_function_printf: [ OK ] 0.62 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3493 / 12246] 04075_join_reorder_outer_join_filter_pushdown: [ OK ] 0.36 sec. [2026-08-01 14:01:08] 2026-08-02 04:01:08 [ 3494 / 12246] 03205_json_syntax: [ OK ] 0.75 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3495 / 12246] 00760_insert_json_with_defaults: [ OK ] 0.53 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3496 / 12246] 01523_date_time_compare_with_date_literal: [ OK ] 0.77 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3497 / 12246] 03208_buffer_over_distributed_type_mismatch: [ OK ] 0.79 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3498 / 12246] 01555_system_distribution_queue_mask: [ OK ] 0.56 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3499 / 12246] 02932_apply_deleted_mask: [ OK ] 0.79 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3500 / 12246] 01526_param_uuid: [ OK ] 0.97 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3501 / 12246] 04347_native_arrow_ipc_variant_nested_lowcardinality: [ OK ] 1.38 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3502 / 12246] 02421_json_decimals_as_strings: [ OK ] 0.33 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3503 / 12246] 02341_analyzer_aliases_basics: [ OK ] 0.57 sec. [2026-08-01 14:01:09] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3504 / 12246] 02292_create_function_validate: [ OK ] 0.38 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3505 / 12246] 04510_geojson_multipoint: [ OK ] 0.34 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3506 / 12246] 04013_loop_function_output_columns: [ OK ] 0.35 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3507 / 12246] 02354_vector_search_empty_arrays_or_default_values: [ OK ] 0.39 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3508 / 12246] 04033_tpc_ds_q28: [ OK ] 2.20 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3509 / 12246] 04267_url_parquet_in_subquery: [ OK ] 0.58 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3510 / 12246] 01650_fetch_patition_with_macro_in_zk_path_long: [ OK ] 0.58 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3511 / 12246] 02354_vector_search_quantize_codec_pq: [ OK ] 1.33 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3512 / 12246] 03470_array_of_json_read_subcolumns_combined_1: [ OK ] 1.76 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3513 / 12246] 04498_redundant_comparisons_date_datetime_truncation: [ OK ] 0.43 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3514 / 12246] 04663_setting_boolean_shorthand_in_create_settings: [ OK ] 0.33 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3515 / 12246] 03270_processors_profile_log_3: [ OK ] 2.29 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3516 / 12246] 02688_aggregate_states: [ OK ] 0.47 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3517 / 12246] 00096_obfuscator_save_load: [ OK ] 1.55 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3518 / 12246] 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 1.02 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3519 / 12246] 04337_tuple_inside_nullable_subcolumn_shared_cache: [ OK ] 0.47 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3520 / 12246] 02890_describe_table_options: [ OK ] 0.41 sec. [2026-08-01 14:01:09] 2026-08-02 04:01:09 [ 3521 / 12246] 04613_parquet_v3_dictionary_filter_short_string_budget: [ OK ] 1.92 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3522 / 12246] 00837_minmax_index: [ OK ] 2.38 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3523 / 12246] 03263_analyzer_materialized_view_cte_nested: [ OK ] 0.51 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3524 / 12246] 03459_numeric_indexed_vector_decode: [ OK ] 0.99 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3525 / 12246] 00015_totals_and_no_aggregate_functions: [ OK ] 0.54 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3526 / 12246] 02969_functions_to_subcolumns_if_null: [ OK ] 0.43 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3527 / 12246] 04001_virtual_row_conversions_join_column_names: [ OK ] 0.43 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3528 / 12246] 03469_json_read_subcolumns_combined_2_wide_merge_tree: [ OK ] 3.73 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3529 / 12246] 04151_unique_key_sst_rebuild_on_load: [ OK ] 10.77 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3530 / 12246] 00526_array_join_with_arrays_of_nullable: [ OK ] 0.28 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3531 / 12246] 03365_finish_sorting_crash: [ OK ] 0.31 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3532 / 12246] 00972_desc_table_virtual_columns: [ OK ] 0.35 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3533 / 12246] 03196_max_intersections_arena_crash: [ OK ] 0.40 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3534 / 12246] 03254_timeseries_functions_with_resets: [ OK ] 0.31 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3535 / 12246] 03822_lwu_patch_type_mismatch_crash: [ OK ] 0.38 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3536 / 12246] 04070_date_time_best_effort_default: [ OK ] 0.47 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3537 / 12246] 02790_keyed_hash_bug: [ OK ] 0.29 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3538 / 12246] 03167_parametrized_view_with_cte: [ OK ] 0.36 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3539 / 12246] 01921_test_progress_bar: [ OK ] 0.61 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3540 / 12246] 02699_polygons_sym_difference_total_analyzer: [ OK ] 0.33 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3541 / 12246] 04492_lightweight_delete_filtered_projection: [ OK ] 0.49 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3542 / 12246] 02714_local_object_storage: [ OK ] 1.28 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3543 / 12246] 03843_truncate_database_parallel_cancel: [ OK ] 16.90 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3544 / 12246] 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 0.41 sec. [2026-08-01 14:01:10] 2026-08-02 04:01:10 [ 3545 / 12246] 01781_merge_tree_deduplication: [ OK ] 1.15 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3546 / 12246] 04110_custom_separated_max_fields_bound: [ OK ] 1.21 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3547 / 12246] 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 0.69 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3548 / 12246] 04356_where_field_aggregate_projection_no_prune: [ OK ] 0.57 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3549 / 12246] 00909_kill_not_initialized_query: [ OK ] 9.26 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3550 / 12246] 00097_constexpr_in_index: [ OK ] 0.37 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3551 / 12246] 03717_system_unicode_enums: [ OK ] 0.37 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3552 / 12246] 03300_nested_json_empty_keys: [ OK ] 0.33 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3553 / 12246] 03032_multi_search_const_low_cardinality: [ OK ] 0.27 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3554 / 12246] 03080_incorrect_join_with_merge: [ OK ] 0.62 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3555 / 12246] 00558_aggregate_merge_totals_with_arenas: [ OK ] 0.34 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3556 / 12246] 04337_url_engine_unsupported_s3_schemes: [ OK ] 3.06 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3557 / 12246] 02680_instr_alias_for_position_case_insensitive: [ OK ] 0.26 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3558 / 12246] 04489_compact_part_mixed_codec_uncompressed_cache: [ OK ] 0.31 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3559 / 12246] 02270_errors_in_files_s3: [ OK ] 1.23 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3560 / 12246] 03919_json_lazy_type_hints_incompatible: [ OK ] 1.22 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3561 / 12246] 03513_nullsafe_join_storage: [ OK ] 0.37 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3562 / 12246] 00603_system_parts_nonexistent_database: [ OK ] 0.26 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3563 / 12246] 00427_alter_primary_key: [ OK ] 3.41 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3564 / 12246] 00392_enum_nested_alter: [ OK ] 0.77 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3565 / 12246] 02746_index_analysis_binary_operator_with_null: [ OK ] 0.30 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3566 / 12246] 04509_hash_table_sizes_stats_table_functions: [ OK ] 1.78 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3567 / 12246] 04303_optimize_skip_unused_shards_in_merge: [ OK ] 1.36 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3568 / 12246] 03230_array_zip_unaligned: [ OK ] 0.36 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3569 / 12246] 01470_columns_transformers: [ OK ] 0.61 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3570 / 12246] 02346_text_index_bug88080: [ OK ] 0.32 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3571 / 12246] 04304_text_index_function_multiMatchAny: [ OK ] 0.52 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3572 / 12246] 02935_format_with_arbitrary_types: [ OK ] 0.72 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3573 / 12246] 04513_every_data_type_must_have_documentation: [ OK ] 0.27 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3574 / 12246] 03213_distributed_analyzer: [ OK ] 0.38 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3575 / 12246] 00999_join_not_nullable_types: [ OK ] 0.31 sec. [2026-08-01 14:01:11] 2026-08-02 04:01:11 [ 3576 / 12246] 03356_system_flush_logs_individual: [ OK ] 1.58 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3577 / 12246] 03690_parameterized_view_array_subquery_param: [ OK ] 1.12 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3578 / 12246] 02918_optimize_count_for_merge_tables: [ OK ] 0.46 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3579 / 12246] 02406_minmax_behaviour: [ OK ] 1.18 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3580 / 12246] 04107_parallel_hash_join_partition_correctness: [ OK ] 0.72 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3581 / 12246] 03222_parallel_replicas_min_marks_to_read_overflow: [ OK ] 0.68 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3582 / 12246] 03799_cross_to_inner_join_view_with_join: [ OK ] 0.27 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3583 / 12246] 02891_rename_table_without_keyword: [ OK ] 0.39 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3584 / 12246] 00977_join_use_nulls_denny_crane: [ OK ] 0.87 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3585 / 12246] 03752_join_part: [ OK ] 0.32 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3586 / 12246] 01870_modulo_partition_key: [ OK ] 1.16 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3587 / 12246] 02458_relax_too_many_parts: [ OK ] 0.62 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3588 / 12246] 02125_lz4_compression_bug_TSV: [ OK ] 4.43 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3589 / 12246] 03553_json_shared_data_map_with_buckets_serialization: [ OK ] 2.06 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3590 / 12246] 01700_point_in_polygon_ubsan: [ OK ] 0.31 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3591 / 12246] 03401_several_iceberg_tables_in_one_dir: [ OK ] 0.72 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3592 / 12246] 03228_pr_subquery_view_order_by: [ OK ] 0.37 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3593 / 12246] 01213_alter_rename_primary_key_zookeeper_long: [ OK ] 0.58 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3594 / 12246] 02417_keeper_map_create_drop: [ OK ] 0.39 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3595 / 12246] 03928_aggregate_function_tuple_return_type_compatibility: [ OK ] 0.77 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3596 / 12246] 02023_parser_number_binary_literal: [ OK ] 0.35 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3597 / 12246] 03815_array_of_json_in_tuple_element: [ OK ] 0.26 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3598 / 12246] 04545_add_days_fixed_offset_time64: [ OK ] 0.38 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3599 / 12246] 03918_array_element_negate_int_min: [ OK ] 0.32 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3600 / 12246] 00756_power_alias: [ OK ] 0.26 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3601 / 12246] 03538_higher_order_functions_null_filter: [ OK ] 0.32 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3602 / 12246] 01852_cast_operator: [ OK ] 0.41 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3603 / 12246] 00367_visible_width_of_array_tuple_enum: [ OK ] 0.25 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3604 / 12246] 00837_insert_select_and_read_prefix: [ OK ] 0.32 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3605 / 12246] 04065_url_s3_parallel_replicas_distributed_processing: [ OK ] 2.84 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3606 / 12246] 03356_analyzer_unused_scalar_subquery: [ OK ] 0.32 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3607 / 12246] 04117_mappopulateseries_int8_overflow: [ OK ] 0.29 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3608 / 12246] 01882_check_max_parts_to_merge_at_once: [ OK ] 1.26 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3609 / 12246] 02975_intdiv_with_decimal: [ OK ] 0.70 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3610 / 12246] 03778_deterministic_injective_functions_key_condition_rewrite_has: [ OK ] 0.62 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3611 / 12246] 01710_projection_with_mixed_pipeline: [ OK ] 0.37 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3612 / 12246] 03638_merge_max_dynamic_subcolumns_in_compact_part: [ OK ] 0.42 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3613 / 12246] 03560_parallel_replicas_projection: [ OK ] 1.14 sec. [2026-08-01 14:01:12] 2026-08-02 04:01:12 [ 3614 / 12246] 03228_dynamic_subcolumns_from_subquery: [ OK ] 0.33 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3615 / 12246] 01773_case_sensitive_version: [ OK ] 0.27 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3616 / 12246] 01278_min_insert_block_size_rows_for_materialized_views: [ OK ] 4.03 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3617 / 12246] 02104_clickhouse_local_columns_description: [ OK ] 0.77 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3618 / 12246] 03702_optimize_inverse_dictionary_lookup_composite_and_layouts: [ OK ] 0.66 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3619 / 12246] 01523_interval_operator_support_string_literal: [ OK ] 0.52 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3620 / 12246] 04264_variant_throw_on_type_mismatch_value_error: [ OK ] 0.47 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3621 / 12246] 01300_polygon_convex_hull: [ OK ] 0.38 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3622 / 12246] 01034_order_by_pk_prefix: [ OK ] 0.48 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3623 / 12246] 02212_cte_and_table_alias: [ OK ] 0.32 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3624 / 12246] 03369_l2_distance_transposed_variadic: [ OK ] 0.65 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3625 / 12246] 00500_point_in_polygon_2d_const: [ OK ] 0.31 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3626 / 12246] 01838_system_dictionaries_virtual_key_column: [ OK ] 0.36 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3627 / 12246] 01341_datetime64_wrong_supertype: [ OK ] 0.26 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3628 / 12246] 01737_move_order_key_to_prewhere_select_final: [ OK ] 0.44 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3629 / 12246] 03254_last_2_samples_aggregate_function_simple: [ OK ] 0.35 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3630 / 12246] 03746_buffers_input_output_format_misc: [ OK ] 3.54 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3631 / 12246] 03257_reverse_sorting_key_zookeeper: [ OK ] 0.46 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3632 / 12246] 01503_fixed_string_primary_key: [ OK ] 0.31 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3633 / 12246] 02191_nested_with_dots: [ OK ] 0.47 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3634 / 12246] 02313_dump_column_structure_low_cardinality: [ OK ] 0.26 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3635 / 12246] 03611_freeze_partition_parallel_verbose: [ OK ] 12.08 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3636 / 12246] 03408_analyzer_correlated_subquery_simple: [ OK ] 0.41 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3637 / 12246] 03469_json_read_subcolumns_combined_1_memory: [ OK ] 0.51 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3638 / 12246] 04647_buffer_dynamic_subcolumn: [ OK ] 0.37 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3639 / 12246] 03763_no_new: [ OK ] 0.28 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3640 / 12246] 04262_skip_first_lines_with_names_schema_cache: [ OK ] 1.12 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3641 / 12246] 02179_key_condition_no_common_type: [ OK ] 0.32 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3642 / 12246] 03595_read_orc_file_segfault: [ OK ] 1.73 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3643 / 12246] 04034_top_k_skip_index_nullable_guard: [ OK ] 0.56 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3644 / 12246] 03335_empty_blobs_on_azure: [ OK ] 2.29 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3645 / 12246] 04046_arrow_uuid_nested: [ OK ] 0.93 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3646 / 12246] 04024_pr_read_in_order_through_join: [ OK ] 0.52 sec. [2026-08-01 14:01:13] 2026-08-02 04:01:13 [ 3647 / 12246] 01063_create_column_set: [ OK ] 0.33 sec. [2026-08-01 14:01:13] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3648 / 12246] 00053_replicate_segfault: [ OK ] 0.95 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3649 / 12246] 01126_month_partitioning_consistent_code: [ OK ] 0.33 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3650 / 12246] 04092_kql_conformance_baby_kusto: [ OK ] 4.49 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3651 / 12246] 03282_json_equal_comparison: [ OK ] 0.32 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3652 / 12246] 02995_index_9: [ OK ] 3.64 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3653 / 12246] 04337_array_similarity_zero_weights_sum: [ OK ] 0.37 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3654 / 12246] 00804_rollup_with_having: [ OK ] 0.33 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3655 / 12246] 00536_int_exp_overflow: [ OK ] 0.35 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3656 / 12246] 03298_triger_local_error_format: [ OK ] 0.28 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3657 / 12246] 02265_per_table_ttl_mutation_on_change: [ OK ] 0.46 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3658 / 12246] 02346_text_index_bug90778: [ OK ] 0.33 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3659 / 12246] 03408_cte_self_reference: [ OK ] 0.28 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3660 / 12246] 02530_dictionaries_update_field_hashed: [ OK ] 30.93 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3661 / 12246] 04305_variant_corrupted_discriminators_native: [ OK ] 0.86 sec. [2026-08-01 14:01:14] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3662 / 12246] 03261_variant_permutation_bug: [ OK ] 0.47 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3663 / 12246] 04098_grant_format_no_duplicate_backward_compat: [ OK ] 0.49 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3664 / 12246] 04207_lwu_parallel_replicas: [ OK ] 0.40 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3665 / 12246] 02477_analyzer_array_join_with_join: [ OK ] 0.66 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3666 / 12246] 03374_date_trunc_with_negatives: [ OK ] 0.48 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3667 / 12246] 04229_anyheavy_sparse_defaults: [ OK ] 0.44 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3668 / 12246] 04338_system_backups_settings: [ OK ] 1.57 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3669 / 12246] 02243_ipv6_long_parsing: [ OK ] 0.35 sec. [2026-08-01 14:01:14] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3670 / 12246] 02935_ipv6_to_and_from_uint128: [ OK ] 0.27 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3671 / 12246] 02968_mysql_prefer_column_name_to_alias: [ OK ] 0.92 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3672 / 12246] 02813_func_today_and_alias: [ OK ] 0.30 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3673 / 12246] 02471_wrong_date_monotonicity: [ OK ] 0.31 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3674 / 12246] 02346_text_index_mergeTreeTextIndex: [ OK ] 0.60 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3675 / 12246] 04240_jit_float_to_big_int_libcalls: [ OK ] 0.85 sec. [2026-08-01 14:01:14] 2026-08-02 04:01:14 [ 3676 / 12246] 04141_max_streams_for_union_step_distributed: [ OK ] 0.32 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3677 / 12246] 00448_replicate_nullable_tuple_generic: [ OK ] 0.36 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3678 / 12246] 01030_limit_by_with_ties_error: [ OK ] 1.73 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3679 / 12246] 04042_text_index_prewhere_alias_select: [ OK ] 0.42 sec. [2026-08-01 14:01:15] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3680 / 12246] 00185_array_literals: [ OK ] 0.37 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3681 / 12246] 00556_remove_columns_from_subquery: [ OK ] 0.29 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3682 / 12246] 03235_groupArray_string_consistency: [ OK ] 0.31 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3683 / 12246] 03365_variant_bool_parsing: [ OK ] 0.37 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3684 / 12246] 03362_join_where_false_76670: [ OK ] 0.34 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3685 / 12246] 03277_http_response_headers: [ OK ] 1.11 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3686 / 12246] 04305_dictionary_layouts_documentation: [ OK ] 0.32 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3687 / 12246] 02725_async_insert_table_setting: [ OK ] 1.96 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3688 / 12246] 04327_summing_merge_tree_tuple_dotted_name_vs_key_column: [ OK ] 0.51 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3689 / 12246] 02792_drop_projection_lwd: [ OK ] 0.46 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3690 / 12246] 02668_ulid_decoding: [ OK ] 0.42 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3691 / 12246] 03312_line_numbers: [ OK ] 0.60 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3692 / 12246] 02454_create_table_with_custom_disk: [ OK ] 1.21 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3693 / 12246] 04052_negative_limit_with_ties_distributed_large: [ OK ] 0.45 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3694 / 12246] 03100_lwu_42_bytes_limits: [ OK ] 3.04 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3695 / 12246] 02478_projection_and_alter_low_cardinality: [ OK ] 0.37 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3696 / 12246] 01420_format_row: [ OK ] 0.56 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3697 / 12246] 01273_arrow_nullable_arrays_load: [ OK ] 2.29 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3698 / 12246] 04093_case_with_expression_dynamic: [ OK ] 0.42 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3699 / 12246] 03925_if_nullable_const_branch: [ OK ] 0.31 sec. [2026-08-01 14:01:15] 2026-08-02 04:01:15 [ 3700 / 12246] 00038_totals_limit: [ OK ] 0.31 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3701 / 12246] 03447_window_functions_distinct: [ OK ] 0.33 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3702 / 12246] 04326_png_format: [ OK ] 2.24 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3703 / 12246] 04053_cte_left_join_performance: [ OK ] 47.18 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3704 / 12246] 01475_read_subcolumns_2: [ OK ] 0.40 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3705 / 12246] 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.25 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3706 / 12246] 02183_combinator_if: [ OK ] 0.67 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3707 / 12246] 03549_window_collation: [ OK ] 0.29 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3708 / 12246] 04490_where_field_nullable_key_exact_count: [ OK ] 0.48 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3709 / 12246] 01310_enum_comparison: [ OK ] 0.37 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3710 / 12246] 04547_partial_merge_join_multikey_track: [ OK ] 0.35 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3711 / 12246] 02712_bool_better_exception_message: [ OK ] 1.48 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3712 / 12246] 01412_optimize_deduplicate_bug: [ OK ] 0.32 sec. [2026-08-01 14:01:16] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3713 / 12246] 03755_parquet_insert_with_batches: [ OK ] 1.91 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3714 / 12246] 03206_no_exceptions_clickhouse_local: [ OK ] 0.81 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3715 / 12246] 00674_join_on_syntax: [ OK ] 0.99 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3716 / 12246] 00701_join_default_strictness: [ OK ] 0.36 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3717 / 12246] 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 2.18 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3718 / 12246] 03147_datetime64_constant_index_analysis: [ OK ] 0.48 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3719 / 12246] 02346_text_index_postprocessor_tokenizers: [ OK ] 1.19 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3720 / 12246] 03215_multilinestring_geometry: [ OK ] 0.38 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3721 / 12246] 02382_join_and_filtering_set: [ OK ] 0.46 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3722 / 12246] 04495_native_arrow_ipc_nullable_variable_width_null_payload: [ OK ] 2.42 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3723 / 12246] 04504_transposed_distance_quantized: [ OK ] 0.71 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3724 / 12246] 04639_deduplication_alias_hop_regular_table_root: [ OK ] 3.27 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3725 / 12246] 04053_limit_push_down_union: [ OK ] 0.43 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3726 / 12246] 03604_to_date_casts: [ OK ] 0.53 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3727 / 12246] 02705_grouping_keys_equal_keys: [ OK ] 0.32 sec. [2026-08-01 14:01:16] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3728 / 12246] 01550_mutation_subquery: [ OK ] 0.37 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3729 / 12246] 02596_build_set_and_remote: [ OK ] 0.57 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3730 / 12246] 03581_nested_storage_merge_distributed_order_by: [ OK ] 0.48 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3731 / 12246] 03723_max_insert_block_size_bytes_http: [ OK ] 4.48 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3732 / 12246] 02456_bloom_filter_assert: [ OK ] 0.58 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3733 / 12246] 01527_bad_aggregation_in_lambda: [ OK ] 0.25 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3734 / 12246] 03579_multi_if_short_circuit: [ OK ] 0.31 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3735 / 12246] 02915_input_table_function_in_subquery: [ OK ] 1.12 sec. [2026-08-01 14:01:16] 2026-08-02 04:01:16 [ 3736 / 12246] 01254_dict_create_without_db: [ OK ] 0.31 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3737 / 12246] 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 0.37 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3738 / 12246] 01144_multiword_data_types: [ OK ] 0.35 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3739 / 12246] 00156_array_map_to_constant: [ OK ] 0.33 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3740 / 12246] 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 8.02 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3741 / 12246] 04509_query_profiler_cpu_trace: [ OK ] 3.37 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3742 / 12246] 03373_qbit_dynamic: [ OK ] 0.36 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3743 / 12246] 01942_dateTimeToSnowflakeID: [ OK ] 0.50 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3744 / 12246] 03285_analyzer_extract_common_expr_bug: [ OK ] 0.32 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3745 / 12246] 02340_union_header: [ OK ] 0.30 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3746 / 12246] 03630_join_blocks_with_different_constness: [ OK ] 0.58 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3747 / 12246] 01097_pre_limit: [ OK ] 0.33 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3748 / 12246] 03821_materialized_cte_with_sets: [ OK ] 0.51 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3749 / 12246] 02783_parallel_replicas_trivial_count_optimization: [ OK ] 2.93 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3750 / 12246] 01754_cluster_all_replicas_shard_num: [ OK ] 0.38 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3751 / 12246] 04303_binary_max_type_complexity_input_only: [ OK ] 4.63 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3752 / 12246] 04024_fold_utf8: [ OK ] 1.49 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3753 / 12246] 02575_merge_prewhere_materialized: [ OK ] 0.48 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3754 / 12246] 02232_partition_pruner_mixed_constant_type: [ OK ] 0.32 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3755 / 12246] 03702_alter_codec_pk: [ OK ] 0.61 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3756 / 12246] 02070_join_on_disk: [ OK ] 0.74 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3757 / 12246] 03994_map_subcolumns_small_wide: [ OK ] 1.51 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3758 / 12246] 01447_json_strings: [ OK ] 0.27 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3759 / 12246] 04308_echo_options_granular: [ OK ] 3.62 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3760 / 12246] 04510_optimize_and_compare_chain_comparison_domains: [ OK ] 0.63 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3761 / 12246] 01401_FORMAT_SETTINGS: [ OK ] 0.88 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3762 / 12246] 02361_fsync_profile_events: [ OK ] 2.35 sec. [2026-08-01 14:01:17] 2026-08-02 04:01:17 [ 3763 / 12246] 01137_order_by_func_final: [ OK ] 0.37 sec. [2026-08-01 14:01:18] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3764 / 12246] 03198_settings_in_csv_tsv_schema_cache: [ OK ] 1.23 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3765 / 12246] 03926_jemalloc_stats_system_table: [ OK ] 0.88 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3766 / 12246] 04321_array_join_clause_limit_pushdown: [ OK ] 0.30 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3767 / 12246] 01070_alter_with_ttl: [ OK ] 0.35 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3768 / 12246] 03602_alter_update_nullable_json: [ OK ] 0.60 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3769 / 12246] 03812_row_policy_after_changing_initial_user_roles: [ OK ] 5.81 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3770 / 12246] 03394_distributed_shuffle_join: [ OK ] 0.87 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3771 / 12246] 02029_test_options_requests: [ OK ] 0.80 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3772 / 12246] 02502_analyzer_insert_select_crash_fix: [ OK ] 0.47 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3773 / 12246] 02353_translate: [ OK ] 0.37 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3774 / 12246] 01882_total_rows_approx: [ OK ] 2.01 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3775 / 12246] 02461_prewhere_row_level_policy_lightweight_delete: [ OK ] 1.94 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3776 / 12246] 00091_union_race_conditions_2: [ OK ] 101.11 sec. [2026-08-01 14:01:18] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3777 / 12246] 00926_adaptive_index_granularity_pk: [ OK ] 0.82 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3778 / 12246] 02942_variant_cast: [ OK ] 0.45 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3779 / 12246] 03554_json_shared_data_map_serialization_wide_part_big: [ OK ] 1.74 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3780 / 12246] 02725_local_query_parameters: [ OK ] 0.82 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3781 / 12246] 00261_storage_aliases_and_array_join: [ OK ] 1.00 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3782 / 12246] 02845_arrayShiftRotate: [ OK ] 0.63 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3783 / 12246] 04005_basic_auth_base64_no_padding: [ OK ] 1.36 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3784 / 12246] 03285_materialize_ttl_only_drop_parts: [ OK ] 0.64 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3785 / 12246] 04339_analyzer_rand_constant_resolution_cache: [ OK ] 0.33 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3786 / 12246] 04507_packed_part_stale_txn_version_guard: [ OK ] 2.73 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3787 / 12246] 04630_default_over_virtual_column: [ OK ] 1.20 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3788 / 12246] 00100_subquery_table_identifier: [ OK ] 1.89 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3789 / 12246] 04338_local_system_listen_port_range_validation: [ OK ] 1.13 sec. [2026-08-01 14:01:18] 2026-08-02 04:01:18 [ 3790 / 12246] 03155_in_nested_subselects: [ OK ] 0.31 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3791 / 12246] 02354_vector_search_concurrent_readers: [ OK ] 1.11 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3792 / 12246] 04229_untracked_memory_async_metric: [ OK ] 0.27 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3793 / 12246] 01006_simpod_empty_part_single_column_write: [ OK ] 2.78 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3794 / 12246] 03279_insert_sparse_parsing_error: [ OK ] 1.23 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3795 / 12246] 04340_intdiv_variable_constant_monotonicity: [ OK ] 1.32 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3796 / 12246] 02832_transform_fixed_string_no_default: [ OK ] 0.31 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3797 / 12246] 04098_sharded_aggregation_misc_explain: [ OK ] 0.50 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3798 / 12246] 02993_values_escape_quote: [ OK ] 0.31 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3799 / 12246] 03153_format_regexp_usability: [ OK ] 1.12 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3800 / 12246] 04096_text_index_json_subcolumn: [ OK ] 0.42 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3801 / 12246] 04034_commit_order_projection_validation: [ OK ] 0.47 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3802 / 12246] 03274_with_fill_dup_sort_bug: [ OK ] 0.37 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3803 / 12246] 02475_bson_each_row_format: [ OK ] 33.39 sec. [2026-08-01 14:01:19] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3804 / 12246] 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 2.54 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3805 / 12246] 00875_join_right_nulls: [ OK ] 0.56 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3806 / 12246] 00034_fixed_string_to_number: [ OK ] 0.38 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3807 / 12246] 01418_query_scope_constants_and_remote: [ OK ] 0.30 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3808 / 12246] 02998_to_milliseconds: [ OK ] 0.53 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3809 / 12246] 04305_aggregate_function_combinators_documentation: [ OK ] 0.31 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3810 / 12246] 03458_numeric_indexed_vector_operations_u32u32: [ OK ] 0.34 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3811 / 12246] 04023_issue_98484_drop_patch_part: [ OK ] 3.08 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3812 / 12246] 04108_replicated_and_non_replicated_columns_merge: [ OK ] 0.32 sec. [2026-08-01 14:01:19] 2026-08-02 04:01:19 [ 3813 / 12246] 04148_stid_3520_3e11_materialized_cte_outer_alias: [ OK ] 0.41 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3814 / 12246] 03290_partial_arrayROCAUC_and_arrayAUCPR: [ OK ] 0.40 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3815 / 12246] 04664_setting_boolean_shorthand_raw_engine_settings: [ OK ] 0.56 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3816 / 12246] 03174_projection_deduplicate: [ OK ] 0.66 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3817 / 12246] 02456_BLAKE3_hash_function_test: [ OK ] 0.33 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3818 / 12246] 03133_help_message_verbosity: [ OK ] 1.36 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3819 / 12246] 01601_temporary_table_session_scope: [ OK ] 1.15 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3820 / 12246] 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 1.47 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3821 / 12246] 04262_compress_stdout_with_explicit_format: [ OK ] 1.42 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3822 / 12246] 04497_optimize_or_like_chain_invalid_escape_skipped: [ OK ] 0.37 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3823 / 12246] 02286_function_wyhash: [ OK ] 0.37 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3824 / 12246] 04305_storage_join_composite_keys: [ OK ] 0.82 sec. [2026-08-01 14:01:20] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3825 / 12246] 02973_s3_compressed_file_in_error_message: [ OK ] 1.00 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3826 / 12246] 03160_pretty_format_tty: [ OK ] 0.87 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3827 / 12246] 04338_parquet_schema_inference_deep_recursion: [ OK ] 1.14 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3828 / 12246] 02477_invalid_reads: [ OK ] 0.83 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3829 / 12246] 04006_nullable_partition_minmax_merge: [ OK ] 0.37 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3830 / 12246] 02416_grouping_function_compatibility: [ OK ] 0.43 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3831 / 12246] 00073_uniq_array: [ OK ] 0.32 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3832 / 12246] 04035_text_index_map_values_in: [ OK ] 0.48 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3833 / 12246] 04025_ip_trie_nullable_key: [ OK ] 0.35 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3834 / 12246] 03777_runtime_filter_and_merge_table: [ OK ] 0.42 sec. [2026-08-01 14:01:20] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3835 / 12246] 01137_sample_final: [ OK ] 0.44 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3836 / 12246] 02246_flatten_tuple: [ OK ] 0.33 sec. [2026-08-01 14:01:20] 2026-08-02 04:01:20 [ 3837 / 12246] 03289_explain_syntax_statistics: [ OK ] 0.43 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3838 / 12246] 00700_decimal_math: [ OK ] 0.53 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3839 / 12246] 02560_vertical_merge_memory_usage: [ OK ] 2.11 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3840 / 12246] 01935_parametrized_query_parametric_aggregate_function: [ OK ] 0.77 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3841 / 12246] 04241_alias_cardinality: [ OK ] 0.39 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3842 / 12246] 04033_tpc_ds_q79: [ OK ] 2.04 sec. [2026-08-01 14:01:21] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3843 / 12246] 02807_lower_utf8_msan: [ OK ] 0.25 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3844 / 12246] 02375_stack_trace_no_addresses: [ OK ] 1.23 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3845 / 12246] 00898_quantile_timing_parameter_check: [ OK ] 0.31 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3846 / 12246] 03120_analyzer_param_in_CTE_alias: [ OK ] 0.28 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3847 / 12246] 02771_semi_join_use_nulls: [ OK ] 2.61 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3848 / 12246] 04033_tpc_ds_q75: [ OK ] 2.73 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3849 / 12246] 00013_sorting_of_nested: [ OK ] 0.99 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3850 / 12246] 04231_timezone_select_with_changed_setting: [ OK ] 0.36 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3851 / 12246] 03033_parts_splitter_bug_and_index_loading: [ OK ] 0.35 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3852 / 12246] 02911_backup_restore_keeper_map: [ OK ] 7.51 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3853 / 12246] 02841_not_ready_set_join_on: [ OK ] 0.30 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3854 / 12246] 02907_clickhouse_dictionary_bug: [ OK ] 1.60 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3855 / 12246] 03204_distributed_with_scalar_subquery: [ OK ] 0.68 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3856 / 12246] 01273_arrow_decimal: [ OK ] 2.16 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3857 / 12246] 00975_values_list: [ OK ] 1.04 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3858 / 12246] 00584_view_union_all: [ OK ] 0.94 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3859 / 12246] 04523_role_functions_rewrite: [ OK ] 3.72 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3860 / 12246] 04217_array_concat_json_extract_keys_index: [ OK ] 1.02 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3861 / 12246] 00908_bloom_filter_index: [ OK ] 13.91 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3862 / 12246] 04549_text_index_exclusion_search_max_steps: [ OK ] 0.70 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3863 / 12246] 04010_create_or_replace_table_clone_as: [ OK ] 0.67 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3864 / 12246] 04055_storage_alias_bake_currentDatabase: [ OK ] 0.31 sec. [2026-08-01 14:01:21] 2026-08-02 04:01:21 [ 3865 / 12246] 01358_mutation_delete_null_rows: [ OK ] 0.39 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3866 / 12246] 00035_function_array_return_type: [ OK ] 0.31 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3867 / 12246] 02114_offset_fetch_without_order_by: [ OK ] 0.66 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3868 / 12246] 00041_big_array_join: [ OK ] 0.42 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3869 / 12246] 02751_match_constant_needle: [ OK ] 0.34 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3870 / 12246] 04101_schema_inference_length_error_no_crash: [ OK ] 0.21 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3871 / 12246] 03364_gorilla_codec_parameters: [ OK ] 0.36 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3872 / 12246] 04414_window_transform_cume_dist_peer_groups: [ OK ] 0.32 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3873 / 12246] 03917_arrayFold_lambda_as_accumulator: [ OK ] 0.33 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3874 / 12246] 04077_materialized_cte_union: [ OK ] 0.45 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3875 / 12246] 04227_prewhere_parameterized_view_join_102074: [ OK ] 0.42 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3876 / 12246] 00047_bar: [ OK ] 0.38 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3877 / 12246] 04323_multi_if_asterisk_table_function: [ OK ] 0.34 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3878 / 12246] 02124_encrypt_decrypt_nullable: [ OK ] 0.38 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3879 / 12246] 00521_multidimensional: [ OK ] 0.61 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3880 / 12246] 02125_lz4_compression_bug_CSV: [ OK ] 4.61 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3881 / 12246] 03037_dynamic_merges_2_vertical_compact_merge_tree: [ OK ] 0.56 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3882 / 12246] 01679_incorrect_data_on_insert_collapsing: [ OK ] 1.59 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3883 / 12246] 03365_read_negative_time_implicitly: [ OK ] 0.31 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3884 / 12246] 00940_order_by_read_in_order: [ OK ] 0.55 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3885 / 12246] 01567_system_processes_current_database: [ OK ] 0.26 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3886 / 12246] 01602_modified_julian_day_msan: [ OK ] 0.33 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3887 / 12246] 03291_low_cardinality_uuid: [ OK ] 0.29 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3888 / 12246] 04655_distributed_plan_correlated_subquery: [ OK ] 0.58 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3889 / 12246] 01276_random_string: [ OK ] 0.40 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3890 / 12246] 00300_csv: [ OK ] 0.35 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3891 / 12246] 04327_trim_long_characters: [ OK ] 0.34 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3892 / 12246] 04054_block_mismatch: [ OK ] 0.34 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3893 / 12246] 02911_add_index_and_materialize_index: [ OK ] 0.33 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3894 / 12246] 04201_join_runtime_filter_min_probe_rows: [ OK ] 0.52 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3895 / 12246] 00692_if_exception_code: [ OK ] 0.31 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3896 / 12246] 03593_backup_with_broken_projection: [ OK ] 0.54 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3897 / 12246] 03199_atomic_clickhouse_local: [ OK ] 0.97 sec. [2026-08-01 14:01:22] 2026-08-02 04:01:22 [ 3898 / 12246] 03399_mapContains_functions: [ OK ] 0.43 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3899 / 12246] 03113_analyzer_not_found_column_in_block_2: [ OK ] 0.40 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3900 / 12246] 03464_projections_with_subcolumns: [ OK ] 1.46 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3901 / 12246] 04029_distributed_index_analysis_sampling: [ OK ] 0.58 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3902 / 12246] 04652_part_minmax_block_columns_mutation: [ OK ] 2.38 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3903 / 12246] 04141_h3_polygon_to_cells_with_containment: [ OK ] 0.51 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3904 / 12246] 02900_date_time_check_overflow: [ OK ] 0.62 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3905 / 12246] 03784_functions_various_bugs: [ OK ] 0.47 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3906 / 12246] 03008_deduplication_random_settings: [ OK ] 5.25 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3907 / 12246] 02418_keeper_map_keys_limit: [ OK ] 0.67 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3908 / 12246] 01710_aggregate_projections: [ OK ] 4.52 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3909 / 12246] 04051_max_streams_for_union_step: [ OK ] 0.35 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3910 / 12246] 01600_benchmark_query: [ OK ] 1.02 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3911 / 12246] 04648_alter_rename_column_no_default_merge_race: [ OK ] 3.92 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3912 / 12246] 02421_formats_with_totals_and_extremes: [ OK ] 0.51 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3913 / 12246] 04627_prewhere_final_sorting_key_not_projected: [ OK ] 0.73 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3914 / 12246] 03203_variant_convert_field_to_type_bug: [ OK ] 0.32 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3915 / 12246] 03999_map_change_serialization_version_and_merge: [ OK ] 1.18 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3916 / 12246] 04115_json_combined_subcolumn_empty_json: [ OK ] 0.36 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3917 / 12246] 00936_crc_functions: [ OK ] 0.35 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3918 / 12246] 03516_int_exp2_join: [ OK ] 0.63 sec. [2026-08-01 14:01:23] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3919 / 12246] 03918_arrayjoin_function_with_join_and_where: [ OK ] 0.24 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3920 / 12246] 03278_enum_in_unknown_value: [ OK ] 0.40 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3921 / 12246] 02480_client_option_print_num_processed_rows: [ OK ] 2.04 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3922 / 12246] 01950_kill_large_group_by_query: [ OK ] 1.71 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3923 / 12246] 02817_group_array_moving_zero_window_size: [ OK ] 0.36 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3924 / 12246] 02882_primary_key_index_in_function_different_types: [ OK ] 0.49 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3925 / 12246] 01299_alter_merge_tree: [ OK ] 1.13 sec. [2026-08-01 14:01:23] 2026-08-02 04:01:23 [ 3926 / 12246] 01746_extract_text_from_html: [ OK ] 0.57 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3927 / 12246] 00980_crash_nullable_decimal: [ OK ] 0.31 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3928 / 12246] 02050_clickhouse_local_parsing_exception: [ OK ] 0.83 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3929 / 12246] 03998_map_subcolumns_nullable_and_complex_values: [ OK ] 0.61 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3930 / 12246] 02023_nullable_int_uint_where: [ OK ] 0.36 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3931 / 12246] 02886_binary_like: [ OK ] 0.44 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3932 / 12246] 00008_uniq: [ OK ] 1.07 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3933 / 12246] 02874_infer_objects_as_named_tuples: [ OK ] 0.50 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3934 / 12246] 00036_aggregate_hashed: [ OK ] 0.98 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3935 / 12246] 02896_cyclic_aliases_crash: [ OK ] 0.63 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3936 / 12246] 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 0.89 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3937 / 12246] 01284_port: [ OK ] 0.78 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3938 / 12246] 03787_pr_group_by_read_mode_error: [ OK ] 0.51 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3939 / 12246] 04101_null_representation_with_special_serializations: [ OK ] 0.56 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3940 / 12246] 03258_dynamic_in_functions_weak_ptr_exception: [ OK ] 0.37 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3941 / 12246] 03246_alter_from_string_to_json: [ OK ] 2.33 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3942 / 12246] 02419_contingency_array_nullable: [ OK ] 0.36 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3943 / 12246] 04603_quota_zero_interval: [ OK ] 1.97 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3944 / 12246] 03276_merge_tree_index_lazy_load: [ OK ] 0.50 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3945 / 12246] 03757_nothing_null_safe_comparison: [ OK ] 0.38 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3946 / 12246] 01553_datetime64_comparison: [ OK ] 0.36 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3947 / 12246] 02559_nested_multiple_levels_default: [ OK ] 0.51 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3948 / 12246] 02519_monotonicity_fuzz: [ OK ] 0.36 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3949 / 12246] 00376_shard_group_uniq_array_of_int_array: [ OK ] 2.03 sec. [2026-08-01 14:01:24] 2026-08-02 04:01:24 [ 3950 / 12246] 01657_array_element_ubsan: [ OK ] 0.43 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3951 / 12246] 03221_key_condition_bug: [ OK ] 0.45 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3952 / 12246] 03753_anti_join_runtime_filter_4: [ OK ] 0.73 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3953 / 12246] 00823_sequence_match_dfa: [ OK ] 0.64 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3954 / 12246] 04491_qbit_stride_distance: [ OK ] 0.83 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3955 / 12246] 00098_a_union_all: [ OK ] 0.34 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3956 / 12246] 03143_cte_scope: [ OK ] 0.40 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3957 / 12246] 02661_read_from_archive_tarbzip2: [ OK ] 8.95 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3958 / 12246] 04617_ast_json_auto_increment_result_type_pk_slots: [ OK ] 0.50 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3959 / 12246] 01008_materialized_view_henyihanwobushi: [ OK ] 0.45 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3960 / 12246] 04651_parameterized_view_union_child_metadata: [ OK ] 1.43 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3961 / 12246] 02418_aggregate_combinators: [ OK ] 0.62 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3962 / 12246] 02844_subquery_timeout_with_break: [ OK ] 0.56 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3963 / 12246] 00311_array_primary_key: [ OK ] 0.46 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3964 / 12246] 03222_json_squashing: [ OK ] 1.42 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3965 / 12246] 03210_inconsistent_formatting_of_data_types: [ OK ] 2.24 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3966 / 12246] 00746_compile_non_deterministic_function: [ OK ] 6.34 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3967 / 12246] 03760_primes: [ OK ] 1.19 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3968 / 12246] 02764_csv_trim_whitespaces: [ OK ] 13.74 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3969 / 12246] 00661_array_has_silviucpp: [ OK ] 0.46 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3970 / 12246] 03222_parallel_replicas_final_in_subquery: [ OK ] 0.47 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3971 / 12246] 02563_async_insert_bad_data: [ OK ] 5.79 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3972 / 12246] 00715_bounding_ratio: [ OK ] 0.38 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3973 / 12246] 03324_cache_disk_validation_max_size: [ OK ] 1.74 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3974 / 12246] 02894_ast_depth_check: [ OK ] 1.08 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3975 / 12246] 00974_low_cardinality_cast: [ OK ] 0.48 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3976 / 12246] 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 0.37 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3977 / 12246] 04421_create_populate_view_alias_precheck: [ OK ] 0.58 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3978 / 12246] 03273_group_by_in_order_still_used_when_group_by_key_doesnt_match_order_by_key: [ OK ] 0.43 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3979 / 12246] 02943_order_by_all: [ OK ] 0.78 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3980 / 12246] 02972_to_string_nullable_timezone: [ OK ] 0.38 sec. [2026-08-01 14:01:25] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3981 / 12246] 00235_create_temporary_table_as: [ OK ] 0.30 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3982 / 12246] 01513_optimize_aggregation_in_order_memory_long: [ OK ] 2.31 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3983 / 12246] 04066_pr_view_non_simple_views: [ OK ] 0.88 sec. [2026-08-01 14:01:25] 2026-08-02 04:01:25 [ 3984 / 12246] 02815_no_throw_in_simple_queries: [ OK ] 2.14 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3985 / 12246] 04070_arrow_complex_types: [ OK ] 17.96 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3986 / 12246] 01077_yet_another_prewhere_test: [ OK ] 0.40 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3987 / 12246] 03272_json_to_json_cast_2: [ OK ] 0.97 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3988 / 12246] 02452_json_utf8_validation: [ OK ] 0.47 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3989 / 12246] 04540_lazy_materialization_final_limit_no_order: [ OK ] 0.84 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3990 / 12246] 03209_json_type_vertical_merges: [ OK ] 17.17 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3991 / 12246] 01429_join_on_error_messages: [ OK ] 0.31 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3992 / 12246] 02096_totals_global_in_bug: [ OK ] 0.39 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3993 / 12246] 02554_invalid_create_view_syntax: [ OK ] 0.33 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3994 / 12246] 03208_inconsistent_formatting_of_not_subquery: [ OK ] 0.99 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3995 / 12246] 01852_s2_get_neighbours: [ OK ] 0.33 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3996 / 12246] 03257_reverse_sorting_key_simple: [ OK ] 0.48 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3997 / 12246] 04538_deep_nested_literal_clone_no_crash: [ OK ] 1.16 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3998 / 12246] 04405_qbit_int8_distance: [ OK ] 0.66 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 3999 / 12246] 03825_array_with_constant_fixed_string: [ OK ] 0.36 sec. [2026-08-01 14:01:26] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4000 / 12246] 00623_truncate_all_tables: [ OK ] 0.64 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4001 / 12246] 03919_startsWithUTF8_use_primary_key: [ OK ] 0.53 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4002 / 12246] 00646_weird_mmx: [ OK ] 0.32 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4003 / 12246] 04240_flatten_tuple_empty_result_104877: [ OK ] 1.95 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4004 / 12246] 03522_function_first_non_default: [ OK ] 0.76 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4005 / 12246] 01636_nullable_fuzz2: [ OK ] 0.56 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4006 / 12246] 03447_function_reverse_for_tuple: [ OK ] 0.42 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4007 / 12246] 04494_native_arrow_ipc_variant_too_many_alternatives: [ OK ] 1.45 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4008 / 12246] 04064_join_use_nulls_apply_lambda_multiple_joins: [ OK ] 0.48 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4009 / 12246] 01533_collate_in_nullable: [ OK ] 0.42 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4010 / 12246] 02947_parallel_replicas_remote: [ OK ] 0.49 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4011 / 12246] 01797_StripeLog_rwlock_ub: [ OK ] 0.42 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4012 / 12246] 04095_join_reorder_type_changes: [ OK ] 0.60 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4013 / 12246] 03255_merge_mutation_start_entry_in_the_part_log: [ OK ] 0.59 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4014 / 12246] 03286_orc_reader_for_all_nulls_dictionary_v2_bug: [ OK ] 3.52 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4015 / 12246] 02047_alias_for_table_and_database_name: [ OK ] 0.34 sec. [2026-08-01 14:01:26] 2026-08-02 04:01:26 [ 4016 / 12246] 03350_json_parsing_quickly: [ OK ] 0.31 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4017 / 12246] 03173_distinct_combinator_alignment: [ OK ] 0.36 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4018 / 12246] 03471_sum_map_bool_state_version_0: [ OK ] 1.03 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4019 / 12246] 03977_rollup_lowcardinality_nullable_in_tuple: [ OK ] 0.38 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4020 / 12246] 02783_parsedatetimebesteffort_syslog: [ OK ] 0.39 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4021 / 12246] 02293_h3_line: [ OK ] 0.48 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4022 / 12246] 00027_distinct_and_order_by: [ OK ] 0.30 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4023 / 12246] 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 0.40 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4024 / 12246] 02941_variant_type_3: [ OK ] 8.25 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4025 / 12246] 04642_client_empty_boolean_config_tags: [ OK ] 1.93 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4026 / 12246] 03921_quoted_all_column_in_order_group_limit_by: [ OK ] 0.44 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4027 / 12246] 04068_keeper_client_watch_deleted_event: [ OK ] 1.00 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4028 / 12246] 04100_summing_merge_tree_sort_order_float_nan: [ OK ] 0.46 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4029 / 12246] 04035_create_as_select_intersect_settings: [ OK ] 0.38 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4030 / 12246] 02336_sort_optimization_with_fill: [ OK ] 0.33 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4031 / 12246] 04411_block_number_wide_part_mutations: [ OK ] 0.87 sec. [2026-08-01 14:01:27] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4032 / 12246] 03314_has_column_in_table_alias_column: [ OK ] 0.36 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4033 / 12246] 02882_formatQuery: [ OK ] 0.68 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4034 / 12246] 04092_ttl_sparse_column_source_fix: [ OK ] 0.89 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4035 / 12246] 00142_system_columns: [ OK ] 0.37 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4036 / 12246] 03207_json_read_subcolumns_1_1_wide_merge_tree: [ OK ] 1.45 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4037 / 12246] 00662_has_nullable: [ OK ] 0.55 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4038 / 12246] 01883_with_grouping_sets: [ OK ] 0.49 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4039 / 12246] 02352_interactive_queries_from_file: [ OK ] 1.11 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4040 / 12246] 04247_104900_refreshable_mv_tmp_table_leak: [ OK ] 2.89 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4041 / 12246] 03552_inconsistent_formatting_operator_as_table_function: [ OK ] 0.43 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4042 / 12246] 04409_skip_index_build_cancellation: [ OK ] 1.73 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4043 / 12246] 04658_query_fuzzer_map_key_type: [ OK ] 0.52 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4044 / 12246] 00733_if_datetime: [ OK ] 0.32 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4045 / 12246] 04043_materialized_cte_serialize_query_plan: [ OK ] 0.57 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4046 / 12246] 03409_coalescing_merge_tree: [ OK ] 0.47 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4047 / 12246] 03630_hash_join_max_block_size: [ OK ] 0.65 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4048 / 12246] 02675_sparse_columns_clear_column: [ OK ] 0.83 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4049 / 12246] 03242_view_block_structure: [ OK ] 0.37 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4050 / 12246] 04338_tuple_inside_nullable_null_carrying_elements: [ OK ] 0.57 sec. [2026-08-01 14:01:27] 2026-08-02 04:01:27 [ 4051 / 12246] 03280_dynamic_if_null: [ OK ] 0.35 sec. [2026-08-01 14:01:27] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4052 / 12246] 03822_map_json_dictionary: [ OK ] 1.74 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4053 / 12246] 01683_codec_encrypted: [ OK ] 0.38 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4054 / 12246] 03001_max_parallel_replicas_zero_value: [ OK ] 0.32 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4055 / 12246] 04413_geojson_output_format_row: [ OK ] 0.24 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4056 / 12246] 04050_accurateCastOrDefault_const: [ OK ] 0.27 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4057 / 12246] 02366_normalize_aggregate_function_types_and_states: [ OK ] 0.35 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4058 / 12246] 01831_max_streams: [ OK ] 0.33 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4059 / 12246] 01710_projection_row_policy: [ OK ] 0.42 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4060 / 12246] 03733_summing_merge_tree_nested_low_cardinality: [ OK ] 0.31 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4061 / 12246] 04295_set_skip_index_or_lc_nullable_issue_105938: [ OK ] 0.48 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4062 / 12246] 04401_date32_zerotransform_monotonicity_pruning: [ OK ] 0.63 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4063 / 12246] 04607_docs_web_ui_plan_badge_message: [ OK ] 1.07 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4064 / 12246] 02370_lost_part_intersecting_merges: [ OK ] 11.80 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4065 / 12246] 00032_fixed_string_to_string: [ OK ] 0.32 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4066 / 12246] 04327_join_on_nothing_typed_residual: [ OK ] 0.49 sec. [2026-08-01 14:01:28] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4067 / 12246] 04267_row_binary_with_names_and_types_and_defaults_schema_evolution: [ OK ] 3.18 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4068 / 12246] 01600_select_in_different_types: [ OK ] 0.61 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4069 / 12246] 03916_merge_tree_order_by_subquery: [ OK ] 0.58 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4070 / 12246] 01326_build_id: [ OK ] 0.36 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4071 / 12246] 03732_json_duplicated_path_in_dynamic_paths_and_shared_data_bug: [ OK ] 0.47 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4072 / 12246] 02074_http_flush_compressed_buffers_on_cancel: [ OK ] 2.70 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4073 / 12246] 03812_reading_subcolumns_of_aliases: [ OK ] 0.39 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4074 / 12246] 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 1.80 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4075 / 12246] 04033_tpc_ds_q30: [ OK ] 1.94 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4076 / 12246] 01425_decimal_parse_big_negative_exponent: [ OK ] 0.46 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4077 / 12246] 02884_virtual_column_order_by: [ OK ] 0.38 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4078 / 12246] 02354_vector_search_pre_and_post_filtering: [ OK ] 1.09 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4079 / 12246] 03249_native_json_as_string: [ OK ] 0.87 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4080 / 12246] 02782_avro_decimals: [ OK ] 0.91 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4081 / 12246] 03084_analyzer_join_column_alias: [ OK ] 0.38 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4082 / 12246] 03221_refreshable_matview_progress: [ OK ] 0.38 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4083 / 12246] 01892_setting_limit_offset_distributed: [ OK ] 0.41 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4084 / 12246] 04614_uniq_sparse_no_key: [ OK ] 1.00 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4085 / 12246] 04411_geojson_validate_geometry: [ OK ] 0.39 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4086 / 12246] 02185_range_hashed_dictionary_open_ranges: [ OK ] 0.53 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4087 / 12246] 02188_table_function_format: [ OK ] 0.49 sec. [2026-08-01 14:01:28] 2026-08-02 04:01:28 [ 4088 / 12246] 04141_generate_random_engine_argument_order: [ OK ] 0.35 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:28 [ 4089 / 12246] 01913_fix_column_transformer_replace_format: [ OK ] 0.31 sec. [2026-08-01 14:01:29] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4090 / 12246] 03363_join_multiple_swap: [ OK ] 0.60 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4091 / 12246] 00900_orc_arrow_parquet_tuples: [ OK ] 4.35 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4092 / 12246] 04304_lazy_crash_1: [ OK ] 0.46 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4093 / 12246] 03960_join_order_dphyp_search_budget: [ OK ] 0.58 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4094 / 12246] 01375_storage_file_write_prefix_csv_with_names: [ OK ] 0.44 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4095 / 12246] 03730_qbit_in_order_by_and_comparison_functions: [ OK ] 0.44 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4096 / 12246] 03813_max_query_size_overflow: [ OK ] 0.36 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4097 / 12246] 03020_output_format_client: [ OK ] 2.31 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4098 / 12246] 01643_merge_tree_fsync_smoke: [ OK ] 0.76 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4099 / 12246] 00088_distinct_of_arrays_of_strings: [ OK ] 0.37 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4100 / 12246] 02902_topKGeneric_deserialization_memory: [ OK ] 0.37 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4101 / 12246] 01396_low_cardinality_fixed_string_default: [ OK ] 0.43 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4102 / 12246] 02481_default_value_used_in_row_level_filter: [ OK ] 0.40 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4103 / 12246] 02204_fractional_progress_bar_long: [ OK ] 3.64 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4104 / 12246] 02360_send_logs_level_colors: [ OK ] 1.39 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4105 / 12246] 03228_variant_permutation_issue: [ OK ] 0.51 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4106 / 12246] 04040_parquet_uuid: [ OK ] 2.13 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4107 / 12246] 04647_exact_range_unloaded_key_columns: [ OK ] 0.87 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4108 / 12246] 04312_partition_constants_folding_eval_error: [ OK ] 0.39 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4109 / 12246] 03916_except_intersect_all_multiset: [ OK ] 0.47 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4110 / 12246] 01865_aggregator_overflow_row: [ OK ] 0.85 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4111 / 12246] 03274_json_pretty_output: [ OK ] 0.37 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4112 / 12246] 03780_setting_use_primary_key: [ OK ] 0.33 sec. [2026-08-01 14:01:29] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4113 / 12246] 03246_json_subcolumn_correct_type: [ OK ] 0.37 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4114 / 12246] 04401_paimon_unsupported_type_error: [ OK ] 1.05 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4115 / 12246] 02244_ip_address_invalid_insert: [ OK ] 0.79 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4116 / 12246] 03275_auto_cluster_functions_with_parallel_replicas: [ OK ] 0.88 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4117 / 12246] 00921_datetime64_basic: [ OK ] 0.72 sec. [2026-08-01 14:01:29] 2026-08-02 04:01:29 [ 4118 / 12246] 02810_initcap: [ OK ] 0.45 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4119 / 12246] 03601_insert_squashing_remove_const: [ OK ] 0.40 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4120 / 12246] 02267_output_format_prometheus: [ OK ] 0.45 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4121 / 12246] 03370_remove_redundant_sorting_assert: [ OK ] 0.44 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4122 / 12246] 04344_lambda_in_non_lambda_argument_position: [ OK ] 0.50 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4123 / 12246] 03519_fulter_push_down_duplicate_column_name_bug: [ OK ] 0.37 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4124 / 12246] 03210_nested_short_circuit_functions_bug: [ OK ] 0.33 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4125 / 12246] 04049_explain_ast_parenthesized_access_queries: [ OK ] 0.33 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4126 / 12246] 02250_hints_for_projections: [ OK ] 1.63 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4127 / 12246] 04337_jsonl_input_output_format: [ OK ] 0.37 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4128 / 12246] 01085_max_distributed_connections: [ OK ] 1.83 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4129 / 12246] 04143_executable_storage_read_coverage: [ OK ] 1.23 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4130 / 12246] 03195_group_concat_deserialization_fix: [ OK ] 0.51 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4131 / 12246] 04315_cnf_substitute_columns_no_descend_into_subquery: [ OK ] 0.48 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4132 / 12246] 02455_extract_fixed_string_from_nested_json: [ OK ] 0.39 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4133 / 12246] 02901_predicate_pushdown_cte_stateful: [ OK ] 0.37 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4134 / 12246] 00678_shard_funnel_window: [ OK ] 0.64 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4135 / 12246] 04612_compatibility_readonly_constrained_setting: [ OK ] 2.94 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4136 / 12246] 01072_json_each_row_data_in_square_brackets: [ OK ] 0.42 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4137 / 12246] 03033_hive_text_read_variable_fields: [ OK ] 1.86 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4138 / 12246] 04094_foreach_combinator_alignment: [ OK ] 0.42 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4139 / 12246] 04304_prewhere_statistics_column_grouping: [ OK ] 0.50 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4140 / 12246] 03041_select_with_query_result: [ OK ] 0.48 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4141 / 12246] 04600_system_documentation_full_page_no_synthetic_sections: [ OK ] 0.54 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4142 / 12246] 04202_clamp_multirow_mixed_branches: [ OK ] 0.40 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4143 / 12246] 04032_naive_bayes_dictionary: [ OK ] 1.89 sec. [2026-08-01 14:01:30] 2026-08-02 04:01:30 [ 4144 / 12246] 04546_parquet_v3_dictionary_filter_bad_encoding_stats: [ OK ] 2.03 sec. [2026-08-01 14:01:31] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4145 / 12246] 03287_format_datetime_mysqlfraction: [ OK ] 0.43 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4146 / 12246] 02493_max_streams_for_merge_tree_reading: [ OK ] 1.63 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4147 / 12246] 02113_untuple_func_alias: [ OK ] 0.35 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4148 / 12246] 03752_fractional_limit_offset_small_blocks: [ OK ] 1.05 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4149 / 12246] 03575_modify_column_null_to_default_cross_type: [ OK ] 1.15 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4150 / 12246] 01710_projection_in_set: [ OK ] 0.57 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4151 / 12246] 02995_index_5: [ OK ] 5.46 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4152 / 12246] 04048_correlated_exists_limit_offset: [ OK ] 0.54 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4153 / 12246] 01307_bloom_filter_index_string_multi_granulas: [ OK ] 0.48 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4154 / 12246] 03460_alter_materialized_view_on_cluster: [ OK ] 0.70 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4155 / 12246] 03400_auto_minmax_final_sign_bug: [ OK ] 0.40 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4156 / 12246] 02269_create_table_with_collation: [ OK ] 0.41 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4157 / 12246] 01515_force_data_skipping_indices: [ OK ] 0.57 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4158 / 12246] 03355_array_join_subcolumns: [ OK ] 0.40 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4159 / 12246] 01096_block_serialized_state: [ OK ] 0.32 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4160 / 12246] 03545_analyzer_correlated_subqueries_use_equivalence_classes: [ OK ] 0.32 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4161 / 12246] 02995_index_2: [ OK ] 6.54 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4162 / 12246] 04264_variant_throw_on_type_mismatch_execute: [ OK ] 0.81 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4163 / 12246] 01890_jit_aggregation_function_sum_long: [ OK ] 1.19 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4164 / 12246] 00546_shard_tuple_element_formatting: [ OK ] 0.30 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4165 / 12246] 01145_with_fill_const: [ OK ] 0.34 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4166 / 12246] 03408_hash_functions_on_null: [ OK ] 0.68 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4167 / 12246] 00044_sorting_by_string_descending: [ OK ] 0.36 sec. [2026-08-01 14:01:31] 2026-08-02 04:01:31 [ 4168 / 12246] 04042_time_datetime_supertype: [ OK ] 0.55 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4169 / 12246] 04039_arrow_uuid: [ OK ] 1.89 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4170 / 12246] 00275_shard_quantiles_weighted: [ OK ] 0.81 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4171 / 12246] 03780_insert_sparse_into_ttl_column: [ OK ] 1.12 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4172 / 12246] 04413_naive_bayes_short_input: [ OK ] 0.41 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4173 / 12246] 02915_analyzer_fuzz_2: [ OK ] 0.40 sec. [2026-08-01 14:01:32] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4174 / 12246] 01312_skip_empty_params: [ OK ] 1.04 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4175 / 12246] 01710_projection_drop_if_exists: [ OK ] 0.37 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4176 / 12246] 04150_move_partition_inconsistent_granularity: [ OK ] 0.85 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4177 / 12246] 03390_non_constant_case: [ OK ] 0.46 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4178 / 12246] 03148_async_queries_in_query_log_errors: [ OK ] 2.59 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4179 / 12246] 00687_insert_into_mv: [ OK ] 0.63 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4180 / 12246] 00738_lock_for_inner_table: [ OK ] 2.74 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4181 / 12246] 03254_part_log_partition_column_is_set: [ OK ] 0.56 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4182 / 12246] 02918_gorilla_invalid_file: [ OK ] 0.85 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4183 / 12246] 01030_final_mark_empty_primary_key: [ OK ] 0.46 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4184 / 12246] 03014_msan_parse_date_time: [ OK ] 0.45 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4185 / 12246] 03786_clear_column_with_alias_and_index: [ OK ] 0.41 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4186 / 12246] 03809_virtual_row_with_sparse_primary_key_index: [ OK ] 0.43 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4187 / 12246] 00627_recursive_alias: [ OK ] 0.36 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4188 / 12246] 04249_text_index_lazy_all_duplicate_tokens: [ OK ] 0.68 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4189 / 12246] 03519_merge_tree_part_info_coverage: [ OK ] 0.57 sec. [2026-08-01 14:01:32] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4190 / 12246] 02503_join_switch_alias_fuzz: [ OK ] 0.40 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4191 / 12246] 01518_nullable_aggregate_states2: [ OK ] 2.24 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4192 / 12246] 04034_autopr_dataflow_cache_reuse_between_different_queries: [ OK ] 1.25 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4193 / 12246] 00166_explain_estimate: [ OK ] 0.40 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4194 / 12246] 02156_minus_op_with_datatime64: [ OK ] 0.56 sec. [2026-08-01 14:01:32] 2026-08-02 04:01:32 [ 4195 / 12246] 03835_filter_pushdown_join_use_nulls_legacy: [ OK ] 0.32 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4196 / 12246] 00348_tuples: [ OK ] 0.55 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4197 / 12246] 04322_limit_by_monotonic_desc_key: [ OK ] 0.43 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4198 / 12246] 04075_statistics_selectivity_overflow: [ OK ] 0.43 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4199 / 12246] 02155_parse_date_lowcard_default_throw: [ OK ] 0.31 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4200 / 12246] 04111_timeseries_to_grid_insert_overflow: [ OK ] 0.48 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4201 / 12246] 02421_json_type_empty_parts: [ OK ] 13.84 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4202 / 12246] 02813_starting_in_text_log: [ OK ] 0.55 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4203 / 12246] 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 0.60 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4204 / 12246] 02566_ipv4_ipv6_binary_formats: [ OK ] 2.79 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4205 / 12246] 01251_string_comparison: [ OK ] 0.34 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4206 / 12246] 01514_distributed_cancel_query_on_error: [ OK ] 1.85 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4207 / 12246] 04046_format_alter_modify_query_with_settings: [ OK ] 0.37 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4208 / 12246] 03277_join_adaptive_spill_oom: [ OK ] 1.84 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4209 / 12246] 03209_parallel_replicas_order_by_all: [ OK ] 0.58 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4210 / 12246] 04222_hypothetical_index_statistical: [ OK ] 2.69 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4211 / 12246] 03919_kafka_virtual_columns: [ OK ] 13.33 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4212 / 12246] 04507_naive_bayes_source_values_fit_declared_types: [ OK ] 0.77 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4213 / 12246] 00825_protobuf_format_splitted_nested: [ OK ] 2.21 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4214 / 12246] 03307_forbid_loop_table_function_as_engine: [ OK ] 0.42 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4215 / 12246] 01018_ip_dictionary_long: [ OK ] 4.96 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4216 / 12246] 01710_normal_projection_fix1: [ OK ] 0.49 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4217 / 12246] 04511_point_in_polygon_geo_types: [ OK ] 0.57 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4218 / 12246] 01417_update_permutation_crash: [ OK ] 0.28 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4219 / 12246] 01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS: [ OK ] 0.37 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4220 / 12246] 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 0.38 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4221 / 12246] 03280_cancelation_http_when_outputformat: [ OK ] 1.66 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4222 / 12246] 00150_with_totals_and_join: [ OK ] 0.34 sec. [2026-08-01 14:01:33] 2026-08-02 04:01:33 [ 4223 / 12246] 03710_midpoint_jit: [ OK ] 0.48 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4224 / 12246] 04505_tuple_combinator_state_variants: [ OK ] 0.57 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4225 / 12246] 02477_single_value_data_string_regression: [ OK ] 0.99 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4226 / 12246] 02490_replacing_merge_tree_is_deleted_column_transform_opt: [ OK ] 1.04 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4227 / 12246] 02560_tuple_format: [ OK ] 0.98 sec. [2026-08-01 14:01:34] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4228 / 12246] 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 0.75 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4229 / 12246] 02563_arrow_low_cardinality_bug: [ OK ] 1.95 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4230 / 12246] 03365_time_time64_supertype: [ OK ] 0.45 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4231 / 12246] 02588_parquet_bug: [ OK ] 1.19 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4232 / 12246] 03290_dictionary_assert_on_function: [ OK ] 0.37 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4233 / 12246] 03540_date_trunc_old_behaviour: [ OK ] 0.49 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4234 / 12246] 01012_show_tables_limit: [ OK ] 0.35 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4235 / 12246] 04655_distinct_partitions_independently_join_pk_sharding: [ OK ] 0.39 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4236 / 12246] 02577_keepermap_delete_update: [ OK ] 0.67 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4237 / 12246] 00039_primary_key: [ OK ] 0.40 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4238 / 12246] 01948_heredoc: [ OK ] 0.41 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4239 / 12246] 00038_uniq_state_merge2: [ OK ] 0.77 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4240 / 12246] 04064_parameterized_view_scalar_subquery: [ OK ] 0.34 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4241 / 12246] 01423_if_nullable_cond: [ OK ] 0.37 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4242 / 12246] 01201_read_single_thread_in_order: [ OK ] 0.73 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4243 / 12246] 00308_write_buffer_valid_utf8: [ OK ] 0.31 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4244 / 12246] 04005_case_with_expression_nullable_nothing: [ OK ] 0.39 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4245 / 12246] 00171_grouping_aggregated_transform_bug: [ OK ] 1.34 sec. [2026-08-01 14:01:34] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4246 / 12246] 02840_grace_hash_join_structure_mismatch: [ OK ] 0.36 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4247 / 12246] 04492_ast_json_rename_scalar_coercion: [ OK ] 0.64 sec. [2026-08-01 14:01:34] 2026-08-02 04:01:34 [ 4248 / 12246] 03362_optimize_using_constraints_type_mismatch: [ OK ] 0.32 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4249 / 12246] 04338_async_insert_current_user: [ OK ] 0.61 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4250 / 12246] 04503_reinterpret_array_to_string: [ OK ] 0.55 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4251 / 12246] 03603_ip_binary_operators: [ OK ] 0.47 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4252 / 12246] 02517_wrong_total_structure_crash: [ OK ] 0.52 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4253 / 12246] 04614_analyzer_view_cte_qualified_identifier: [ OK ] 0.83 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4254 / 12246] 00313_const_totals_extremes: [ OK ] 0.90 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4255 / 12246] 02354_vector_search_queries: [ OK ] 2.15 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4256 / 12246] 04631_orc_schema_cache_max_parser_depth: [ OK ] 1.14 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4257 / 12246] 04261_text_index_partial_mark_read: [ OK ] 0.67 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4258 / 12246] 02362_part_log_merge_algorithm: [ OK ] 0.61 sec. [2026-08-01 14:01:35] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4259 / 12246] 04006_table_function_in_expression_context: [ OK ] 0.32 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4260 / 12246] 04108_jsonhas_native_json: [ OK ] 0.43 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4261 / 12246] 03680_mergetree_shrink_const_from_prewhere_repetitive: [ OK ] 31.19 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4262 / 12246] 02374_analyzer_array_join: [ OK ] 0.52 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4263 / 12246] 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.35 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4264 / 12246] 01010_pmj_one_row_blocks: [ OK ] 1.49 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4265 / 12246] 03132_sqlancer_union_all: [ OK ] 0.47 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4266 / 12246] 04050_join_order_randomize: [ OK ] 0.68 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4267 / 12246] 04220_hypothetical_index: [ OK ] 6.44 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4268 / 12246] 03037_dynamic_merges_2_vertical_wide_merge_tree: [ OK ] 0.74 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4269 / 12246] 00138_table_aliases: [ OK ] 0.36 sec. [2026-08-01 14:01:35] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4270 / 12246] 02476_fuse_sum_count: [ OK ] 0.52 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4271 / 12246] 04303_asof_join_inequality_only_old_analyzer: [ OK ] 0.50 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4272 / 12246] 02304_grouping_set_order_by: [ OK ] 0.40 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4273 / 12246] 04061_explain_pretty_child_plans: [ OK ] 0.40 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4274 / 12246] 03658_joined_block_split_single_row_bytes: [ OK ] 1.54 sec. [2026-08-01 14:01:35] 2026-08-02 04:01:35 [ 4275 / 12246] 03906_dict_case_distributed_predicate_pushdown: [ OK ] 0.39 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4276 / 12246] 04415_distinct_partitions_independently_size_limit: [ OK ] 0.53 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4277 / 12246] 03090_analyzer_multiple_using_statements: [ OK ] 0.37 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4278 / 12246] 00834_not_between: [ OK ] 0.29 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4279 / 12246] 00564_enum_order: [ OK ] 1.01 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4280 / 12246] 03800_explain_syntax_operators_as_functions: [ OK ] 0.52 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4281 / 12246] 03788_window_function_lag_lead_remote: [ OK ] 0.32 sec. [2026-08-01 14:01:36] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4282 / 12246] 02018_multiple_with_fill_for_the_same_column: [ OK ] 0.28 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4283 / 12246] 04033_tpc_ds_q54: [ OK ] 2.17 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4284 / 12246] 02480_parse_date_time_best_effort_math_overflow: [ OK ] 0.37 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4285 / 12246] 02001_join_on_const: [ OK ] 0.45 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4286 / 12246] 01031_mutations_interpreter_and_context: [ OK ] 2.65 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4287 / 12246] 04614_client_history_max_entries_config: [ OK ] 1.10 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4288 / 12246] 01473_system_events_zeroes: [ OK ] 0.40 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4289 / 12246] 01285_date_datetime_key_condition: [ OK ] 0.48 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4290 / 12246] 04493_insert_columns_matcher_format_roundtrip: [ OK ] 1.40 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4291 / 12246] 02144_avg_ubsan: [ OK ] 0.35 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4292 / 12246] 04664_setting_boolean_shorthand_raw_engine_settings: [ OK ] 0.49 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4293 / 12246] 03246_skipping_index_70108: [ OK ] 0.91 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4294 / 12246] 03213_deep_json: [ OK ] 0.38 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4295 / 12246] 00780_unaligned_array_join: [ OK ] 0.36 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4296 / 12246] 03719_generic_hash_over_constant_and_non_constant: [ OK ] 0.32 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4297 / 12246] 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.35 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4298 / 12246] 01946_tskv: [ OK ] 1.94 sec. [2026-08-01 14:01:36] 2026-08-02 04:01:36 [ 4299 / 12246] 04256_99959_left_anti_join_right_key_default: [ OK ] 0.73 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4300 / 12246] 02510_group_by_prewhere_null: [ OK ] 0.43 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4301 / 12246] 04036_obfuscator_database_engines: [ OK ] 0.85 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4302 / 12246] 02813_seriesOutliersDetectTukey: [ SKIPPED ] 0.00 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 Reason: not running for current build [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4303 / 12246] 04324_sip_hash_keyed_varying_key_arrays: [ OK ] 0.42 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4304 / 12246] 01332_join_type_syntax_position: [ OK ] 0.47 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4305 / 12246] 02122_parallel_formatting_CSVWithNames: [ OK ] 2.02 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4306 / 12246] 00653_verification_monotonic_data_load: [ OK ] 7.92 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4307 / 12246] 03441_deltalake_clickhouse_public_datasets: [ OK ] 1.68 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4308 / 12246] 04071_insert_select_sample_offset_formatting: [ OK ] 1.03 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4309 / 12246] 03803_transaction_mutation_race: [ OK ] 3.60 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4310 / 12246] 04078_grace_hash_join_read_in_order: [ OK ] 0.45 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4311 / 12246] 02901_remove_nullable_crash_analyzer: [ OK ] 0.31 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4312 / 12246] 01300_svg: [ OK ] 0.71 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4313 / 12246] 01030_storage_set_supports_read: [ OK ] 0.42 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4314 / 12246] 00149_quantiles_timing_distributed: [ OK ] 1.48 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4315 / 12246] 02892_rocksdb_trivial_count: [ OK ] 0.43 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4316 / 12246] 00757_enum_defaults_const: [ OK ] 0.36 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4317 / 12246] 03800_assume_not_null_coalesce_if_null_monotonicity_key_condition: [ OK ] 0.71 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4318 / 12246] 04508_datetime_number_input_raw_value_compatibility: [ OK ] 0.94 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4319 / 12246] 02478_projection_with_group_by_alter: [ OK ] 0.66 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4320 / 12246] 04073_lc_cast_key_condition_crash: [ OK ] 0.50 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4321 / 12246] 01024__getScalar: [ OK ] 0.50 sec. [2026-08-01 14:01:37] 2026-08-02 04:01:37 [ 4322 / 12246] 04277_float16_npy_subnormals: [ OK ] 0.99 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4323 / 12246] 00087_where_0: [ OK ] 0.48 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4324 / 12246] 04511_png_format_streaming_idat: [ OK ] 3.94 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4325 / 12246] 04309_arrow_oob_reads_offsets: [ OK ] 5.08 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4326 / 12246] 03307_parallel_hash_max_joined_rows: [ OK ] 8.96 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4327 / 12246] 00411_long_accurate_number_comparison_int1: [ OK ] 8.17 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4328 / 12246] 00055_index_and_not: [ OK ] 0.50 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4329 / 12246] 02891_input_csv_cr_end_of_line: [ OK ] 2.03 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4330 / 12246] 02455_default_union_except_intersect: [ OK ] 1.05 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4331 / 12246] 04545_format_table_function_zero_rows_schema: [ OK ] 0.56 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4332 / 12246] 03322_initial_query_start_time_check: [ OK ] 5.60 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4333 / 12246] 04266_quantile_fuse_name_mapping_complete: [ OK ] 0.84 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4334 / 12246] 04142_position_huge_start_pos: [ OK ] 0.31 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4335 / 12246] 04057_rand_distribution_settings: [ OK ] 0.34 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4336 / 12246] 02113_format_row: [ OK ] 0.27 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4337 / 12246] 01083_match_zero_byte: [ OK ] 0.34 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4338 / 12246] 01457_order_by_nulls_first: [ OK ] 0.47 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4339 / 12246] 01272_totals_and_filter_bug: [ OK ] 0.42 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4340 / 12246] 04613_deduplication_alias_hop_row_drift: [ OK ] 10.21 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4341 / 12246] 03777_join_runtime_filter_duplicate_columns: [ OK ] 0.46 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4342 / 12246] 02234_cast_to_ip_address: [ OK ] 1.02 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4343 / 12246] 04140_parquet_types_roundtrip: [ OK ] 5.67 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4344 / 12246] 02491_part_log_has_table_uuid: [ OK ] 0.42 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4345 / 12246] 01786_nullable_string_tsv_at_eof: [ OK ] 1.87 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4346 / 12246] 04413_partition_disjointness_propagation: [ OK ] 0.78 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4347 / 12246] 00512_fractional_time_zones: [ OK ] 1.49 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4348 / 12246] 03921_internal_functions_have_internal_category: [ OK ] 0.31 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4349 / 12246] 04307_ast_json_roundtrip_lossless: [ OK ] 0.48 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4350 / 12246] 02876_json_incomplete_types_as_strings_inference: [ OK ] 0.36 sec. [2026-08-01 14:01:38] 2026-08-02 04:01:38 [ 4351 / 12246] 03600_default_nullable_query_parameters: [ OK ] 0.36 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4352 / 12246] 01030_concatenate_equal_fixed_strings: [ OK ] 0.38 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4353 / 12246] 04357_constraint_subst_correlated_subquery_having: [ OK ] 0.60 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4354 / 12246] 04003_text_index_search_mode: [ OK ] 0.57 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4355 / 12246] 00614_shard_same_header_for_local_and_remote_node_in_distributed_query: [ OK ] 0.32 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4356 / 12246] 04040_tpc_h_q02: [ OK ] 1.43 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4357 / 12246] 04033_tpc_ds_q26: [ OK ] 1.88 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4358 / 12246] 01823_array_low_cardinality_KuliginStepan: [ OK ] 0.43 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4359 / 12246] 04613_estimate_compression_ratio_none: [ OK ] 0.30 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4360 / 12246] 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 0.36 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4361 / 12246] 04489_constraint_comparison_wrong_arity: [ OK ] 0.42 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4362 / 12246] 02677_grace_hash_limit_race: [ OK ] 0.43 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4363 / 12246] 02307_join_get_array_null: [ OK ] 0.41 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4364 / 12246] 00752_low_cardinality_left_array_join: [ OK ] 0.38 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4365 / 12246] 03920_formatting_consistency: [ OK ] 2.65 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4366 / 12246] 02425_categorical_information_value_properties: [ OK ] 0.61 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4367 / 12246] 02236_explain_pipeline_join: [ OK ] 0.36 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4368 / 12246] 02346_text_index_bug62681: [ OK ] 0.44 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4369 / 12246] 02922_server_exit_code: [ OK ] 1.22 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4370 / 12246] 03913_multijoin_equivalent_sets: [ OK ] 0.67 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4371 / 12246] 03277_empty_tuple_formats: [ OK ] 6.29 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4372 / 12246] 00955_test_final_mark_use: [ OK ] 2.89 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4373 / 12246] 02981_nested_bad_types: [ OK ] 0.93 sec. [2026-08-01 14:01:39] 2026-08-02 04:01:39 [ 4374 / 12246] 01821_to_date_time_ubsan: [ OK ] 0.38 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4375 / 12246] 02932_query_settings_max_size_drop: [ OK ] 0.63 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4376 / 12246] 00087_distinct_of_empty_arrays: [ OK ] 0.28 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4377 / 12246] 01702_toDateTime_from_string_clamping: [ OK ] 0.37 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4378 / 12246] 02375_system_schema_inference_cache: [ OK ] 0.99 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4379 / 12246] 04326_async_insert_flush_processors_profile_log: [ OK ] 2.68 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4380 / 12246] 01268_mergine_sorted_limit: [ OK ] 0.40 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4381 / 12246] 01710_projections_in_distributed_query: [ OK ] 0.50 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4382 / 12246] 01712_no_adaptive_granularity_vertical_merge: [ OK ] 0.37 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4383 / 12246] 03824_log_engine_use_after_free_race: [ OK ] 2.28 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4384 / 12246] 03836_array_join_in_filter_partial_evaluation: [ OK ] 0.33 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4385 / 12246] 02020_cast_integer_overflow: [ OK ] 0.32 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4386 / 12246] 01746_long_zlib_http_compression_json_format: [ OK ] 1.00 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4387 / 12246] 02842_one_input_format: [ OK ] 2.41 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4388 / 12246] 04536_file_huge_read_buffer_size: [ OK ] 1.85 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4389 / 12246] 04509_s3_disk_external_id_hardening: [ OK ] 2.24 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4390 / 12246] 00700_decimal_round: [ OK ] 0.95 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4391 / 12246] 01674_clickhouse_client_query_param_cte: [ OK ] 1.19 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4392 / 12246] 04235_streaming_queries_explain_analyze_stream_read: [ OK ] 0.77 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4393 / 12246] 01074_h3_range_check: [ OK ] 0.44 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4394 / 12246] 04323_text_index_marks_empty_part: [ OK ] 4.14 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4395 / 12246] 00098_b_union_all: [ OK ] 0.42 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4396 / 12246] 03015_parser_shortcut_lexer_errors: [ OK ] 0.98 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4397 / 12246] 01273_lc_fixed_string_field: [ OK ] 0.35 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4398 / 12246] 03755_enable_sparse_nullable_consistently: [ OK ] 0.38 sec. [2026-08-01 14:01:40] 2026-08-02 04:01:40 [ 4399 / 12246] 00643_cast_zookeeper_long: [ OK ] 0.67 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4400 / 12246] 04327_union_branch_const_header_mismatch: [ OK ] 0.86 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4401 / 12246] 03031_table_function_fuzzquery: [ OK ] 0.33 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4402 / 12246] 03237_get_subcolumn_low_cardinality_column: [ OK ] 0.36 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4403 / 12246] 04237_104840_partition_pruner_floor_null_nullable_key: [ OK ] 0.92 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4404 / 12246] 03633_parquet_local_time: [ OK ] 1.14 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4405 / 12246] 00153_aggregate_arena_race: [ OK ] 1.08 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4406 / 12246] 02903_bug_43644: [ OK ] 0.38 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4407 / 12246] 02154_default_keyword_insert: [ OK ] 0.40 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4408 / 12246] 02226_in_untuple_issue_34810: [ OK ] 0.61 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4409 / 12246] 04640_query_log_map_columns_serialization: [ OK ] 1.04 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4410 / 12246] 00933_alter_ttl: [ OK ] 0.62 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4411 / 12246] 04537_aggregation_in_order_serialized_keys: [ OK ] 1.98 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4412 / 12246] 01081_demangle: [ OK ] 0.32 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4413 / 12246] 01746_forbid_drop_column_referenced_by_mv: [ OK ] 1.25 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4414 / 12246] 01576_if_null_external_aggregation: [ OK ] 1.33 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4415 / 12246] 04413_documentation_no_indented_lines: [ OK ] 0.96 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4416 / 12246] 03822_window_function_large_preceding_offset: [ OK ] 0.60 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4417 / 12246] 04260_case_with_expression_lowcardinality_nullable_105556: [ OK ] 0.47 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4418 / 12246] 02389_dashboard: [ OK ] 0.91 sec. [2026-08-01 14:01:41] 2026-08-02 04:01:41 [ 4419 / 12246] 03049_analyzer_group_by_alias: [ OK ] 0.44 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4420 / 12246] 02943_alter_user_modify_profiles: [ OK ] 12.69 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4421 / 12246] 04000_chdig: [ OK ] 0.92 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4422 / 12246] 01254_array_of_unnamed_tuples: [ OK ] 0.36 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4423 / 12246] 01142_with_ties_and_aliases: [ OK ] 0.38 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4424 / 12246] 04545_analyzer_with_cte_over_distributed: [ OK ] 0.43 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4425 / 12246] 04070_exact_count_max_rows_to_read: [ OK ] 0.47 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4426 / 12246] 02521_avro_union_null_nested: [ OK ] 1.16 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4427 / 12246] 04305_regexp_extract_no_capture_group: [ OK ] 0.37 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4428 / 12246] 02493_numeric_literals_with_underscores: [ OK ] 1.53 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4429 / 12246] 03545_settings_over_cgi_params: [ OK ] 0.99 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4430 / 12246] 01702_bitmap_native_integers: [ OK ] 0.33 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4431 / 12246] 03447_protobuf_format_oneof: [ OK ] 2.77 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4432 / 12246] 04260_json_empty_as_default_yield_strings: [ OK ] 0.48 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4433 / 12246] 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 0.59 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4434 / 12246] 00825_protobuf_format_nested_in_nested: [ OK ] 2.79 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4435 / 12246] 01346_array_join_mrxotey: [ OK ] 0.49 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4436 / 12246] 02725_alias_with_restricted_keywords: [ OK ] 0.36 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4437 / 12246] 04357_system_documentation_table: [ OK ] 0.84 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4438 / 12246] 01910_memory_tracking_topk: [ OK ] 0.42 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4439 / 12246] 03707_set_index_bad_get_null_bug: [ OK ] 0.49 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4440 / 12246] 03701_replicated_column_short_circuit_filter: [ OK ] 0.40 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4441 / 12246] 04319_base58_respects_time_limit: [ OK ] 1.68 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4442 / 12246] 01213_alter_rename_compact_part: [ OK ] 0.60 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4443 / 12246] 03799_statistics_minmax_negative_max: [ OK ] 0.57 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4444 / 12246] 02337_multiple_joins_original_names: [ OK ] 0.57 sec. [2026-08-01 14:01:42] 2026-08-02 04:01:42 [ 4445 / 12246] 02896_leading_zeroes_no_octal: [ OK ] 2.78 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4446 / 12246] 03374_indexes_with_trivial_cast: [ OK ] 0.73 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4447 / 12246] 04201_direct_join_type_mismatch_rocksdb: [ OK ] 1.10 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4448 / 12246] 03222_json_empty_as_default: [ OK ] 0.82 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4449 / 12246] 03729_function_hmac_fips: [ OK ] 0.79 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4450 / 12246] 03720_datetime64_bad_inference: [ OK ] 0.32 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4451 / 12246] 02983_empty_map: [ OK ] 0.54 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4452 / 12246] 04040_tpc_h_q08: [ OK ] 7.95 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4453 / 12246] 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 0.37 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4454 / 12246] 01506_ttl_same_with_order_by: [ OK ] 0.73 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4455 / 12246] 01101_literal_column_clash: [ OK ] 0.41 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4456 / 12246] 04130_column_variant_operations: [ OK ] 0.79 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4457 / 12246] 00495_reading_const_zero_column: [ OK ] 0.38 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4458 / 12246] 03925_variant_adaptor_const_lowcardinality: [ OK ] 0.37 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4459 / 12246] 02900_decimal_sort_with_multiple_columns: [ OK ] 0.52 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4460 / 12246] 03223_interval_data_type_comparison: [ OK ] 1.36 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4461 / 12246] 02267_type_inference_for_insert_into_function_null: [ OK ] 0.47 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4462 / 12246] 03314_divide_decimal_short_circuit: [ OK ] 0.28 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4463 / 12246] 04235_format_query_from_json_string_array_validation: [ OK ] 0.49 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4464 / 12246] 02346_exclude_materialize_skip_indexes_on_merge: [ OK ] 0.75 sec. [2026-08-01 14:01:43] 2026-08-02 04:01:43 [ 4465 / 12246] 01056_create_table_as: [ OK ] 0.73 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4466 / 12246] 02893_trash_optimization: [ OK ] 0.45 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4467 / 12246] 04278_json_minmax_index_mixed_type_array: [ OK ] 1.20 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4468 / 12246] 03764_empty_tuple_permutation_bug: [ OK ] 0.37 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4469 / 12246] 03900_replace_one_byte_fast_path: [ OK ] 0.38 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4470 / 12246] 02910_bad_logs_level_in_local: [ OK ] 1.10 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4471 / 12246] 01305_array_join_prewhere_in_subquery: [ OK ] 0.64 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4472 / 12246] 02592_avro_more_types: [ OK ] 1.24 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4473 / 12246] 03713_group_by_injective_function_old_analyzer: [ OK ] 0.35 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4474 / 12246] 02681_final_excessive_reading_bug: [ OK ] 2.42 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4475 / 12246] 01441_low_cardinality_array_index: [ OK ] 1.92 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4476 / 12246] 02429_combinators_in_array_reduce: [ OK ] 0.41 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4477 / 12246] 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 3.21 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4478 / 12246] 02158_interval_length_sum: [ OK ] 0.38 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4479 / 12246] 03776_local_object_storage_blob_storage_log: [ OK ] 1.57 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4480 / 12246] 00393_if_with_constant_condition: [ OK ] 0.40 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4481 / 12246] 02464_decimal_scale_buffer_overflow: [ OK ] 0.38 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4482 / 12246] 03401_get_merge_tree_setting: [ OK ] 0.57 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4483 / 12246] 02900_union_schema_inference_mode: [ OK ] 2.09 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4484 / 12246] 01349_mutation_datetime_key: [ OK ] 0.53 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4485 / 12246] 02377_majority_insert_quorum_zookeeper_long: [ OK ] 6.55 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4486 / 12246] 01701_clear_projection_and_part_remove: [ OK ] 0.55 sec. [2026-08-01 14:01:44] 2026-08-02 04:01:44 [ 4487 / 12246] 03666_count_matches_complexity: [ OK ] 0.36 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4488 / 12246] 01560_optimize_on_insert_zookeeper: [ OK ] 0.95 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4489 / 12246] 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.40 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4490 / 12246] 01281_sum_nullable: [ OK ] 0.45 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4491 / 12246] 04261_nested_dynamic_variant_in_minmax_aggregate: [ OK ] 0.99 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4492 / 12246] 04325_sql_json_functions_with_dynamic_input: [ OK ] 0.86 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4493 / 12246] 03208_numbers_total_rows_approx: [ OK ] 0.35 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4494 / 12246] 04318_client_query_fuzzer_runs_ignore_parse_error: [ OK ] 0.97 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4495 / 12246] 03710_midpoint: [ OK ] 1.06 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4496 / 12246] 03257_json_escape_file_names: [ OK ] 0.41 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4497 / 12246] 03578_distributed_kv_global_in: [ OK ] 1.93 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4498 / 12246] 02834_nulls_first_sort: [ OK ] 0.63 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4499 / 12246] 02995_forget_partition: [ OK ] 16.20 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4500 / 12246] 03448_in_select_tuple: [ OK ] 0.90 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4501 / 12246] 00853_join_with_nulls_crash: [ OK ] 0.96 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4502 / 12246] 04203_analyzer_having_non_aggregate_compat: [ OK ] 1.83 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4503 / 12246] 04100_autopr_input_bytes_estimation_aggregation_in_order: [ OK ] 3.43 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4504 / 12246] 02771_parallel_replicas_analyzer: [ OK ] 0.67 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4505 / 12246] 03003_database_filesystem_format_detection: [ OK ] 1.17 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4506 / 12246] 01825_json_type_btc: [ OK ] 3.70 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4507 / 12246] 04516_cancel_mutation_in_subquery_set_build: [ OK ] 5.49 sec. [2026-08-01 14:01:45] 2026-08-02 04:01:45 [ 4508 / 12246] 04408_parseDateTimeBestEffort_nullable_regression: [ OK ] 0.38 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4509 / 12246] 01783_merge_engine_join_key_condition: [ OK ] 0.57 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4510 / 12246] 02831_regexp_analyze_recursion: [ OK ] 0.40 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4511 / 12246] 01890_cross_join_explain_crash: [ OK ] 0.36 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4512 / 12246] 01142_merge_join_lc_and_nullable_in_key: [ OK ] 0.75 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4513 / 12246] 03318_ubsan_resample_arguments_count: [ OK ] 0.44 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4514 / 12246] 02725_url_support_virtual_column: [ OK ] 0.48 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4515 / 12246] 02801_backup_native_copy: [ OK ] 7.90 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4516 / 12246] 03370_rocks_db_engine_subcolumn_in_pk: [ OK ] 0.46 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4517 / 12246] 02455_one_row_from_csv_memory_usage: [ OK ] 5.60 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4518 / 12246] 02973_backup_of_in_memory_compressed: [ OK ] 2.18 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4519 / 12246] 00954_resample_combinator: [ OK ] 0.63 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4520 / 12246] 02788_fix_logical_error_in_sorting: [ OK ] 0.87 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4521 / 12246] 02367_optimize_trivial_count_with_array_join: [ OK ] 0.58 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4522 / 12246] 01939_type_map_json: [ OK ] 0.58 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4523 / 12246] 03338_http_compression_profile_events: [ OK ] 1.97 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4524 / 12246] 01315_count_distinct_return_not_nullable: [ OK ] 0.70 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4525 / 12246] 04000_join_merge_over_distributed_75699: [ OK ] 0.40 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4526 / 12246] 03002_map_array_functions_with_low_cardinality: [ OK ] 0.38 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4527 / 12246] 04544_array_min_max_nan_zero_bit_pattern: [ OK ] 0.43 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4528 / 12246] 03581_bool_literal_column_name: [ OK ] 0.46 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4529 / 12246] 03038_nested_dynamic_merges_small: [ OK ] 2.06 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4530 / 12246] 02356_trivial_count_with_empty_set: [ OK ] 0.60 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4531 / 12246] 04002_cast_nullable_read_in_order: [ OK ] 0.72 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4532 / 12246] 04510_s3_explicit_url_named_secret_mask: [ OK ] 2.28 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4533 / 12246] 02022_array_full_text_bloom_filter_index: [ OK ] 0.42 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4534 / 12246] 02751_multiif_to_if_crash: [ OK ] 0.31 sec. [2026-08-01 14:01:46] 2026-08-02 04:01:46 [ 4535 / 12246] 03230_alter_with_mixed_mutations_and_remove_materialized: [ OK ] 0.46 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4536 / 12246] 02890_named_tuple_functions: [ OK ] 0.45 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4537 / 12246] 03701_create_or_replace_temporary_table: [ OK ] 0.43 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4538 / 12246] 03814_subquery_parser_partially: [ OK ] 0.35 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4539 / 12246] 02532_profileevents_server_startup_time: [ OK ] 0.29 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4540 / 12246] 03143_group_by_constant_secondary: [ OK ] 0.37 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4541 / 12246] 01415_inconsistent_merge_tree_settings: [ OK ] 0.61 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4542 / 12246] 03926_qbit_cast_from_nullable_array: [ OK ] 0.44 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4543 / 12246] 00612_shard_count: [ OK ] 0.55 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4544 / 12246] 01851_clear_column_referenced_by_mv: [ OK ] 0.53 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4545 / 12246] 04602_orc_native_union_nested: [ OK ] 0.54 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4546 / 12246] 04303_text_index_function_multiSearchAny: [ OK ] 0.58 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4547 / 12246] 01269_toStartOfSecond: [ OK ] 0.58 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4548 / 12246] 03773_lightweight_update_index_subquery: [ OK ] 0.41 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4549 / 12246] 03227_implicit_select: [ OK ] 0.39 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4550 / 12246] 03811_sparse_column_aggregation_with_sum: [ OK ] 0.54 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4551 / 12246] 03821_json_skip_path_fix: [ OK ] 0.37 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4552 / 12246] 04327_join_runtime_filter_json: [ OK ] 0.38 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4553 / 12246] 04037_clickhouse_local_clear_command: [ OK ] 2.33 sec. [2026-08-01 14:01:47] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4554 / 12246] 01822_short_circuit: [ OK ] 0.71 sec. [2026-08-01 14:01:47] 2026-08-02 04:01:47 [ 4555 / 12246] 04215_91595_uniq_theta_intersect_empty_state: [ OK ] 0.36 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4556 / 12246] 00950_test_double_delta_codec: [ OK ] 0.52 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4557 / 12246] 02346_read_in_order_fixed_prefix: [ OK ] 11.60 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4558 / 12246] 03362_filter_transform_profile_events: [ OK ] 0.47 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4559 / 12246] 01158_zookeeper_log_long: [ OK ] 2.16 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4560 / 12246] 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 0.36 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4561 / 12246] 02354_vector_search_expansion_search: [ OK ] 28.90 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4562 / 12246] 03398_group_array_zero_max_elements: [ OK ] 0.47 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4563 / 12246] 02149_schema_inference_formats_with_schema_2: [ OK ] 17.99 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4564 / 12246] 00060_move_to_prewhere_and_sets: [ OK ] 1.86 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4565 / 12246] 03927_replicated_database_preserve_column_modifiers: [ OK ] 0.41 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4566 / 12246] 03321_create_table_as_replicated_engine_args: [ OK ] 0.56 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4567 / 12246] 03144_invalid_filter: [ OK ] 0.46 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4568 / 12246] 02935_ipv6_from_uint128_equality: [ OK ] 0.35 sec. [2026-08-01 14:01:48] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4569 / 12246] 03271_decimal_monotonic_day_of_week: [ OK ] 0.46 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4570 / 12246] 02418_tautological_if_index: [ OK ] 0.57 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4571 / 12246] 04338_negative_limit_by_permuted_key_gallop_overshoot: [ OK ] 0.26 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4572 / 12246] 04004_http_malformed_headers_error_message: [ OK ] 0.82 sec. [2026-08-01 14:01:48] 2026-08-02 04:01:48 [ 4573 / 12246] 02809_has_subsequence: [ OK ] 0.76 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4574 / 12246] 03829_subquery_settings_for_table_functions: [ OK ] 2.85 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4575 / 12246] 04213_optimize_trivial_group_by_limit_query: [ OK ] 0.94 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4576 / 12246] 04267_orc_in_subquery: [ OK ] 0.60 sec. [2026-08-01 14:01:49] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4577 / 12246] 04093_text_index_like_overflow_fallback: [ OK ] 0.39 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4578 / 12246] 04546_constant_join_spill_non_joined: [ OK ] 0.78 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4579 / 12246] 01901_in_literal_shard_prune: [ OK ] 0.50 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4580 / 12246] 03441_deltalake_clickhouse_virtual_columns: [ OK ] 2.36 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4581 / 12246] 00688_low_cardinality_alter_add_column: [ OK ] 0.42 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4582 / 12246] 03228_url_engine_response_headers: [ OK ] 0.31 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4583 / 12246] 02293_part_log_has_merge_reason: [ OK ] 2.89 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4584 / 12246] 04489_remote_storage_engine_restore_tf_access: [ OK ] 5.52 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4585 / 12246] 01481_join_with_materialized: [ OK ] 0.49 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4586 / 12246] 01019_alter_materialized_view_atomic: [ OK ] 27.02 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4587 / 12246] 01677_bit_float: [ OK ] 0.62 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4588 / 12246] 01038_array_of_unnamed_tuples: [ OK ] 0.51 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4589 / 12246] 03100_lwu_29_concurrent_merges: [ OK ] 5.13 sec. [2026-08-01 14:01:49] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4590 / 12246] 04227_case_with_expression_array_result_78352: [ OK ] 0.59 sec. [2026-08-01 14:01:49] 2026-08-02 04:01:49 [ 4591 / 12246] 04010_graphite_rollup_uaf: [ OK ] 0.56 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:49 [ 4592 / 12246] 03213_denseRank_percentRank_alias: [ OK ] 0.42 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4593 / 12246] 03820_plain_rewritable_over_another_disk_with_same_path: [ OK ] 2.99 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4594 / 12246] 01268_procfs_metrics: [ OK ] 1.52 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4595 / 12246] 02377_analyzer_in_function_set: [ OK ] 0.36 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4596 / 12246] 03701_limit_by_in_order: [ OK ] 0.65 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4597 / 12246] 04545_set_param_colliding_with_setting: [ OK ] 0.36 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4598 / 12246] 00405_pretty_formats: [ OK ] 0.40 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4599 / 12246] 03011_definitive_guide_to_cast: [ OK ] 0.81 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4600 / 12246] 03625_auto_statistics_alter_rmt: [ OK ] 0.73 sec. [2026-08-01 14:01:50] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4601 / 12246] 02706_kolmogorov_smirnov_test: [ OK ] 0.51 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4602 / 12246] 02875_merge_engine_set_index: [ OK ] 2.27 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4603 / 12246] 02354_vector_search_rescoring: [ OK ] 0.62 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4604 / 12246] 00411_long_accurate_number_comparison_int4: [ OK ] 4.41 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4605 / 12246] 03759_distinct_json_paths_optimization: [ OK ] 8.24 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4606 / 12246] 00175_counting_resources_in_subqueries: [ OK ] 0.51 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4607 / 12246] 03143_window_functions_qualify_validation: [ OK ] 0.40 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4608 / 12246] 03171_function_to_subcolumns_fuzzer: [ OK ] 0.43 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4609 / 12246] 04653_text_index_prewhere_deferred_after_final: [ OK ] 0.72 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4610 / 12246] 02497_if_transform_strings_to_enum: [ OK ] 0.69 sec. [2026-08-01 14:01:50] 2026-08-02 04:01:50 [ 4611 / 12246] 04201_trivial_count_with_additional_filter: [ OK ] 0.71 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4612 / 12246] 00560_float_leading_plus_in_exponent: [ OK ] 0.69 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4613 / 12246] 00445_join_nullable_keys: [ OK ] 0.26 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4614 / 12246] 01666_great_circle_distance_ubsan: [ OK ] 0.40 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4615 / 12246] 02366_kql_distinct: [ OK ] 0.35 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4616 / 12246] 02123_MySQLWire_regression: [ OK ] 0.40 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4617 / 12246] 02319_timeslots_dt64: [ OK ] 0.82 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4618 / 12246] 02932_refreshable_materialized_views_1: [ OK ] 15.06 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4619 / 12246] 01305_buffer_final_bug: [ OK ] 0.36 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4620 / 12246] 03285_orc_arrow_parquet_tuple_field_matching: [ OK ] 3.41 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4621 / 12246] 04614_file_function_user_files_boundary: [ OK ] 2.18 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4622 / 12246] 02377_optimize_sorting_by_input_stream_properties_2: [ OK ] 0.46 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4623 / 12246] 03167_boom_filter_index_with_map: [ OK ] 0.80 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4624 / 12246] 04507_hypothetical_index_statistical_multicolumn: [ OK ] 2.02 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4625 / 12246] 04095_aggregation_in_order_merge_wrong_column_order: [ OK ] 1.15 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4626 / 12246] 04267_on_fly_mutation_lc_passthrough_conversion: [ OK ] 0.36 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4627 / 12246] 02313_test_fpc_codec: [ OK ] 0.80 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4628 / 12246] 02785_left_anti_join_bug: [ OK ] 0.62 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4629 / 12246] 02994_cosineDistanceNullable: [ OK ] 0.50 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4630 / 12246] 03622_ttl_infos_where: [ OK ] 0.57 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4631 / 12246] 03443_alias_with_asterisk: [ OK ] 0.55 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4632 / 12246] 03918_allow_nullable_tuple_in_extracted_subcolumns_not_changeable: [ OK ] 0.49 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4633 / 12246] 04488_full_sorting_merge_join_unsupported_strictness: [ OK ] 0.60 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4634 / 12246] 03643_paste_join_disable_filter_pushdown: [ OK ] 0.54 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4635 / 12246] 04201_summing_merge_tree_block_offset: [ OK ] 0.63 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4636 / 12246] 02461_join_lc_issue_42380: [ OK ] 0.58 sec. [2026-08-01 14:01:51] 2026-08-02 04:01:51 [ 4637 / 12246] 02346_text_index_hint_profileevents: [ OK ] 0.62 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4638 / 12246] 04240_intexp2_jit_overflow: [ OK ] 0.86 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4639 / 12246] 03978_alter_table_execute_expire_snapshots_parse: [ OK ] 0.51 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4640 / 12246] 04257_schema_route: [ OK ] 1.16 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4641 / 12246] 03539_kusto_output_format_trash: [ OK ] 0.31 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4642 / 12246] 04613_row_policy_additional_table_filter_shared_column: [ OK ] 0.68 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4643 / 12246] 01019_materialized_view_select_extra_columns: [ OK ] 0.71 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4644 / 12246] 00653_running_difference: [ OK ] 0.73 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4645 / 12246] 02735_system_zookeeper_auxiliary: [ OK ] 0.46 sec. [2026-08-01 14:01:52] 2026-08-02 04:01:52 [ 4646 / 12246] 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 1.12 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4647 / 12246] 00715_fetch_merged_or_mutated_part_zookeeper: [ OK ] 7.17 sec. [2026-08-01 14:01:53] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4648 / 12246] 00082_quantiles: [ OK ] 2.57 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4649 / 12246] 01039_test_setting_parse: [ OK ] 0.41 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4650 / 12246] 03821_async_insert_same_param_names: [ OK ] 2.99 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4651 / 12246] 04615_iceberg_prewhere_mixed_schema_delete_update: [ OK ] 11.34 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4652 / 12246] 04357_native_arrow_ipc_geo_non_binary: [ OK ] 2.01 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4653 / 12246] 03273_join_columns_comprehensive: [ OK ] 8.54 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4654 / 12246] 04102_decode_aggregate_function_type_complexity: [ OK ] 2.29 sec. [2026-08-01 14:01:53] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4655 / 12246] 04627_trivial_insert_select_max_threads_cap: [ OK ] 0.51 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4656 / 12246] 02536_replace_with_nonconst_needle_and_replacement: [ OK ] 0.62 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4657 / 12246] 02806_cte_block_cannot_be_empty: [ OK ] 0.45 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4658 / 12246] 01109_inflating_cross_join: [ OK ] 0.53 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4659 / 12246] 03033_analyzer_resolve_from_parent_scope: [ OK ] 0.49 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4660 / 12246] 01066_bit_count: [ OK ] 0.46 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4661 / 12246] 03822_named_collection_drop_dependency_check: [ OK ] 7.80 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4662 / 12246] 00092_obfuscator: [ OK ] 2.82 sec. [2026-08-01 14:01:53] 2026-08-02 04:01:53 [ 4663 / 12246] 01643_replicated_merge_tree_fsync_smoke: [ OK ] 5.79 sec. [2026-08-01 14:01:54] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4664 / 12246] 03405_bool_array_to_fixed_strings: [ OK ] 0.43 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4665 / 12246] 02967_http_compressed: [ OK ] 1.42 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4666 / 12246] 04347_ast_json_http_dialect_trailing_semicolon: [ OK ] 2.15 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4667 / 12246] 02372_nowInBlock: [ OK ] 0.56 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4668 / 12246] 03667_drop_inner_table_size_limits: [ OK ] 0.30 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4669 / 12246] 02165_replicated_grouping_sets: [ OK ] 0.50 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4670 / 12246] 03254_normalize_aggregate_states_with_named_tuple_args: [ OK ] 0.51 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4671 / 12246] 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 0.35 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4672 / 12246] 04275_105660_iceberg_version_hint_writer_keeps_in_sync: [ OK ] 3.25 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4673 / 12246] 03306_expose_headers: [ OK ] 1.73 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4674 / 12246] 03800_use_const_adaptive_granularity_vertical_merge_nested: [ OK ] 0.74 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4675 / 12246] 02346_text_index_bug108874: [ OK ] 0.76 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4676 / 12246] 02480_tets_show_full: [ OK ] 2.02 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4677 / 12246] 03905_window_function_constant_in_group_by: [ OK ] 0.26 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4678 / 12246] 01801_approx_total_rows_mergetree_reverse: [ OK ] 0.46 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4679 / 12246] 03100_lwu_12_sequential_consistency: [ OK ] 0.47 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4680 / 12246] 01096_zeros: [ OK ] 0.48 sec. [2026-08-01 14:01:54] 2026-08-02 04:01:54 [ 4681 / 12246] 01526_initial_query_id: [ OK ] 3.09 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4682 / 12246] 02151_hash_table_sizes_stats_joins: [ OK ] 7.46 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4683 / 12246] 02184_storage_add_support_ttl: [ OK ] 0.47 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4684 / 12246] 03788_statistics_part_pruning: [ OK ] 0.73 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4685 / 12246] 02734_big_int_from_float_ubsan: [ OK ] 0.28 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4686 / 12246] 00810_in_operators_segfault: [ OK ] 0.37 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4687 / 12246] 02422_read_numbers_as_strings: [ OK ] 0.32 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4688 / 12246] 02704_keeper_map_zk_nodes: [ OK ] 6.96 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4689 / 12246] 02124_empty_uuid: [ OK ] 0.32 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4690 / 12246] 03927_formatting_consistency_tuple_on_clause: [ OK ] 0.31 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4691 / 12246] 01710_normal_projections: [ OK ] 7.30 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4692 / 12246] 01079_alter_default_zookeeper_long: [ OK ] 0.71 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4693 / 12246] 02354_tuple_lowcardinality: [ OK ] 0.35 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4694 / 12246] 04094_format_schema_source_query_multirow: [ OK ] 1.62 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4695 / 12246] 04266_text_index_tokens_cardinality_order: [ OK ] 3.64 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4696 / 12246] 03394_distributed_shuffle_join_early_close_sink: [ OK ] 2.35 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4697 / 12246] 03400_merge_storage_underlying_tables_access_validation: [ OK ] 3.02 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4698 / 12246] 04049_arrow_parquet_writer_uuid: [ OK ] 1.27 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4699 / 12246] 01441_array_combinator: [ OK ] 0.34 sec. [2026-08-01 14:01:55] 2026-08-02 04:01:55 [ 4700 / 12246] 02499_quantile_nan_ubsan_msan: [ OK ] 0.49 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4701 / 12246] 01419_skip_index_compact_parts: [ OK ] 0.45 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4702 / 12246] 04259_prewhere_after_pushdown: [ OK ] 0.49 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4703 / 12246] 02766_prql: [ OK ] 0.88 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4704 / 12246] 03397_system_detached_tables_rename_drop: [ OK ] 1.11 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4705 / 12246] 03460_projection_part_filtering_and_introspection: [ OK ] 0.57 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4706 / 12246] 02117_custom_separated_with_names_and_types: [ OK ] 17.35 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4707 / 12246] 00583_limit_by_expressions: [ OK ] 0.34 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4708 / 12246] 00962_enumNotExect: [ OK ] 0.48 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4709 / 12246] 03822_variant_distinct_filter: [ OK ] 6.53 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4710 / 12246] 04109_sort_propagation_apply_order: [ OK ] 0.37 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4711 / 12246] 00704_drop_truncate_memory_table: [ OK ] 1.94 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4712 / 12246] 03165_storage_merge_view_prewhere: [ OK ] 0.55 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4713 / 12246] 03314_analyzer_resolve_in_parent_scope: [ OK ] 0.31 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4714 / 12246] 02947_merge_tree_index_table_3: [ OK ] 4.75 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4715 / 12246] 02908_table_ttl_dependency: [ OK ] 1.42 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4716 / 12246] 02415_all_new_functions_must_be_documented: [ OK ] 0.31 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4717 / 12246] 02119_sumcount: [ OK ] 0.53 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4718 / 12246] 04095_text_index_like_overflow_fallback: [ OK ] 0.62 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4719 / 12246] 04033_tpc_ds_q99: [ OK ] 2.37 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4720 / 12246] 04202_regexp_position: [ OK ] 0.74 sec. [2026-08-01 14:01:56] 2026-08-02 04:01:56 [ 4721 / 12246] 03595_alter_if_exists_runtime_check: [ OK ] 0.41 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4722 / 12246] 02535_analyzer_limit_offset: [ OK ] 0.31 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4723 / 12246] 02833_sparse_columns_tuple_function: [ OK ] 0.39 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4724 / 12246] 04657_cluster_table_function_settings: [ OK ] 0.48 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4725 / 12246] 00712_prewhere_with_sampling_and_alias: [ OK ] 0.32 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4726 / 12246] 02494_array_function_range: [ OK ] 0.31 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4727 / 12246] 00411_long_accurate_number_comparison_int3: [ OK ] 5.21 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4728 / 12246] 04055_negative_limit_offset_aggregation: [ OK ] 0.36 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4729 / 12246] 01055_prewhere_bugs: [ OK ] 0.43 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4730 / 12246] 02899_restore_parts_replicated_merge_tree: [ OK ] 9.44 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4731 / 12246] 03404_tokens_bug93207: [ OK ] 0.46 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4732 / 12246] 01031_semi_anti_join: [ OK ] 0.46 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4733 / 12246] 03093_special_column_errors: [ OK ] 0.61 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4734 / 12246] 02354_vector_search_rescoring_and_prewhere: [ OK ] 0.43 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4735 / 12246] 00819_ast_refactoring_bugs: [ OK ] 0.32 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4736 / 12246] 04338_s3_duplicate_key_value_argument_bad_arguments: [ OK ] 0.26 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4737 / 12246] 02122_4letter_words_stress_zookeeper: [ OK ] 18.41 sec. [2026-08-01 14:01:57] 2026-08-02 04:01:57 [ 4738 / 12246] 04243_local_system_listen_grouped_except: [ OK ] 2.26 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4739 / 12246] 04403_geojson_output_round_trip: [ OK ] 1.83 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4740 / 12246] 04623_parquet_v3_dictionary_filter_bloom_fallback: [ OK ] 1.92 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4741 / 12246] 03777_join_runtime_filter_with_consts: [ OK ] 0.31 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4742 / 12246] 04027_redundant_equals_variant_type: [ OK ] 0.27 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4743 / 12246] 03259_native_http_async_insert_settings: [ OK ] 7.72 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4744 / 12246] 00937_test_use_header_csv: [ OK ] 5.50 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4745 / 12246] 00717_low_cardinaliry_distributed_group_by: [ OK ] 0.56 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4746 / 12246] 02270_errors_in_files: [ OK ] 2.97 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4747 / 12246] 04655_distributed_plan_correlated_subquery: [ OK ] 0.47 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4748 / 12246] 04514_mergetree_analyze_indexes_alias_predicate: [ OK ] 0.32 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4749 / 12246] 03799_array_autocorrelation: [ OK ] 0.72 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4750 / 12246] 04300_deltalake_ffi_panic_guard: [ OK ] 1.53 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4751 / 12246] 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 0.27 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4752 / 12246] 04063_table_readonly_on_cluster: [ OK ] 0.78 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4753 / 12246] 00623_in_partition_key: [ OK ] 0.67 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4754 / 12246] 01925_test_group_by_const_consistency: [ OK ] 0.25 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4755 / 12246] 01732_race_condition_storage_join_long: [ OK ] 21.49 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4756 / 12246] 04516_scalar_subquery_as_table_function_argument: [ OK ] 0.42 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4757 / 12246] 03403_parallel_blocks_marshalling_for_distributed: [ OK ] 0.42 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4758 / 12246] 04341_broken_mutation_part_log_flush: [ OK ] 0.43 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4759 / 12246] 02346_text_index_bug103812: [ OK ] 0.36 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4760 / 12246] 00383_utf8_validation: [ OK ] 0.27 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4761 / 12246] 04218_refreshable_mv_secondary_create: [ OK ] 2.77 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4762 / 12246] 04210_top_k_through_join_right_join_deferral: [ OK ] 0.38 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4763 / 12246] 02481_low_cardinality_with_short_circuit_functins: [ OK ] 0.36 sec. [2026-08-01 14:01:58] 2026-08-02 04:01:58 [ 4764 / 12246] 03100_lwu_51_replace_partition_pending_patch: [ OK ] 0.52 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4765 / 12246] 00154_shard_distributed_with_distinct: [ OK ] 0.33 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4766 / 12246] 03579_inconsistent_formatting_substitutions: [ OK ] 0.67 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4767 / 12246] 03034_recursive_cte_tree: [ OK ] 0.48 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4768 / 12246] 03276_empty_variant_type: [ OK ] 0.31 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4769 / 12246] 00299_stripe_log_multiple_inserts: [ OK ] 0.68 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4770 / 12246] 00162_mmap_compression_none: [ OK ] 1.77 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4771 / 12246] 00945_bloom_filter_index: [ OK ] 3.06 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4772 / 12246] 01825_json_type_parallel_insert: [ OK ] 0.48 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4773 / 12246] 03555_json_shared_data_advanced_paths_indexes_3: [ OK ] 7.58 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4774 / 12246] 03405_ssd_cache_incorrect_min_max_lifetimes_and_block_size: [ OK ] 0.42 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4775 / 12246] 03832_log_engine_alias_subcolumn: [ OK ] 0.41 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4776 / 12246] 02382_analyzer_matcher_join_using: [ OK ] 0.68 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4777 / 12246] 00979_set_index_not: [ OK ] 0.39 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4778 / 12246] 02346_text_index_bug110038: [ OK ] 0.67 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4779 / 12246] 04050_orc_large_remote_read_min_bytes_for_seek: [ OK ] 0.32 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4780 / 12246] 01600_detach_permanently: [ OK ] 24.94 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4781 / 12246] 03319_http_exception_formatting_during_interpretation: [ OK ] 0.83 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4782 / 12246] 04328_lossy_numeric_supertype_nested_hint: [ OK ] 5.90 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4783 / 12246] 03773_deterministic_functions_key_condition_explain: [ OK ] 0.78 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4784 / 12246] 01288_shard_max_network_bandwidth: [ OK ] 2.78 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4785 / 12246] 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read: [ OK ] 0.31 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4786 / 12246] 02683_native_too_large_size: [ OK ] 0.25 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4787 / 12246] 00197_if_fixed_string: [ OK ] 0.30 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4788 / 12246] 04412_docs_web_ui_markdown_sanitized: [ OK ] 0.91 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4789 / 12246] 00294_shard_enums: [ OK ] 0.56 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4790 / 12246] 04512_constraint_on_subcolumn: [ OK ] 0.41 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4791 / 12246] 03793_logical_expressions_optimizer_group_by_use_nulls: [ OK ] 0.26 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4792 / 12246] 04268_json_extract_typed_path_default_values: [ OK ] 0.41 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4793 / 12246] 04077_virtual_column_table_log_stripelog: [ OK ] 0.41 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4794 / 12246] 01079_new_range_reader_segfault: [ OK ] 0.34 sec. [2026-08-01 14:01:59] 2026-08-02 04:01:59 [ 4795 / 12246] 01913_quantile_deterministic: [ OK ] 7.98 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4796 / 12246] 03209_json_type_merges_small: [ OK ] 3.97 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4797 / 12246] 01664_ntoa_aton_mysql_compatibility: [ OK ] 0.30 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4798 / 12246] 03716_anti_join_runtime_filters_2: [ OK ] 0.26 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4799 / 12246] 02050_clickhouse_client_local_exception: [ OK ] 0.94 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4800 / 12246] 03261_mongodb_argumetns_crash: [ OK ] 0.31 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4801 / 12246] 00489_pk_subexpression: [ OK ] 0.44 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4802 / 12246] 02527_storage_merge_prewhere_different_type: [ OK ] 0.37 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4803 / 12246] 00214_primary_key_order: [ OK ] 0.38 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4804 / 12246] 02500_remove_redundant_distinct_analyzer: [ OK ] 13.58 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4805 / 12246] 04419_99495_limit_with_ties_virtual_row_empty_chunk: [ OK ] 0.31 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4806 / 12246] 04312_in_order_optimizations_with_collation: [ OK ] 0.47 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4807 / 12246] 02354_vector_search_subquery: [ OK ] 0.38 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4808 / 12246] 02014_storage_merge_order_by: [ OK ] 0.47 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4809 / 12246] 02047_log_family_data_file_sizes: [ OK ] 5.39 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4810 / 12246] 03522_404_head_request: [ OK ] 0.75 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4811 / 12246] 04010_prewhere_in_subquery_merge_tree: [ OK ] 0.42 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4812 / 12246] 01172_transaction_counters: [ OK ] 0.65 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4813 / 12246] 02707_clickhouse_local_implicit_file_table_function: [ OK ] 1.85 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4814 / 12246] 04064_join_on_or_is_not_distinct_from: [ OK ] 0.39 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4815 / 12246] 00650_csv_with_specified_quote_rule: [ OK ] 4.49 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4816 / 12246] 02020_exponential_smoothing_cross_block: [ OK ] 0.25 sec. [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4817 / 12246] 01449_json_compact_strings: [ OK ] 0.37 sec. [2026-08-01 14:02:00] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:00] 2026-08-02 04:02:00 [ 4818 / 12246] 01100_split_by_string: [ OK ] 0.42 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:00 [ 4819 / 12246] 00014_select_from_table_with_nested: [ OK ] 0.43 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:00 [ 4820 / 12246] 04046_async_insert_progress_stats: [ OK ] 6.51 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4821 / 12246] 01661_extract_all_groups_throw_fast: [ OK ] 0.44 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4822 / 12246] 03145_unicode_quotes: [ OK ] 0.44 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4823 / 12246] 4060_row_policy_projection_not_found_column: [ OK ] 0.40 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4824 / 12246] 03812_row_policy_after_replacing_initial_user: [ OK ] 4.63 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4825 / 12246] 02982_json_columns_with_metadata_http: [ OK ] 1.57 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4826 / 12246] 02459_low_cardinality_uint128_aggregator: [ OK ] 0.98 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4827 / 12246] 03519_storage_url: [ OK ] 1.95 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4828 / 12246] 01540_verbatim_partition_pruning: [ OK ] 0.43 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4829 / 12246] 03444_explain_asterisk: [ OK ] 0.32 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4830 / 12246] 02721_parquet_field_not_found: [ OK ] 1.06 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4831 / 12246] 02152_bool_type_parsing: [ OK ] 1.55 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4832 / 12246] 01492_array_join_crash_13829: [ OK ] 0.25 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4833 / 12246] 02096_date_time_1970_saturation2: [ OK ] 0.40 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4834 / 12246] 02830_insert_values_time_interval: [ OK ] 0.36 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4835 / 12246] 03908_lazy_materialization_replacing_merge_tree: [ OK ] 0.33 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4836 / 12246] 01889_check_row_policy_defined_using_user_function: [ OK ] 4.54 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4837 / 12246] 01054_random_printable_ascii_ubsan: [ OK ] 2.31 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4838 / 12246] 04040_tpc_h_q11: [ OK ] 1.17 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4839 / 12246] 03375_bool_partition: [ OK ] 0.35 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4840 / 12246] 03274_pretty_output_coloring: [ OK ] 1.12 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4841 / 12246] 02681_aggregation_by_partitions_bug: [ OK ] 0.37 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4842 / 12246] 03409_variant_type_values_format_field_conversion: [ OK ] 0.32 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4843 / 12246] 02443_detach_attach_partition: [ SKIPPED ] 0.00 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 Reason: disabled [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4844 / 12246] 02724_decompress_filename_exception: [ OK ] 2.89 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4845 / 12246] 03303_distributed_explain: [ OK ] 0.26 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4846 / 12246] 03215_validate_type_in_alter_add_modify_column: [ OK ] 0.37 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4847 / 12246] 03094_grouparraysorted_memory: [ OK ] 2.57 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4848 / 12246] 03903_join_alias_dups: [ OK ] 0.32 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4849 / 12246] 03702_inject_random_orderby_doesnt_change_limit: [ OK ] 0.29 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4850 / 12246] 04651_fuzzer_degenerate_logical_predicate: [ OK ] 0.76 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4851 / 12246] 01795_TinyLog_rwlock_ub: [ OK ] 0.31 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4852 / 12246] 01035_prewhere_with_alias: [ OK ] 0.31 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4853 / 12246] 03775_joinget_temporary_table: [ OK ] 2.02 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4854 / 12246] 04226_rls_projection_filter_not_in_select_94789: [ OK ] 0.35 sec. [2026-08-01 14:02:01] 2026-08-02 04:02:01 [ 4855 / 12246] 03760_backup_tar_archive: [ OK ] 1.21 sec. [2026-08-01 14:02:01] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4856 / 12246] 04489_regexp_compile_error_bounded: [ OK ] 0.98 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4857 / 12246] 01457_order_by_limit: [ OK ] 0.36 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4858 / 12246] 04545_naive_bayes_ngrams_special_columns: [ OK ] 0.46 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4859 / 12246] 04652_schema_inference_float_parser_parity: [ OK ] 0.58 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4860 / 12246] 04144_skip_index_after_alter_modify_column_replicated: [ OK ] 0.57 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4861 / 12246] 04071_materialize_projections_on_merge_different_sets: [ OK ] 0.47 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4862 / 12246] 04402_adaptive_codec_encryption_preserved: [ OK ] 1.10 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4863 / 12246] 03741_dict_get_in_cte_with_no_arguments_old_analyzer: [ OK ] 0.27 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4864 / 12246] 02346_text_index_function_hasAnyAllTokens_partially_materialized: [ OK ] 0.61 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4865 / 12246] 02514_bad_index_granularity: [ OK ] 0.25 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4866 / 12246] 01614_with_fill_with_limit: [ OK ] 0.24 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4867 / 12246] 01421_array_nullable_element_nullable_index: [ OK ] 0.25 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4868 / 12246] 01011_test_create_as_skip_indices: [ OK ] 0.31 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4869 / 12246] 01949_clickhouse_local_with_remote_localhost: [ OK ] 1.96 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4870 / 12246] 00298_enum_width_and_cast: [ OK ] 0.34 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4871 / 12246] 04266_datetime_out_of_range_clamping: [ OK ] 0.37 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4872 / 12246] 02316_const_string_intersact: [ OK ] 0.25 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4873 / 12246] 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 0.29 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4874 / 12246] 04098_tuple_inside_nullable_subcolumn_cache_reads: [ OK ] 0.33 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4875 / 12246] 04498_s3_engine_endpoint_settings_override: [ OK ] 2.28 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4876 / 12246] 03821_remote_grouping_set_aggregation_keys_assert: [ OK ] 0.29 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4877 / 12246] 04494_nullable_tuple_schema_inference_avro: [ OK ] 0.32 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4878 / 12246] 03033_dynamic_text_serialization: [ OK ] 0.35 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4879 / 12246] 03232_json_uniq_group_by: [ OK ] 0.41 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4880 / 12246] 02864_profile_event_part_lock: [ OK ] 0.35 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4881 / 12246] 04549_text_index_prewhere_where_dup_over_merge_distributed: [ OK ] 0.48 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4882 / 12246] 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 7.69 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4883 / 12246] 02907_backup_restore_flatten_nested: [ OK ] 2.63 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4884 / 12246] 03368_qbit_subcolumns: [ OK ] 0.56 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4885 / 12246] 04103_plain_rewritable_get_last_modified_bug: [ OK ] 0.33 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4886 / 12246] 02346_text_index_function_ilike: [ OK ] 1.61 sec. [2026-08-01 14:02:02] 2026-08-02 04:02:02 [ 4887 / 12246] 02542_transform_old: [ OK ] 0.41 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4888 / 12246] 00915_tuple_orantius: [ OK ] 0.30 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4889 / 12246] 03412_dynamic_in_arg_min_max: [ OK ] 0.34 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4890 / 12246] 03904_explain_format_null: [ OK ] 0.31 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4891 / 12246] 02316_literal_no_octal: [ OK ] 0.26 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4892 / 12246] 00164_quantileBfloat16: [ OK ] 1.29 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4893 / 12246] 02561_with_fill_date_datetime_incompatible: [ OK ] 0.36 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4894 / 12246] 04507_sparsity_count_expression_semantics: [ OK ] 0.38 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4895 / 12246] 03042_analyzer_alias_join: [ OK ] 0.32 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4896 / 12246] 02732_rename_after_processing: [ OK ] 2.98 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4897 / 12246] 02516_join_with_totals_and_subquery_bug: [ OK ] 0.40 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4898 / 12246] 03224_trim_empty_string: [ OK ] 0.26 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4899 / 12246] 02122_parallel_formatting_PrettySpace: [ OK ] 2.48 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4900 / 12246] 02462_distributions: [ OK ] 0.50 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4901 / 12246] 03751_empty_constant_expression_fix: [ OK ] 0.32 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4902 / 12246] 04033_tpc_ds_q35: [ OK ] 0.05 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4903 / 12246] 03742_nested_loop_join_long: [ OK ] 3.75 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4904 / 12246] 00984_parser_stack_overflow: [ OK ] 2.03 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4905 / 12246] 04416_groupconcat_tuple_sparse_subcolumn: [ OK ] 0.27 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4906 / 12246] 03311_subcolumns_in_default_and_materialized_expressions: [ OK ] 0.41 sec. [2026-08-01 14:02:03] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4907 / 12246] 03808_correlated_subquery_with_totals: [ OK ] 0.29 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4908 / 12246] 03988_map_with_buckets_create_and_write: [ OK ] 1.47 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4909 / 12246] 01950_aliases_bad_cast: [ OK ] 0.32 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4910 / 12246] 02661_read_from_archive_tar: [ OK ] 8.53 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4911 / 12246] 00175_obfuscator_schema_inference: [ OK ] 1.67 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4912 / 12246] 04031_patch_parts_without_part_offset: [ OK ] 0.42 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4913 / 12246] 04539_uniq_combined_fixed_string_no_key: [ OK ] 0.40 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4914 / 12246] 03231_dynamic_incomplete_type_insert_bug: [ OK ] 0.38 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4915 / 12246] 03300_implicit_privileges_system_databases: [ OK ] 1.29 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4916 / 12246] 04618_iceberg_equality_deletes_row_number: [ OK ] 0.58 sec. [2026-08-01 14:02:03] 2026-08-02 04:02:03 [ 4917 / 12246] 04327_s3queue_server_credentials: [ OK ] 4.90 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4918 / 12246] 01510_format_regexp_raw_low_cardinality: [ OK ] 1.30 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4919 / 12246] 00010_quantiles_segfault: [ OK ] 0.76 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4920 / 12246] 02833_window_func_range_offset: [ OK ] 0.32 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4921 / 12246] 03394_distributed_shuffle_join_with_filter: [ OK ] 0.59 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4922 / 12246] 00961_check_table: [ OK ] 0.56 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4923 / 12246] 03554_json_shared_data_tuple_map_with_buckets_serialization_wide_part_big: [ OK ] 1.12 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4924 / 12246] 03620_mergeTreeAnalyzeIndexes_columns: [ OK ] 0.48 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4925 / 12246] 03754_orc_date_datetime64_out_of_range: [ OK ] 2.23 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4926 / 12246] 01397_in_bad_arguments: [ OK ] 0.30 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4927 / 12246] 03533_xirr: [ OK ] 0.92 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4928 / 12246] 01590_countSubstrings: [ OK ] 0.83 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4929 / 12246] 02126_url_auth: [ OK ] 2.02 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4930 / 12246] 03373_named_session_try_recreate_before_timeout: [ OK ] 7.16 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4931 / 12246] 01049_join_low_card_crash: [ OK ] 0.41 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4932 / 12246] 03223_system_tables_set_not_ready: [ OK ] 0.64 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4933 / 12246] 04546_geoparquet_wkt_leading_whitespace: [ OK ] 2.73 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4934 / 12246] 03221_merge_profile_events: [ OK ] 0.61 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4935 / 12246] 04036_dynamic_statistics_invalidation: [ OK ] 0.28 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4936 / 12246] 04002_join_using_top_level_array_join: [ OK ] 0.37 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4937 / 12246] 03823_optimize_dry_run_projections: [ OK ] 0.81 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4938 / 12246] 01319_manual_write_to_replicas_long: [ OK ] 0.62 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4939 / 12246] 00746_sql_fuzzy: [ OK ] 18.77 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4940 / 12246] 03773_join_on_formatting: [ OK ] 0.38 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4941 / 12246] 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 0.32 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4942 / 12246] 03960_join_order_dphyp_merge_filter_fallback: [ OK ] 0.47 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4943 / 12246] 04005_with_fill_limit_by: [ OK ] 0.26 sec. [2026-08-01 14:02:04] 2026-08-02 04:02:04 [ 4944 / 12246] 03278_database_backup_merge_tree_table_disk_engine: [ OK ] 1.09 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4945 / 12246] 04341_timeseries_drop_in_replicated_database: [ OK ] 2.41 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4946 / 12246] 01804_uniq_up_to_ubsan: [ OK ] 0.31 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4947 / 12246] 03443_pr_lazy_materialization: [ OK ] 0.63 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4948 / 12246] 04253_sqlite_escape_quote_with_quote_103860: [ OK ] 3.68 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4949 / 12246] 04420_naive_bayes_classifier_dictgetordefault: [ OK ] 0.41 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4950 / 12246] 02293_compatibility_ignore_auto_increment_in_create_table: [ OK ] 0.43 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4951 / 12246] 04098_text_index_read_once: [ OK ] 0.55 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4952 / 12246] 03775_paimon_all_supported_type_storage: [ OK ] 0.60 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4953 / 12246] 01652_ignore_and_low_cardinality: [ OK ] 0.37 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4954 / 12246] 02354_vector_search_quantize_codec_merge_variant: [ OK ] 0.36 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4955 / 12246] 04201_pager_pretty_max_value_width: [ OK ] 1.22 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4956 / 12246] 04035_alp_rd_codec_special_values: [ OK ] 0.62 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4957 / 12246] 00364_java_style_denormals: [ OK ] 0.33 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4958 / 12246] 00143_number_classification_functions: [ OK ] 0.53 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4959 / 12246] 04323_test_storage_file_glob_recursion_depth: [ OK ] 1.65 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4960 / 12246] 02153_clickhouse_local_profile_info: [ OK ] 0.80 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4961 / 12246] 04490_join_runtime_filters_index_analysis: [ OK ] 1.15 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4962 / 12246] 03277_join_adaptive_spill: [ OK ] 1.13 sec. [2026-08-01 14:02:05] 2026-08-02 04:02:05 [ 4963 / 12246] 04266_trivial_insert_select_table_function_structure_hint: [ OK ] 1.43 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4964 / 12246] 00762_date_comparsion: [ OK ] 0.57 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4965 / 12246] 03600_geoparquet_multi_geometry: [ OK ] 1.23 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4966 / 12246] 04201_storage_join_restore_order_after_attach: [ OK ] 0.77 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4967 / 12246] 03315_array_join_scalar: [ OK ] 0.42 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4968 / 12246] 04064_tuple_inside_nullable_arrow_orc_roundtrip: [ OK ] 2.07 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4969 / 12246] 00464_array_element_out_of_range: [ OK ] 0.38 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4970 / 12246] 04404_qbit_int8: [ OK ] 1.08 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4971 / 12246] 04340_malformed_elf_dwarf_bounds: [ OK ] 2.06 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4972 / 12246] 04238_storage_alias_missing_target_merge: [ OK ] 0.62 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4973 / 12246] 02383_analyzer_merge_tree_self_join: [ OK ] 0.84 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4974 / 12246] 02844_max_backup_bandwidth_s3: [ OK ] 10.52 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4975 / 12246] 00505_shard_secure: [ OK ] 2.68 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4976 / 12246] 02515_projections_with_totals: [ OK ] 0.67 sec. [2026-08-01 14:02:06] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4977 / 12246] 02521_merge_over_gap: [ OK ] 5.18 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4978 / 12246] 04549_promql_dialect_query_cache: [ OK ] 2.92 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4979 / 12246] 02966_topk_counts_approx_count_sum: [ OK ] 0.57 sec. [2026-08-01 14:02:06] 2026-08-02 04:02:06 [ 4980 / 12246] 00121_drop_column_zookeeper: [ OK ] 1.05 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4981 / 12246] 04009_projection_aggregate_empty_block_from_ttl: [ OK ] 0.59 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4982 / 12246] 03960_join_order_dphyp_bridge: [ OK ] 1.12 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4983 / 12246] 02998_analyzer_secret_args_tree_node: [ OK ] 0.35 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4984 / 12246] 02235_remote_fs_cache_stress: [ OK ] 2.49 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4985 / 12246] 03806_tuple_in_set_with_low_cardinality: [ OK ] 0.50 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4986 / 12246] 00148_summing_merge_tree_aggregate_function: [ OK ] 3.04 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4987 / 12246] 02803_backup_tmp_files: [ OK ] 1.89 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4988 / 12246] 02151_hash_table_sizes_stats_distributed: [ OK ] 18.90 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4989 / 12246] 03623_setting_boolean_shorthand_err_test: [ OK ] 0.53 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4990 / 12246] 01160_tables_with_no_dependencies: [ OK ] 2.36 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4991 / 12246] 02003_memory_limit_in_client: [ OK ] 4.43 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4992 / 12246] 03960_join_order_dphyp_cycle: [ OK ] 0.72 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4993 / 12246] 00574_empty_strings_deserialization: [ OK ] 2.58 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4994 / 12246] 02422_insert_different_granularity: [ OK ] 0.99 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4995 / 12246] 02559_ip_types_bloom: [ OK ] 0.34 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4996 / 12246] 03325_alter_ast_format: [ OK ] 0.25 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4997 / 12246] 01710_minmax_count_projection: [ OK ] 1.17 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4998 / 12246] 03671_pk_in_subquery_context_expired: [ OK ] 0.44 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 4999 / 12246] 03579_system_columns_column_alias: [ OK ] 0.26 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5000 / 12246] 01825_json_type_2: [ OK ] 0.62 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5001 / 12246] 02479_if_with_null_and_cullable_const: [ OK ] 0.24 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5002 / 12246] 03747_optimize_functions_to_subcolumns_columns_as_substreams: [ OK ] 1.17 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5003 / 12246] 01651_lc_insert_tiny_log_2: [ OK ] 2.08 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5004 / 12246] 02097_polygon_dictionary_store_key: [ OK ] 0.36 sec. [2026-08-01 14:02:07] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5005 / 12246] 04035_cast_keep_nullable_dynamic: [ OK ] 0.25 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5006 / 12246] 02419_keeper_map_primary_key: [ OK ] 1.93 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5007 / 12246] 01495_subqueries_in_with_statement: [ OK ] 0.56 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5008 / 12246] 02048_alter_command_format: [ OK ] 0.72 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5009 / 12246] 03248_create-same-table-concurrently-with-replicated-engine: [ OK ] 5.35 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5010 / 12246] 03036_dynamic_read_subcolumns_small: [ OK ] 1.22 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5011 / 12246] 00007_array: [ OK ] 0.26 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5012 / 12246] 01551_mergetree_read_in_order_spread: [ OK ] 0.37 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5013 / 12246] 00002_count_visits: [ OK ] 0.43 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5014 / 12246] 04341_native_arrow_ipc_column_pruning: [ OK ] 5.19 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5015 / 12246] 02179_degrees_radians: [ OK ] 0.41 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5016 / 12246] 04221_optimize_use_normal_projection_with_sorting: [ OK ] 0.55 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5017 / 12246] 02456_progress_tty: [ OK ] 10.73 sec. [2026-08-01 14:02:07] 2026-08-02 04:02:07 [ 5018 / 12246] 01676_clickhouse_client_autocomplete: [ OK ] 6.11 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5019 / 12246] 03268_vertical_pretty_numbers: [ OK ] 0.32 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5020 / 12246] 02458_datediff_date32: [ OK ] 0.55 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5021 / 12246] 03769_implicit_index_alias_simple_reference: [ OK ] 0.33 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5022 / 12246] 02184_default_table_engine: [ OK ] 1.48 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5023 / 12246] 04061_analyzer_inline_view: [ OK ] 0.51 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5024 / 12246] 00753_distributed_system_columns_and_system_tables: [ OK ] 0.36 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5025 / 12246] 03013_repeat_with_nonnative_integers: [ OK ] 0.31 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5026 / 12246] 03446_input_format_max_block_size_bytes: [ OK ] 1.27 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5027 / 12246] 03624_proper_path_starts_with: [ OK ] 2.41 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5028 / 12246] 04604_qbit_bfloat16_low_precision_centre_fill: [ OK ] 0.53 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5029 / 12246] 01913_names_of_tuple_literal: [ OK ] 0.35 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5030 / 12246] 03701_check_ephemeral_set_definer_access: [ OK ] 1.28 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5031 / 12246] 04044_recursive_cte_remote_view_actual_recursion: [ OK ] 0.31 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5032 / 12246] 03926_semi_join_swap_tables: [ OK ] 0.97 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5033 / 12246] 02884_async_insert_native_protocol_1: [ OK ] 1.98 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5034 / 12246] 01258_bom_tsv: [ OK ] 0.92 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5035 / 12246] 00405_output_format_pretty_color: [ OK ] 0.47 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5036 / 12246] 03208_array_of_json_read_subcolumns_1: [ OK ] 3.14 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5037 / 12246] 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 0.36 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5038 / 12246] 02006_client_test_hint_error_name: [ OK ] 0.26 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5039 / 12246] 04650_join_use_nulls_repeated_on_condition_in_where: [ OK ] 0.86 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5040 / 12246] 03222_json_empty_as_default_small_read_buffer: [ OK ] 1.51 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5041 / 12246] 04299_key_condition_not_positive_monotonicity: [ OK ] 0.72 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5042 / 12246] 02227_union_match_by_name: [ OK ] 0.33 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5043 / 12246] 03546_json_input_output_map_as_array: [ OK ] 3.16 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5044 / 12246] 03253_getMaxTableNameLength: [ OK ] 0.38 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5045 / 12246] 01375_null_issue_3767: [ OK ] 0.37 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5046 / 12246] 03702_alter_column_update_and_delete_with_secondary_index_rebuild: [ OK ] 5.17 sec. [2026-08-01 14:02:08] 2026-08-02 04:02:08 [ 5047 / 12246] 04423_naive_bayes_classifier_vs_dictget: [ OK ] 0.38 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5048 / 12246] 02165_insert_from_infile: [ OK ] 0.26 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5049 / 12246] 01763_filter_push_down_bugs: [ OK ] 0.56 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5050 / 12246] 04514_every_format_must_have_documentation: [ OK ] 0.27 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5051 / 12246] 04223_text_index_direct_read_like_90802: [ OK ] 0.30 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5052 / 12246] 00068_subquery_in_prewhere: [ OK ] 0.35 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5053 / 12246] 03579_create_table_populate_from_s3: [ OK ] 1.97 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5054 / 12246] 03999_hive_text_variable_columns_off_and_extras: [ OK ] 1.52 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5055 / 12246] 03276_subcolumns_in_skipping_indexes: [ OK ] 1.05 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5056 / 12246] 01922_client_param: [ OK ] 1.21 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5057 / 12246] 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.27 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5058 / 12246] 02995_index_10: [ OK ] 5.70 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5059 / 12246] 03228_dynamic_serializations_uninitialized_value: [ OK ] 0.26 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5060 / 12246] 03356_postgresql_mysql_endpoint_parsing: [ OK ] 0.28 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5061 / 12246] 01457_int256_hashing: [ OK ] 0.46 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5062 / 12246] 03989_codec_ignore_nulls_formatting: [ OK ] 0.31 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5063 / 12246] 04266_ttl_with_subcolumn_expression: [ OK ] 0.51 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5064 / 12246] 03751_summing_coalescing_merge_tree_sparse_columns_in_header: [ OK ] 0.72 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5065 / 12246] 03013_addDays_with_timezone: [ OK ] 0.31 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5066 / 12246] 03743_fix_estimator_crash: [ OK ] 0.39 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5067 / 12246] 03158_dynamic_type_from_variant: [ OK ] 0.31 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5068 / 12246] 04653_valueless_setting_format_roundtrip: [ OK ] 0.33 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5069 / 12246] 03711_top_k_by_skip_index_negative: [ OK ] 0.35 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5070 / 12246] 00306_insert_values_and_expressions: [ OK ] 0.33 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5071 / 12246] 04428_mutate_corrupted_text_index_multistream: [ OK ] 7.17 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5072 / 12246] 00978_ml_math: [ OK ] 0.31 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5073 / 12246] 00098_c_union_all: [ OK ] 0.31 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5074 / 12246] 03667_accurate_cast_datetime_overflow: [ OK ] 0.38 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5075 / 12246] 04545_prewhere_final_summing_implicit_bool_key: [ OK ] 0.52 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5076 / 12246] 03792_jit_time64: [ OK ] 0.46 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5077 / 12246] 02352_lightweight_delete: [ OK ] 1.06 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5078 / 12246] 00927_disable_hyperscan: [ OK ] 0.43 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5079 / 12246] 02771_log_faminy_truncate_count: [ OK ] 0.52 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5080 / 12246] 02792_alter_table_modify_comment: [ OK ] 0.92 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5081 / 12246] 02786_max_execution_time_leaf: [ OK ] 2.39 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5082 / 12246] 04614_async_insert_dedup_identical_multi_partition: [ OK ] 0.42 sec. [2026-08-01 14:02:09] 2026-08-02 04:02:09 [ 5083 / 12246] 03164_linestring_geometry: [ OK ] 0.25 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5084 / 12246] 01544_errorCodeToName: [ OK ] 0.26 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5085 / 12246] 04614_utm_to_geo_band_letter: [ OK ] 0.44 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5086 / 12246] 00172_constexprs_in_set: [ OK ] 0.30 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5087 / 12246] 03145_asof_join_ddb_inequalities: [ OK ] 0.42 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5088 / 12246] 04409_modify_comment_max_query_size: [ OK ] 2.68 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5089 / 12246] 03577_server_constant_folding: [ OK ] 0.60 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5090 / 12246] 02271_int_sql_compatibility: [ OK ] 0.30 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5091 / 12246] 02880_indexHint__partition_id: [ OK ] 0.31 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5092 / 12246] 01514_tid_function: [ OK ] 0.24 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5093 / 12246] 03053_analyzer_join_alias: [ OK ] 0.38 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5094 / 12246] 04054_sample_offset_formatting_ambiguity: [ OK ] 0.25 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5095 / 12246] 01717_int_div_float_too_large_ubsan: [ OK ] 0.30 sec. [2026-08-01 14:02:10] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5096 / 12246] 03904_lazy_materialization_prewhere_parallel_replicas: [ OK ] 0.41 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5097 / 12246] 02346_text_index_map_support: [ OK ] 2.25 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5098 / 12246] 02932_kill_query_sleep: [ OK ] 2.72 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5099 / 12246] 03760_split_join_filter: [ OK ] 0.46 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5100 / 12246] 03593_prewhere_bytes_read_stat_bug: [ OK ] 1.27 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5101 / 12246] 03562_too_long_messages_expression_actions: [ OK ] 1.19 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5102 / 12246] 03363_constant_nullable_key: [ OK ] 0.30 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5103 / 12246] 02866_size_of_marks_skip_idx_explain: [ OK ] 0.31 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5104 / 12246] 04079_s3_read_request_histogram_metrics: [ OK ] 0.37 sec. [2026-08-01 14:02:10] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5105 / 12246] 00098_primary_key_memory_allocated: [ OK ] 0.31 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5106 / 12246] 01915_for_each_crakjie: [ OK ] 0.30 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5107 / 12246] 02226_async_insert_table_function: [ OK ] 0.30 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5108 / 12246] 04229_distributed_cte_timestamp_rename_103508: [ OK ] 0.40 sec. [2026-08-01 14:02:10] 2026-08-02 04:02:10 [ 5109 / 12246] 02071_lower_upper_utf8_row_overlaps: [ OK ] 0.38 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5110 / 12246] 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 1.07 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5111 / 12246] 01220_scalar_optimization_in_alter: [ OK ] 0.32 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5112 / 12246] 03989_set_low_cardinality_in_tuple: [ OK ] 0.78 sec. [2026-08-01 14:02:11] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5113 / 12246] 02210_append_to_dev_dull: [ OK ] 0.31 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5114 / 12246] 02845_prewhere_preserve_column: [ OK ] 0.41 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5115 / 12246] 04228_row_policy_view_join_analyzer_102651: [ OK ] 0.46 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5116 / 12246] 03297_input_compression_autodetect: [ OK ] 2.93 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5117 / 12246] 02420_final_setting_analyzer: [ OK ] 0.88 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5118 / 12246] 02015_order_by_with_fill_misoptimization: [ OK ] 0.29 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5119 / 12246] 03410_polygons_intersects: [ OK ] 0.42 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5120 / 12246] 03581_iceberg_parse_partition: [ OK ] 0.93 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5121 / 12246] 03314_grace_hash_join_buckets: [ OK ] 0.26 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5122 / 12246] 03409_coalescing_replicated_merge_tree: [ OK ] 1.70 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5123 / 12246] 03519_cte_allow_push_predicate_ast_for_distributed_subqueries_bug: [ OK ] 0.38 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5124 / 12246] 01018_ddl_dictionaries_select: [ OK ] 0.79 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5125 / 12246] 00549_join_use_nulls: [ OK ] 0.37 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5126 / 12246] 02122_parallel_formatting_TSVWithNames: [ OK ] 1.92 sec. [2026-08-01 14:02:11] 2026-08-02 04:02:11 [ 5127 / 12246] 04033_tpc_ds_q03: [ OK ] 1.32 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5128 / 12246] 02788_current_schemas_function: [ OK ] 0.33 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5129 / 12246] 01277_buffer_column_order: [ OK ] 0.36 sec. [2026-08-01 14:02:12] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5130 / 12246] 03203_drop_detached_partition_all: [ OK ] 0.33 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5131 / 12246] 04328_adaptive_codec_none_selection: [ OK ] 0.78 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5132 / 12246] 00233_position_function_family: [ OK ] 2.28 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5133 / 12246] 03146_asof_join_ddb_merge_long: [ OK ] 4.77 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5134 / 12246] 00700_decimal_gathers: [ OK ] 0.36 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5135 / 12246] 03214_backup_and_clear_old_temporary_directories: [ OK ] 2.72 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5136 / 12246] 02521_to_custom_day_of_week: [ OK ] 0.40 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5137 / 12246] 03755_create_merge_tree_with_s3_plain: [ OK ] 0.46 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5138 / 12246] 03247_generic_arrayMin_arrayMax_fixes: [ OK ] 0.43 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5139 / 12246] 03008_azure_plain_rewritable: [ OK ] 3.08 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5140 / 12246] 03400_get_server_setting: [ OK ] 0.36 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5141 / 12246] 02784_disable_async_with_dedup_correctly: [ OK ] 2.36 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5142 / 12246] 03553_json_shared_data_map_serialization: [ OK ] 1.69 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5143 / 12246] 01734_datetime64_from_float: [ OK ] 0.33 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5144 / 12246] 04342_native_arrow_ipc_nested_dictionaries: [ OK ] 1.77 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5145 / 12246] 00552_logical_functions_uint8_as_bool: [ OK ] 0.25 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5146 / 12246] 01388_multi_if_optimization: [ OK ] 0.32 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5147 / 12246] 03790_materialized_postgresql_nullptr_dereference: [ OK ] 0.31 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5148 / 12246] 00021_2_select_with_in: [ OK ] 0.39 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5149 / 12246] 00942_mutate_index: [ OK ] 2.68 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5150 / 12246] 04202_variant_adaptor_all_incompatible: [ OK ] 0.41 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5151 / 12246] 04033_tpc_ds_q73: [ OK ] 2.15 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5152 / 12246] 04515_authentication_rewrite: [ OK ] 1.80 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5153 / 12246] 03761_log_with_string_size: [ OK ] 0.46 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5154 / 12246] 03733_sparse_negative_zero: [ OK ] 0.45 sec. [2026-08-01 14:02:12] 2026-08-02 04:02:12 [ 5155 / 12246] 03908_distributed_in_select_with_analyzer: [ OK ] 0.36 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5156 / 12246] 02402_merge_engine_with_view: [ OK ] 0.41 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5157 / 12246] 03252_highlight: [ OK ] 0.46 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5158 / 12246] 04520_select_access_rights_filters_rewrite: [ OK ] 3.81 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5159 / 12246] 00174_distinct_in_order: [ OK ] 1.14 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5160 / 12246] 04049_aggregate_function_numeric_indexed_vector_self_merge: [ OK ] 0.32 sec. [2026-08-01 14:02:13] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5161 / 12246] 01271_http_code_parse_error: [ OK ] 1.29 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5162 / 12246] 03977_pr_expected_join: [ OK ] 0.35 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5163 / 12246] 04033_tpc_ds_q78: [ OK ] 3.78 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5164 / 12246] 03984_kill_query_with_fill: [ OK ] 0.94 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5165 / 12246] 03623_parquet_bool: [ OK ] 0.27 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5166 / 12246] 03206_projection_merge_special_mergetree: [ OK ] 0.52 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5167 / 12246] 02125_dict_get_type_nullable_fix: [ OK ] 0.37 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5168 / 12246] 00266_read_overflow_mode: [ OK ] 0.32 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5169 / 12246] 04357_join_order_dp_uniqcombined: [ OK ] 0.44 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5170 / 12246] 03793_with_fill_staleness_overflow: [ OK ] 0.27 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5171 / 12246] 04285_sparsity_decimal_lossy_constant: [ OK ] 0.31 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5172 / 12246] 03780_min_insert_block_size_settings_squashing_on_insert_select: [ OK ] 0.40 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5173 / 12246] 03315_join_temporary_table_names: [ OK ] 0.37 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5174 / 12246] 04511_uniq_combined_sparse_column: [ OK ] 0.78 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5175 / 12246] 00459_group_array_insert_at: [ OK ] 0.34 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5176 / 12246] 03779_json_allow_duplicated_path_with_nested_object_and_literal: [ OK ] 0.25 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5177 / 12246] 03223_nested_json_in_shared_data_merges: [ OK ] 0.42 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5178 / 12246] 02932_idna: [ OK ] 0.83 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5179 / 12246] 03172_system_detached_tables: [ OK ] 0.93 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5180 / 12246] 4061_truncate_many_dedup_blocks: [ OK ] 5.24 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5181 / 12246] 02944_variant_as_common_type_analyzer: [ OK ] 0.46 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5182 / 12246] 03173_check_cyclic_dependencies_on_create_and_rename: [ OK ] 0.45 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5183 / 12246] 04349_native_arrow_ipc_const_dictionary: [ OK ] 1.32 sec. [2026-08-01 14:02:13] 2026-08-02 04:02:13 [ 5184 / 12246] 00202_cross_join: [ OK ] 0.31 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5185 / 12246] 02141_clickhouse_local_interactive_table: [ OK ] 0.78 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5186 / 12246] 03600_analyzer_setting_bool: [ OK ] 0.26 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5187 / 12246] 04409_explain_actions_secret_args: [ OK ] 0.31 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5188 / 12246] 01388_clear_all_columns: [ OK ] 0.51 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5189 / 12246] 03109_ast_too_big: [ OK ] 0.29 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5190 / 12246] 02457_bz2_concatenated: [ OK ] 1.24 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5191 / 12246] 04326_create_or_replace_size_check_pre_flight: [ OK ] 0.75 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5192 / 12246] 02884_create_view_with_sql_security_option: [ OK ] 15.16 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5193 / 12246] 02006_todatetime64_from_string: [ OK ] 0.26 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5194 / 12246] 00286_format_long_negative_float: [ OK ] 0.25 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5195 / 12246] 02523_range_const_start: [ OK ] 0.25 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5196 / 12246] 00280_hex_escape_sequence: [ OK ] 0.26 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5197 / 12246] 03271_benchmark_metrics: [ OK ] 6.81 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5198 / 12246] 03401_normal_projection_with_part_offset: [ OK ] 0.51 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5199 / 12246] 03244_skip_index_in_final_query_with_pk_rescan_no_final_mark: [ OK ] 0.35 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5200 / 12246] 02421_simple_queries_for_opentelemetry: [ OK ] 6.91 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5201 / 12246] 02716_drop_if_empty: [ OK ] 0.46 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5202 / 12246] 00434_tonullable: [ OK ] 0.31 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5203 / 12246] 00471_sql_style_quoting: [ OK ] 0.31 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5204 / 12246] 03779_compact_part_bamboozling_bug: [ OK ] 0.82 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5205 / 12246] 04545_tostartof_month_week_day_interval_extreme_overflow: [ OK ] 0.39 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5206 / 12246] 03916_set_non_granted_role: [ OK ] 1.56 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5207 / 12246] 02459_read_in_order_bufer: [ OK ] 0.37 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5208 / 12246] 00410_aggregation_combinators_with_arenas: [ OK ] 0.76 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5209 / 12246] 03286_parallel_replicas_cross_join_bug: [ OK ] 0.75 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5210 / 12246] 02346_text_index_mergeTreeTextIndex_access: [ OK ] 4.82 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5211 / 12246] 03604_key_condition_set_tuple_bug: [ OK ] 0.32 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5212 / 12246] 02133_issue_32458: [ OK ] 0.30 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5213 / 12246] 02597_column_update_and_replication: [ OK ] 0.55 sec. [2026-08-01 14:02:14] 2026-08-02 04:02:14 [ 5214 / 12246] 02534_join_prewhere_bug: [ OK ] 0.36 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5215 / 12246] 02232_partition_pruner_single_point: [ OK ] 0.34 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5216 / 12246] 02354_vector_search_unquoted_index_parameters: [ OK ] 0.31 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5217 / 12246] 01674_unicode_asan: [ OK ] 0.31 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5218 / 12246] 04146_timeseries_attach_detach: [ OK ] 0.32 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5219 / 12246] 03802_summing_merge_tree_tuple_sum_and_partition_keys: [ OK ] 0.53 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5220 / 12246] 04356_format_window_function_in_codec: [ OK ] 0.32 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5221 / 12246] 01116_asof_join_dolbyzerr: [ OK ] 0.31 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5222 / 12246] 02889_system_drop_format_schema: [ OK ] 0.25 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5223 / 12246] 00871_t64_codec_signed: [ OK ] 1.42 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5224 / 12246] 02982_comments_in_system_tables: [ OK ] 1.02 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5225 / 12246] 03613_window_functions_in_order: [ OK ] 0.55 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5226 / 12246] 04412_mixed_alter_max_query_size_replicated: [ OK ] 2.04 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5227 / 12246] 04413_native_arrow_ipc_unsupported_types_as_binary: [ OK ] 1.32 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5228 / 12246] 04070_rename_ephemeral_to_virtual_column: [ OK ] 0.42 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5229 / 12246] 00836_indices_alter: [ OK ] 0.57 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5230 / 12246] 02922_url_s3_engine_size_virtual_column: [ OK ] 1.65 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5231 / 12246] 01669_columns_declaration_serde_long: [ OK ] 0.50 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5232 / 12246] 01798_having_push_down: [ OK ] 0.37 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5233 / 12246] 03356_threshold_for_parallel_hash: [ OK ] 0.51 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5234 / 12246] 03576_analyzer_recursive_window: [ OK ] 0.37 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5235 / 12246] 03148_query_log_used_dictionaries: [ OK ] 0.84 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5236 / 12246] 02501_limits_on_result_for_view: [ OK ] 0.41 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5237 / 12246] 04413_storage_alias_async_insert_dedup: [ OK ] 9.21 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5238 / 12246] 02915_lazy_loading_of_base_backups: [ OK ] 3.59 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5239 / 12246] 00017_in_subquery_with_empty_result: [ OK ] 0.26 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5240 / 12246] 01314_position_in_system_columns: [ OK ] 0.36 sec. [2026-08-01 14:02:15] 2026-08-02 04:02:15 [ 5241 / 12246] 04111_rocksdb_alter_setting_validation: [ OK ] 0.46 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5242 / 12246] 02304_orc_arrow_parquet_string_as_string: [ OK ] 0.27 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5243 / 12246] 00050_min_max: [ OK ] 0.46 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5244 / 12246] 03164_optimize_read_in_order_nullable: [ OK ] 0.43 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5245 / 12246] 04146_to_hour_monotonicity_dt64_timezone: [ OK ] 0.40 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5246 / 12246] 04235_streaming_queries_text_index_direct_read: [ OK ] 0.50 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5247 / 12246] 03040_dynamic_type_alters_1_compact_merge_tree: [ OK ] 0.75 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5248 / 12246] 02562_regexp_extract: [ OK ] 0.46 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5249 / 12246] 04033_issue_94659: [ OK ] 0.37 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5250 / 12246] 04341_reader_executor_long_connections: [ OK ] 1.26 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5251 / 12246] 02710_date_diff_aliases: [ OK ] 0.28 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5252 / 12246] 01889_clickhouse_client_config_format: [ OK ] 1.96 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5253 / 12246] 02346_text_index_function_hasPhrase: [ OK ] 1.10 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5254 / 12246] 03412_merge_final_prewhere: [ OK ] 0.36 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5255 / 12246] 04212_cast_datetime_keep_timezone: [ OK ] 0.51 sec. [2026-08-01 14:02:16] 2026-08-02 04:02:16 [ 5256 / 12246] 04504_tuple_combinator_respect_nulls: [ OK ] 0.36 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5257 / 12246] 04493_float_parsing_in_formats: [ OK ] 0.42 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5258 / 12246] 01947_multiple_pipe_read: [ OK ] 1.76 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5259 / 12246] 02981_insert_select_resize_to_max_insert_threads: [ OK ] 1.32 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5260 / 12246] 04250_hudi_invalid_filename_format: [ OK ] 1.32 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5261 / 12246] 03315_quantile_bfloat16_ubsan: [ OK ] 0.29 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5262 / 12246] 02481_array_join_with_map: [ OK ] 0.42 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5263 / 12246] 03644_rows_before_aggregation_in_order: [ OK ] 0.38 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5264 / 12246] 04103_user_network_bandwidth_throttler: [ OK ] 10.13 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5265 / 12246] 04092_truncate_order_by_group_by_array_join: [ OK ] 0.43 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5266 / 12246] 03447_base32_encode_decode: [ OK ] 0.93 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5267 / 12246] 02875_final_invalid_read_ranges_bug: [ OK ] 0.54 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5268 / 12246] 03356_analyzer_qualified_matcher_error: [ OK ] 0.54 sec. [2026-08-01 14:02:17] 2026-08-02 04:02:17 [ 5269 / 12246] 03240_cte_in_subquery: [ OK ] 0.48 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5270 / 12246] 02518_delete_on_materialized_view: [ OK ] 0.48 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5271 / 12246] 02023_storage_filelog: [ OK ] 8.69 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5272 / 12246] 02703_max_local_write_bandwidth: [ OK ] 9.62 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5273 / 12246] 03442_alter_delete_empty_part_rmt: [ OK ] 2.28 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5274 / 12246] 00605_intersections_aggregate_functions: [ OK ] 0.41 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5275 / 12246] 04268_cast_keep_nullable_variant: [ OK ] 0.96 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5276 / 12246] 04146_stop_pulling_replication_log_blocks_mutations: [ OK ] 2.67 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5277 / 12246] 03162_dynamic_type_nested: [ OK ] 0.39 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5278 / 12246] 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.29 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5279 / 12246] 03407_naive_bayes_classifier_byte: [ OK ] 5.42 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5280 / 12246] 04041_variant_read_with_direct_io: [ OK ] 3.52 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5281 / 12246] 03302_analyzer_distributed_filter_push_down: [ OK ] 1.65 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5282 / 12246] 04499_optimize_or_like_chain_many_patterns: [ OK ] 2.23 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5283 / 12246] 03634_autopr_input_bytes_estimation_compact: [ OK ] 0.96 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5284 / 12246] 02896_dwarf_format: [ OK ] 5.94 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5285 / 12246] 03259_grouping_sets_aliases: [ OK ] 0.51 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5286 / 12246] 04076_allow_statistics_blocks_add_drop: [ OK ] 0.53 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5287 / 12246] 00120_join_and_group_by: [ OK ] 0.41 sec. [2026-08-01 14:02:18] 2026-08-02 04:02:18 [ 5288 / 12246] 03522_join_using_bug_78907: [ OK ] 0.51 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5289 / 12246] 03036_schema_inference_cache_s3_archives: [ OK ] 0.63 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5290 / 12246] 03357_with_cube_with_totals_assertion: [ OK ] 0.42 sec. [2026-08-01 14:02:19] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5291 / 12246] 03814_system_unload_dictionary: [ OK ] 0.80 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5292 / 12246] 03553_json_shared_data_advanced_serialization_2: [ OK ] 1.55 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5293 / 12246] 04613_distributed_plan_merge_broadcast_join: [ OK ] 0.69 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5294 / 12246] 03305_log_unsupported_types: [ OK ] 0.62 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5295 / 12246] 00900_orc_arrow_parquet_nested: [ OK ] 5.95 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5296 / 12246] 04507_exclusion_search_max_steps: [ OK ] 0.43 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5297 / 12246] 04319_optimize_limit_by_function_keys: [ OK ] 0.71 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5298 / 12246] 04660_keeper_map_delete_multiple_blocks: [ OK ] 0.75 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5299 / 12246] 04005_share_nested_offsets: [ OK ] 2.21 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5300 / 12246] 01655_plan_optimizations: [ OK ] 11.50 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5301 / 12246] 02885_async_insert_access_check_for_defaults: [ OK ] 7.51 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5302 / 12246] 03364_prewhere_parallel_replicas: [ OK ] 4.77 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5303 / 12246] 00652_mutations_alter_update: [ OK ] 10.29 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5304 / 12246] 02375_double_escaping_json: [ OK ] 0.41 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5305 / 12246] 02532_send_logs_level_test: [ OK ] 1.77 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5306 / 12246] 03831_index_of_assume_sorted_const_exception: [ OK ] 0.51 sec. [2026-08-01 14:02:19] 2026-08-02 04:02:19 [ 5307 / 12246] 00763_long_lock_buffer_alter_destination_table: [ OK ] 32.69 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5308 / 12246] 04615_parameterized_view_scalar_subquery_param_ctas: [ OK ] 0.59 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5309 / 12246] 04498_join_runtime_filters_multihop: [ OK ] 0.94 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5310 / 12246] 01034_sample_final_distributed: [ OK ] 1.66 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5311 / 12246] 01925_json_as_string_data_in_square_brackets: [ OK ] 0.44 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5312 / 12246] 00688_low_cardinality_dictionary_deserialization: [ OK ] 1.25 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5313 / 12246] 02001_compress_output_file: [ OK ] 1.35 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5314 / 12246] 01088_benchmark_query_id: [ OK ] 1.78 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5315 / 12246] 02460_projections_and_aggregate_null_if_empty: [ OK ] 1.18 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5316 / 12246] 02861_replacing_merge_tree_with_cleanup: [ OK ] 0.61 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5317 / 12246] 02139_MV_with_scalar_subquery: [ OK ] 0.56 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5318 / 12246] 02477_fuse_quantiles: [ OK ] 0.44 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5319 / 12246] 02151_hash_table_sizes_stats_joins_reordered: [ OK ] 4.11 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5320 / 12246] 01107_tuples_arrays_parsing_exceptions: [ OK ] 1.31 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5321 / 12246] 02499_monotonicity_toUnixTimestamp64: [ OK ] 2.05 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5322 / 12246] 02941_variant_type_1: [ OK ] 12.59 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5323 / 12246] 04603_bit_to_array_big_int: [ OK ] 0.60 sec. [2026-08-01 14:02:20] 2026-08-02 04:02:20 [ 5324 / 12246] 04512_eval_table_function: [ OK ] 1.32 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5325 / 12246] 02021_prewhere_column_optimization: [ OK ] 0.48 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5326 / 12246] 04648_ordinal_argument_number_in_error_message: [ OK ] 3.61 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5327 / 12246] 04307_datetime64_pre_epoch_subsecond_monotonicity: [ OK ] 0.57 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5328 / 12246] 03205_overlay: [ OK ] 1.03 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5329 / 12246] 00914_replicate: [ OK ] 0.40 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5330 / 12246] 02835_packed_parts_metadata_version: [ OK ] 1.30 sec. [2026-08-01 14:02:21] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5331 / 12246] 02122_parallel_formatting_CustomSeparated: [ OK ] 2.63 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5332 / 12246] 04033_tpc_ds_q89: [ OK ] 2.05 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5333 / 12246] 03258_nonexistent_db: [ OK ] 0.89 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5334 / 12246] 04234_check_table_json_wide: [ OK ] 0.71 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5335 / 12246] 04325_s3_user_credentials_hardening: [ OK ] 6.49 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5336 / 12246] 04321_distributed_plan_count_implicit_projection: [ OK ] 0.80 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5337 / 12246] 04141_read_in_order_old_optimizer_coverage: [ OK ] 0.48 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5338 / 12246] 03312_sparse_column_tuple: [ OK ] 0.88 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5339 / 12246] 04075_text_index_correctness: [ OK ] 1.39 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5340 / 12246] 02731_parallel_replicas_join_subquery: [ OK ] 1.80 sec. [2026-08-01 14:02:21] 2026-08-02 04:02:21 [ 5341 / 12246] 01293_show_settings: [ OK ] 0.31 sec. [2026-08-01 14:02:21] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5342 / 12246] 04054_create_or_replace_materialized_view: [ OK ] 1.52 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5343 / 12246] 03826_system_certificates_smoke: [ OK ] 0.38 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5344 / 12246] 04260_variant_null_insert_values_format: [ OK ] 0.41 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5345 / 12246] 03999_stateless_settings_history: [ OK ] 1.29 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5346 / 12246] 02584_range_ipv4: [ OK ] 0.44 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5347 / 12246] 03403_truncate_all_tables_like: [ OK ] 1.22 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5348 / 12246] 00726_materialized_view_concurrent: [ OK ] 0.62 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5349 / 12246] 01106_const_fixed_string_like: [ OK ] 0.58 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5350 / 12246] 04600_distributed_index_analysis_scalars: [ OK ] 1.66 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5351 / 12246] 04411_text_index_multiple_partially_materialized: [ OK ] 0.81 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5352 / 12246] 04409_system_documentation_source_and_entities: [ OK ] 1.08 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5353 / 12246] 02920_fix_json_merge_patch: [ OK ] 0.36 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5354 / 12246] 00352_external_sorting_and_constants: [ OK ] 1.62 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5355 / 12246] 04057_json_variant_offsets_cache_bug: [ OK ] 0.58 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5356 / 12246] 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.44 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5357 / 12246] 04077_lwd_read_in_order: [ OK ] 0.57 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5358 / 12246] 00558_parse_floats: [ OK ] 0.36 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5359 / 12246] 02891_functions_over_sparse_columns: [ OK ] 0.45 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5360 / 12246] 01160_table_dependencies: [ OK ] 15.51 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5361 / 12246] 04070_pad_string_asan_overflow: [ OK ] 0.50 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5362 / 12246] 01390_remove_injective_in_uniq: [ OK ] 0.46 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5363 / 12246] 03279_subcolumns_in_primary_key_select_final: [ OK ] 0.87 sec. [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5364 / 12246] 02405_pmj_issue_40335: [ OK ] 0.41 sec. [2026-08-01 14:02:22] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:22] 2026-08-02 04:02:22 [ 5365 / 12246] 03595_changes_timeseries_functions_various_arguments: [ OK ] 1.11 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5366 / 12246] 01065_if_not_finite: [ OK ] 0.47 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5367 / 12246] 00941_to_custom_week: [ OK ] 0.73 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5368 / 12246] 03042_not_found_column_c1: [ OK ] 0.50 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5369 / 12246] 04054_compound_interval_literals: [ OK ] 0.95 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5370 / 12246] 00159_parallel_formatting_json_and_friends_2: [ OK ] 5.08 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5371 / 12246] 01825_json_type_order_by: [ OK ] 0.39 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5372 / 12246] 03405_merge_filter_into_join: [ OK ] 0.83 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5373 / 12246] 04499_json_extract_precise_float_parsing: [ OK ] 0.37 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5374 / 12246] 01762_deltasumtimestamp: [ OK ] 0.45 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5375 / 12246] 00104_totals_having_mode: [ OK ] 0.43 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5376 / 12246] 00821_distributed_storage_with_join_on: [ OK ] 0.53 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5377 / 12246] 04215_replicated_missing_covered_part_on_start: [ OK ] 8.32 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5378 / 12246] 02893_system_drop_schema_cache_format: [ OK ] 0.41 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5379 / 12246] 00079_array_join_not_used_joined_column: [ OK ] 0.95 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5380 / 12246] 01825_json_type_in_other_types: [ OK ] 4.09 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5381 / 12246] 04256_min_max_mapped_arrays_nan_consistent: [ OK ] 0.61 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5382 / 12246] 02518_qualified_asterisks_alias_table_name: [ OK ] 0.50 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5383 / 12246] 04040_clear_column_with_projection_index: [ OK ] 0.58 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5384 / 12246] 03008_groupSortedArray_field: [ OK ] 0.35 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5385 / 12246] 02570_fallback_from_async_insert: [ OK ] 4.05 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5386 / 12246] 01526_max_untracked_memory: [ OK ] 8.45 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5387 / 12246] 03402_secondary_indexes_analyzer_bugs: [ OK ] 0.49 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5388 / 12246] 03763_column_conflicting_with_subcolumn: [ OK ] 0.46 sec. [2026-08-01 14:02:23] 2026-08-02 04:02:23 [ 5389 / 12246] 01720_country_perimeter_and_area: [ OK ] 5.19 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5390 / 12246] 01275_extract_groups_check: [ OK ] 0.54 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5391 / 12246] 03573_create_user_query_parameters_format: [ OK ] 1.07 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5392 / 12246] 01721_constraints_constant_expressions: [ OK ] 0.57 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5393 / 12246] 02012_get_server_port: [ OK ] 0.42 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5394 / 12246] 01117_chain_finalize_bug: [ OK ] 0.57 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5395 / 12246] 02963_remote_read_small_buffer_size_bug: [ OK ] 4.08 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5396 / 12246] 02521_tsv_csv_custom_header_detection: [ OK ] 9.25 sec. [2026-08-01 14:02:24] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5397 / 12246] 04295_system_instrument_format_arguments: [ OK ] 0.52 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5398 / 12246] 03565_system_stack_trace_works: [ OK ] 1.44 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5399 / 12246] 03228_clickhouse_local_copy_argument: [ OK ] 1.20 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5400 / 12246] 03315_trim_two_args: [ OK ] 1.20 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5401 / 12246] 00800_low_cardinality_empty_array: [ OK ] 0.60 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5402 / 12246] 02428_parameterized_view_param_in_select_section: [ OK ] 1.28 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5403 / 12246] 01384_bloom_filter_bad_arguments: [ OK ] 0.90 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5404 / 12246] 02809_has_token: [ OK ] 0.42 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5405 / 12246] 04149_restore_settings_coverage: [ OK ] 5.24 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5406 / 12246] 02585_query_status_deadlock: [ OK ] 3.26 sec. [2026-08-01 14:02:24] 2026-08-02 04:02:24 [ 5407 / 12246] 03050_select_one_one_one: [ OK ] 0.39 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:24 [ 5408 / 12246] 03568_mutation_affected_rows_counter: [ OK ] 0.79 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5409 / 12246] 03403_distributed_merge_two_level_aggregation: [ OK ] 1.16 sec. [2026-08-01 14:02:25] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5410 / 12246] 00726_modulo_for_date: [ OK ] 0.72 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5411 / 12246] 04320_default_compression_codec_recompress_ttl: [ OK ] 0.64 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5412 / 12246] 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.59 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5413 / 12246] 03033_recursive_cte_basic: [ OK ] 1.12 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5414 / 12246] 03009_storage_memory_circ_buffer_usage: [ OK ] 1.11 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5415 / 12246] 03469_json_read_subcolumns_combined_1_wide_merge_tree: [ OK ] 1.77 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5416 / 12246] 00270_views_query_processing_stage: [ OK ] 0.72 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5417 / 12246] 03209_json_type_horizontal_merges: [ OK ] 9.45 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5418 / 12246] 02716_create_direct_dict_with_lifetime_throws: [ OK ] 0.46 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5419 / 12246] 03008_uniq_exact_equal_ranges: [ OK ] 1.85 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5420 / 12246] 03086_analyzer_window_func_part_of_group_by: [ OK ] 0.39 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5421 / 12246] 01666_lcm_ubsan: [ OK ] 0.83 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5422 / 12246] 00515_enhanced_time_zones: [ OK ] 1.33 sec. [2026-08-01 14:02:25] 2026-08-02 04:02:25 [ 5423 / 12246] 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.40 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5424 / 12246] 02158_explain_ast_alter_commands: [ OK ] 1.98 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5425 / 12246] 03777_highlight_digit_groups_in_format: [ OK ] 1.77 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5426 / 12246] 02456_alter-nullable-column-bag-2: [ OK ] 0.87 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5427 / 12246] 04033_tpc_ds_q71: [ OK ] 2.44 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5428 / 12246] 01040_distributed_background_insert_batch_inserts: [ OK ] 1.13 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5429 / 12246] 01809_inactive_parts_to_delay_throw_insert: [ OK ] 1.62 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5430 / 12246] 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 0.52 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5431 / 12246] 03312_squashing_with_low_card_mem_usage: [ OK ] 2.39 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5432 / 12246] 02410_to_decimal_or_default: [ OK ] 0.44 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5433 / 12246] 03286_reverse_sorting_key_final: [ OK ] 0.52 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5434 / 12246] 02015_async_inserts_stress_long: [ OK ] 10.52 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5435 / 12246] 03131_rewrite_sum_if_nullable: [ OK ] 0.58 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5436 / 12246] 04326_ast_json_update_parameterized_table: [ OK ] 0.38 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5437 / 12246] 01926_order_by_desc_limit: [ OK ] 2.83 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5438 / 12246] 00396_uuid: [ OK ] 0.39 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5439 / 12246] 04312_in_order_aggregation_inconsistency: [ OK ] 0.47 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5440 / 12246] 02493_analyzer_uniq_injective_functions_elimination: [ OK ] 0.31 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5441 / 12246] 03365_time_parsing_msan_issue: [ OK ] 0.36 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5442 / 12246] 02179_range_hashed_dictionary_invalid_interval: [ OK ] 0.45 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5443 / 12246] 03460_basic_projection_index: [ OK ] 1.88 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5444 / 12246] 02998_primary_key_skip_columns: [ OK ] 7.16 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5445 / 12246] 04058_topk_dynamic_filtering_with_dynamic_type: [ OK ] 0.53 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5446 / 12246] 02906_flatten_only_true_nested: [ OK ] 0.38 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5447 / 12246] 02358_file_default_value: [ OK ] 1.36 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5448 / 12246] 04076_json_in_min_max_index_bug: [ OK ] 0.47 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5449 / 12246] 04022_triple_join_using_bad_cast: [ OK ] 0.38 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5450 / 12246] 02813_seriesDecomposeSTL: [ OK ] 0.47 sec. [2026-08-01 14:02:26] 2026-08-02 04:02:26 [ 5451 / 12246] 00072_compare_date_and_string_index: [ OK ] 1.25 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5452 / 12246] 03073_analyzer_alias_as_column_name: [ OK ] 0.38 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5453 / 12246] 02994_sanity_check_settings: [ OK ] 0.43 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5454 / 12246] 02455_count_state_asterisk: [ OK ] 0.35 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5455 / 12246] 04604_pr_plan_based_force_index_view: [ OK ] 0.77 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5456 / 12246] 03170_float_schema_inference_small_block: [ OK ] 2.45 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5457 / 12246] 03259_join_condition_executed_block_bug: [ OK ] 0.37 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5458 / 12246] 04658_disable_unknown_fp_name: [ OK ] 3.47 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5459 / 12246] 02095_function_get_os_kernel_version: [ OK ] 0.26 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5460 / 12246] 00079_defaulted_columns: [ OK ] 0.60 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5461 / 12246] 02346_text_index_function_hasPhrase_positions: [ OK ] 1.95 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5462 / 12246] 02343_group_by_use_nulls: [ OK ] 0.37 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5463 / 12246] 03283_json_binary_serialization_use_default_settings: [ OK ] 0.31 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5464 / 12246] 02285_hex_bin_support_more_types: [ OK ] 0.47 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5465 / 12246] 00413_distinct: [ OK ] 0.42 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5466 / 12246] 02982_minmax_nan_null_order: [ OK ] 0.46 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5467 / 12246] 03394_distributed_sort: [ OK ] 2.49 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5468 / 12246] 04489_globstar_zero_level_directory: [ OK ] 1.82 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5469 / 12246] 04508_mergeTreeCodecBlockCounts_patch_parts: [ OK ] 0.37 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5470 / 12246] 01716_drop_rename_sign_column: [ OK ] 0.38 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5471 / 12246] 04507_materialized_cte_union_merge: [ OK ] 0.42 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5472 / 12246] 04070_subnormal_float_literal: [ OK ] 0.35 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5473 / 12246] 02346_position_countsubstrings_zero_byte: [ OK ] 0.41 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5474 / 12246] 03202_sz3_codec: [ OK ] 16.89 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5475 / 12246] 04337_ast_json_typed_child_hardening: [ OK ] 1.11 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5476 / 12246] 02551_obfuscator_keywords: [ OK ] 0.86 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5477 / 12246] 03094_recursive_type_proto: [ OK ] 0.92 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5478 / 12246] 01505_trivial_count_with_partition_predicate: [ OK ] 0.55 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5479 / 12246] 02483_password_reset: [ OK ] 1.18 sec. [2026-08-01 14:02:27] 2026-08-02 04:02:27 [ 5480 / 12246] 02916_set_formatting: [ OK ] 0.32 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5481 / 12246] 03892_grouping_sets_force_aggregation_in_order: [ OK ] 0.74 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5482 / 12246] 00378_json_quote_64bit_integers: [ OK ] 0.37 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5483 / 12246] 03630_parquet_bool_bug: [ OK ] 0.32 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5484 / 12246] 04308_regexp_extract_vector_constant_oob: [ OK ] 0.30 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5485 / 12246] 00739_array_element_nullable_string_mattrobenolt: [ OK ] 0.33 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5486 / 12246] 00417_system_build_options: [ OK ] 0.90 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5487 / 12246] 03801_autopr_input_bytes_estimation_query_with_subqueries: [ OK ] 0.72 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5488 / 12246] 01565_query_loop_after_client_error: [ OK ] 0.93 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5489 / 12246] 03254_timeseries_to_grid_aggregate_function: [ OK ] 0.66 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5490 / 12246] 00175_partition_by_ignore: [ OK ] 0.51 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5491 / 12246] 01586_storage_join_low_cardinality_key: [ OK ] 0.71 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5492 / 12246] 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 0.93 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5493 / 12246] 03008_s3_plain_rewritable: [ OK ] 6.22 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5494 / 12246] 01181_db_atomic_drop_on_cluster: [ OK ] 1.13 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5495 / 12246] 04047_arrow_uuid_nested_reader: [ OK ] 0.25 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5496 / 12246] 03913_tuple_inside_nullable_subcolumns: [ OK ] 0.76 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5497 / 12246] 04510_reader_executor_encrypted_layers: [ OK ] 0.97 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5498 / 12246] 00725_join_on_bug_4: [ OK ] 0.36 sec. [2026-08-01 14:02:28] 2026-08-02 04:02:28 [ 5499 / 12246] 03310_materialized_view_with_bad_select: [ OK ] 1.16 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5500 / 12246] 02242_case_insensitive_nested: [ OK ] 3.49 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5501 / 12246] 02940_variant_text_deserialization: [ OK ] 1.07 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5502 / 12246] 02286_parallel_final: [ OK ] 5.26 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5503 / 12246] 03094_analyzer_fiddle_multiif: [ OK ] 0.37 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5504 / 12246] 04046_detach_attach_secondary_index_metadata_cache: [ OK ] 0.66 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5505 / 12246] 01509_check_many_parallel_quorum_inserts_long: [ OK ] 7.36 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5506 / 12246] 04340_aggregation_in_order_limit_parallel_replicas: [ OK ] 0.38 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5507 / 12246] 04097_parquet_bloom_filter_overlapping_ranges: [ OK ] 3.23 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5508 / 12246] 02902_select_subcolumns_from_engine_null: [ OK ] 0.36 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5509 / 12246] 03256_invalid_mutation_query: [ OK ] 0.56 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5510 / 12246] 03282_parallel_join_with_additional_filter: [ OK ] 0.37 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5511 / 12246] 01273_arrow: [ OK ] 17.05 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5512 / 12246] 03890_output_format_trim_fixed_string: [ OK ] 0.36 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5513 / 12246] 02302_column_decl_null_before_defaul_value: [ OK ] 0.97 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5514 / 12246] 02516_projections_with_rollup: [ OK ] 1.89 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5515 / 12246] 04615_parquet_v3_dictionary_filter_hash_set_budget: [ OK ] 2.66 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5516 / 12246] 02802_clickhouse_disks_s3_copy: [ OK ] 1.28 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5517 / 12246] 02426_pod_array_overflow_3: [ OK ] 0.25 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5518 / 12246] 04401_mutate_all_columns_preserve_skip_index_checksums: [ OK ] 0.61 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5519 / 12246] 04335_low_cardinality_mixed_key_join: [ OK ] 0.50 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5520 / 12246] 00055_join_two_numbers: [ OK ] 0.28 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5521 / 12246] 01940_pad_string: [ OK ] 0.47 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5522 / 12246] 00481_create_view_for_null: [ OK ] 0.31 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5523 / 12246] 04648_tsv_schema_inference_leading_zero_decimals: [ OK ] 0.77 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5524 / 12246] 04639_ast_json_wasm_function_arguments_children: [ OK ] 0.35 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5525 / 12246] 03199_unbin_buffer_overflow: [ OK ] 7.32 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5526 / 12246] 01010_pmj_on_disk: [ OK ] 0.32 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5527 / 12246] 00056_join_number_string: [ OK ] 0.27 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5528 / 12246] 02912_ingestion_mv_deduplication: [ OK ] 1.73 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5529 / 12246] 04623_client_profile_events_delay_config: [ OK ] 10.42 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5530 / 12246] 03741_insert_select_subquery_from_file: [ OK ] 0.36 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5531 / 12246] 00982_low_cardinality_setting_in_mv: [ OK ] 0.32 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5532 / 12246] 03362_reverse_sorting_key_explicit_primary_key: [ OK ] 0.37 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5533 / 12246] 00429_point_in_ellipses: [ OK ] 0.33 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5534 / 12246] 03393_max_read_buffer_size_non_zero: [ OK ] 0.27 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5535 / 12246] 02184_ipv6_cast_test: [ OK ] 0.31 sec. [2026-08-01 14:02:29] 2026-08-02 04:02:29 [ 5536 / 12246] 03335_empty_blobs_on_s3: [ OK ] 2.83 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5537 / 12246] 03743_alp_codec_aggregations: [ OK ] 0.63 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5538 / 12246] 02911_support_alias_column_in_indices: [ OK ] 0.32 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5539 / 12246] 04305_constraint_const_substitution_correlated_subquery: [ OK ] 0.39 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5540 / 12246] 04039_count_nullable_tuple_subcolumn: [ OK ] 0.45 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5541 / 12246] 04038_commit_order_projection_replicated: [ OK ] 0.48 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5542 / 12246] 04314_limit_by_const_key: [ OK ] 0.36 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5543 / 12246] 01576_alias_column_rewrite: [ OK ] 0.82 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5544 / 12246] 04358_distributed_final_more_engines: [ OK ] 0.93 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5545 / 12246] 04210_issue_93132_lwu_patch_part_attach: [ OK ] 2.84 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5546 / 12246] 00148_monotonic_functions_and_index: [ OK ] 2.57 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5547 / 12246] 01732_explain_syntax_union_query: [ OK ] 0.37 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5548 / 12246] 00042_any_left_join: [ OK ] 0.59 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5549 / 12246] 02791_predicate_pushdown_different_types: [ OK ] 0.37 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5550 / 12246] 04401_dynamic_mutation_old_part_no_substreams_file: [ OK ] 3.88 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5551 / 12246] 04049_is_true_false_unknown: [ OK ] 0.46 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5552 / 12246] 02347_rank_corr_nan: [ OK ] 0.35 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5553 / 12246] 04301_clickhouse_local_query_id: [ OK ] 0.83 sec. [2026-08-01 14:02:30] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5554 / 12246] 04108_dynamic_flattened_malformed_index: [ OK ] 0.96 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5555 / 12246] 03706_statistics_preserve_checksums_on_mutations: [ OK ] 1.87 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5556 / 12246] 02790_async_queries_in_query_log: [ OK ] 5.17 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5557 / 12246] 03276_index_empty_part: [ OK ] 0.43 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5558 / 12246] 01817_storage_buffer_parameters: [ OK ] 0.32 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5559 / 12246] 01658_values_ubsan: [ OK ] 0.29 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5560 / 12246] 02346_text_index_bug90609: [ OK ] 0.45 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5561 / 12246] 03639_hash_of_dynamic_column: [ OK ] 0.35 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5562 / 12246] 03505_fixed_string_try_parse_rollback: [ OK ] 0.30 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5563 / 12246] 03572_highlight_regexp_replace: [ OK ] 1.01 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5564 / 12246] 02244_casewithexpression_return_type: [ OK ] 0.32 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5565 / 12246] 01475_read_subcolumns_3: [ OK ] 0.50 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5566 / 12246] 03927_except_all_ast_formatting_roundtrip: [ OK ] 0.35 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5567 / 12246] 01559_aggregate_null_for_empty_fix: [ OK ] 0.35 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5568 / 12246] 03400_output_format_float_precision: [ OK ] 0.73 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5569 / 12246] 02734_optimize_group_by: [ OK ] 0.37 sec. [2026-08-01 14:02:30] 2026-08-02 04:02:30 [ 5570 / 12246] 02317_functions_with_nothing: [ OK ] 0.39 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5571 / 12246] 02290_client_insert_cancel: [ OK ] 1.54 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5572 / 12246] 03203_grpc_protocol: [ OK ] 1.18 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5573 / 12246] 02906_orc_tuple_field_prune: [ OK ] 0.52 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5574 / 12246] 01352_add_datetime_bad_get: [ OK ] 0.33 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5575 / 12246] 02911_analyzer_explain_estimate: [ OK ] 0.33 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5576 / 12246] 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 3.62 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5577 / 12246] 02380_analyzer_join_sample: [ OK ] 0.43 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5578 / 12246] 03315_join_on_optimize_pass_alias: [ OK ] 0.30 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5579 / 12246] 04032_commit_order_projection: [ OK ] 0.51 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5580 / 12246] 01602_temporary_table_in_system_tables: [ OK ] 0.30 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5581 / 12246] 01932_alter_index_with_order: [ OK ] 0.44 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5582 / 12246] 04027_totals_blob_columns_cut: [ OK ] 1.00 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5583 / 12246] 01497_now_support_timezone: [ OK ] 0.37 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5584 / 12246] 04300_at_local_distributed: [ OK ] 0.43 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5585 / 12246] 03623_benchmark_use_dashes_for_underscored_flags: [ OK ] 1.65 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5586 / 12246] 02723_jit_aggregation_bug_48120: [ OK ] 0.43 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5587 / 12246] 02155_h3_to_center_child: [ OK ] 0.32 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5588 / 12246] 03919_variant_adaptor_lowcardinality: [ OK ] 0.25 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5589 / 12246] 04210_skip_index_on_data_read_leaf_limit: [ OK ] 0.39 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5590 / 12246] 01572_kill_window_function: [ OK ] 1.17 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5591 / 12246] 04628_distributed_with_fill_interpolate: [ OK ] 0.29 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5592 / 12246] 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 1.88 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5593 / 12246] 02701_non_parametric_function: [ OK ] 0.28 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5594 / 12246] 03519_analyzer_tuple_cast: [ OK ] 0.44 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5595 / 12246] 04295_105912_modify_column_to_nullable_with_statistics: [ OK ] 0.42 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5596 / 12246] 02500_analyzer_storage_view_crash_fix: [ OK ] 0.43 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5597 / 12246] 03714_queries_escaping_2: [ OK ] 0.33 sec. [2026-08-01 14:02:31] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5598 / 12246] 00737_decimal_group_by: [ OK ] 0.37 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5599 / 12246] 00078_string_concat: [ OK ] 1.22 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5600 / 12246] 04031_row_binary_with_names_columns_input_format: [ OK ] 9.06 sec. [2026-08-01 14:02:31] 2026-08-02 04:02:31 [ 5601 / 12246] 02234_column_function_short_circuit: [ OK ] 0.41 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5602 / 12246] 04234_top_k_through_join_final_desc_gate: [ OK ] 0.46 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5603 / 12246] 04079_crosstab_window_state_variant_cast: [ OK ] 0.82 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5604 / 12246] 01385_not_function: [ OK ] 0.33 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5605 / 12246] 04506_packed_part_fetch_checksum: [ OK ] 2.88 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5606 / 12246] 02703_storage_s3_race: [ OK ] 2.14 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5607 / 12246] 04517_create_user_and_login_rewrite: [ OK ] 3.39 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5608 / 12246] 02140_clickhouse_local_queries_file_table: [ OK ] 0.85 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5609 / 12246] 04024_jit_multiif_mixed_types: [ OK ] 0.43 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5610 / 12246] 02152_count_distinct_optimization: [ OK ] 0.42 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5611 / 12246] 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 0.37 sec. [2026-08-01 14:02:32] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5612 / 12246] 01039_row_policy_dcl: [ OK ] 0.91 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5613 / 12246] 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 0.34 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5614 / 12246] 04339_point_in_polygon_cache_size_local_ram_clamp: [ OK ] 1.06 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5615 / 12246] 04660_keeper_map_delete_multiple_blocks: [ OK ] 0.62 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5616 / 12246] 02831_trash: [ OK ] 0.27 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5617 / 12246] 01440_to_date_monotonicity: [ OK ] 0.46 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5618 / 12246] 03206_projection_merge_special_mergetree_ignore: [ OK ] 0.42 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5619 / 12246] 02122_parallel_formatting_XML: [ OK ] 2.11 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5620 / 12246] 04277_distr_in_negative_array: [ OK ] 0.31 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5621 / 12246] 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 1.84 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5622 / 12246] 03702_alter_codec_index: [ OK ] 0.67 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5623 / 12246] 03463_numeric_indexed_vector_overflow: [ OK ] 3.10 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5624 / 12246] 01274_alter_rename_column_distributed: [ OK ] 0.51 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5625 / 12246] 04279_sparsity_persist_exact_num_defaults: [ OK ] 0.67 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5626 / 12246] 01472_many_rows_in_totals: [ OK ] 0.35 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5627 / 12246] 04545_read_only_disk_refresh_parts: [ OK ] 2.80 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5628 / 12246] 03652_coalescing_merge_tree_fix_empty_tuple: [ OK ] 0.75 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5629 / 12246] 00718_low_cardinaliry_alter: [ OK ] 0.57 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5630 / 12246] 01680_date_time_add_ubsan: [ OK ] 0.47 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5631 / 12246] 03630_benchmark_accept_invalid_certificate: [ OK ] 1.02 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5632 / 12246] 04414_distinct_partitions_independently_heuristic: [ OK ] 0.72 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5633 / 12246] 02790_fix_coredump_when_compile_expression: [ OK ] 0.37 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5634 / 12246] 03759_join_filterpushdown_granules_read: [ OK ] 0.56 sec. [2026-08-01 14:02:32] 2026-08-02 04:02:32 [ 5635 / 12246] 00309_formats: [ OK ] 0.47 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5636 / 12246] 04099_sharded_aggregation_nan: [ OK ] 0.48 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5637 / 12246] 04509_default_role_functional: [ OK ] 8.53 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5638 / 12246] 04306_parquet_bit_packed_dict_def_levels: [ OK ] 1.97 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5639 / 12246] 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 0.39 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5640 / 12246] 00723_remerge_sort: [ OK ] 0.41 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5641 / 12246] 04401_update_nonexistent_column_error: [ OK ] 0.37 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5642 / 12246] 02267_jsonlines_ndjson_format: [ OK ] 0.41 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5643 / 12246] 03532_use_database_syntax: [ OK ] 2.60 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5644 / 12246] 00999_full_join_dup_keys_crash: [ OK ] 0.56 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5645 / 12246] 04034_buffer_sample_no_sampling_key: [ OK ] 0.42 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5646 / 12246] 04033_tpc_ds_q45: [ OK ] 1.72 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5647 / 12246] 00153_transform: [ OK ] 0.40 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5648 / 12246] 02504_parse_datetime_best_effort_calebeaires: [ OK ] 0.27 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5649 / 12246] 04654_table_name_length_underflow: [ OK ] 0.39 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5650 / 12246] 01411_from_unixtime: [ OK ] 0.47 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5651 / 12246] 00186_very_long_arrays: [ OK ] 1.56 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5652 / 12246] 03168_query_log_privileges_not_empty: [ OK ] 4.25 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5653 / 12246] 00580_cast_nullable_to_non_nullable: [ OK ] 0.25 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5654 / 12246] 03760_join_reorder_outer_inner_nulls: [ OK ] 0.34 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5655 / 12246] 03703_statistics_low_cardinality: [ OK ] 0.29 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5656 / 12246] 03925_sparse_values_in_substreams_cache_bug: [ OK ] 0.34 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5657 / 12246] 02356_insert_query_log_metrics: [ OK ] 0.34 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5658 / 12246] 01710_projection_optimize_materialize: [ OK ] 0.46 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5659 / 12246] 02160_monthname: [ OK ] 0.32 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5660 / 12246] 04029_json_columns_input_format: [ OK ] 0.51 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5661 / 12246] 03363_estimate_compression_bug91415: [ OK ] 0.32 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5662 / 12246] 04238_limit_by_in_pk_order: [ OK ] 1.31 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5663 / 12246] 03748_default_minmax_indices_alter: [ OK ] 0.39 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5664 / 12246] 01053_if_chain_check: [ OK ] 0.32 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5665 / 12246] 04109_grant_role_to_itself: [ OK ] 2.58 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5666 / 12246] 03810_analyzer_using_values_matcher: [ OK ] 1.11 sec. [2026-08-01 14:02:33] 2026-08-02 04:02:33 [ 5667 / 12246] 04261_echo_options_granular: [ OK ] 1.77 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5668 / 12246] 02477_analyzer_function_hints: [ OK ] 3.00 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5669 / 12246] 02589_bson_invalid_document_size: [ OK ] 0.35 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5670 / 12246] 03222_date_time_inference: [ OK ] 1.22 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5671 / 12246] 00051_any_inner_join: [ OK ] 0.35 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5672 / 12246] 01548_create_table_compound_column_format: [ OK ] 0.71 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5673 / 12246] 01940_totimezone_operator_monotonicity: [ OK ] 0.32 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5674 / 12246] 03554_json_shared_data_map_with_buckets_serialization_wide_part_big: [ OK ] 1.12 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5675 / 12246] 02563_progress_when_no_rows_from_prewhere: [ OK ] 0.42 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5676 / 12246] 03708_join_or_to_right_any_bug: [ OK ] 0.24 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5677 / 12246] 01944_insert_partition_by: [ OK ] 0.31 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5678 / 12246] 02783_max_bytes_to_read_in_schema_inference: [ OK ] 0.30 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5679 / 12246] 02025_subcolumns_compact_parts: [ OK ] 0.30 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5680 / 12246] 03644_explain_indices: [ OK ] 0.31 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5681 / 12246] 03604_and_join_use_nulls_bug_83977: [ OK ] 0.31 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5682 / 12246] 01445_create_table_as_table_function: [ OK ] 1.41 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5683 / 12246] 02311_normalize_utf8_constant: [ OK ] 0.29 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5684 / 12246] 04235_streaming_queries_virtual_columns_prewhere: [ OK ] 1.65 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5685 / 12246] 04507_dpsub_chained_outer_join_null_side: [ OK ] 0.42 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5686 / 12246] 00974_text_log_table_not_empty: [ OK ] 2.07 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5687 / 12246] 03701_analyzer_correlated_subquery_plan_reference: [ OK ] 0.41 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5688 / 12246] 01071_http_header_exception_code: [ OK ] 0.75 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5689 / 12246] 01798_uniq_theta_union_intersect_not: [ OK ] 0.45 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5690 / 12246] 04139_aggregate_function_states: [ OK ] 0.46 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5691 / 12246] 04000_s3_table_function_small_file_prefetch: [ OK ] 0.52 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5692 / 12246] 00751_hashing_ints: [ OK ] 0.35 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5693 / 12246] 04337_rewrite_aggregate_function_with_if_respect_nulls: [ OK ] 0.51 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5694 / 12246] 04205_field_visitor_convert_to_number_ubsan_103817: [ OK ] 0.48 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5695 / 12246] 02592_avro_records_with_same_names: [ OK ] 1.11 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5696 / 12246] 04234_where_and_low_cardinality_nullable_constant_104393: [ OK ] 0.42 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5697 / 12246] 03914_dynamic_illegal_subcolumn: [ OK ] 0.29 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5698 / 12246] 04262_uniq_state_or_null_with_rollup: [ OK ] 0.40 sec. [2026-08-01 14:02:34] 2026-08-02 04:02:34 [ 5699 / 12246] 03657_gby_overflow_any_sparse: [ OK ] 0.40 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5700 / 12246] 01648_mutations_and_escaping: [ OK ] 2.78 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5701 / 12246] 03404_geotoh3_input_order: [ OK ] 0.36 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5702 / 12246] 02815_fix_not_found_constants_col_in_block: [ OK ] 0.24 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5703 / 12246] 04510_functions_to_subcolumns_distributed_type_mismatch: [ OK ] 0.34 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5704 / 12246] 00054_join_string: [ OK ] 0.26 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5705 / 12246] 03038_nested_dynamic_merges_compact_vertical: [ OK ] 1.86 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5706 / 12246] 03365_time_time64_operations: [ OK ] 1.04 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5707 / 12246] 03761_count_distinct_optimization_window: [ OK ] 0.26 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5708 / 12246] 00349_visible_width: [ OK ] 0.26 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5709 / 12246] 01508_partition_pruning_long_2: [ OK ] 9.46 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5710 / 12246] 04040_tpc_h_q16: [ OK ] 1.15 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5711 / 12246] 02675_profile_events_from_query_log_and_client: [ OK ] 1.97 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5712 / 12246] 01102_distributed_local_in_bug: [ OK ] 0.41 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5713 / 12246] 03594_alias_subcolumns: [ OK ] 0.46 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5714 / 12246] 00048_b_stored_aggregates_merge: [ OK ] 0.44 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5715 / 12246] 01087_index_set_ubsan: [ OK ] 0.33 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5716 / 12246] 02932_punycode: [ OK ] 0.80 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5717 / 12246] 03918_kafka_produce_consume: [ OK ] 14.18 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5718 / 12246] 01933_invalid_date: [ OK ] 0.41 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5719 / 12246] 03612_freeze_partition_parallel_verbose_zookeeper: [ OK ] 8.49 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5720 / 12246] 01043_h3_edge_length_m: [ OK ] 0.37 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5721 / 12246] 03927_anti_join_swap_tables: [ OK ] 0.67 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5722 / 12246] 00250_tuple_comparison: [ OK ] 0.43 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5723 / 12246] 03561_materialized_subcolumns_materialized_view: [ OK ] 0.42 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5724 / 12246] 01558_ttest: [ OK ] 0.66 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5725 / 12246] 03036_reading_s3_archives: [ OK ] 0.91 sec. [2026-08-01 14:02:35] 2026-08-02 04:02:35 [ 5726 / 12246] 02935_ipv6_from_uint128_with_bit_and: [ OK ] 0.26 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5727 / 12246] 02243_arrow_read_null_type_to_nullable_column: [ OK ] 1.93 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5728 / 12246] 04319_dict_get_keys_vector_null_nan_consistency: [ OK ] 0.41 sec. [2026-08-01 14:02:36] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5729 / 12246] 04028_describe_table_function_rbac_bypass: [ OK ] 3.73 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5730 / 12246] 02868_distinct_to_count_optimization: [ OK ] 0.51 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5731 / 12246] 04490_http_auth_url_params_over_header: [ OK ] 1.46 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5732 / 12246] 03314_summing_merge_tree_final_not_found_column_in_block: [ OK ] 0.35 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5733 / 12246] 01413_rows_events: [ OK ] 0.62 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5734 / 12246] 04402_mutate_all_columns_preserve_legacy_idx_minmax: [ OK ] 3.78 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5735 / 12246] 04106_assert_type_equality_column_replicated: [ OK ] 0.33 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5736 / 12246] 04361_geojson_duplicate_feature_type: [ OK ] 0.30 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5737 / 12246] 02907_http_exception_json_bug: [ OK ] 0.88 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5738 / 12246] 00570_empty_array_is_const: [ OK ] 0.31 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5739 / 12246] 04048_projection_alias_column_order_by: [ OK ] 0.41 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5740 / 12246] 03461_clickhouse_local_extra_options: [ OK ] 1.13 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5741 / 12246] 01070_string_to_h3: [ OK ] 0.26 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5742 / 12246] 00926_adaptive_index_granularity_merge_tree: [ OK ] 1.25 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5743 / 12246] 04104_read_in_order_aggregation_parallelism: [ OK ] 0.51 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5744 / 12246] 04253_global_in_tuple_duplicate_columns: [ OK ] 0.50 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5745 / 12246] 04616_ast_json_column_type_and_cursor_tree_validation: [ OK ] 0.58 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5746 / 12246] 03711_top_k_by_skip_index_dynamic: [ OK ] 0.61 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5747 / 12246] 02049_lowcardinality_shortcircuit_crash: [ OK ] 0.30 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5748 / 12246] 04201_max_streams_to_max_threads_ratio_positive_overflow: [ OK ] 0.31 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5749 / 12246] 03287_not_comparable_types_in_order_by_and_comparison_functions: [ OK ] 0.46 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5750 / 12246] 03267_min_parts_to_merge_at_once: [ OK ] 4.94 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5751 / 12246] 04006_parquet_bool_to_fixedstring: [ OK ] 0.42 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5752 / 12246] 00389_concat_operator: [ OK ] 0.30 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5753 / 12246] 04049_arrayRemove_nullable_tuple: [ OK ] 0.31 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5754 / 12246] 03241_view_block_structure: [ OK ] 0.41 sec. [2026-08-01 14:02:36] 2026-08-02 04:02:36 [ 5755 / 12246] 03001_consider_lwd_when_merge: [ OK ] 0.47 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5756 / 12246] 04033_tpc_ds_q96: [ OK ] 1.46 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5757 / 12246] 00900_orc_load: [ OK ] 2.81 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5758 / 12246] 03303_alias_inverse_order: [ OK ] 0.43 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5759 / 12246] 01519_topK_distributed_parametrized: [ OK ] 0.51 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5760 / 12246] 01558_ttest_scipy: [ OK ] 3.53 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5761 / 12246] 01034_with_fill_and_push_down_predicate: [ OK ] 0.42 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5762 / 12246] 03032_scalars_create_as_select: [ OK ] 0.35 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5763 / 12246] 03924_duplicated_key_with_literal_and_nested_object_in_typed_paths_in_json: [ OK ] 0.28 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5764 / 12246] 03161_ipv4_ipv6_equality: [ OK ] 0.46 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5765 / 12246] 02245_s3_schema_desc: [ OK ] 0.50 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5766 / 12246] 02530_ip_part_id: [ OK ] 0.38 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5767 / 12246] 02662_sparse_columns_mutations_4: [ OK ] 0.41 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5768 / 12246] 01701_if_tuple_segfault: [ OK ] 0.65 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5769 / 12246] 02710_aggregation_nested_map_ip_uuid: [ OK ] 0.36 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5770 / 12246] 00071_merge_tree_optimize_aio: [ OK ] 1.23 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5771 / 12246] 03710_array_join_in_map_bug: [ OK ] 0.30 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5772 / 12246] 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 1.86 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5773 / 12246] 04401_detect_charset_language_large_input_ubsan: [ OK ] 0.38 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5774 / 12246] 04104_functions_context_lifetime_in_defaults: [ OK ] 0.98 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5775 / 12246] 04328_union_branch_sparse_header_mismatch: [ OK ] 0.48 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5776 / 12246] 04410_system_backups_restore_engine_settings: [ OK ] 3.84 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5777 / 12246] 00644_different_expressions_with_same_alias: [ OK ] 0.34 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5778 / 12246] 01055_minmax_index_compact_parts: [ OK ] 2.61 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5779 / 12246] 01319_mv_constants_bug: [ OK ] 0.51 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5780 / 12246] 04040_tpc_h_q03: [ OK ] 1.71 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5781 / 12246] 04011_predicate_statistics_log: [ OK ] 6.81 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5782 / 12246] 02999_analyzer_preimage_null: [ OK ] 0.35 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5783 / 12246] 04073_row_policy_subquery_crash: [ OK ] 0.37 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5784 / 12246] 02842_move_pk_to_end_of_prewhere: [ OK ] 0.47 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5785 / 12246] 03077_analyzer_multi_scalar_subquery_aliases: [ OK ] 0.40 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5786 / 12246] 04253_packed_skip_indices_drop_name_prefix: [ OK ] 0.49 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5787 / 12246] 04221_partition_id_with_minmax_constants_folding: [ OK ] 0.41 sec. [2026-08-01 14:02:37] 2026-08-02 04:02:37 [ 5788 / 12246] 01321_monotonous_functions_in_order_by_bug: [ OK ] 0.30 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5789 / 12246] 02154_bit_slice_for_string: [ OK ] 0.98 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5790 / 12246] 02342_analyzer_compound_types: [ OK ] 0.82 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5791 / 12246] 04502_inconsistent_ast_create_index_expr_paren_round_trip: [ OK ] 0.69 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5792 / 12246] 02539_generate_random_map: [ OK ] 0.34 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5793 / 12246] 04078_pr_view_over_empty_mergetree: [ OK ] 0.46 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5794 / 12246] 01676_range_hashed_dictionary: [ OK ] 0.70 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5795 / 12246] 03960_join_order_dphyp_algo_combo: [ OK ] 0.45 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5796 / 12246] 04506_csv_float_quoted_bad_value: [ OK ] 0.44 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5797 / 12246] 04299_at_time_zone: [ OK ] 0.47 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5798 / 12246] 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 0.35 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5799 / 12246] 03652_union_columns_2: [ OK ] 0.40 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5800 / 12246] 03038_move_partition_to_oneself_deadlock: [ OK ] 0.41 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5801 / 12246] 04042_arrow_uuid_import: [ OK ] 1.26 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5802 / 12246] 01303_polygons_equals: [ OK ] 0.43 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5803 / 12246] 01646_rewrite_sum_if: [ OK ] 0.74 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5804 / 12246] 02346_text_index_functions_with_empty_needle: [ OK ] 0.60 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5805 / 12246] 01430_fix_any_rewrite_aliases: [ OK ] 0.47 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5806 / 12246] 04257_replace_temporary_table_must_exist_102924: [ OK ] 0.53 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5807 / 12246] 00712_prewhere_with_missing_columns: [ OK ] 0.32 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5808 / 12246] 00602_throw_if: [ OK ] 4.18 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5809 / 12246] 04340_rapidjson_memory_tracking: [ OK ] 0.69 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5810 / 12246] 00954_client_prepared_statements: [ OK ] 4.77 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5811 / 12246] 00146_summing_merge_tree_nested_map: [ OK ] 0.52 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5812 / 12246] 02231_hierarchical_dictionaries_constant: [ OK ] 0.42 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5813 / 12246] 01079_bit_operations_using_bitset: [ OK ] 0.30 sec. [2026-08-01 14:02:38] 2026-08-02 04:02:38 [ 5814 / 12246] 04507_parallel_with_error_teardown_race: [ OK ] 8.40 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5815 / 12246] 04654_distributed_plan_parallel_replicas_auto_disabled: [ OK ] 0.46 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5816 / 12246] 02871_clickhouse_client_restart_pager: [ OK ] 1.18 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5817 / 12246] 04221_hypothetical_index_empirical: [ OK ] 5.34 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5818 / 12246] 04659_empty_array_join_ast_roundtrip: [ OK ] 2.92 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5819 / 12246] 03254_timeseries_functions: [ OK ] 0.42 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5820 / 12246] 04524_every_table_engine_must_have_documentation: [ OK ] 0.34 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5821 / 12246] 00898_parsing_bad_diagnostic_message: [ OK ] 1.31 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5822 / 12246] 04427_naive_bayes_dictionary_sparse_source: [ OK ] 0.44 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5823 / 12246] 03002_modify_query_cte: [ OK ] 0.47 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5824 / 12246] 02541_tuple_element_with_null: [ OK ] 0.46 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5825 / 12246] 04043_time_datetime_tz_comparison: [ OK ] 0.54 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5826 / 12246] 02523_array_shuffle: [ OK ] 0.87 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5827 / 12246] 03324_parallel_parsing_zero_bytes_buffer: [ OK ] 1.51 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5828 / 12246] 01031_new_any_join: [ OK ] 0.72 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5829 / 12246] 01107_join_right_table_totals: [ OK ] 0.73 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5830 / 12246] 03456_wide_integer_cross_platform_consistency: [ OK ] 0.61 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5831 / 12246] 01912_bad_cast_join_fuzz: [ OK ] 0.36 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5832 / 12246] 03733_has_function_key_condition_explain: [ OK ] 0.87 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5833 / 12246] 04039_prune_array_join_columns: [ OK ] 0.52 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5834 / 12246] 04042_time_series_range_overflow: [ OK ] 0.36 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5835 / 12246] 04356_threshold_for_parallel_hash_2: [ OK ] 0.63 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5836 / 12246] 00263_merge_aggregates_and_overflow: [ OK ] 0.42 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5837 / 12246] 03916_ifnull_variant_group_by: [ OK ] 0.50 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5838 / 12246] 02030_function_mapContainsKeyLike: [ OK ] 0.54 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5839 / 12246] 04322_106474_session_timezone_lowcardinality_datetime_csv_roundtrip: [ OK ] 1.00 sec. [2026-08-01 14:02:39] 2026-08-02 04:02:39 [ 5840 / 12246] 04411_point_in_polygon_const_cache_key: [ OK ] 0.41 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5841 / 12246] 04495_ast_json_nested_uuid_rejection: [ OK ] 0.52 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5842 / 12246] 03916_json_lazy_type_hints: [ OK ] 0.41 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5843 / 12246] 03534_npy_output_to_url: [ OK ] 0.40 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5844 / 12246] 01287_max_execution_speed: [ OK ] 4.54 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5845 / 12246] 04033_iceberg_alter_remove_settings_segfault: [ OK ] 2.24 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5846 / 12246] 02158_proportions_ztest: [ OK ] 0.44 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5847 / 12246] 01581_deduplicate_by_columns_replicated_long: [ OK ] 0.91 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5848 / 12246] 04041_filesystem_table_function: [ OK ] 2.33 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5849 / 12246] 04010_lift_up_functions_missing_sort_column: [ OK ] 0.30 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5850 / 12246] 00196_float32_formatting: [ OK ] 0.31 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5851 / 12246] 03800_mv_from_iceberg: [ OK ] 2.21 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5852 / 12246] 02127_storage_join_settings_with_persistency: [ OK ] 0.29 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5853 / 12246] 02946_parallel_replicas_force_primary_key: [ OK ] 0.87 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5854 / 12246] 04102_storage_alias_insert_dedup_token: [ OK ] 0.60 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5855 / 12246] 01410_nullable_key_and_index_negate_cond: [ OK ] 0.46 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5856 / 12246] 03214_inconsistent_formatting_of_codecs_statistics: [ OK ] 0.93 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5857 / 12246] 02553_json_type_attach_partition: [ OK ] 0.43 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5858 / 12246] 03573_linear_regression_timeseries_functions_various_arguments: [ OK ] 0.77 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5859 / 12246] 04063_polygon_dict_simple: [ OK ] 0.51 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5860 / 12246] 04641_ast_json_projection_order_by_shape: [ OK ] 0.37 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5861 / 12246] 00952_part_frozen_info: [ OK ] 0.42 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5862 / 12246] 00139_like: [ OK ] 2.65 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5863 / 12246] 02346_text_index_edge_cases: [ OK ] 0.39 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5864 / 12246] 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 6.94 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5865 / 12246] 03159_dynamic_type_all_types: [ OK ] 0.58 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5866 / 12246] 03257_scalar_in_format_table_expression: [ OK ] 0.58 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5867 / 12246] 03239_nan_with_fill: [ OK ] 0.38 sec. [2026-08-01 14:02:40] 2026-08-02 04:02:40 [ 5868 / 12246] 04070_summing_mt_final_partition_pruning: [ OK ] 0.40 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5869 / 12246] 04341_sqlite_query_passing: [ OK ] 1.31 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5870 / 12246] 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 0.32 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5871 / 12246] 04401_refreshable_mv_alter_depends_on_temp_shadow: [ OK ] 3.25 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5872 / 12246] 04327_reader_executor_metrics: [ OK ] 0.50 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5873 / 12246] 01198_client_quota_key: [ OK ] 1.27 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5874 / 12246] 00752_low_cardinality_mv_2: [ OK ] 0.43 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5875 / 12246] 04327_cluster_functions_huge_num_streams_no_crash: [ OK ] 5.00 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5876 / 12246] 02112_skip_index_set_and_or: [ OK ] 0.32 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5877 / 12246] 02505_forbid_paths_in_datetime_timezone: [ OK ] 0.31 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5878 / 12246] 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 0.32 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5879 / 12246] 03778_deterministic_injective_functions_key_condition: [ OK ] 1.57 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5880 / 12246] 00523_aggregate_functions_in_group_array: [ OK ] 0.36 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5881 / 12246] 04336_parallel_blocks_marshalling_low_cardinality_native_format: [ OK ] 0.31 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5882 / 12246] 01753_fix_clickhouse_format: [ OK ] 0.96 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5883 / 12246] 04511_bool_json_special_values_gate: [ OK ] 0.45 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5884 / 12246] 04545_zxc_codec: [ OK ] 1.30 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5885 / 12246] 04506_tuple_combinator_parallel_merge: [ OK ] 0.55 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5886 / 12246] 02285_executable_user_defined_function_group_by: [ OK ] 0.31 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5887 / 12246] 02494_analyzer_compound_expression_crash_fix: [ OK ] 0.41 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5888 / 12246] 03822_attach_with_unknown_projection: [ OK ] 10.11 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5889 / 12246] 00800_versatile_storage_join: [ OK ] 0.57 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5890 / 12246] 01710_projection_in_index: [ OK ] 0.43 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5891 / 12246] 01622_defaults_for_url_engine: [ OK ] 0.86 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5892 / 12246] 04299_wasm_udf_materialized_view: [ OK ] 2.37 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5893 / 12246] 04234_transform_const_default_cast: [ OK ] 0.33 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5894 / 12246] 04315_native_arrow_ipc_reader_nested: [ OK ] 1.59 sec. [2026-08-01 14:02:41] 2026-08-02 04:02:41 [ 5895 / 12246] 03532_dynamic_column_inside_map_rollback: [ OK ] 0.27 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5896 / 12246] 02000_map_full_text_bloom_filter_index: [ OK ] 1.07 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5897 / 12246] 04365_msgpack_empty_fixstr_schema_inference: [ OK ] 0.37 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5898 / 12246] 03272_arrayAUCPR: [ OK ] 0.52 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5899 / 12246] 00519_create_as_select_from_temporary_table: [ OK ] 0.24 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5900 / 12246] 02224_s2_test_const_columns: [ OK ] 0.31 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5901 / 12246] 02318_template_schema_inference_bug: [ OK ] 0.30 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5902 / 12246] 00534_functions_bad_arguments11: [ OK ] 7.91 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5903 / 12246] 03100_lwu_53_apply_patches_rebuild_indexes: [ OK ] 0.57 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5904 / 12246] 02428_delete_with_settings: [ OK ] 0.61 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5905 / 12246] 00491_shard_distributed_and_aliases_in_where_having: [ OK ] 0.31 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5906 / 12246] 02889_file_log_save_errors: [ OK ] 2.38 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5907 / 12246] 02960_alter_table_part_query_parameter: [ OK ] 0.36 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5908 / 12246] 01883_grouping_sets_crash: [ OK ] 0.53 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5909 / 12246] 03629_duplicate_partition_keys_crash: [ OK ] 0.78 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5910 / 12246] 03530_insert_sparse_enum: [ OK ] 1.26 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5911 / 12246] 04621_toStartOfInterval_subsecond_overflow: [ OK ] 0.46 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5912 / 12246] 04056_tuple_inside_nullable_casting: [ OK ] 1.71 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5913 / 12246] 02722_line_as_string_consistency: [ OK ] 1.43 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5914 / 12246] 00075_shard_formatting_negate_of_negative_literal: [ OK ] 0.33 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5915 / 12246] 04490_table_readonly_partition_commands: [ OK ] 0.45 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5916 / 12246] 02916_dictionary_access: [ OK ] 1.72 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5917 / 12246] 01089_alter_settings_old_format: [ OK ] 0.32 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5918 / 12246] 03310_create_database_with_settings: [ OK ] 0.51 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5919 / 12246] 04064_negative_limit_fractional_limit_shard: [ OK ] 0.60 sec. [2026-08-01 14:02:42] 2026-08-02 04:02:42 [ 5920 / 12246] 02907_preferred_optimize_projection_name: [ OK ] 4.84 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5921 / 12246] 03324_aggregating_merge_tree_final_extremes: [ OK ] 0.42 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5922 / 12246] 03275_subcolumns_in_primary_key: [ OK ] 2.13 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5923 / 12246] 03538_validate_setting_merge_max_block_size: [ OK ] 0.30 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5924 / 12246] 01936_quantiles_cannot_return_null: [ OK ] 0.40 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5925 / 12246] 02302_defaults_in_columnar_formats: [ OK ] 0.46 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5926 / 12246] 04551_substreams_cache_ownership_validator_more_paths: [ OK ] 0.67 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5927 / 12246] 00514_interval_operators: [ OK ] 0.48 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5928 / 12246] 02932_group_by_null_fuzzer: [ OK ] 0.40 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5929 / 12246] 04502_correlated_subquery_deep_nested_reference: [ OK ] 0.46 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5930 / 12246] 00915_simple_aggregate_function_summing_merge_tree: [ OK ] 0.73 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5931 / 12246] 02967_index_hint_crash: [ OK ] 0.37 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5932 / 12246] 04234_filter_push_down_const_null_union: [ OK ] 0.31 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5933 / 12246] 04004_move_partition_bidirectional_deadlock: [ OK ] 7.19 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5934 / 12246] 04312_iceberg_file_filter_progress: [ OK ] 1.40 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5935 / 12246] 03278_json_subcolumns_in_skipping_indexes: [ OK ] 1.36 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5936 / 12246] 00700_decimal_formats: [ OK ] 0.37 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5937 / 12246] 03254_last_2_samples_aggregate_function: [ OK ] 0.54 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5938 / 12246] 04491_outfile_compression_level_range: [ OK ] 2.09 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5939 / 12246] 00182_simple_squashing_transform_bug: [ OK ] 0.77 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5940 / 12246] 02725_agg_projection_respect_PK: [ OK ] 0.36 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5941 / 12246] 01338_uuid_without_separator: [ OK ] 0.36 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5942 / 12246] 02999_scalar_subqueries_bug_2: [ OK ] 0.29 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5943 / 12246] 01509_parallel_quorum_and_merge_long: [ OK ] 5.78 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5944 / 12246] 03652_coalescing_merge_tree_fix_empty_tuple_allow_tuple_element_aggregation: [ OK ] 0.50 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5945 / 12246] 00028_shard_big_agg_aj_distributed: [ OK ] 0.42 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5946 / 12246] 03829_log_engine_ephemeral_subcolumn: [ OK ] 0.37 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5947 / 12246] 04613_ast_json_create_variant_clause_ownership: [ OK ] 0.42 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5948 / 12246] 01761_alter_decimal_zookeeper_long: [ OK ] 0.47 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5949 / 12246] 04267_iceberg_parquet_in_subquery: [ OK ] 1.44 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5950 / 12246] 00743_limit_by_not_found_column: [ OK ] 0.32 sec. [2026-08-01 14:02:43] 2026-08-02 04:02:43 [ 5951 / 12246] 03538_optimize_rewrite_regexp_functions: [ OK ] 0.35 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5952 / 12246] 03314_nullable_key_no_optimize_functions_to_subcolumns: [ OK ] 0.30 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5953 / 12246] 03522_nullable_partition_key: [ OK ] 0.35 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5954 / 12246] 02561_temporary_table_grants: [ OK ] 4.32 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5955 / 12246] 03537_kusto_ubsan: [ OK ] 0.28 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5956 / 12246] 04034_any_left_join_in_subquery_default_value: [ OK ] 0.45 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5957 / 12246] 01424_parse_date_time_bad_date: [ OK ] 0.32 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5958 / 12246] 03037_union_view: [ OK ] 0.48 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5959 / 12246] 03221_variant_logical_error: [ OK ] 0.56 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5960 / 12246] 03910_skip_index_empty_expression: [ OK ] 0.32 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5961 / 12246] 03167_base64_url_functions_sh: [ OK ] 1.62 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5962 / 12246] 00399_group_uniq_array_date_datetime: [ OK ] 0.43 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5963 / 12246] 02941_any_RESPECT_NULL_sparse_column: [ OK ] 0.34 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5964 / 12246] 03037_zero_step_in_numbers_table_function: [ OK ] 0.34 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5965 / 12246] 03290_nullable_json: [ OK ] 0.77 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5966 / 12246] 03633_parquet_prewhere_not_bool: [ OK ] 0.92 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5967 / 12246] 03008_local_plain_rewritable: [ OK ] 2.31 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5968 / 12246] 00520_tuple_values_interpreter: [ OK ] 0.41 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5969 / 12246] 02184_range_hashed_dictionary_outside_range_values: [ OK ] 0.42 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5970 / 12246] 01086_regexp_input_format_skip_unmatched: [ OK ] 1.77 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5971 / 12246] 04234_partitioned_group_by: [ OK ] 0.30 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5972 / 12246] 03247_ghdata_string_to_json_alter: [ OK ] 3.41 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5973 / 12246] 03988_setting_use_partition_pruning: [ OK ] 0.59 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5974 / 12246] 00530_arrays_of_nothing: [ OK ] 0.33 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5975 / 12246] 04235_create_or_replace_source_table_view_dependencies: [ OK ] 0.50 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5976 / 12246] 03712_json_advanced_shared_data_bug: [ OK ] 0.34 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5977 / 12246] 03633_set_index_bulk_filtering: [ OK ] 0.52 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5978 / 12246] 03458_numeric_indexed_vector_operations_u32u64: [ OK ] 0.43 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5979 / 12246] 02971_functions_to_subcolumns_map: [ OK ] 0.37 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5980 / 12246] 02008_materialize_column: [ OK ] 0.60 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5981 / 12246] 00834_kill_mutation: [ OK ] 4.74 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5982 / 12246] 00804_test_delta_codec_no_type_alter: [ OK ] 0.37 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5983 / 12246] 03173_parallel_replicas_join_bug: [ OK ] 1.44 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5984 / 12246] 00836_indices_alter_replicated_zookeeper_long: [ OK ] 1.48 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5985 / 12246] 03786_outer_to_semi_or_anti: [ OK ] 0.33 sec. [2026-08-01 14:02:44] 2026-08-02 04:02:44 [ 5986 / 12246] 02888_integer_type_inference_in_if_function: [ OK ] 0.37 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5987 / 12246] 04100_collect_sets_crash_with_unresolved_in_function: [ OK ] 0.33 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5988 / 12246] 02232_allow_only_replicated_engine: [ OK ] 3.89 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5989 / 12246] 01717_global_with_subquery_fix: [ OK ] 0.34 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5990 / 12246] 01660_system_parts_smoke: [ OK ] 0.52 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5991 / 12246] 04236_merge_with_alias_missing_target_104740: [ OK ] 0.52 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5992 / 12246] 03279_pr_3_way_joins_left_first_left: [ OK ] 0.94 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5993 / 12246] 02841_parallel_final_wrong_columns_order: [ OK ] 0.69 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5994 / 12246] 03286_backup_to_memory: [ OK ] 0.36 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5995 / 12246] 00779_all_right_join_max_block_size: [ OK ] 0.37 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5996 / 12246] 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 0.66 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5997 / 12246] 00719_parallel_ddl_table: [ OK ] 24.23 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5998 / 12246] 04516_orc_native_union_struct_branch_null: [ OK ] 0.30 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 5999 / 12246] 02323_null_modifier_in_table_function: [ OK ] 0.30 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6000 / 12246] 04310_distributed_unserializable_step_rejected: [ OK ] 0.39 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6001 / 12246] 02377_extend_protocol_with_query_parameters: [ OK ] 3.71 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6002 / 12246] 01774_bar_with_illegal_value: [ OK ] 0.25 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6003 / 12246] 03167_fancy_quotes_off_by_one: [ OK ] 0.28 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6004 / 12246] 04507_pr_plan_based_split_header: [ OK ] 0.39 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6005 / 12246] 04615_substreams_prefix_cache_map_shared_data_subobject: [ OK ] 0.56 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6006 / 12246] 00700_decimal_casts: [ OK ] 0.92 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6007 / 12246] 01524_do_not_merge_across_partitions_select_final: [ OK ] 0.50 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6008 / 12246] 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 0.82 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6009 / 12246] 03810_inconsistent_formatting_column_default_alias: [ OK ] 0.43 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6010 / 12246] 03442_string_bytes_functions: [ OK ] 0.45 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6011 / 12246] 02902_diable_apply_deleted_mask: [ OK ] 0.56 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6012 / 12246] 00686_client_exit_code: [ OK ] 1.03 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6013 / 12246] 04327_variant_map_statistics_merge_discriminator: [ OK ] 0.36 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6014 / 12246] 03031_read_in_order_optimization_with_virtual_row_explain: [ OK ] 0.33 sec. [2026-08-01 14:02:45] 2026-08-02 04:02:45 [ 6015 / 12246] 03823_optimize_dry_run_cleanup: [ OK ] 0.62 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6016 / 12246] 02495_analyzer_storage_join: [ OK ] 0.60 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6017 / 12246] 00384_column_aggregate_function_insert_from: [ OK ] 0.41 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6018 / 12246] 03566_analyzer_single_with_scope: [ OK ] 0.46 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6019 / 12246] 02151_lc_prefetch: [ OK ] 2.58 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6020 / 12246] 00135_duplicate_group_by_keys_segfault: [ OK ] 0.16 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6021 / 12246] 03774_parquet_empty_tuple: [ OK ] 0.96 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6022 / 12246] 04092_lazy_final_is_deleted: [ OK ] 3.08 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6023 / 12246] 00927_asof_joins: [ OK ] 0.36 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6024 / 12246] 03260_compressor_stat: [ OK ] 0.83 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6025 / 12246] 03550_union_intersect_except_default_mode_rewrite_exception_safety: [ OK ] 0.29 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6026 / 12246] 04411_planner_actions_visitor_shared_subexpr_reuse: [ OK ] 0.33 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6027 / 12246] 01231_log_queries_min_type: [ OK ] 0.93 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6028 / 12246] 04409_array_join_comma_subquery_roundtrip: [ OK ] 1.42 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6029 / 12246] 01056_prepared_statements_null_and_escaping: [ OK ] 0.96 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6030 / 12246] 01408_range_overflow: [ OK ] 0.38 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6031 / 12246] 00938_template_input_format: [ OK ] 4.70 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6032 / 12246] 03771_tokens_crash: [ OK ] 0.32 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6033 / 12246] 03305_rename_with_implicit_index_replicated: [ OK ] 1.18 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6034 / 12246] 04654_delta_lake_predicate_untranslatable_under_not: [ OK ] 7.77 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6035 / 12246] 01050_engine_join_crash: [ OK ] 0.63 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6036 / 12246] 03247_materialized_view_select_intersect: [ OK ] 0.29 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6037 / 12246] 01451_normalize_query: [ OK ] 0.55 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6038 / 12246] 00740_optimize_predicate_expression: [ OK ] 0.41 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6039 / 12246] 03546_join_key_value_storage_with_casted_key: [ OK ] 0.46 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6040 / 12246] 02843_date_predicate_optimizations_bugs: [ OK ] 0.31 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6041 / 12246] 02771_jit_functions_comparison_crash: [ OK ] 0.45 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6042 / 12246] 01801_distinct_group_by_shard: [ OK ] 0.37 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6043 / 12246] 04545_asof_join_constant_condition: [ OK ] 0.39 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6044 / 12246] 00932_geohash_support: [ OK ] 0.48 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6045 / 12246] 04340_ast_json_dialect_multiquery_excessive_input: [ OK ] 1.27 sec. [2026-08-01 14:02:46] 2026-08-02 04:02:46 [ 6046 / 12246] 04648_join_dummy_only_both_children: [ OK ] 0.61 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6047 / 12246] 03008_deduplication_cases_from_docs: [ OK ] 0.92 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6048 / 12246] 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.32 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6049 / 12246] 03604_string_with_size_stream: [ OK ] 0.83 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6050 / 12246] 04402_naive_bayes_classifier_accuracy: [ OK ] 3.87 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6051 / 12246] 02313_avro_records_and_maps: [ OK ] 0.42 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6052 / 12246] 02514_analyzer_drop_join_on: [ OK ] 0.43 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6053 / 12246] 04046_protobuf_format_oneof_empty_inference: [ OK ] 0.88 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6054 / 12246] 01516_date_time_output_format: [ OK ] 0.38 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6055 / 12246] 03298_vertical_columns: [ OK ] 0.32 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6056 / 12246] 03229_query_condition_cache_cte_constant_folding: [ OK ] 0.26 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6057 / 12246] 02311_system_zookeeper_insert: [ OK ] 0.83 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6058 / 12246] 03093_analyzer_miel_test: [ OK ] 0.37 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6059 / 12246] 03367_l2_distance_transposed_1: [ OK ] 0.91 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6060 / 12246] 02565_analyzer_limit_settings: [ OK ] 0.37 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6061 / 12246] 04254_database_replicated_system_clusters_no_active_replicas: [ OK ] 2.28 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6062 / 12246] 04658_uniq_variadic_if_no_key: [ OK ] 0.37 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6063 / 12246] 00534_exp10: [ OK ] 0.27 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6064 / 12246] 00565_enum_order: [ OK ] 2.48 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6065 / 12246] 03792_implicit_index_modify_column: [ OK ] 0.41 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6066 / 12246] 01052_compression_buffer_overrun: [ OK ] 0.87 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6067 / 12246] 00001_select_1: [ OK ] 0.31 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6068 / 12246] 03149_analyzer_window_redefinition: [ OK ] 0.37 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6069 / 12246] 02811_invalid_embedded_rocksdb_create: [ OK ] 0.31 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6070 / 12246] 00518_extract_all_and_empty_matches: [ OK ] 0.29 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6071 / 12246] 04070_array_exists_to_has_null: [ OK ] 0.37 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6072 / 12246] 01321_aggregate_functions_of_group_by_keys: [ OK ] 0.82 sec. [2026-08-01 14:02:47] 2026-08-02 04:02:47 [ 6073 / 12246] 04318_arrayjoin_after_sort_with_limit_by: [ OK ] 0.36 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6074 / 12246] 02479_analyzer_join_with_constants: [ OK ] 0.41 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6075 / 12246] 02343_group_by_use_nulls_distributed: [ OK ] 0.50 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6076 / 12246] 03733_has_function_key_condition: [ OK ] 1.02 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6077 / 12246] 02990_format_lambdas: [ OK ] 1.09 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6078 / 12246] 02417_opentelemetry_insert_on_distributed_table: [ OK ] 6.09 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6079 / 12246] 00818_inner_join_bug_3567: [ OK ] 0.40 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6080 / 12246] 00150_quantiles_timing_precision: [ OK ] 1.36 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6081 / 12246] 04327_nullable_partial_sort_limit_equal_ranges: [ OK ] 0.45 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6082 / 12246] 04323_avro_schema_registry_retry_settings: [ OK ] 0.38 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6083 / 12246] 04489_docs_web_ui_same_directory_link: [ OK ] 1.19 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6084 / 12246] 02479_analyzer_aggregation_totals_rollup_crash_fix: [ OK ] 0.34 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6085 / 12246] 04299_deltalake_invalid_utf8_credentials: [ OK ] 1.05 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6086 / 12246] 01278_random_string_utf8: [ OK ] 0.34 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6087 / 12246] 04050_profile_events_skip_indexes_on_data_read: [ OK ] 0.61 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6088 / 12246] 02662_first_last_value: [ OK ] 0.31 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6089 / 12246] 03165_distinct_with_window_func_crash: [ OK ] 0.27 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6090 / 12246] 03532_redis_empty_variant_key: [ OK ] 0.25 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6091 / 12246] 03033_final_undefined_last_mark: [ OK ] 0.21 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6092 / 12246] 04402_datetime64_extended_range_review_fixes: [ OK ] 0.39 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6093 / 12246] 03702_encode_decode_memory_usage: [ OK ] 2.17 sec. [2026-08-01 14:02:48] 2026-08-02 04:02:48 [ 6094 / 12246] 03231_hive_partitioning_filtering: [ OK ] 2.84 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6095 / 12246] 01772_to_start_of_hour_align: [ OK ] 0.39 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6096 / 12246] 03012_prewhere_merge_distributed: [ OK ] 0.75 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6097 / 12246] 00506_shard_global_in_union: [ OK ] 0.51 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6098 / 12246] 04061_iceberg_update_partition_key_empty_block: [ OK ] 2.51 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6099 / 12246] 04047_grouping_sets_with_external_group_by: [ OK ] 0.31 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6100 / 12246] 01010_pm_join_all_join_bug: [ OK ] 0.32 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6101 / 12246] 00044_any_left_join_string: [ OK ] 3.09 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6102 / 12246] 03667_insert_columns_description: [ OK ] 0.44 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6103 / 12246] 03602_temporary_views_session_bound_only: [ OK ] 1.54 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6104 / 12246] 04645_deduplication_alias_hop_partitioned_no_dedup: [ OK ] 2.57 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6105 / 12246] 03920_kafka_insert: [ OK ] 14.07 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6106 / 12246] 03248_json_as_string_row_binary: [ OK ] 0.99 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6107 / 12246] 04621_deduplication_alias_hop_partitioned_target: [ OK ] 8.72 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6108 / 12246] 04342_group_format_serialization: [ OK ] 0.54 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6109 / 12246] 02811_primary_key_in_columns: [ OK ] 0.59 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6110 / 12246] 02039_group_by_with_totals_having: [ OK ] 0.31 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6111 / 12246] 04042_iceberg_alter_modify_column_comment_segfault: [ OK ] 1.98 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6112 / 12246] 04401_join_by_virtual_column: [ OK ] 0.49 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6113 / 12246] 02877_optimize_read_in_order_from_view: [ OK ] 2.24 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6114 / 12246] 00927_asof_join_other_types: [ OK ] 1.24 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6115 / 12246] 03578_ttl_column_in_order_by_validation: [ OK ] 0.39 sec. [2026-08-01 14:02:49] 2026-08-02 04:02:49 [ 6116 / 12246] 02810_row_binary_with_defaults: [ OK ] 0.42 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6117 / 12246] 04511_add_days_fixed_offset_fast_path: [ OK ] 0.67 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6118 / 12246] 03010_file_log_large_poll_batch_size: [ OK ] 0.30 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6119 / 12246] 04035_materialized_cte_lazy_analysis: [ OK ] 0.38 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6120 / 12246] 04257_intersect_empty_input: [ OK ] 0.33 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6121 / 12246] 04033_tpc_ds_q49: [ OK ] 1.80 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6122 / 12246] 01352_generate_random_overflow: [ OK ] 0.32 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6123 / 12246] 04653_iceberg_avro_optional_complex_union: [ OK ] 2.22 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6124 / 12246] 04024_json_skip_index_larger_granularity: [ OK ] 0.86 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6125 / 12246] 02552_client_format_settings: [ OK ] 0.25 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6126 / 12246] 02384_decrypt_bad_arguments: [ OK ] 0.26 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6127 / 12246] 03397_disallow_empty_session_id: [ OK ] 0.79 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6128 / 12246] 02943_alter_user_modify_settings: [ OK ] 16.37 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6129 / 12246] 04401_index_granularity_bytes_aggregate_function: [ OK ] 1.32 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6130 / 12246] 04539_arithmetic_context_free_execution: [ OK ] 0.74 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6131 / 12246] 04072_jit_decimal_expressions: [ OK ] 0.57 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6132 / 12246] 00314_sample_factor_virtual_column: [ OK ] 5.91 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6133 / 12246] 04143_skip_index_after_alter_modify_column: [ OK ] 0.46 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6134 / 12246] 04207_cross_join_starts_with_memory: [ OK ] 0.41 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6135 / 12246] 03652_async_insert_partial_dedup_partition_key: [ OK ] 3.83 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6136 / 12246] 03791_backup_engine_with_one_arg_must_not_crash: [ OK ] 0.30 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6137 / 12246] 02895_npy_format: [ OK ] 7.35 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6138 / 12246] 03772_temporary_files_codec: [ OK ] 2.75 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6139 / 12246] 04100_cache_disk_thread_pool_size: [ OK ] 0.42 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6140 / 12246] 03913_minmax_statistics_nan_ubsan_error: [ OK ] 0.35 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6141 / 12246] 03006_join_on_inequal_expression_4: [ OK ] 1.02 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6142 / 12246] 02242_if_then_else_null_bug: [ OK ] 0.28 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6143 / 12246] 02354_vector_search_quantize_codec_invalid_params: [ OK ] 0.56 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6144 / 12246] 04033_tpc_ds_q70: [ OK ] 1.89 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6145 / 12246] 04500_hypothesis_index_no_longer_supported: [ OK ] 6.16 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6146 / 12246] 01732_bigint_ubsan: [ OK ] 0.43 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6147 / 12246] 03272_json_to_json_cast_6: [ OK ] 0.25 sec. [2026-08-01 14:02:50] 2026-08-02 04:02:50 [ 6148 / 12246] 02403_big_http_chunk_size: [ OK ] 0.85 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6149 / 12246] 03538_analyzer_correlated_query_collect_columns_fix: [ OK ] 0.42 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6150 / 12246] 00547_named_tuples: [ OK ] 0.38 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6151 / 12246] 04628_regexp_quoted_datetime_number_full_consumption: [ OK ] 0.40 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6152 / 12246] 03221_incomplete_utf8_sequence: [ OK ] 0.40 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6153 / 12246] 03570_date_to_datetime64_overflow: [ OK ] 0.35 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6154 / 12246] 03595_extract_url_parameters: [ OK ] 2.43 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6155 / 12246] 03581_parallel_replicas_read_empty_ranges: [ OK ] 0.52 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6156 / 12246] 02417_repeat_input_commands: [ OK ] 0.96 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6157 / 12246] 04412_projection_added_column_default: [ OK ] 0.58 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6158 / 12246] 04490_adaptive_codec_recompress_mutation: [ OK ] 0.42 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6159 / 12246] 01773_min_max_time_system_parts_datetime64: [ OK ] 0.33 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6160 / 12246] 01766_todatetime64_no_timezone_arg: [ OK ] 0.37 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6161 / 12246] 04335_join_using_dynamic_key_aggregate: [ OK ] 0.36 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6162 / 12246] 03299_map_named_tuple: [ OK ] 0.26 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6163 / 12246] 04006_materialize_index_race_with_drop: [ OK ] 0.45 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6164 / 12246] 02580_like_substring_search_bug: [ OK ] 0.25 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6165 / 12246] 03141_wildcard_grants_on_tables: [ OK ] 5.93 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6166 / 12246] 02354_vector_search_incident1654: [ OK ] 0.31 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6167 / 12246] 04137_conversion_functions_edges: [ OK ] 0.52 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6168 / 12246] 03328_alter_database_modify_comment: [ OK ] 6.09 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6169 / 12246] 02771_multiple_query_arguments: [ OK ] 2.47 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6170 / 12246] 00403_to_start_of_day: [ OK ] 0.28 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6171 / 12246] 02286_quantile_tdigest_infinity: [ OK ] 0.78 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6172 / 12246] 01087_storage_generate: [ OK ] 0.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6173 / 12246] 04303_cross_join_reorder_restriction: [ OK ] 0.33 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6174 / 12246] 01594_storage_join_uuid: [ OK ] 0.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6175 / 12246] 04546_set_param_colliding_with_setting_cli: [ OK ] 1.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6176 / 12246] 02366_kql_func_math: [ OK ] 0.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6177 / 12246] 02353_explain_ast_optimize: [ OK ] 0.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6178 / 12246] 04010_null_safe_cmp_dynamic_const: [ OK ] 0.33 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6179 / 12246] 02029_output_csv_null_representation: [ OK ] 0.35 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6180 / 12246] 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 4.19 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6181 / 12246] 00805_round_down: [ OK ] 0.37 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6182 / 12246] 02555_davengers_rename_chain: [ OK ] 36.51 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6183 / 12246] 02521_aggregation_by_partitions: [ OK ] 7.74 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6184 / 12246] 04330_join_disjunctions_pushdown_using_type_mismatch: [ OK ] 0.53 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6185 / 12246] 03709_final_prewhere_special_columns: [ OK ] 0.70 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6186 / 12246] 01711_cte_subquery_fix: [ OK ] 0.39 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6187 / 12246] 02346_text_index_coalescingmergetree: [ OK ] 0.53 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6188 / 12246] 04051_toStartOfInterval_overflow: [ OK ] 0.32 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6189 / 12246] 04044_arrow_uuid_inference: [ OK ] 1.15 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6190 / 12246] 04403_text_index_push_ranges_first_token_postings: [ OK ] 0.80 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6191 / 12246] 00373_group_by_tuple: [ OK ] 0.26 sec. [2026-08-01 14:02:51] 2026-08-02 04:02:51 [ 6192 / 12246] 03156_tuple_map_low_cardinality: [ OK ] 0.46 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6193 / 12246] 02354_vector_search_and_other_skipping_indexes: [ OK ] 0.31 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6194 / 12246] 03031_tuple_elimination_analyzer: [ OK ] 0.31 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6195 / 12246] 04029_with_fill_staleness_cross_chunk: [ OK ] 0.36 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6196 / 12246] 04521_role_revoke_and_sessions_rewrite: [ OK ] 7.20 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6197 / 12246] 03003_functions_to_subcolumns_final: [ OK ] 0.40 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6198 / 12246] 04278_105827_left_join_on_false_null_filtering: [ OK ] 0.45 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6199 / 12246] 01675_data_type_coroutine_2: [ OK ] 15.76 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6200 / 12246] 04363_geojson_misplaced_coordinates_member: [ OK ] 0.34 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6201 / 12246] 03562_colorOKLCHToSRGB: [ OK ] 0.50 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6202 / 12246] 01179_insert_values_semicolon: [ OK ] 0.98 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6203 / 12246] 01318_map_add_map_subtract: [ OK ] 0.61 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6204 / 12246] 03152_trailing_comma_in_columns_list_in_insert: [ OK ] 0.27 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6205 / 12246] 04033_tpc_ds_q98: [ OK ] 1.22 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6206 / 12246] 03119_analyzer_window_function_in_CTE_alias: [ OK ] 0.27 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6207 / 12246] 04229_trivial_group_by_limit_profile_events: [ OK ] 0.63 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6208 / 12246] 00753_alter_destination_for_storage_buffer: [ OK ] 0.52 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6209 / 12246] 01213_optimize_skip_unused_shards_DISTINCT: [ OK ] 0.49 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6210 / 12246] 02921_bit_hamming_distance_big_int: [ OK ] 0.30 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6211 / 12246] 01188_attach_table_from_path: [ OK ] 0.52 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6212 / 12246] 01280_min_map_max_map: [ OK ] 0.51 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6213 / 12246] 00033_aggregate_key_string: [ OK ] 0.65 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6214 / 12246] 02675_predicate_push_down_filled_join_fix: [ OK ] 0.43 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6215 / 12246] 02096_sample_by_tuple: [ OK ] 0.38 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6216 / 12246] 04033_tpc_ds_q59: [ OK ] 2.04 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6217 / 12246] 00437_nulls_first_last: [ OK ] 0.54 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6218 / 12246] 04027_reverseUTF8_invalid_utf8: [ OK ] 0.42 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6219 / 12246] 04238_filesystem_content_memory_limit: [ OK ] 1.62 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6220 / 12246] 04322_106474_session_timezone_lowcardinality_datetime: [ OK ] 0.43 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6221 / 12246] 02590_bson_duplicate_column: [ OK ] 0.33 sec. [2026-08-01 14:02:52] 2026-08-02 04:02:52 [ 6222 / 12246] 01710_projections_and_duplicate_columms: [ OK ] 0.41 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6223 / 12246] 03782_non_constant_in_array_func_negative: [ OK ] 0.92 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6224 / 12246] 03152_dynamic_type_simple: [ OK ] 0.41 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6225 / 12246] 01891_not_like_partition_prune: [ OK ] 0.32 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6226 / 12246] 00161_rounding_functions: [ OK ] 0.70 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6227 / 12246] 04051_cancel_parallel_with: [ OK ] 3.22 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6228 / 12246] 00337_shard_any_heavy: [ OK ] 0.32 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6229 / 12246] 03720_insert_mem_no_self_deduplication: [ OK ] 0.32 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6230 / 12246] 00938_dataset_test: [ OK ] 0.31 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6231 / 12246] 02158_proportions_ztest_cmp: [ OK ] 3.66 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6232 / 12246] 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 3.08 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6233 / 12246] 00956_sensitive_data_masking: [ OK ] 5.22 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6234 / 12246] 04610_filesystem_cache_huge_prefetch_buffer_size: [ OK ] 1.42 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6235 / 12246] 04321_explain_insert_format_settings_values: [ OK ] 2.11 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6236 / 12246] 01326_hostname_alias: [ OK ] 0.31 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6237 / 12246] 02354_vector_search_quantize_codec: [ OK ] 0.26 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6238 / 12246] 03061_analyzer_alias_as_right_key_in_join: [ OK ] 0.31 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6239 / 12246] 04307_disk_types_documentation: [ OK ] 0.26 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6240 / 12246] 03007_column_nullable_uninitialzed_value: [ OK ] 0.32 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6241 / 12246] 02373_analyzer_join_use_nulls: [ OK ] 0.44 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6242 / 12246] 02270_client_name: [ OK ] 0.41 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6243 / 12246] 02481_merge_array_join_sample_by: [ OK ] 0.44 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6244 / 12246] 03753_join_runtime_filter_dynamically_disable: [ OK ] 1.85 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6245 / 12246] 00388_enum_with_totals: [ OK ] 0.36 sec. [2026-08-01 14:02:53] 2026-08-02 04:02:53 [ 6246 / 12246] 00412_logical_expressions_optimizer: [ OK ] 0.36 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6247 / 12246] 00502_sum_map: [ OK ] 0.60 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6248 / 12246] 03100_lwu_17_cleanup: [ OK ] 2.96 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6249 / 12246] 04039_text_index_direct_read_select_alias: [ OK ] 0.47 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6250 / 12246] 04011_explain_pretty_join: [ OK ] 0.58 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6251 / 12246] 04147_minmax_block_columns_require_enable_settings: [ OK ] 0.54 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6252 / 12246] 04540_read_wkt_point_empty: [ OK ] 0.68 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6253 / 12246] 02731_replace_partition_from_temporary_table: [ OK ] 0.91 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6254 / 12246] 01626_cnf_fuzz_long: [ OK ] 16.03 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6255 / 12246] 04054_readwkb_bounds_checking: [ OK ] 0.60 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6256 / 12246] 04258_set_skip_index_float_where_issue_105355: [ OK ] 0.42 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6257 / 12246] 00009_array_join_subquery: [ OK ] 0.37 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6258 / 12246] 01355_if_fixed_string: [ OK ] 0.47 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6259 / 12246] 02392_every_setting_must_have_documentation: [ OK ] 0.43 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6260 / 12246] 02416_rocksdb_delete_update: [ OK ] 0.61 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6261 / 12246] 03404_json_tables: [ OK ] 0.52 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6262 / 12246] 02920_capnp_protobuf_auto_schema_nested: [ OK ] 1.42 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6263 / 12246] 04049_remote_subquery_in_unresolved_table_function_argument: [ OK ] 0.40 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6264 / 12246] 02008_tuple_to_name_value_pairs: [ OK ] 0.48 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6265 / 12246] 04142_executable_storage_settings_coverage: [ OK ] 0.47 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6266 / 12246] 04337_limit_by_permuted_key_gallop_overshoot: [ OK ] 0.25 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6267 / 12246] 04617_parquet_v3_dictionary_filter_string_rounding_budget: [ OK ] 1.93 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6268 / 12246] 03031_distinguish_bool_and_int_in_settings: [ OK ] 0.46 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6269 / 12246] 04493_key_condition_wide_type_exact_range: [ OK ] 2.94 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6270 / 12246] 4060_row_policy_projection_not_found_column: [ OK ] 0.30 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6271 / 12246] 03538_analyzer_filter_analysis_alias_columns: [ OK ] 0.39 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6272 / 12246] 01038_dictionary_lifetime_min_zero_sec: [ OK ] 7.13 sec. [2026-08-01 14:02:54] 2026-08-02 04:02:54 [ 6273 / 12246] 03580_join_runtime_filter_prewhere: [ OK ] 0.38 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6274 / 12246] 03752_tuple_inside_nullable_binary_arithmetic: [ OK ] 0.63 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6275 / 12246] 01035_avg: [ OK ] 2.76 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6276 / 12246] 02481_inject_random_order_for_select_without_order_by: [ OK ] 0.33 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6277 / 12246] 01814_distributed_push_down_limit: [ OK ] 2.60 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6278 / 12246] 04218_running_accumulate_state_uaf: [ OK ] 0.30 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6279 / 12246] 00089_position_functions_with_non_constant_arg: [ OK ] 2.74 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6280 / 12246] 04041_materialized_cte_parallel_replicas: [ OK ] 0.35 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6281 / 12246] 04299_analyzer_identifier_cache_scalar_in_node_reuse: [ OK ] 0.32 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6282 / 12246] 02346_text_index_summingmergetree: [ OK ] 0.47 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6283 / 12246] 02454_set_parameters_formatting: [ OK ] 0.86 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6284 / 12246] 03148_asof_join_ddb_subquery: [ OK ] 0.38 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6285 / 12246] 00953_moving_functions: [ OK ] 0.41 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6286 / 12246] 01568_window_functions_distributed: [ OK ] 0.60 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6287 / 12246] 02884_async_insert_skip_settings: [ OK ] 0.60 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6288 / 12246] 03611_point_in_polygon_key_condition_bug: [ OK ] 0.27 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6289 / 12246] 04612_join_runtime_filters_index_analysis_multi_key_anti: [ OK ] 0.64 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6290 / 12246] 03754_fractional_limit_offset_multiple_streams: [ OK ] 0.92 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6291 / 12246] 03357_block_structure_union_step: [ OK ] 0.26 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6292 / 12246] 01719_join_timezone: [ OK ] 0.31 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6293 / 12246] 02242_join_rocksdb: [ OK ] 0.52 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6294 / 12246] 04049_statistics_enum_invalid_value: [ OK ] 0.30 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6295 / 12246] 04134_single_value_data_complex_types: [ OK ] 0.40 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6296 / 12246] 04627_filter_push_down_constant_predicate: [ OK ] 0.36 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6297 / 12246] 02943_variant_element: [ OK ] 0.30 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6298 / 12246] 03798_nullable_primary_key_logical_error: [ OK ] 0.32 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6299 / 12246] 03152_join_filter_push_down_equivalent_columns: [ OK ] 0.35 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6300 / 12246] 01283_strict_resize_bug: [ OK ] 0.31 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6301 / 12246] 03912_clone_as_cross_database: [ OK ] 0.91 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6302 / 12246] 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.26 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6303 / 12246] 03792_sparse_offsets_in_substreams_cache_compact_part: [ OK ] 0.26 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6304 / 12246] 03245_ripemd160: [ OK ] 0.32 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6305 / 12246] 02715_or_null: [ OK ] 0.31 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6306 / 12246] 00559_filter_array_generic: [ OK ] 0.26 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6307 / 12246] 03032_async_backup_restore: [ OK ] 2.32 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6308 / 12246] 03228_async_insert_query_params: [ OK ] 3.06 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6309 / 12246] 03728_analyzer_identifier_resolution_join: [ OK ] 0.33 sec. [2026-08-01 14:02:55] 2026-08-02 04:02:55 [ 6310 / 12246] 02674_and_consistency: [ OK ] 0.30 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6311 / 12246] 02956_rocksdb_with_ttl: [ OK ] 3.36 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6312 / 12246] 04005_dictionary_read_excessive_num_streams: [ OK ] 0.31 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6313 / 12246] 00834_date_datetime_cmp: [ OK ] 0.31 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6314 / 12246] 04119_parser_snapshot_query_ast_format: [ OK ] 0.39 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6315 / 12246] 01902_self_aliases_in_columns: [ OK ] 0.30 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6316 / 12246] 04117_lightweight_delete_nonadaptive_granularity: [ OK ] 0.46 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6317 / 12246] 02875_clickhouse_local_multiquery: [ OK ] 1.31 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6318 / 12246] 04274_105649_if_partial_result_canUnsignedBeSigned_variant: [ OK ] 0.41 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6319 / 12246] 04317_sparse_pk_index_analysis_space_filling_curve: [ OK ] 0.28 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6320 / 12246] 04033_tpc_ds_q31: [ OK ] 3.61 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6321 / 12246] 00963_startsWith_force_primary_key: [ OK ] 0.37 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6322 / 12246] 04561_iceberg_nested_tuple_field_names: [ OK ] 3.62 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6323 / 12246] 01046_materialized_view_with_join_over_distributed: [ OK ] 0.37 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6324 / 12246] 01881_union_header_mismatch_bug: [ OK ] 0.43 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6325 / 12246] 02400_memory_accounting_on_error: [ OK ] 0.37 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6326 / 12246] 02876_yyyymmddhhmmsstodatetime: [ OK ] 0.96 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6327 / 12246] 04076_overlay_sql_standard_syntax: [ OK ] 0.35 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6328 / 12246] 03513_fix_shard_num_column_to_function_pass_with_nulls: [ OK ] 0.38 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6329 / 12246] 03625_auto_statistics_alter: [ OK ] 0.45 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6330 / 12246] 01012_serialize_array_memory_usage: [ OK ] 0.42 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6331 / 12246] 04101_any_right_join_bug: [ OK ] 0.41 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6332 / 12246] 03715_empty_tuple_functions_conversion: [ OK ] 0.36 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6333 / 12246] 02346_text_index_on_expressions: [ OK ] 0.51 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6334 / 12246] 01558_enum_as_num_in_tsv_csv_input: [ OK ] 0.46 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6335 / 12246] 04661_grant_source_filter_pattern_validation: [ OK ] 2.26 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6336 / 12246] 03594_json_extract_decimal_precision: [ OK ] 0.52 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6337 / 12246] 03578_copy_file_in_object_storage: [ OK ] 4.98 sec. [2026-08-01 14:02:56] 2026-08-02 04:02:56 [ 6338 / 12246] 04327_compare_substrings_out_of_range_offset: [ OK ] 0.40 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6339 / 12246] 00537_quarters: [ OK ] 0.27 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6340 / 12246] 04205_top_k_dynamic_filtering_variable_length: [ OK ] 0.58 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6341 / 12246] 03761_inconsistent_ast_formatting: [ OK ] 0.26 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6342 / 12246] 03214_join_on_tuple_comparison_elimination_bug: [ OK ] 0.35 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6343 / 12246] 03927_into_outfile_truncate_create_parent_directories: [ OK ] 1.33 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6344 / 12246] 00098_l_union_all: [ OK ] 0.36 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6345 / 12246] 04240_statistics_countmin_numeric_types: [ OK ] 0.50 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6346 / 12246] 02250_ON_CLUSTER_grant: [ OK ] 1.88 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6347 / 12246] 01180_client_syntax_errors: [ OK ] 1.10 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6348 / 12246] 01774_tuple_null_in: [ OK ] 0.33 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6349 / 12246] 04141_parquet_uuid_statistics_uaf: [ OK ] 1.11 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6350 / 12246] 04518_every_data_skipping_index_type_must_have_documentation: [ OK ] 0.34 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6351 / 12246] 03361_memory_database_deadlock: [ OK ] 1.03 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6352 / 12246] 04033_exists_with_limit_offset: [ OK ] 0.38 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6353 / 12246] 03293_tty_binary_confirmation: [ OK ] 1.12 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6354 / 12246] 00340_squashing_insert_select: [ OK ] 1.17 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6355 / 12246] 02498_storage_join_key_positions_old_analyzer: [ OK ] 0.76 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6356 / 12246] 04033_tpc_ds_q56: [ OK ] 1.94 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6357 / 12246] 04341_distributed_plan_join_function_key_type_mismatch: [ OK ] 0.52 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6358 / 12246] 02713_sequence_match_serialization_fix: [ OK ] 0.35 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6359 / 12246] 04270_mergeTreeCodecBlockCounts_per_substream: [ OK ] 0.34 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6360 / 12246] 04068_lwd_minmax_projection_recovery: [ OK ] 0.64 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6361 / 12246] 02771_ignore_data_skipping_indices: [ OK ] 0.37 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6362 / 12246] 04273_uniq_state_or_null_rollup_consumers: [ OK ] 0.45 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6363 / 12246] 02564_read_in_order_final_desc: [ OK ] 0.33 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6364 / 12246] 01604_explain_ast_of_nonselect_query: [ OK ] 0.29 sec. [2026-08-01 14:02:57] 2026-08-02 04:02:57 [ 6365 / 12246] 04111_array_fill_empty_strings: [ OK ] 0.35 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6366 / 12246] 04266_statistics_basic_prewhere: [ OK ] 0.71 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6367 / 12246] 03247_object_column_copy: [ OK ] 0.38 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6368 / 12246] 00301_csv: [ OK ] 5.40 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6369 / 12246] 02918_template_format_deadlock: [ OK ] 0.91 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6370 / 12246] 04416_group_by_use_nulls_low_cardinality_constant: [ OK ] 0.37 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6371 / 12246] 04257_text_index_lazy_profile_events: [ OK ] 0.58 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6372 / 12246] 04161_unique_key_insert_duplicate: [ OK ] 0.55 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6373 / 12246] 03036_parquet_arrow_nullable: [ OK ] 4.23 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6374 / 12246] 03100_lwu_31_merge_memory_usage: [ OK ] 3.19 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6375 / 12246] 03290_final_collapsing: [ OK ] 0.49 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6376 / 12246] 03008_azure_plain_rewritable_with_empty_col: [ OK ] 1.94 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6377 / 12246] 02990_parts_splitter_invalid_ranges: [ OK ] 0.39 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6378 / 12246] 02310_profile_events_insert: [ OK ] 1.07 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6379 / 12246] 03315_query_log_privileges_backup_restore: [ OK ] 7.00 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6380 / 12246] 03395_global_join_supported_kind: [ OK ] 0.30 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6381 / 12246] 02011_normalize_utf8: [ OK ] 0.53 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6382 / 12246] 04501_inner_join_key_column_not_ambiguous: [ OK ] 0.74 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6383 / 12246] 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 0.99 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6384 / 12246] 02518_parquet_arrow_orc_boolean_value: [ OK ] 1.11 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6385 / 12246] 04043_iceberg_delete_sort_order_violation: [ OK ] 2.23 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6386 / 12246] 00098_7_union_all: [ OK ] 0.26 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6387 / 12246] 00175_if_num_arrays: [ OK ] 0.46 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6388 / 12246] 03353_http_100_continue: [ OK ] 8.14 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6389 / 12246] 00712_prewhere_with_alias_bug_2: [ OK ] 0.36 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6390 / 12246] 03404_lazy_materialization_distributed: [ OK ] 0.43 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6391 / 12246] 04343_native_arrow_ipc_date32_numeric: [ OK ] 1.79 sec. [2026-08-01 14:02:58] 2026-08-02 04:02:58 [ 6392 / 12246] 02346_text_index_bug59039: [ OK ] 0.32 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6393 / 12246] 02183_dictionary_date_types: [ OK ] 0.72 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6394 / 12246] 03038_nested_dynamic_merges_compact_horizontal: [ OK ] 1.92 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6395 / 12246] 03256_merges: [ OK ] 0.73 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6396 / 12246] 02150_replace_regexp_all_empty_match: [ OK ] 0.33 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6397 / 12246] 02366_kql_func_scalar: [ OK ] 0.45 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6398 / 12246] 04006_convert_join_to_in_dummy_column: [ OK ] 0.33 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6399 / 12246] 01940_custom_tld_sharding_key: [ OK ] 0.33 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6400 / 12246] 01071_in_array: [ OK ] 0.35 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6401 / 12246] 02521_analyzer_array_join_crash: [ OK ] 0.43 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6402 / 12246] 02417_from_select_syntax: [ OK ] 0.33 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6403 / 12246] 04033_tpc_ds_q55: [ OK ] 1.33 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6404 / 12246] 01821_join_table_mutation: [ OK ] 0.42 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6405 / 12246] 01273_arrow_dictionaries_load: [ OK ] 3.92 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6406 / 12246] 03532_pr_unused_query_cancelling_with_limit: [ OK ] 0.41 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6407 / 12246] 02807_math_unary_crash: [ OK ] 0.40 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6408 / 12246] 00194_identity: [ OK ] 0.32 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6409 / 12246] 01277_random_fixed_string: [ OK ] 0.50 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6410 / 12246] 03632_join_logical_assert_85403: [ OK ] 0.39 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6411 / 12246] 03229_empty_tuple_in_array: [ OK ] 0.35 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6412 / 12246] 01461_query_start_time_microseconds: [ OK ] 0.57 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6413 / 12246] 01825_json_type_distributed: [ OK ] 0.50 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6414 / 12246] 03754_h3_polygon_to_cells_const: [ OK ] 0.43 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6415 / 12246] 00745_compile_scalar_subquery: [ OK ] 0.51 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6416 / 12246] 03288_types_binary_encoding_corrupted_data: [ OK ] 3.73 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6417 / 12246] 04004_alter_modify_column_ttl_without_type: [ OK ] 0.29 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6418 / 12246] 00571_non_exist_database_when_create_materializ_view: [ OK ] 0.46 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6419 / 12246] 03567_join_using_projection_distributed: [ OK ] 0.39 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6420 / 12246] 01551_context_uaf: [ OK ] 0.38 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6421 / 12246] 00239_type_conversion_in_in: [ OK ] 0.34 sec. [2026-08-01 14:02:59] 2026-08-02 04:02:59 [ 6422 / 12246] 03631_array_of_empty_tuples: [ OK ] 0.27 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6423 / 12246] 00466_comments_in_keyword: [ OK ] 0.32 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6424 / 12246] 04489_uniq_exact_grouping_sets_concurrent_merge: [ OK ] 0.97 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6425 / 12246] 03532_create_user_query_on_wrong_parametric_grantees: [ OK ] 1.06 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6426 / 12246] 04356_datetime64_extended_range: [ OK ] 0.37 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6427 / 12246] 03039_dynamic_collapsing_merge_tree: [ OK ] 8.45 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6428 / 12246] 02711_soundex_function: [ OK ] 0.44 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6429 / 12246] 04218_avro_confluent_extra_coverage: [ OK ] 0.37 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6430 / 12246] 00488_column_name_primary: [ OK ] 0.38 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6431 / 12246] 03107_ill_formed_select_in_materialized_view: [ OK ] 0.45 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6432 / 12246] 00573_shard_aggregation_by_empty_set: [ OK ] 0.53 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6433 / 12246] 02009_decimal_no_trailing_zeros: [ OK ] 0.37 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6434 / 12246] 03553_json_shared_data_advanced_serialization_1: [ OK ] 1.28 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6435 / 12246] 02995_index_1: [ OK ] 8.04 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6436 / 12246] 03721_tuple_inside_nullable_array_element_function: [ OK ] 1.98 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6437 / 12246] 04239_storage_alias_missing_target_replicated_database_drop: [ OK ] 0.41 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6438 / 12246] 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 4.90 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6439 / 12246] 02133_distributed_queries_formatting: [ OK ] 0.24 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6440 / 12246] 02933_local_system_setting: [ OK ] 0.87 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6441 / 12246] 00750_merge_tree_merge_with_o_direct: [ OK ] 0.31 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6442 / 12246] 04303_join_runtime_filter_query_condition_cache: [ OK ] 0.45 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6443 / 12246] 02931_rewrite_sum_column_and_constant: [ OK ] 2.63 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6444 / 12246] 03282_materialized_views_ignore_errors: [ OK ] 0.41 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6445 / 12246] 04145_h3_polygon_to_cells_invalid_type: [ OK ] 0.41 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6446 / 12246] 03513_filter_push_down_rand_bug: [ OK ] 0.32 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6447 / 12246] 04133_group_array_variants: [ OK ] 0.57 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6448 / 12246] 04040_alter_drop_part_non_literal: [ OK ] 0.36 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6449 / 12246] 00499_json_enum_insert: [ OK ] 0.37 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6450 / 12246] 03399_analyzer_correlated_subquery: [ OK ] 0.41 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6451 / 12246] 04056_correlated_subquery_placeholder_action: [ OK ] 1.92 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6452 / 12246] 02462_number_to_datetype: [ OK ] 0.42 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6453 / 12246] 00184_parallel_hash_returns_same_res_as_hash: [ OK ] 3.65 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6454 / 12246] 03277_logging_elapsed_ns: [ OK ] 0.42 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6455 / 12246] 02016_agg_empty_result_bug_28880: [ OK ] 0.37 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6456 / 12246] 03560_validate_max_insert_block_size: [ OK ] 0.35 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6457 / 12246] 03282_memory_transaction_crash: [ OK ] 0.34 sec. [2026-08-01 14:03:00] 2026-08-02 04:03:00 [ 6458 / 12246] 00541_to_start_of_fifteen_minutes: [ OK ] 0.29 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6459 / 12246] 03403_read_in_order_streams_memory_usage: [ OK ] 4.54 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6460 / 12246] 01039_mergetree_exec_time: [ OK ] 1.32 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6461 / 12246] 04240_json_extract_invalid_time_string: [ OK ] 0.31 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6462 / 12246] 01495_subqueries_in_with_statement_2: [ OK ] 0.40 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6463 / 12246] 04204_crosstab_variant_merge: [ OK ] 0.31 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6464 / 12246] 03928_sharded_aggregation_negative_explain: [ OK ] 0.54 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6465 / 12246] 04057_materialized_cte_with_totals: [ OK ] 0.31 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6466 / 12246] 04344_server_ast_fuzzer_insert_limit: [ OK ] 2.46 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6467 / 12246] 03209_parallel_replicas_lost_decimal_conversion: [ OK ] 0.40 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6468 / 12246] 03792_deduplicate_insert_setting: [ OK ] 1.17 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6469 / 12246] 03790_uniqTheta_error: [ OK ] 0.42 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6470 / 12246] 01323_too_many_threads_bug: [ OK ] 0.87 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6471 / 12246] 04052_explain_pipeline_distributed: [ OK ] 0.42 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6472 / 12246] 00539_functions_for_working_with_json: [ OK ] 0.47 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6473 / 12246] 02457_tuple_of_intervals: [ OK ] 0.73 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6474 / 12246] 01584_distributed_buffer_cannot_find_column: [ OK ] 0.65 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6475 / 12246] 00553_buff_exists_materlized_column: [ OK ] 0.30 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6476 / 12246] 03274_join_algorithm_default: [ OK ] 0.49 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6477 / 12246] 03805_merge_table_filter_push_down_uninitialized_plan: [ OK ] 0.46 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6478 / 12246] 01768_extended_range: [ OK ] 0.41 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6479 / 12246] 01527_materialized_view_stack_overflow: [ OK ] 0.47 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6480 / 12246] 03172_dynamic_binary_serialization: [ OK ] 13.27 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6481 / 12246] 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 1.81 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6482 / 12246] 02116_clickhouse_stderr: [ OK ] 1.61 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6483 / 12246] 04146_spilling_hash_join_low_threshold: [ OK ] 1.11 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6484 / 12246] 02904_empty_order_by_with_setting_enabled: [ OK ] 1.58 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6485 / 12246] 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 0.24 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6486 / 12246] 04344_native_arrow_ipc_pruned_dictionary: [ OK ] 2.13 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6487 / 12246] 03374_qbit_nullable: [ OK ] 0.29 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6488 / 12246] 02206_clickhouse_local_use_database: [ OK ] 1.04 sec. [2026-08-01 14:03:01] 2026-08-02 04:03:01 [ 6489 / 12246] 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 0.26 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6490 / 12246] 02177_sum_if_not_found: [ OK ] 0.36 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6491 / 12246] 02294_system_certificates: [ OK ] 0.25 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6492 / 12246] 04240_consistent_hash_bigint: [ OK ] 0.35 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6493 / 12246] 03149_asof_join_ddb_timestamps: [ OK ] 0.41 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6494 / 12246] 03927_sumcount_compatibility: [ OK ] 0.40 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6495 / 12246] 01784_parallel_formatting_memory: [ OK ] 0.25 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6496 / 12246] 02844_table_function_url_filter_by_virtual_columns: [ OK ] 1.21 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6497 / 12246] 01852_cast_operator_2: [ OK ] 0.35 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6498 / 12246] 00552_logical_functions_ternary: [ OK ] 0.31 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6499 / 12246] 00988_parallel_parts_removal: [ OK ] 2.17 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6500 / 12246] 03313_h3togeo_result_order: [ OK ] 0.32 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6501 / 12246] 01070_h3_to_children: [ OK ] 0.44 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6502 / 12246] 01015_empty_in_inner_right_join: [ OK ] 0.61 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6503 / 12246] 02344_analyzer_multiple_aliases_for_expression: [ OK ] 0.41 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6504 / 12246] 04078_key_condition_todatetime_date_monotonicity: [ OK ] 0.52 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6505 / 12246] 04622_datetime_number_quoted_escaping_formats: [ OK ] 0.57 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6506 / 12246] 03401_remote_bool: [ OK ] 0.44 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6507 / 12246] 01881_to_week_monotonic_fix: [ OK ] 0.32 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6508 / 12246] 01300_wkt: [ OK ] 0.62 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6509 / 12246] 04076_pr_nested_view_union_subquery: [ OK ] 1.26 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6510 / 12246] 02156_storage_merge_prewhere: [ OK ] 0.60 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6511 / 12246] 02354_vector_search_quantize_codec_negative: [ OK ] 0.36 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6512 / 12246] 04003_cancel_scalar_subquery: [ OK ] 5.07 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6513 / 12246] 04337_cross_left_join_transitive_predicates: [ OK ] 0.49 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6514 / 12246] 01017_uniqCombined_memory_usage: [ OK ] 2.31 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6515 / 12246] 03469_json_read_subcolumns_combined_1_compact_merge_tree: [ OK ] 0.77 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6516 / 12246] 03129_serial_test_zookeeper: [ OK ] 0.70 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6517 / 12246] 00268_aliases_without_as_keyword: [ OK ] 0.29 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6518 / 12246] 02863_non_const_timezone_check: [ OK ] 0.36 sec. [2026-08-01 14:03:02] 2026-08-02 04:03:02 [ 6519 / 12246] 03520_pr_read_in_order: [ OK ] 0.40 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6520 / 12246] 04045_aggregate_functions_null_for_empty_non_nullable_result: [ OK ] 0.35 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6521 / 12246] 04217_arrayjoin_set_index_lowcardinality_70058: [ OK ] 0.38 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6522 / 12246] 01851_hedged_connections_external_tables: [ OK ] 0.34 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6523 / 12246] 03928_loop_row_policy: [ OK ] 2.13 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6524 / 12246] 00757_enum_defaults: [ OK ] 0.60 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6525 / 12246] 01356_initialize_aggregation: [ OK ] 0.45 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6526 / 12246] 01017_in_unconvertible_complex_type: [ OK ] 0.50 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6527 / 12246] 04507_array_aggregation_bfloat16: [ OK ] 0.50 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6528 / 12246] 02343_analyzer_lambdas_issue_28083: [ OK ] 0.42 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6529 / 12246] 01761_round_year_bounds: [ OK ] 0.42 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6530 / 12246] 04204_polygon_dict_bytes_allocated: [ OK ] 0.60 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6531 / 12246] 04117_max_threads_min_free_memory_per_thread: [ OK ] 3.59 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6532 / 12246] 01825_replacing_vertical_merge: [ OK ] 0.55 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6533 / 12246] 02875_fix_column_decimal_serialization: [ OK ] 0.33 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6534 / 12246] 01448_json_compact_strings_each_row: [ OK ] 0.60 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6535 / 12246] 03003_compatibility_setting_bad_value: [ OK ] 0.26 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6536 / 12246] 02905_csv_unquoted_string_with_cr: [ OK ] 1.76 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6537 / 12246] 01444_create_table_drop_database_race: [ OK ] 1.58 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6538 / 12246] 01069_set_in_group_by: [ OK ] 0.38 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6539 / 12246] 04308_distributed_totals_rollup_cube_not_distributed: [ OK ] 0.53 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6540 / 12246] 04269_mergeTreeCodecBlockCounts_compact: [ OK ] 0.49 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6541 / 12246] 02833_concurrent_sessions: [ OK ] 12.17 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6542 / 12246] 02969_auto_format_detection: [ OK ] 6.60 sec. [2026-08-01 14:03:03] 2026-08-02 04:03:03 [ 6543 / 12246] 00940_max_parts_in_total: [ OK ] 0.60 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6544 / 12246] 01015_attach_part: [ OK ] 0.51 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6545 / 12246] 03370_join_identifiers: [ OK ] 0.53 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6546 / 12246] 04003_grace_hash_join_with_totals: [ OK ] 0.54 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6547 / 12246] 03198_group_array_intersect: [ OK ] 0.30 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6548 / 12246] 04654_matcher_in_default_expression: [ OK ] 0.37 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6549 / 12246] 03443_projection_sparse: [ OK ] 0.36 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6550 / 12246] 04057_trivial_count_optimization_log_table_access: [ OK ] 2.21 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6551 / 12246] 02363_mapupdate_improve: [ OK ] 0.37 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6552 / 12246] 01715_tuple_insert_null_as_default: [ OK ] 0.65 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6553 / 12246] 04628_read_nothing_step_serializable: [ OK ] 0.84 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6554 / 12246] 03720_numbers_table_function_with_step_edge_cases: [ OK ] 0.46 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6555 / 12246] 02131_materialize_column_cast: [ OK ] 0.36 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6556 / 12246] 03703_optimize_inverse_dictionary_lookup_dictget_family: [ OK ] 0.79 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6557 / 12246] 02714_async_inserts_empty_data: [ OK ] 2.68 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6558 / 12246] 02269_bool_map_sync_after_error: [ OK ] 3.52 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6559 / 12246] 03322_materialized_view_ignore_errors_url: [ OK ] 0.35 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6560 / 12246] 01913_if_int_decimal: [ OK ] 0.37 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6561 / 12246] 00492_drop_temporary_table: [ OK ] 0.29 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6562 / 12246] 04238_incomplete_utf8_column_name_json: [ OK ] 0.25 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6563 / 12246] 00063_check_query: [ OK ] 0.35 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6564 / 12246] 04408_truncate_skips_uncommitted_part: [ OK ] 3.60 sec. [2026-08-01 14:03:04] 2026-08-02 04:03:04 [ 6565 / 12246] 02408_to_fixed_string_short_circuit: [ OK ] 0.26 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6566 / 12246] 04201_analyzer_self_join_group_by_expr: [ OK ] 0.44 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6567 / 12246] 04049_inject_required_columns_dangling_reference: [ OK ] 0.44 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6568 / 12246] 00931_low_cardinality_set_index_in_key_condition: [ OK ] 0.41 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6569 / 12246] 03447_order_by_json_and_other_column: [ OK ] 0.44 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6570 / 12246] 00487_if_array_fixed_string: [ OK ] 0.44 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6571 / 12246] 03733_pr_view_filter_pushdown: [ OK ] 3.75 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6572 / 12246] 04260_hint_missing_from_clause: [ OK ] 1.92 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6573 / 12246] 01825_json_type_missed_values: [ OK ] 0.87 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6574 / 12246] 01825_json_type_multiple_files: [ OK ] 4.53 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6575 / 12246] 00623_truncate_table: [ OK ] 0.77 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6576 / 12246] 03781_split_join_filter_bug: [ OK ] 0.83 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6577 / 12246] 03147_rows_before_limit_fix: [ OK ] 0.52 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6578 / 12246] 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 0.38 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6579 / 12246] 00925_zookeeper_empty_replicated_merge_tree_optimize_final_long: [ OK ] 2.74 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6580 / 12246] 03392_inconsistent_formatting_of_lambda: [ OK ] 0.45 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6581 / 12246] 04212_internal_async_flush_counters: [ OK ] 0.42 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6582 / 12246] 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.50 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6583 / 12246] 04033_tpc_ds_q87: [ OK ] 2.10 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6584 / 12246] 04214_trivial_group_by_limit_threads: [ OK ] 0.53 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6585 / 12246] 01072_nullable_jit: [ OK ] 0.45 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6586 / 12246] 04107_count_digits_int_min_ubsan: [ OK ] 0.33 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6587 / 12246] 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 0.33 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6588 / 12246] 03344_clickhouse_extract_from_config_try: [ OK ] 1.05 sec. [2026-08-01 14:03:05] 2026-08-02 04:03:05 [ 6589 / 12246] 03357_jit_strikes_again: [ OK ] 0.38 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6590 / 12246] 03781_json_max_dynamic_subcolumns_control_on_parsing: [ OK ] 0.44 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6591 / 12246] 00897_flatten: [ OK ] 0.38 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6592 / 12246] 00860_unknown_identifier_bug: [ OK ] 0.34 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6593 / 12246] 02916_distributed_skip_unavailable_shards: [ OK ] 0.39 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6594 / 12246] 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 0.43 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6595 / 12246] 02381_arrow_dict_of_nullable_string_to_lc: [ OK ] 0.89 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6596 / 12246] 03253_group_by_cube_too_many_keys: [ OK ] 0.44 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6597 / 12246] 04033_tpc_ds_q86: [ OK ] 1.29 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6598 / 12246] 03781_insert_block_size_settings_squashing_on_insert: [ OK ] 2.38 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6599 / 12246] 00232_format_readable_decimal_size: [ OK ] 0.26 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6600 / 12246] 01532_having_with_totals: [ OK ] 0.54 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6601 / 12246] 01037_polygon_dicts_correctness_fast: [ OK ] 5.44 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6602 / 12246] 02475_date_time_schema_inference_bug: [ OK ] 0.26 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6603 / 12246] 02206_minimum_sample_size: [ OK ] 0.49 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6604 / 12246] 04522_every_function_must_have_documentation: [ OK ] 0.30 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6605 / 12246] 04051_negative_limit_with_ties_distributed: [ OK ] 0.76 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6606 / 12246] 04033_tpc_ds_q61: [ OK ] 3.06 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6607 / 12246] 02156_storage_merge_prewhere_2: [ OK ] 0.46 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6608 / 12246] 03252_recursive_proto_with_skip_unsupported_fields: [ OK ] 1.07 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6609 / 12246] 02955_analyzer_using_functional_args_oldanalyzer: [ OK ] 0.98 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6610 / 12246] 03197_fix_parse_mysql_iso_date: [ OK ] 0.31 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6611 / 12246] 00127_group_by_concat: [ OK ] 0.31 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6612 / 12246] 04545_throwif_notlike_lowcardinality: [ OK ] 0.47 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6613 / 12246] 01812_has_generic: [ OK ] 0.27 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6614 / 12246] 02963_msan_agg_addBatchLookupTable8: [ OK ] 0.37 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6615 / 12246] 01440_big_int_exotic_casts: [ OK ] 0.49 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6616 / 12246] 00808_not_optimize_predicate: [ OK ] 0.46 sec. [2026-08-01 14:03:06] 2026-08-02 04:03:06 [ 6617 / 12246] 00690_insert_select_converting_exception_message: [ OK ] 2.04 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6618 / 12246] 04604_qbit_distance_parallel_replicas_scalar_subquery: [ OK ] 0.43 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6619 / 12246] 03784_msan_token_iterator: [ OK ] 0.35 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6620 / 12246] 00960_eval_ml_method_const: [ OK ] 0.31 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6621 / 12246] 04109_read_in_order_with_normal_projection: [ OK ] 0.49 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6622 / 12246] 00612_pk_in_tuple_perf: [ OK ] 2.77 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6623 / 12246] 02295_global_with_in_subquery: [ OK ] 0.31 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6624 / 12246] 02188_parser_dictionary_primary_key: [ OK ] 0.41 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6625 / 12246] 00741_client_comment_multiline: [ OK ] 0.27 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6626 / 12246] 03635_in_function_different_types_many_columns: [ OK ] 0.31 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6627 / 12246] 04663_setting_boolean_shorthand_in_create_settings: [ OK ] 0.36 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6628 / 12246] 01517_select_final_distributed: [ OK ] 0.41 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6629 / 12246] 02828_create_as_table_function_rename: [ OK ] 0.30 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6630 / 12246] 04229_implicit_minmax_block_number_offset_basic: [ OK ] 0.30 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6631 / 12246] 02354_vector_search_choose_correct_index: [ OK ] 0.38 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6632 / 12246] 02497_having_without_actual_aggregation_bug: [ OK ] 0.41 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6633 / 12246] 00957_coalesce_const_nullable_crash: [ OK ] 0.41 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6634 / 12246] 01076_array_join_prewhere_const_folding: [ OK ] 0.55 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6635 / 12246] 02550_client_connections_credentials: [ OK ] 5.13 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6636 / 12246] 04519_select_access_rights_join_union_rewrite: [ OK ] 5.20 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6637 / 12246] 02239_bzip2_bug: [ OK ] 3.05 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6638 / 12246] 00804_test_alter_compression_codecs: [ OK ] 4.36 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6639 / 12246] 00965_send_logs_level_concurrent_queries: [ OK ] 0.97 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6640 / 12246] 01097_one_more_range_reader_test_wide_part: [ OK ] 0.57 sec. [2026-08-01 14:03:07] 2026-08-02 04:03:07 [ 6641 / 12246] 01232_untuple: [ OK ] 0.43 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6642 / 12246] 03404_ubsan_distinct_join_const_column: [ OK ] 0.38 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6643 / 12246] 04408_arrowflight_named_collection_optional_dataset: [ OK ] 1.53 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6644 / 12246] 02476_analyzer_join_with_unused_columns: [ OK ] 0.36 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6645 / 12246] 02834_client_yaml_configs: [ OK ] 1.07 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6646 / 12246] 04093_text_index_separate_analysis: [ OK ] 0.57 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6647 / 12246] 02315_readonly_create_function: [ OK ] 1.28 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6648 / 12246] 03448_analyzer_correlated_subquery_in_projection: [ OK ] 0.36 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6649 / 12246] 01300_group_by_other_keys_having: [ OK ] 1.09 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6650 / 12246] 01892_jit_aggregation_function_any_last_long: [ OK ] 1.06 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6651 / 12246] 02941_variant_type_4: [ OK ] 9.47 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6652 / 12246] 03755_insert_select_duduplication: [ OK ] 2.64 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6653 / 12246] 03747_float_parsing_subnormal: [ OK ] 0.40 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6654 / 12246] 03283_optimize_on_insert_level: [ OK ] 0.64 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6655 / 12246] 02474_fix_function_parser_bug: [ OK ] 0.27 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6656 / 12246] 02346_text_index_collapsingmergetree: [ OK ] 0.45 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6657 / 12246] 03246_join_on_asterisk: [ OK ] 0.38 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6658 / 12246] 02902_show_databases_limit: [ OK ] 0.31 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6659 / 12246] 04260_dynamic_subcolumn_compressed_memory: [ OK ] 0.35 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6660 / 12246] 04612_access_denied_http_forbidden: [ OK ] 1.45 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6661 / 12246] 02919_skip_lots_of_parsing_errors: [ OK ] 5.38 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6662 / 12246] 04490_qbit_stride_subcolumns: [ OK ] 0.34 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6663 / 12246] 03530_insert_into_distributed_different_types_sparseness: [ OK ] 0.48 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6664 / 12246] 04099_time64_csv_trailing_garbage: [ OK ] 0.37 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6665 / 12246] 04255_packed_skip_indices_contraction_mutation: [ OK ] 0.53 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6666 / 12246] 02668_parse_datetime: [ OK ] 1.53 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6667 / 12246] 00072_in_types: [ OK ] 0.43 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6668 / 12246] 03575_analyzer_merge_filter_into_join_bug_2: [ OK ] 0.54 sec. [2026-08-01 14:03:08] 2026-08-02 04:03:08 [ 6669 / 12246] 03279_move_partitions_access_rights: [ OK ] 1.87 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6670 / 12246] 04489_vector_search_rescoring_lazy_materialization: [ OK ] 0.46 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6671 / 12246] 03793_local_access_management: [ OK ] 1.10 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6672 / 12246] 03827_cross_join_no_right_columns: [ OK ] 0.40 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6673 / 12246] 02125_query_views_log: [ OK ] 0.55 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6674 / 12246] 03215_toStartOfWeek_with_dateTime64_fix: [ OK ] 0.39 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6675 / 12246] 01259_dictionary_custom_settings_ddl: [ OK ] 0.40 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6676 / 12246] 03211_nested_json_merges_small: [ OK ] 1.47 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6677 / 12246] 04401_sparse_pk_index_analysis_unknown_const_false: [ OK ] 0.35 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6678 / 12246] 03274_squashing_transform_sparse_bug: [ OK ] 0.47 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6679 / 12246] 03009_format_show_database: [ OK ] 1.51 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6680 / 12246] 00005_shard_format_ast_and_remote_table_lambda: [ OK ] 0.25 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6681 / 12246] 01710_normal_projection_format: [ OK ] 0.24 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6682 / 12246] 03371_constant_alias_columns: [ OK ] 0.42 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6683 / 12246] 02932_refreshable_materialized_views_2: [ OK ] 16.93 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6684 / 12246] 04356_sqlite_open_error_leak: [ OK ] 1.24 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6685 / 12246] 01308_row_policy_and_trivial_count_query: [ OK ] 0.42 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6686 / 12246] 02354_vector_search_distributed_index_analysis: [ OK ] 0.66 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6687 / 12246] 03274_json_to_json_alter_nested_json: [ OK ] 0.57 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6688 / 12246] 03231_dynamic_uniq_group_by: [ OK ] 0.37 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6689 / 12246] 03306_materialized_vew_prewhere_supported_columns: [ OK ] 0.40 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6690 / 12246] 04307_uniqTheta_corrupted_state_106259: [ OK ] 1.60 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6691 / 12246] 01122_totals_rollup_having_block_header: [ OK ] 0.35 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6692 / 12246] 04119_object_storage_bad_arg_count_no_logical_error: [ OK ] 0.56 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6693 / 12246] 04113_has_subsequence_empty_haystack: [ OK ] 0.32 sec. [2026-08-01 14:03:09] 2026-08-02 04:03:09 [ 6694 / 12246] 03002_filter_skip_virtual_columns_with_non_deterministic_functions: [ OK ] 0.51 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6695 / 12246] 02345_striped_compact_parts: [ OK ] 0.52 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6696 / 12246] 03237_sticky_error_client: [ OK ] 1.21 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6697 / 12246] 03825_xxh3_128_hash_function: [ OK ] 0.34 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6698 / 12246] 02561_sorting_constants_and_distinct_crash: [ OK ] 0.98 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6699 / 12246] 02875_parallel_replicas_remote: [ OK ] 0.61 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6700 / 12246] 02118_deserialize_whole_text: [ OK ] 5.88 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6701 / 12246] 02995_preliminary_filters_duplicated_columns: [ OK ] 0.42 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6702 / 12246] 00829_bitmap64_function: [ OK ] 0.75 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6703 / 12246] 04092_kafka_named_tuple_dot_access: [ OK ] 0.53 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6704 / 12246] 03926_group_by_use_nulls_constant_type: [ OK ] 0.47 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6705 / 12246] 04204_alias_async_insert_dedup_strict_block_limits: [ OK ] 18.84 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6706 / 12246] 02561_null_as_default_more_formats: [ OK ] 14.00 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6707 / 12246] 04538_lwu_nested_multi_subcolumn_validation: [ OK ] 0.70 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6708 / 12246] 03563_coarser_minmax_indexes_first: [ OK ] 0.52 sec. [2026-08-01 14:03:10] 2026-08-02 04:03:10 [ 6709 / 12246] 03252_merge_tree_min_bytes_to_seek: [ OK ] 0.82 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6710 / 12246] 02715_bit_operations_float: [ OK ] 0.45 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6711 / 12246] 02354_vector_search_quantize_codec_pq_multigranule: [ OK ] 1.09 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6712 / 12246] 04093_negative_time_datetime_comparison: [ OK ] 0.37 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6713 / 12246] 00752_low_cardinality_permute: [ OK ] 0.56 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6714 / 12246] 02366_kql_func_datetime: [ OK ] 1.33 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6715 / 12246] 00240_replace_substring_loop: [ OK ] 1.47 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6716 / 12246] 00753_system_columns_and_system_tables_long: [ OK ] 1.61 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6717 / 12246] 02566_analyzer_limit_settings_distributed: [ OK ] 0.57 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6718 / 12246] 04056_parquet_bloom_filter_empty_in: [ OK ] 0.46 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6719 / 12246] 04033_tpc_ds_q18: [ OK ] 2.78 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6720 / 12246] 04401_packed_skip_indices_concurrent_read_long: [ OK ] 2.96 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6721 / 12246] 04502_parseDateTime_variable_length_microseconds: [ OK ] 0.53 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6722 / 12246] 04005_correlated_column_in_lambda: [ OK ] 0.49 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6723 / 12246] 01065_array_zip_mixed_const: [ OK ] 0.32 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6724 / 12246] 01016_input_null_as_default: [ OK ] 9.12 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6725 / 12246] 00470_identifiers_in_double_quotes: [ OK ] 0.33 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6726 / 12246] 03237_create_or_replace_view_atomically_with_atomic_engine: [ OK ] 3.03 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6727 / 12246] 04070_url_base_setting: [ OK ] 7.93 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6728 / 12246] 03215_partition_in_tuple: [ OK ] 0.58 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6729 / 12246] 02380_insert_mv_race: [ OK ] 1.99 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6730 / 12246] 02340_analyzer_functions: [ OK ] 0.42 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6731 / 12246] 02861_join_on_nullsafe_compare: [ OK ] 1.44 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6732 / 12246] 04657_explain_estimates_rewrite: [ OK ] 0.42 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6733 / 12246] 03622_distributed_index_analysis_additional_table_filters: [ OK ] 1.40 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6734 / 12246] 02269_to_start_of_interval_overflow: [ OK ] 0.42 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6735 / 12246] 02293_grouping_function: [ OK ] 0.50 sec. [2026-08-01 14:03:11] 2026-08-02 04:03:11 [ 6736 / 12246] 04241_rename_table_mv_source_dependencies: [ OK ] 0.47 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6737 / 12246] 02149_issue_32487: [ OK ] 0.29 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6738 / 12246] 03777_join_runtime_filter_empty_header: [ OK ] 0.37 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6739 / 12246] 03923_masking_policy_on_cluster_format: [ OK ] 0.27 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6740 / 12246] 4060_row_policy_projection_not_found_column: [ OK ] 0.35 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6741 / 12246] 04511_geometry_discriminators_compatibility: [ OK ] 0.30 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6742 / 12246] 04058_statistics_bad_cast: [ OK ] 0.30 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6743 / 12246] 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 0.57 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6744 / 12246] 02399_merge_tree_mutate_in_partition: [ OK ] 0.46 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6745 / 12246] 01655_quarter_modificator_for_formatDateTime: [ OK ] 0.31 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6746 / 12246] 03322_view_over_parameterized_view: [ OK ] 0.31 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6747 / 12246] 03613_empty_tuple_permute_with_limit: [ OK ] 0.33 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6748 / 12246] 03126_column_not_under_group_by: [ OK ] 0.27 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6749 / 12246] 02943_exprs_order_in_group_by_with_rollup: [ OK ] 0.37 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6750 / 12246] 02535_ip_parser_not_whole: [ OK ] 0.31 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6751 / 12246] 01942_untuple_transformers_msan: [ OK ] 0.38 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6752 / 12246] 03290_formatReadable_other_numeric_types: [ OK ] 0.42 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6753 / 12246] 03004_force_null_for_omitted: [ OK ] 0.72 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6754 / 12246] 04491_geojson_input_deep_recursion: [ OK ] 1.52 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6755 / 12246] 01056_create_table_as_with_sorting_clauses: [ OK ] 0.59 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6756 / 12246] 00535_parse_float_scientific: [ OK ] 0.37 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6757 / 12246] 03761_join_using_empty_list: [ OK ] 0.29 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6758 / 12246] 04401_help_command: [ OK ] 3.36 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6759 / 12246] 02916_replication_protocol_wait_for_part: [ OK ] 10.68 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6760 / 12246] 01033_storage_odbc_parsing_exception_check: [ OK ] 0.43 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6761 / 12246] 03810_pr_aggr_in_order_read_mode: [ OK ] 0.38 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6762 / 12246] 04033_tpc_ds_q14: [ OK ] 9.80 sec. [2026-08-01 14:03:12] 2026-08-02 04:03:12 [ 6763 / 12246] 02982_unambiguous_alter_commands: [ OK ] 0.34 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6764 / 12246] 04104_56208_merge_distributed_merge_chain: [ OK ] 0.52 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6765 / 12246] 02941_variant_type_2: [ OK ] 8.29 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6766 / 12246] 03681_lazy_materialization_with_read_in_order: [ OK ] 0.36 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6767 / 12246] 00962_visit_param_various: [ OK ] 0.48 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6768 / 12246] 04657_explain_estimates_rewrite: [ OK ] 0.35 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6769 / 12246] 02494_query_cache_ignore_output_settings: [ OK ] 0.70 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6770 / 12246] 04661_vector_search_quantize_pq_codebook_mark_range: [ OK ] 1.22 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6771 / 12246] 04412_mutation_old_part_basic_map_partial: [ OK ] 3.75 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6772 / 12246] 03813_subquery_column_aliases_in_join: [ OK ] 0.41 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6773 / 12246] 04213_array_join_low_cardinality_unaligned: [ OK ] 0.38 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6774 / 12246] 02267_empty_arrays_read_reverse: [ OK ] 0.61 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6775 / 12246] 04356_distributed_final_pk_layers: [ OK ] 0.95 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6776 / 12246] 02366_kql_native_interval_format: [ OK ] 0.40 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6777 / 12246] 01932_remote_sharding_key_column: [ OK ] 0.40 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6778 / 12246] 03078_analyzer_multi_scalar_subquery_aliases: [ OK ] 0.30 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6779 / 12246] 04337_encrypt_decrypt_block_modes: [ OK ] 0.43 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6780 / 12246] 02001_shard_num_shard_count: [ OK ] 0.37 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6781 / 12246] 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.35 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6782 / 12246] 04345_mvt_encode_spec_conformance: [ OK ] 5.32 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6783 / 12246] 00975_recursive_materialized_view: [ OK ] 0.45 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6784 / 12246] 03036_test_parquet_bloom_filter_push_down_ipv6: [ OK ] 2.53 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6785 / 12246] 03714_tuple_inside_nullable_for_in_function_non_literal: [ OK ] 2.69 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6786 / 12246] 04336_crosstab_corrupted_state_deserialization: [ OK ] 2.81 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6787 / 12246] 04402_modulo_or_null_float_no_fpe: [ OK ] 0.43 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6788 / 12246] 03217_primary_index_memory_leak: [ OK ] 0.98 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6789 / 12246] 00172_hits_joins: [ OK ] 7.10 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6790 / 12246] 02346_text_index_materialization: [ OK ] 0.96 sec. [2026-08-01 14:03:13] 2026-08-02 04:03:13 [ 6791 / 12246] 04648_parameterized_view_non_equals_argument: [ OK ] 0.73 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6792 / 12246] 04521_every_disk_type_must_have_documentation: [ OK ] 0.45 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6793 / 12246] 04093_projection_virtuals_in_normal_projection: [ OK ] 0.42 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6794 / 12246] 04623_union_aggregate_state_in_tuple_header: [ OK ] 0.45 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6795 / 12246] 01053_drop_database_mat_view: [ OK ] 0.55 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6796 / 12246] 02433_default_expression_operator_in: [ OK ] 0.63 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6797 / 12246] 04511_distinct_overflow_mode_break: [ OK ] 0.61 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6798 / 12246] 02876_formats_with_names_dont_use_header: [ OK ] 0.90 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6799 / 12246] 01475_read_subcolumns_storages: [ OK ] 7.22 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6800 / 12246] 01780_column_sparse_full: [ OK ] 0.94 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6801 / 12246] 04211_uuid_parser_strict_validation_86714: [ OK ] 0.59 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6802 / 12246] 02841_join_filter_set_sparse: [ OK ] 0.44 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6803 / 12246] 04098_remote_parameterized_view_no_crash: [ OK ] 0.39 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6804 / 12246] 00705_aggregate_states_addition: [ OK ] 0.46 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6805 / 12246] 03212_thousand_exceptions: [ OK ] 4.37 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6806 / 12246] 03533_skip_index_on_data_reading: [ OK ] 2.37 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6807 / 12246] 01456_low_cardinality_sorting_bugfix: [ OK ] 0.47 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6808 / 12246] 03756_time_series_wrong_tags_group: [ OK ] 0.31 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6809 / 12246] 04207_top_k_through_join: [ OK ] 0.82 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6810 / 12246] 00926_geo_to_h3: [ OK ] 0.37 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6811 / 12246] 02242_negative_datetime64: [ OK ] 0.26 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6812 / 12246] 03681_distributed_fractional_limit_offset: [ OK ] 0.53 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6813 / 12246] 01922_sum_null_for_remote: [ OK ] 0.35 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6814 / 12246] 02383_join_and_filtering_set: [ OK ] 3.24 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6815 / 12246] 03643_system_instrumentation_no_suspicious_lowcardinality: [ OK ] 0.31 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6816 / 12246] 03802_aggregating_unnamed_tuple_element: [ OK ] 0.47 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6817 / 12246] 03625_auto_statistics: [ OK ] 0.78 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6818 / 12246] 01482_move_to_prewhere_and_cast: [ OK ] 0.37 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6819 / 12246] 02128_apply_lambda_parsing: [ OK ] 0.27 sec. [2026-08-01 14:03:14] 2026-08-02 04:03:14 [ 6820 / 12246] 03840_hive_partitioning_where_real_column: [ OK ] 1.52 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6821 / 12246] 02016_order_by_with_fill_monotonic_functions_removal: [ OK ] 0.32 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6822 / 12246] 02122_parallel_formatting_RowBinary: [ OK ] 1.77 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6823 / 12246] 04635_orc_native_union_boolean_enum: [ OK ] 0.40 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6824 / 12246] 01073_crlf_end_of_line: [ OK ] 0.30 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6825 / 12246] 04038_max_skip_unavailable_shards: [ OK ] 0.47 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6826 / 12246] 01672_test_toSecond_mysql_dialect: [ OK ] 0.30 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6827 / 12246] 02902_add_scalar_in_all_case: [ OK ] 0.35 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6828 / 12246] 03397_information_schema_tables_index_length: [ OK ] 0.41 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6829 / 12246] 04033_tpc_ds_q77: [ OK ] 1.73 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6830 / 12246] 03550_variant_extend_union: [ OK ] 0.28 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6831 / 12246] 03205_column_type_check: [ OK ] 0.30 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6832 / 12246] 02843_backup_use_same_password_for_base_backup: [ OK ] 3.79 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6833 / 12246] 03582_azure_double_free: [ OK ] 6.17 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6834 / 12246] 03295_half_parquet: [ OK ] 0.78 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6835 / 12246] 03802_pr_join_non_mt_table: [ OK ] 0.53 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6836 / 12246] 02814_order_by_tuple_window_function: [ OK ] 0.26 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6837 / 12246] 00330_view_subqueries: [ OK ] 0.34 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6838 / 12246] 04146_tuple_duplicate_element_names: [ OK ] 0.39 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6839 / 12246] 02567_native_type_conversions: [ OK ] 1.32 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6840 / 12246] 04229_defer_partition_pruning_after_final: [ OK ] 0.59 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6841 / 12246] 01266_default_prewhere_reqq: [ OK ] 0.41 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6842 / 12246] 04295_04278_materialized_cte_in_union_runtime_set: [ OK ] 0.46 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6843 / 12246] 03711_tuple_inside_nullable_least_supertype: [ OK ] 0.58 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6844 / 12246] 02007_join_use_nulls: [ OK ] 0.39 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6845 / 12246] 04068_lazy_materialization_map_nested_alter_add: [ OK ] 0.59 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6846 / 12246] 03762_has_in_function_key_condition_deterministic_function_chain: [ OK ] 0.61 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6847 / 12246] 04328_sparsity_big_integers: [ OK ] 0.43 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6848 / 12246] 03701_distributed_index_analysis_async_modes: [ OK ] 0.88 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6849 / 12246] 04628_ephemeral_column_type_is_not_masked: [ OK ] 0.34 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6850 / 12246] 02514_null_dictionary_source: [ OK ] 0.32 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6851 / 12246] 01396_inactive_replica_cleanup_nodes_zookeeper: [ OK ] 7.71 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6852 / 12246] 00503_cast_const_nullable: [ OK ] 0.40 sec. [2026-08-01 14:03:15] 2026-08-02 04:03:15 [ 6853 / 12246] 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 2.88 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6854 / 12246] 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 0.64 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6855 / 12246] 04045_parquet_v3_delta_binary_packed_no_padding: [ OK ] 1.31 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6856 / 12246] 04061_array_dot_product_empty_arrays: [ OK ] 0.34 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6857 / 12246] 01622_defaults_for_file_engine: [ OK ] 0.34 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6858 / 12246] 03402_join_using_alias: [ OK ] 0.39 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6859 / 12246] 03321_forwarded_for: [ OK ] 2.42 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6860 / 12246] 01402_cast_nullable_string_to_enum: [ OK ] 0.37 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6861 / 12246] 04500_read_in_order_through_partial_merge_join: [ OK ] 0.57 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6862 / 12246] 04060_transaction_snapshot_visibility: [ OK ] 0.52 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6863 / 12246] 02240_asof_join_biginteger: [ OK ] 0.39 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6864 / 12246] 00729_prewhere_array_join: [ OK ] 0.53 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6865 / 12246] 01671_test_toQuarter_mysql_dialect: [ OK ] 0.29 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6866 / 12246] 04401_aggregate_function_deserialize_allocation_bomb: [ OK ] 0.56 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6867 / 12246] 02891_array_shingles: [ OK ] 0.42 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6868 / 12246] 00591_columns_removal_union_all: [ OK ] 0.28 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6869 / 12246] 01161_information_schema: [ OK ] 0.55 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6870 / 12246] 03305_compressed_memory_eng_crash_reading_subcolumn: [ OK ] 0.30 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6871 / 12246] 00126_buffer: [ OK ] 0.54 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6872 / 12246] 04365_row_policy_concurrent_rebuild: [ OK ] 11.22 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6873 / 12246] 03777_top_k_dynamic_filtering_respect_header_bug: [ OK ] 0.30 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6874 / 12246] 04657_get_client_http_header_expired_context: [ OK ] 0.94 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6875 / 12246] 00700_decimal_array_functions: [ OK ] 0.36 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6876 / 12246] 03640_multiple_mutations_with_error_with_rewrite_parts: [ OK ] 0.40 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6877 / 12246] 04658_uniq_variadic_if_no_key: [ OK ] 0.40 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6878 / 12246] 02812_pointwise_array_operations: [ OK ] 0.42 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6879 / 12246] 03595_changes_timeseries_functions: [ OK ] 0.34 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6880 / 12246] 02949_parallel_replicas_in_subquery: [ OK ] 0.59 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6881 / 12246] 00473_output_format_json_quote_denormals: [ OK ] 1.90 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6882 / 12246] 03623_network_compression_method: [ OK ] 3.62 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6883 / 12246] 03743_alp_codec_special_values: [ OK ] 0.47 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6884 / 12246] 03500_row_policy_storage_merge_bare_column: [ OK ] 0.84 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6885 / 12246] 00944_clear_index_in_partition: [ OK ] 3.34 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6886 / 12246] 04605_qbit_distance_parallel_replicas_constant_reference: [ OK ] 0.56 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6887 / 12246] 02286_vertical_merges_missed_column: [ OK ] 0.43 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6888 / 12246] 02952_conjunction_optimization: [ OK ] 0.37 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6889 / 12246] 00002_system_numbers: [ OK ] 0.34 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6890 / 12246] 04317_106083_mergetree_order_by_limit1_equality: [ OK ] 0.30 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6891 / 12246] 04068_geo_wkt_wkb_uppercase_aliases: [ OK ] 0.29 sec. [2026-08-01 14:03:16] 2026-08-02 04:03:16 [ 6892 / 12246] 03594_funcs_on_empty_arguments: [ OK ] 0.47 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6893 / 12246] 03036_dynamic_read_shared_subcolumns_small: [ OK ] 0.95 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6894 / 12246] 01521_format_readable_time_delta2: [ OK ] 0.47 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6895 / 12246] 03365_time_time64_parsing: [ OK ] 0.93 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6896 / 12246] 03755_nested_recursive_cte: [ OK ] 0.37 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6897 / 12246] 03234_replicated_table_parent_znode_cleanup: [ OK ] 1.78 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6898 / 12246] 02225_hints_for_indeices: [ OK ] 1.98 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6899 / 12246] 04306_keycondition_nan_equality: [ OK ] 0.43 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6900 / 12246] 02324_compatibility_setting: [ OK ] 2.95 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6901 / 12246] 04039_normal_projection_parallel_replicas: [ OK ] 0.27 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6902 / 12246] 01638_div_mod_ambiguities: [ OK ] 0.31 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6903 / 12246] 04502_tuple_combinator_state_compatibility: [ OK ] 0.41 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6904 / 12246] 02923_explain_expired_context: [ OK ] 0.33 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6905 / 12246] 02369_lost_part_intersecting_merges: [ OK ] 7.81 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6906 / 12246] 00260_like_and_curly_braces: [ OK ] 0.44 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6907 / 12246] 02354_vector_search_binary_quantization: [ OK ] 0.48 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6908 / 12246] 04006_parquet_date_to_enum_insert: [ OK ] 0.41 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6909 / 12246] 01656_join_defaul_enum: [ OK ] 0.41 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6910 / 12246] 03716_topk_bad_data: [ OK ] 0.42 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6911 / 12246] 03740_alter_modify_query_dict_name_in_cse: [ OK ] 0.32 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6912 / 12246] 00366_multi_statements: [ OK ] 6.51 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6913 / 12246] 01187_set_profile_as_setting: [ OK ] 1.13 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6914 / 12246] 03990_map_subcolumn_skip_index: [ OK ] 0.82 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6915 / 12246] 03571_nullable_format_digit_groups: [ OK ] 0.32 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6916 / 12246] 01044_h3_edge_angle: [ OK ] 0.25 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6917 / 12246] 04327_ast_json_dml_output_options: [ OK ] 0.59 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6918 / 12246] 04489_qbit_stride_create_insert_select: [ OK ] 0.57 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6919 / 12246] 02354_vector_search_multiple_indexes: [ OK ] 0.42 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6920 / 12246] 02500_prevent_drop_nested_if_empty_part: [ OK ] 0.52 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6921 / 12246] 04057_parquet_empty_row_group: [ OK ] 0.83 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6922 / 12246] 02251_last_day_of_month: [ OK ] 0.31 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6923 / 12246] 03199_join_with_materialized_column: [ OK ] 0.31 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6924 / 12246] 04077_formatdatetime_w_is_a_variable_length_formatter: [ OK ] 0.44 sec. [2026-08-01 14:03:17] 2026-08-02 04:03:17 [ 6925 / 12246] 02858_explicit_uuid_and_zk_path: [ OK ] 3.35 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6926 / 12246] 03357_check_contraints_null_syntax: [ OK ] 0.36 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6927 / 12246] 00758_array_reverse: [ OK ] 0.36 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6928 / 12246] 01069_materialized_view_alter_target_table: [ OK ] 0.41 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6929 / 12246] 04367_distributed_alias_collapse_table_function_arg: [ OK ] 0.49 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6930 / 12246] 02900_issue_55858: [ OK ] 0.41 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6931 / 12246] 03319_concurrent_hash_join_double_preallocation_bug: [ OK ] 0.94 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6932 / 12246] 03992_map_subcolumns_small_memory: [ OK ] 0.61 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6933 / 12246] 04070_async_insert_result_rows_double_count: [ OK ] 2.21 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6934 / 12246] 03775_paimon_incremental_read: [ OK ] 0.40 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6935 / 12246] 00800_low_cardinality_join: [ OK ] 0.55 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6936 / 12246] 04061_row_policy_query_log_subqueries: [ OK ] 0.56 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6937 / 12246] 03254_pr_join_on_dups: [ OK ] 1.36 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6938 / 12246] 02162_range_hashed_dictionary_ddl_expression: [ OK ] 0.32 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6939 / 12246] 03984_in_single_column_reference: [ OK ] 0.39 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6940 / 12246] 04337_s3_partition_strategy_case: [ OK ] 0.44 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6941 / 12246] 03783_serialize_into_sparse_with_subcolumn_extraction: [ OK ] 1.92 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6942 / 12246] 03924_constant_granularity_last_mark: [ OK ] 0.26 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6943 / 12246] 01293_external_sorting_limit_bug: [ OK ] 0.37 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6944 / 12246] 03215_varian_as_common_type_integers: [ OK ] 0.38 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6945 / 12246] 04240_80087_clickhouse_local_logs_on_exception: [ OK ] 0.91 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6946 / 12246] 04319_query_parameter_as_function_name: [ OK ] 0.25 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6947 / 12246] 03784_correlated_subquery_from_storage: [ OK ] 0.38 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6948 / 12246] 03024_total_rows_approx_is_set_for_system_zeros_and_generate_random: [ OK ] 0.30 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6949 / 12246] 02559_add_parts: [ OK ] 0.36 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6950 / 12246] 01285_engine_join_donmikel: [ OK ] 1.51 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6951 / 12246] 02921_fuzzbits_with_array_join: [ OK ] 0.26 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6952 / 12246] 01198_plus_inf: [ OK ] 0.33 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6953 / 12246] 02499_read_json_objects_as_strings: [ OK ] 0.26 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6954 / 12246] 01189_create_as_table_as_table_function: [ OK ] 0.31 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6955 / 12246] 04312_array_dot_product_bfloat16: [ OK ] 0.51 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6956 / 12246] 00825_protobuf_format_squares: [ OK ] 2.32 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6957 / 12246] 00943_mv_rename_without_inner_table: [ OK ] 0.43 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6958 / 12246] 04663_setting_boolean_shorthand_in_create_settings: [ OK ] 0.33 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6959 / 12246] 03442_detach_view: [ OK ] 0.32 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6960 / 12246] 01866_aggregate_function_interval_length_sum: [ OK ] 0.46 sec. [2026-08-01 14:03:18] 2026-08-02 04:03:18 [ 6961 / 12246] 04625_hash_table_sizes_stats_table_expression_modifiers: [ OK ] 2.08 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6962 / 12246] 03592_dictionary_columns_trailing_comma: [ OK ] 0.35 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6963 / 12246] 02770_jit_aggregation_nullable_key_fix: [ OK ] 0.58 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6964 / 12246] 03824_index_reader_const_granularity_last_mark: [ OK ] 0.44 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6965 / 12246] 04295_projections_crash_in_local_mode: [ OK ] 1.03 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6966 / 12246] 02940_json_array_of_unnamed_tuples_inference: [ OK ] 0.31 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6967 / 12246] 04356_compatibility_skips_obsolete_settings: [ OK ] 0.33 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6968 / 12246] 03788_statistics_part_pruning_nan: [ OK ] 0.48 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6969 / 12246] 01780_dict_get_or_null: [ OK ] 0.64 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6970 / 12246] 00976_max_execution_speed: [ OK ] 3.31 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6971 / 12246] 02449_check_dependencies_and_table_shutdown: [ OK ] 0.47 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6972 / 12246] 02283_array_norm: [ OK ] 0.43 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6973 / 12246] 01813_distributed_scalar_subqueries_alias: [ OK ] 0.40 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6974 / 12246] 01554_bloom_filter_index_big_integer_uuid: [ OK ] 0.43 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6975 / 12246] 01474_bad_global_join: [ OK ] 0.36 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6976 / 12246] 04202_percent_rank_invalid_frame: [ OK ] 0.32 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6977 / 12246] 04056_execute_as_format: [ OK ] 3.05 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6978 / 12246] 03511_formatDateTime_e_space_padding: [ OK ] 0.28 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6979 / 12246] 02494_query_cache_empty_tuple: [ OK ] 0.30 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6980 / 12246] 04420_docs_web_ui_relative_link_route: [ OK ] 0.94 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6981 / 12246] 04401_geojson_nullable_id: [ OK ] 0.31 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6982 / 12246] 04105_explain_syntax_parameterized_view: [ OK ] 0.46 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6983 / 12246] 02530_dictionaries_update_field_flat: [ OK ] 20.21 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6984 / 12246] 01851_array_difference_decimal_overflow_ubsan: [ OK ] 0.25 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6985 / 12246] 01392_column_resolve: [ OK ] 0.35 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6986 / 12246] 01372_remote_table_function_empty_table: [ OK ] 0.27 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6987 / 12246] 00688_case_without_else: [ OK ] 0.37 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6988 / 12246] 01767_timezoneOf: [ OK ] 0.77 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6989 / 12246] 03560_low_cardinality_keys_filter: [ OK ] 0.36 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6990 / 12246] 01514_input_format_csv_enum_as_number_setting: [ OK ] 0.37 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6991 / 12246] 00441_nulls_in: [ OK ] 0.42 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6992 / 12246] 04340_parquet_v3_dictionary_filter_soundness: [ OK ] 2.74 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6993 / 12246] 01710_projection_array_join: [ OK ] 0.33 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6994 / 12246] 02970_visible_width_behavior: [ OK ] 0.36 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6995 / 12246] 04312_reverse_key_obsolete_setting: [ OK ] 0.38 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6996 / 12246] 04149_msan_join_optimizer_non_deterministic_filter: [ OK ] 0.69 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6997 / 12246] 00688_low_cardinality_syntax: [ OK ] 0.52 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6998 / 12246] 04512_orc_schema_inference_column_encoding_out_of_range: [ OK ] 0.80 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 6999 / 12246] 02996_analyzer_prewhere_projection: [ OK ] 0.33 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 7000 / 12246] 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 0.46 sec. [2026-08-01 14:03:19] 2026-08-02 04:03:19 [ 7001 / 12246] 00048_a_stored_aggregates_merge: [ OK ] 0.37 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7002 / 12246] 03960_join_order_dphyp_over_limit: [ OK ] 0.78 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7003 / 12246] 04490_dict_get_keys_float_signed_zero_consistency: [ OK ] 0.40 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7004 / 12246] 02812_bug_with_unused_join_columns: [ OK ] 0.30 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7005 / 12246] 02898_parallel_replicas_custom_key_final: [ OK ] 0.36 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7006 / 12246] 02731_zero_objects_in_metadata: [ OK ] 1.64 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7007 / 12246] 00124_shard_distributed_with_many_replicas: [ OK ] 0.36 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7008 / 12246] 04629_with_fill_interpolate_empty_distributed: [ OK ] 0.31 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7009 / 12246] 04107_array_distance_const_full_chunk: [ OK ] 0.33 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7010 / 12246] 03916_coalescing_merge_tree_const_column_from_index: [ OK ] 0.31 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7011 / 12246] 04613_constant_join_left_anti_short_circuit: [ OK ] 0.53 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7012 / 12246] 02426_create_suspicious_fixed_string: [ OK ] 0.32 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7013 / 12246] 03413_experimental_settings_cannot_be_enabled_by_default: [ OK ] 0.18 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7014 / 12246] 02919_ddsketch_quantile: [ OK ] 0.57 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7015 / 12246] 00020_distinct_order_by_distributed: [ OK ] 0.55 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7016 / 12246] 03274_philipzucker: [ OK ] 0.76 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7017 / 12246] 04037_commit_order_projection_deferred: [ OK ] 0.43 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7018 / 12246] 01824_move_to_prewhere_many_columns: [ OK ] 0.63 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7019 / 12246] 03741_adaptive_write_buffer_initial_size_zero: [ OK ] 0.32 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7020 / 12246] 01731_async_task_queue_wait: [ OK ] 3.13 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7021 / 12246] 04427_mutate_some_columns_drop_index_corrupted_idx: [ OK ] 7.09 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7022 / 12246] 03200_subcolumns_join_use_nulls: [ OK ] 0.35 sec. [2026-08-01 14:03:20] 2026-08-02 04:03:20 [ 7023 / 12246] 00189_time_zones_long: [ OK ] 2.03 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:20 [ 7024 / 12246] 03520_replxx_history_crash: [ OK ] 0.91 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7025 / 12246] 01196_max_parser_depth: [ OK ] 1.17 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7026 / 12246] 01413_alter_update_supertype: [ OK ] 0.35 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7027 / 12246] 03008_deduplication_insert_into_partitioned_table: [ OK ] 1.40 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7028 / 12246] 01090_zookeeper_mutations_and_insert_quorum_long: [ OK ] 1.31 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7029 / 12246] 00502_custom_partitioning_local: [ OK ] 0.78 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7030 / 12246] 04138_higher_order_lambda_functions: [ OK ] 0.52 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7031 / 12246] 04308_remote_storage_engine: [ OK ] 0.46 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7032 / 12246] 03282_dynamic_in_functions_convert: [ OK ] 0.31 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7033 / 12246] 04626_columnless_remote_nullable_nothing: [ OK ] 0.35 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7034 / 12246] 00375_shard_group_uniq_array_of_string: [ OK ] 1.38 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7035 / 12246] 03166_optimize_row_order_during_insert: [ OK ] 0.52 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7036 / 12246] 02230_create_table_as_ignore_ttl: [ OK ] 0.31 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7037 / 12246] 04080_sort_key_encoding_correctness: [ OK ] 0.58 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7038 / 12246] 00671_max_intersections: [ OK ] 0.36 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7039 / 12246] 01532_min_max_with_modifiers: [ OK ] 0.30 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7040 / 12246] 04030_bson_columns_input_format: [ OK ] 7.72 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7041 / 12246] 00752_low_cardinality_array_result: [ OK ] 0.24 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7042 / 12246] 02676_kafka_murmur_hash: [ OK ] 0.32 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7043 / 12246] 01085_regexp_input_format: [ OK ] 2.33 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7044 / 12246] 04120_parseDateTime_format_specifiers: [ OK ] 0.92 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7045 / 12246] 03321_inner_materialized_view_nested: [ OK ] 0.48 sec. [2026-08-01 14:03:21] 2026-08-02 04:03:21 [ 7046 / 12246] 02457_morton_coding: [ OK ] 0.80 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7047 / 12246] 03359_ub_merging_aggregated_transform: [ OK ] 0.32 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7048 / 12246] 04267_mergeTreeCodecBlockCounts_basic: [ OK ] 0.44 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7049 / 12246] 03286_json_sub_object_subcolumn_correct_prefix: [ OK ] 0.66 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7050 / 12246] 02711_trim_aliases: [ OK ] 0.37 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7051 / 12246] 03172_format_settings_clauses: [ OK ] 0.38 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7052 / 12246] 03376_forbid_nan_inf_for_float_settings: [ OK ] 0.36 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7053 / 12246] 04064_tokenize_and_highlight_query: [ OK ] 0.43 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7054 / 12246] 00550_join_insert_select: [ OK ] 1.20 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7055 / 12246] 03702_alter_column_modify_secondary_index_drop: [ OK ] 3.53 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7056 / 12246] 04426_naive_bayes_oov_ignored: [ OK ] 0.38 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7057 / 12246] 04326_arrow_oob_neg_length: [ OK ] 1.38 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7058 / 12246] 04202_filelog_attach_path_outside_user_files: [ OK ] 1.99 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7059 / 12246] 01714_alter_drop_version: [ OK ] 0.40 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7060 / 12246] 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 0.46 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7061 / 12246] 04043_natural_join: [ OK ] 0.56 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7062 / 12246] 02708_dotProduct: [ OK ] 0.83 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7063 / 12246] 04009_cross_join_inner_join_using: [ OK ] 0.31 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7064 / 12246] 03749_implicit_index_ephemeral_alias: [ OK ] 0.38 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7065 / 12246] 02294_floating_point_second_in_settings: [ OK ] 4.53 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7066 / 12246] 04158_unique_key_optimize_rejected: [ OK ] 0.42 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7067 / 12246] 02662_sparse_columns_mutations_2: [ OK ] 0.43 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7068 / 12246] 03623_distributed_index_analysis_for_non_shared_merge_tree: [ OK ] 1.42 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7069 / 12246] 02193_async_insert_tcp_client_1: [ OK ] 0.57 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7070 / 12246] 01090_fixed_string_bit_ops: [ OK ] 0.32 sec. [2026-08-01 14:03:22] 2026-08-02 04:03:22 [ 7071 / 12246] 03521_bitNot_String_NUL_terminated: [ OK ] 0.33 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7072 / 12246] 04256_extremes_transform_partial_populate_on_exception: [ OK ] 0.36 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7073 / 12246] 03206_is_null_constant_result_old_analyzer_bug: [ OK ] 0.42 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7074 / 12246] 04403_url_engine_dispatch_trivial_count: [ OK ] 2.02 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7075 / 12246] 02346_text_index_materialize_subcolumns: [ OK ] 0.77 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7076 / 12246] 01429_empty_arrow_and_parquet: [ OK ] 4.70 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7077 / 12246] 04664_setting_boolean_shorthand_raw_engine_settings: [ OK ] 0.42 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7078 / 12246] 02989_group_by_tuple: [ OK ] 0.28 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7079 / 12246] 02864_statistics_bug_69589: [ OK ] 0.40 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7080 / 12246] 00696_system_columns_limit: [ OK ] 0.39 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7081 / 12246] 00980_merge_alter_settings: [ OK ] 0.77 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7082 / 12246] 04627_drop_column_with_udf_alias: [ OK ] 1.02 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7083 / 12246] 03517_s3_plain_rewritable_encrypted_empty_path: [ OK ] 0.68 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7084 / 12246] 04494_qbit_stride_dot_product_transposed: [ OK ] 0.98 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7085 / 12246] 03371_analyzer_filter_pushdown_distributed: [ OK ] 0.42 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7086 / 12246] 03205_system_sync_replica_format: [ OK ] 0.25 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7087 / 12246] 03773_parquet_roundtrip_bug: [ OK ] 0.30 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7088 / 12246] 04508_reader_executor_encrypted: [ OK ] 1.23 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7089 / 12246] 04233_right_utf8_invalid_utf8_determinism: [ OK ] 0.32 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7090 / 12246] 01670_log_comment: [ OK ] 0.46 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7091 / 12246] 04105_limit_by_into_sort_explain: [ OK ] 0.46 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7092 / 12246] 00957_neighbor: [ OK ] 0.60 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7093 / 12246] 04366_secondary_query_internal_flag_propagation: [ OK ] 1.54 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7094 / 12246] 00719_format_datetime_f_varsize_bug: [ OK ] 0.30 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7095 / 12246] 04201_action_name_lowcardinality_args: [ OK ] 0.36 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7096 / 12246] 02025_nested_func_for_if_combinator: [ OK ] 0.39 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7097 / 12246] 03167_transactions_are_really_disabled: [ OK ] 0.56 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7098 / 12246] 04059_alias_column_correlated_subquery: [ OK ] 0.43 sec. [2026-08-01 14:03:23] 2026-08-02 04:03:23 [ 7099 / 12246] 02009_body_query_params: [ OK ] 0.84 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7100 / 12246] 03381_lazy_materialization_limit_offset: [ OK ] 0.78 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7101 / 12246] 02021_h3_get_faces: [ OK ] 0.37 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7102 / 12246] 03727_rename_nested_and_modify_in_one_later: [ OK ] 0.38 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7103 / 12246] 00852_any_join_nulls: [ OK ] 0.45 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7104 / 12246] 02427_column_nullable_ubsan: [ OK ] 0.30 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7105 / 12246] 04401_avro_read_map_as_array_of_records: [ OK ] 3.03 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7106 / 12246] 00370_duplicate_columns_in_subqueries: [ OK ] 0.37 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7107 / 12246] 04044_text_index_hash_token_boundaries: [ OK ] 0.66 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7108 / 12246] 04320_distributed_plan_read_rejects: [ OK ] 0.58 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7109 / 12246] 00339_parsing_bad_arrays: [ OK ] 0.84 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7110 / 12246] 04335_distributed_plan_cancel: [ OK ] 4.59 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7111 / 12246] 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 0.98 sec. [2026-08-01 14:03:24] 2026-08-02 04:03:24 [ 7112 / 12246] 03714_queries_escaping_1: [ OK ] 0.35 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7113 / 12246] 03811_contingency_window_functions_nested_combinators_merge: [ OK ] 1.00 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7114 / 12246] 04330_rocksdb_truncate_drop_null_ptr: [ OK ] 1.06 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7115 / 12246] 02956_fix_to_start_of_milli_microsecond: [ OK ] 0.38 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7116 / 12246] 02751_query_log_test_partitions: [ OK ] 0.55 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7117 / 12246] 03797_set_index_multiple_conditions_same_expression: [ OK ] 0.91 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7118 / 12246] 02354_vector_search_nonindexed_columns: [ OK ] 0.62 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7119 / 12246] 04024_external_table_tuple_subcolumn: [ OK ] 1.52 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7120 / 12246] 04510_minmax_block_columns_projection_merge: [ OK ] 0.81 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7121 / 12246] 01786_group_by_pk_many_streams: [ OK ] 0.87 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7122 / 12246] 03098_prefer_column_to_alias_subquery: [ OK ] 0.90 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7123 / 12246] 03991_json_single_bucket_empty_shared_data: [ OK ] 1.47 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7124 / 12246] 02006_client_test_hint_no_such_error_name: [ OK ] 0.92 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7125 / 12246] 02416_keeper_map: [ OK ] 1.39 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7126 / 12246] 02982_dont_infer_exponent_floats: [ OK ] 0.31 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7127 / 12246] 01399_http_request_headers: [ OK ] 1.15 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7128 / 12246] 00943_materialize_index: [ OK ] 5.51 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7129 / 12246] 00754_alter_modify_column_partitions: [ OK ] 1.87 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7130 / 12246] 03325_distributed_join_json_array_subcolumns: [ OK ] 0.55 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7131 / 12246] 03362_default_profiles_context: [ OK ] 0.31 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7132 / 12246] 04628_secret_args_expression_derived_key: [ OK ] 0.37 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7133 / 12246] 00534_functions_bad_arguments5: [ OK ] 7.89 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7134 / 12246] 04329_array_tuple_fill_missing_column_bad_cast: [ OK ] 0.58 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7135 / 12246] 04657_streaming_queries_unique_key_reject: [ OK ] 0.31 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7136 / 12246] 04033_tpc_ds_q23: [ OK ] 9.24 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7137 / 12246] 00411_long_accurate_number_comparison_int5: [ OK ] 4.80 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7138 / 12246] 00636_partition_key_parts_pruning: [ OK ] 6.09 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7139 / 12246] 02428_combinators_with_over_statement: [ OK ] 0.38 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7140 / 12246] 01430_moving_sum_empty_state: [ OK ] 0.31 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7141 / 12246] 03593_remote_map_in: [ OK ] 0.32 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7142 / 12246] 02967_parallel_replicas_join_algo_and_analyzer_2: [ OK ] 3.00 sec. [2026-08-01 14:03:25] 2026-08-02 04:03:25 [ 7143 / 12246] 02132_empty_mutation_livelock: [ OK ] 0.43 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7144 / 12246] 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 0.28 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7145 / 12246] 02000_default_from_default_empty_column: [ OK ] 0.39 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7146 / 12246] 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 0.38 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7147 / 12246] 04098_asterisk_include_virtual_columns_mergetree: [ OK ] 0.40 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7148 / 12246] 02028_tokens: [ OK ] 0.49 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7149 / 12246] 04316_106082_scalar_subquery_equality_loses_row: [ OK ] 0.52 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7150 / 12246] 02888_system_tables_with_inaccessible_table_function: [ OK ] 0.61 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7151 / 12246] 00555_hasAll_hasAny: [ OK ] 0.53 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7152 / 12246] 04004_log_alias_subcolumn: [ OK ] 0.47 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7153 / 12246] 01277_alter_rename_column_constraint_zookeeper_long: [ OK ] 1.06 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7154 / 12246] 00464_sort_all_constant_columns: [ OK ] 0.28 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7155 / 12246] 02383_arrow_dict_special_cases: [ OK ] 1.03 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7156 / 12246] 03166_mv_prewhere_duplicating_name_bug: [ OK ] 0.45 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7157 / 12246] 01554_row_number_after_cannot_read_all_data: [ OK ] 0.94 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7158 / 12246] 00351_select_distinct_arrays_tuples: [ OK ] 0.37 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7159 / 12246] 04024_drop_column_alias_dependency: [ OK ] 0.42 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7160 / 12246] 03321_functions_to_subcolumns_skip_index: [ OK ] 0.34 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7161 / 12246] 01168_mutations_isolation: [ OK ] 10.28 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7162 / 12246] 04101_common_expression_single_arg_collapse: [ OK ] 0.49 sec. [2026-08-01 14:03:26] 2026-08-02 04:03:26 [ 7163 / 12246] 04410_docs_web_ui_local_assets: [ OK ] 0.89 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7164 / 12246] 03553_prefetch_buffer_size: [ OK ] 2.02 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7165 / 12246] 04546_create_as_select_query_log_temp_name_scrub: [ OK ] 1.95 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7166 / 12246] 02725_alias_columns_should_not_allow_compression_codec: [ OK ] 0.47 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7167 / 12246] 02988_ordinary_database_warning: [ OK ] 0.28 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7168 / 12246] 03744_data_type_binary_decoding_complexity: [ OK ] 0.99 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7169 / 12246] 03603_reading_s3_cluster_all_nodes_unavailable: [ OK ] 0.31 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7170 / 12246] 02900_buffer_table_alter_race: [ OK ] 7.85 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7171 / 12246] 03217_filtering_in_storage_merge: [ OK ] 0.54 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7172 / 12246] 02122_parallel_formatting_TSVWithNamesAndTypes: [ OK ] 1.89 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7173 / 12246] 04546_remote_fs_prefetch_huge_read_buffer_size: [ OK ] 1.63 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7174 / 12246] 00552_or_nullable: [ OK ] 0.41 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7175 / 12246] 02021_h3_is_res_classIII: [ OK ] 0.31 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7176 / 12246] 02124_insert_deduplication_token: [ OK ] 0.41 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7177 / 12246] 01881_join_on_conditions_merge: [ OK ] 1.41 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7178 / 12246] 04294_102812_inject_random_order_preserve_column_names: [ OK ] 0.45 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7179 / 12246] 03704_function_dict_get_keys_cache_type: [ OK ] 0.47 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7180 / 12246] 03751_tuple_inside_nullable_tuple_functions: [ OK ] 0.55 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7181 / 12246] 03127_argMin_combinator_state: [ OK ] 0.31 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7182 / 12246] 02761_ddl_initial_query_id: [ OK ] 2.19 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7183 / 12246] 01323_redundant_functions_in_order_by: [ OK ] 0.66 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7184 / 12246] 02813_series_period_detect: [ OK ] 0.42 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7185 / 12246] 00861_decimal_quoted_csv: [ OK ] 0.34 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7186 / 12246] 04313_partition_constants_folding_column_name_collisions: [ OK ] 0.52 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7187 / 12246] 04341_remote_storage_engine_restore: [ OK ] 0.47 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7188 / 12246] 02579_parameterized_replace: [ OK ] 0.31 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7189 / 12246] 02346_text_index_nullable: [ OK ] 1.91 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7190 / 12246] 04050_iceberg_virtual_columns_return_bug: [ OK ] 0.26 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7191 / 12246] 01660_join_or_all: [ OK ] 0.87 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7192 / 12246] 00262_alter_alias: [ OK ] 0.43 sec. [2026-08-01 14:03:27] 2026-08-02 04:03:27 [ 7193 / 12246] 02048_clickhouse_local_stage: [ OK ] 1.20 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7194 / 12246] 01746_convert_type_with_default: [ OK ] 0.57 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7195 / 12246] 03273_dictionary_rbac: [ OK ] 2.23 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7196 / 12246] 01655_window_functions_null: [ OK ] 0.36 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7197 / 12246] 04238_attach_timeseries_external_metrics: [ OK ] 0.37 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7198 / 12246] 04648_toStartOfInterval_origin_result_overflow: [ OK ] 0.40 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7199 / 12246] 03079_analyzer_numeric_literals_as_column_names: [ OK ] 0.35 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7200 / 12246] 03214_bitslice_argument_evaluation: [ OK ] 0.41 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7201 / 12246] 04245_clickhouse_local_home_config: [ OK ] 1.28 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7202 / 12246] 01118_is_constant: [ OK ] 0.32 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7203 / 12246] 02486_truncate_and_unexpected_parts: [ OK ] 1.55 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7204 / 12246] 01889_sql_json_functions: [ OK ] 0.71 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7205 / 12246] 02244_make_datetime: [ OK ] 0.52 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7206 / 12246] 00056_view: [ OK ] 0.57 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7207 / 12246] 03577_hash_output_format: [ OK ] 0.34 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7208 / 12246] 03793_time_zones_near_epoch: [ OK ] 1.16 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7209 / 12246] 03891_utc_timestamp_datetime64_overflow: [ OK ] 0.48 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7210 / 12246] 01378_alter_rename_with_ttl_zookeeper: [ OK ] 0.73 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7211 / 12246] 00730_unicode_terminal_format: [ OK ] 0.53 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7212 / 12246] 04512_max_bytes_limits_count_string_arena: [ OK ] 0.41 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7213 / 12246] 04240_exchange_tables_drops_mv_source_dependencies: [ OK ] 0.51 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7214 / 12246] 02525_range_hashed_dictionary_update_field: [ OK ] 6.56 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7215 / 12246] 00873_t64_codec_date: [ OK ] 0.58 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7216 / 12246] 01499_json_named_tuples: [ OK ] 0.32 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7217 / 12246] 03128_merge_tree_index_lazy_load: [ OK ] 0.39 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7218 / 12246] 01602_insert_into_table_function_cluster: [ OK ] 0.52 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7219 / 12246] 03713_optimize_inverse_dictionary_lookup_setting_rewrite_in_to_join: [ OK ] 0.42 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7220 / 12246] 04052_extract_postgres_units: [ OK ] 0.65 sec. [2026-08-01 14:03:28] 2026-08-02 04:03:28 [ 7221 / 12246] 02750_settings_alias_tcp_protocol: [ OK ] 1.06 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7222 / 12246] 04105_in_non_constant_tuple_type_promotion: [ OK ] 0.44 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7223 / 12246] 02271_temporary_table_show_rows_bytes: [ OK ] 0.26 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7224 / 12246] 02302_lc_nullable_string_insert_as_number: [ OK ] 0.30 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7225 / 12246] 04430_naive_bayes_codepoint_truncated_utf8: [ OK ] 0.37 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7226 / 12246] 04034_clickhouse_local_ls_command: [ OK ] 1.18 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7227 / 12246] 02716_int256_arrayfunc: [ OK ] 0.36 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7228 / 12246] 00026_shard_something_distributed: [ OK ] 0.33 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7229 / 12246] 03412_materialized_view_to_distributed_different_headers: [ OK ] 0.36 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7230 / 12246] 04033_commit_order_projection_replacing_merge: [ OK ] 0.36 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7231 / 12246] 01881_aggregate_functions_versioning: [ OK ] 0.29 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7232 / 12246] 03741_s3_glob_table_path_pushdown: [ OK ] 1.30 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7233 / 12246] 00219_full_right_join_column_order: [ OK ] 0.36 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7234 / 12246] 03121_analyzer_filed_redefenition_in_subquery: [ OK ] 0.36 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7235 / 12246] 04066_parseReadableSize_near_uint64_max: [ OK ] 0.44 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7236 / 12246] 03227_json_invalid_regexp: [ OK ] 0.33 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7237 / 12246] 02113_base64encode_trailing_bytes_1: [ OK ] 0.33 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7238 / 12246] 03236_squashing_high_memory: [ OK ] 3.80 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7239 / 12246] 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 0.93 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7240 / 12246] 03457_move_global_in_to_prewhere: [ OK ] 0.51 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7241 / 12246] 02155_default_keyword_format_values: [ OK ] 2.37 sec. [2026-08-01 14:03:29] 2026-08-02 04:03:29 [ 7242 / 12246] 01550_type_map_formats: [ OK ] 0.56 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7243 / 12246] 02148_issue_32737: [ OK ] 0.31 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7244 / 12246] 01383_log_broken_table: [ OK ] 22.01 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7245 / 12246] 02564_date_format: [ OK ] 0.41 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7246 / 12246] 03093_bug37909_query_does_not_finish: [ OK ] 0.42 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7247 / 12246] 01281_parseDateTime64BestEffort: [ OK ] 0.69 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7248 / 12246] 03786_AST_formatting_inconsistencies_in_debug_check: [ OK ] 2.68 sec. [2026-08-01 14:03:30] 2026-08-02 04:03:30 [ 7249 / 12246] 03580_user_no_auth: [ OK ] 1.17 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7250 / 12246] 02973_dictionary_table_exception_fix: [ OK ] 0.31 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7251 / 12246] 03305_mergine_aggregated_filter_push_down: [ OK ] 1.82 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7252 / 12246] 02572_query_views_log_background_thread: [ OK ] 12.22 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7253 / 12246] 03927_join_use_nulls_subcolumn: [ OK ] 0.43 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7254 / 12246] 01236_graphite_mt: [ OK ] 1.46 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7255 / 12246] 00909_ngram_distance: [ OK ] 1.56 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7256 / 12246] 03238_create_or_replace_view_atomically_with_replicated_engine: [ OK ] 3.81 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7257 / 12246] 04094_rocksdb_system_table_race: [ OK ] 12.09 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7258 / 12246] 02676_analyzer_limit_offset: [ OK ] 0.64 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7259 / 12246] 04035_autopr_no_parallel_replicas_for_small_reads: [ OK ] 1.49 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7260 / 12246] 02909_settings_in_json_schema_cache: [ OK ] 0.78 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7261 / 12246] 03248_with_insert_with: [ OK ] 2.54 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7262 / 12246] 00937_template_output_format: [ OK ] 3.00 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7263 / 12246] 04041_vertical_merge_stop_start_race: [ OK ] 1.17 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7264 / 12246] 04339_system_backups_engine_settings: [ OK ] 2.23 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7265 / 12246] 02497_remote_disk_fat_column: [ OK ] 8.21 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7266 / 12246] 00181_cross_join_compression: [ OK ] 0.86 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7267 / 12246] 03230_anyHeavy_merge: [ OK ] 0.31 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7268 / 12246] 02961_sumMapFiltered_keepKey: [ OK ] 0.26 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7269 / 12246] 03513_lazy_materialization_projections_fix: [ OK ] 2.13 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7270 / 12246] 04066_union_all_column_identifier_collision: [ OK ] 0.33 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7271 / 12246] 00059_shard_global_in: [ OK ] 0.25 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7272 / 12246] 04112_bson_nullable_array_read_rollback: [ OK ] 0.30 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7273 / 12246] 02499_escaped_quote_schema_inference: [ OK ] 0.26 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7274 / 12246] 04605_orc_native_union_struct_branch_pruning: [ OK ] 0.31 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7275 / 12246] 00344_row_number_in_all_blocks: [ OK ] 0.31 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7276 / 12246] 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.31 sec. [2026-08-01 14:03:31] 2026-08-02 04:03:31 [ 7277 / 12246] 00662_array_has_nullable: [ OK ] 0.39 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7278 / 12246] 03566_write_disks_with_append_mode: [ OK ] 2.83 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7279 / 12246] 04040_tpc_h_q05: [ OK ] 3.23 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7280 / 12246] 04061_completion_hint_selection_crash: [ OK ] 0.91 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7281 / 12246] 00433_ifnull: [ OK ] 0.31 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7282 / 12246] 04545_base64_decode_padding_leniency: [ OK ] 0.31 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7283 / 12246] 00735_long_conditional: [ OK ] 2.43 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7284 / 12246] 03728_arrow_low_cardinality_over_bool_and_date32: [ OK ] 0.81 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7285 / 12246] 02833_url_without_path_encoding: [ OK ] 1.05 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7286 / 12246] 03274_grace_hash_max_joined_block_size_rows_bug: [ OK ] 0.31 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7287 / 12246] 03203_optimize_disjunctions_chain_to_in: [ OK ] 0.31 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7288 / 12246] 03199_has_lc_fixed_string: [ OK ] 0.51 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7289 / 12246] 01666_merge_tree_max_query_limit: [ OK ] 4.81 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7290 / 12246] 03663_parameterized_views_formatting_of_substitutions_excessive_backticks: [ OK ] 0.31 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7291 / 12246] 03008_s3_plain_rewritable_alter_partition: [ OK ] 12.57 sec. [2026-08-01 14:03:32] Failed to cleanup cgroup clickhouse-test-3851: [Errno 16] Device or resource busy: '/sys/fs/cgroup/memory/clickhouse-test-3851' [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7292 / 12246] 02346_text_index_bug110092: [ OK ] 1.66 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7293 / 12246] 04402_clickhouse_client_autocomplete_inline_hints: [ OK ] 13.36 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7294 / 12246] 02346_text_index_vertical_merge: [ OK ] 1.40 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7295 / 12246] 04325_or_join_keys256_merge: [ OK ] 1.40 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7296 / 12246] 03286_reverse_sorting_key_final2: [ OK ] 3.07 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7297 / 12246] 00098_2_union_all: [ OK ] 0.59 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7298 / 12246] 03201_variant_null_map_subcolumn: [ OK ] 10.23 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7299 / 12246] 04402_map_functions_lowcardinality: [ OK ] 1.01 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7300 / 12246] 04050_join_merge_table_duplicate_columns: [ OK ] 1.66 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7301 / 12246] 04489_values_float32_conversion_and_in: [ OK ] 1.45 sec. [2026-08-01 14:03:32] 2026-08-02 04:03:32 [ 7302 / 12246] 04201_time_series_selector_join_stateful: [ OK ] 2.40 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7303 / 12246] 01070_h3_to_string: [ OK ] 0.24 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7304 / 12246] 03573_linear_regression_timeseries_functions: [ OK ] 0.31 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7305 / 12246] 03833_server_ast_fuzzer: [ OK ] 0.25 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7306 / 12246] 04033_tpc_ds_q94: [ OK ] 1.76 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7307 / 12246] 01116_cross_count_asterisks: [ OK ] 0.30 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7308 / 12246] 02033_join_engine_deadlock_long: [ OK ] 1.93 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7309 / 12246] 01414_freeze_does_not_prevent_alters: [ OK ] 0.45 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7310 / 12246] 04053_render_tab_as_spaces_regression: [ OK ] 0.25 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7311 / 12246] 03844_point_in_polygon_variant_const_key_condition: [ OK ] 0.34 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7312 / 12246] 01458_named_tuple_millin: [ OK ] 0.31 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7313 / 12246] 03093_virtual_column_override_group_by: [ OK ] 0.34 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7314 / 12246] 01764_table_function_dictionary: [ OK ] 0.31 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7315 / 12246] 04408_add_column_max_query_size_replicated: [ OK ] 1.92 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7316 / 12246] 01881_create_as_tuple: [ OK ] 0.29 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7317 / 12246] 02696_ignore_inacc_tables_mat_view_attach: [ OK ] 0.35 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7318 / 12246] 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 9.20 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7319 / 12246] 03447_storage_join_unsupported_keys: [ OK ] 0.35 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7320 / 12246] 00968_file_engine_in_subquery: [ OK ] 0.51 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7321 / 12246] 03960_join_order_dphyp_tree: [ OK ] 0.37 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7322 / 12246] 02477_age_datetime64: [ OK ] 0.42 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7323 / 12246] 03218_materialize_msan: [ OK ] 0.35 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7324 / 12246] 03774_join_pushdown_sharding_bug: [ OK ] 0.57 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7325 / 12246] 04523_every_table_function_must_have_documentation: [ OK ] 0.27 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7326 / 12246] 02475_bad_cast_low_cardinality_to_string_bug: [ OK ] 0.27 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7327 / 12246] 04239_consistent_format_in_alias_nested_1941_1bfa: [ OK ] 0.26 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7328 / 12246] 04040_tpc_h_q07: [ OK ] 1.02 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7329 / 12246] 02416_json_tuple_to_array_schema_inference: [ OK ] 0.27 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7330 / 12246] 04402_help_command_interactive: [ OK ] 0.76 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7331 / 12246] 04267_limit_by_in_order_sparse_serialization: [ OK ] 0.31 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7332 / 12246] 03546_03545_analyzer_correlated_subquery_exists_asterisk_crash: [ OK ] 0.31 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7333 / 12246] 01675_distributed_bytes_to_delay_insert: [ OK ] 6.43 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7334 / 12246] 03990_lazy_final_index_analysis: [ OK ] 2.06 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7335 / 12246] 03525_sql_udf_names_in_system_query_log: [ OK ] 5.65 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7336 / 12246] 00707_float_csv_delimiter: [ OK ] 0.25 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7337 / 12246] 03904_fix_empty_statistics_load: [ OK ] 0.73 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7338 / 12246] 02014_dict_get_nullable_key: [ OK ] 0.37 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7339 / 12246] 01391_join_on_dict_crash: [ OK ] 0.32 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7340 / 12246] 04051_runtime_filter_variant_type: [ OK ] 0.30 sec. [2026-08-01 14:03:33] 2026-08-02 04:03:33 [ 7341 / 12246] 02789_describe_table_settings: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7342 / 12246] 03411_iceberg_bucket: [ OK ] 0.52 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7343 / 12246] 03325_alter_modify_projection_primary_key_column: [ OK ] 0.50 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7344 / 12246] 00804_test_custom_compression_codecs: [ OK ] 0.84 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7345 / 12246] 03254_timeseries_range: [ OK ] 0.40 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7346 / 12246] 03715_projection_settings: [ OK ] 0.56 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7347 / 12246] 02028_create_select_settings: [ OK ] 0.24 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7348 / 12246] 04017_column_alias_set_operations: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7349 / 12246] 04412_naive_bayes_padding: [ OK ] 0.62 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7350 / 12246] 01933_client_replxx_convert_history: [ OK ] 0.90 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7351 / 12246] 03595_analyzer_lateral_join: [ OK ] 0.30 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7352 / 12246] 03914_parquet_v3_prewhere_non_bool_filter: [ OK ] 0.30 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7353 / 12246] 01825_json_type_8: [ OK ] 3.00 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7354 / 12246] 01894_jit_aggregation_function_max_long: [ OK ] 0.75 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7355 / 12246] 04626_right_join_duplicate_left_column_union_all: [ OK ] 0.29 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7356 / 12246] 00073_merge_sorting_empty_array_joined: [ OK ] 0.26 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7357 / 12246] 02480_tlp_nan: [ OK ] 0.25 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7358 / 12246] 03132_rewrite_aggregate_function_with_if_implicit_cast: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7359 / 12246] 04068_recursive_cte_type_inference: [ OK ] 0.81 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7360 / 12246] 02710_topk_with_empty_array: [ OK ] 0.26 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7361 / 12246] 03035_max_insert_threads_support: [ OK ] 1.02 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7362 / 12246] 02346_text_index_lwd: [ OK ] 1.27 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7363 / 12246] 02371_analyzer_join_cross: [ OK ] 0.52 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7364 / 12246] 03080_analyzer_prefer_column_name_to_alias__virtual_columns: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7365 / 12246] 02897_alter_partition_parameters: [ OK ] 0.62 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7366 / 12246] 04403_mv_insert_renaming_subquery_join: [ OK ] 1.46 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7367 / 12246] 04063_parse_datetime_best_effort_many_fractional_digits: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7368 / 12246] 04099_tuple_inside_nullable_subcolumn_across_blocks: [ OK ] 0.31 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7369 / 12246] 03033_lightweight_deletes_sync: [ OK ] 0.40 sec. [2026-08-01 14:03:34] 2026-08-02 04:03:34 [ 7370 / 12246] 04356_constant_join_right_semi_anti: [ OK ] 0.46 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7371 / 12246] 03300_pretty_vertical_cut: [ OK ] 0.31 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7372 / 12246] 03127_window_functions_uint16: [ OK ] 0.30 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7373 / 12246] 04075_pr_nested_view_with_union: [ OK ] 0.46 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7374 / 12246] 01252_weird_time_zone: [ OK ] 0.50 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7375 / 12246] 01866_datetime64_cmp_with_constant: [ OK ] 0.46 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7376 / 12246] 02477_is_null_parser: [ OK ] 0.31 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7377 / 12246] 03457_bug79403_marks_compress_block_is_zero: [ OK ] 0.26 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7378 / 12246] 04612_hash_join_right_key_timezone: [ OK ] 0.37 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7379 / 12246] 01128_generate_random_nested: [ OK ] 0.57 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7380 / 12246] 02384_nullable_low_cardinality_as_dict_in_arrow: [ OK ] 1.20 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7381 / 12246] 03407_parse_date_time_best_effort_unix_timestamp_with_fraction: [ OK ] 0.30 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7382 / 12246] 03444_flip_coordinates: [ OK ] 0.51 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7383 / 12246] 02241_join_rocksdb_bs: [ OK ] 1.86 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7384 / 12246] 04029_read_in_order_expression_virtual_row: [ OK ] 0.36 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7385 / 12246] 03069_analyzer_with_alias_in_array_join: [ OK ] 0.25 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7386 / 12246] 03911_limit_max_streams_with_split_parts_ranges_into_intersecting_and_non_intersecting_final: [ OK ] 1.67 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7387 / 12246] 02155_csv_with_strings_with_slash: [ OK ] 2.33 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7388 / 12246] 03307_alter_mutations_counter: [ OK ] 2.66 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7389 / 12246] 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 1.67 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7390 / 12246] 04357_distributed_alias_same_expression: [ OK ] 1.22 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7391 / 12246] 03520_pr_distinct_in_order: [ OK ] 0.45 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7392 / 12246] 02932_refreshable_materialized_views_3: [ OK ] 11.99 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7393 / 12246] 02479_nullable_primary_key_non_first_column: [ OK ] 0.50 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7394 / 12246] 02797_transform_narrow_types: [ OK ] 0.31 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7395 / 12246] 03532_window_function_and_null_source_max_threads: [ OK ] 0.57 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7396 / 12246] 00977_int_div: [ OK ] 0.41 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7397 / 12246] 03720_const_limit_to_scalar: [ OK ] 0.35 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7398 / 12246] 02899_distributed_limit_by: [ OK ] 0.61 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7399 / 12246] 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 0.47 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7400 / 12246] 00840_top_k_weighted: [ OK ] 0.26 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7401 / 12246] 00534_functions_bad_arguments1: [ OK ] 4.74 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7402 / 12246] 03794_global_in_nullable_type_mismatch: [ OK ] 0.30 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7403 / 12246] 00356_analyze_aggregations_and_union_all: [ OK ] 0.29 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7404 / 12246] 03567_parquet_encoder_decimal_stats_bug: [ OK ] 0.75 sec. [2026-08-01 14:03:35] 2026-08-02 04:03:35 [ 7405 / 12246] 04658_query_fuzzer_map_key_type: [ OK ] 0.42 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7406 / 12246] 03513_simple_aggregate_function_any_respect_nulls_in_aggregating_merge_tree: [ OK ] 0.37 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7407 / 12246] 01293_show_clusters: [ OK ] 1.03 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7408 / 12246] 01592_long_window_functions1: [ OK ] 1.36 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7409 / 12246] 04513_iceberg_optimize_orc_position_delete_88123: [ OK ] 2.52 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7410 / 12246] 03462_numeric_indexed_vector_serialization: [ OK ] 0.35 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7411 / 12246] 04401_datetime64_range_hashed_dictionary: [ OK ] 0.60 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7412 / 12246] 04278_parallel_replicas_coordinator_mode_collision: [ OK ] 0.65 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7413 / 12246] 04409_geojson_output_http_exception: [ OK ] 1.15 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7414 / 12246] 04141_array_lowcard_arithmetic_monotonicity: [ OK ] 0.34 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7415 / 12246] 04426_mutate_repair_corrupted_missing_idx_checksums: [ OK ] 3.62 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7416 / 12246] 02892_SummingMergeTree_Nested: [ OK ] 0.37 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7417 / 12246] 01926_date_date_time_supertype: [ OK ] 0.35 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7418 / 12246] 04040_alter_ephemeral_column_conflicts_with_virtual: [ OK ] 0.36 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7419 / 12246] 03601_replace_regex_fixedstring_empty_needle: [ OK ] 0.27 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7420 / 12246] 04502_group_by_ttl_merge_of_finished_parts: [ OK ] 0.41 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7421 / 12246] 03595_equality_deletes_simple: [ OK ] 0.76 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7422 / 12246] 00700_decimal_casts_2: [ OK ] 1.42 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7423 / 12246] 03224_tuple_element_identifier: [ OK ] 0.27 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7424 / 12246] 01533_distinct_nullable_uuid: [ OK ] 0.39 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7425 / 12246] 04050_parallel_replicas_prefer_local_replica: [ OK ] 0.97 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7426 / 12246] 04038_text_index_preprocessor_type_validation: [ OK ] 1.72 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7427 / 12246] 03640_multiple_mutations_with_rewrite_parts: [ OK ] 1.11 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7428 / 12246] 02374_analyzer_join_using: [ OK ] 1.61 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7429 / 12246] 04210_consistent_format_subquery_paren_round_trip: [ OK ] 0.25 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7430 / 12246] 04010_negate_nullable_from_join_use_nulls: [ OK ] 0.28 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7431 / 12246] 01521_max_length_alias: [ OK ] 0.32 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7432 / 12246] 01058_zlib_ng_level1_bug: [ OK ] 3.59 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7433 / 12246] 03775_join_on_disk_max_files_to_merge: [ OK ] 0.28 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7434 / 12246] 04229_bit_rotate_determinism: [ OK ] 0.41 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7435 / 12246] 04035_normalize_utf8_nfkc_casefold: [ OK ] 0.41 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7436 / 12246] 04326_reject_create_index_granularity_zero: [ OK ] 0.36 sec. [2026-08-01 14:03:36] 2026-08-02 04:03:36 [ 7437 / 12246] 04039_text_index_map_values_subcolumn: [ OK ] 0.25 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7438 / 12246] 03400_analyzer_correlated_subquery_unused_column: [ OK ] 0.44 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7439 / 12246] 02366_kql_func_dynamic: [ OK ] 0.92 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7440 / 12246] 02480_analyzer_alias_nullptr: [ OK ] 0.27 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7441 / 12246] 03553_json_shared_data_advanced_serialization_3: [ OK ] 0.95 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7442 / 12246] 02506_date_time64_floating_point_negative_value: [ OK ] 0.28 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7443 / 12246] 03262_analyzer_materialized_view_in_with_cte: [ OK ] 0.38 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7444 / 12246] 03208_multiple_joins_with_storage_join: [ OK ] 0.35 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7445 / 12246] 01891_partition_by_uuid: [ OK ] 0.29 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7446 / 12246] 04626_ast_json_nested_uuid_serialization_rejection: [ OK ] 0.29 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7447 / 12246] 03914_create_table_with_constraint_crash: [ OK ] 0.26 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7448 / 12246] 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 0.32 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7449 / 12246] 01505_pipeline_executor_UAF: [ OK ] 5.68 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7450 / 12246] 02834_array_exists_segfault: [ OK ] 0.31 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7451 / 12246] 02183_dictionary_no_attributes: [ OK ] 0.64 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7452 / 12246] 04201_inverse_dictionary_lookup_edge_cases: [ OK ] 1.83 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7453 / 12246] 01820_unhex_case_insensitive: [ OK ] 0.25 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7454 / 12246] 00447_foreach_modifier: [ OK ] 0.37 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7455 / 12246] 03561_colorSRGBToOKLCH: [ OK ] 0.51 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7456 / 12246] 02560_window_ntile: [ OK ] 0.46 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7457 / 12246] 03773_semi_join_equivalent_sets: [ OK ] 0.44 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7458 / 12246] 02207_s3_content_type: [ OK ] 2.69 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7459 / 12246] 03328_syntax_error_exception: [ OK ] 1.07 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7460 / 12246] 03611_pr_global_join: [ OK ] 0.35 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7461 / 12246] 04229_top_k_through_join_collation: [ OK ] 0.38 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7462 / 12246] 04407_geojson_output_value_errors: [ OK ] 2.13 sec. [2026-08-01 14:03:37] 2026-08-02 04:03:37 [ 7463 / 12246] 03127_system_unload_primary_key_table: [ OK ] 0.66 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7464 / 12246] 04639_web_ui_play_iphone_text_size_adjust: [ OK ] 0.85 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7465 / 12246] 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 0.51 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7466 / 12246] 04603_reservoir_sampler_multiply_total_values_overflow: [ OK ] 0.44 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7467 / 12246] 03604_fix_hashjoin_read_after_reordering: [ OK ] 5.29 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7468 / 12246] 00952_basic_constraints: [ OK ] 3.79 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7469 / 12246] 04320_total_uncompressed_bytes_mergetree_metric: [ OK ] 0.45 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7470 / 12246] 04094_asterisk_include_virtual_columns_memory: [ OK ] 0.29 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7471 / 12246] 02862_sorted_distinct_sparse_fix: [ OK ] 0.34 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7472 / 12246] 02861_uuid_format_serialization: [ OK ] 0.31 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7473 / 12246] 02292_nested_not_flattened_detach: [ OK ] 0.33 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7474 / 12246] 04092_iceberg_update_low_cardinality: [ OK ] 1.87 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7475 / 12246] 00528_const_of_nullable: [ OK ] 0.42 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7476 / 12246] 02352_grouby_shadows_arg: [ OK ] 0.47 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7477 / 12246] 01753_system_zookeeper_query_param_path_long: [ OK ] 1.76 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7478 / 12246] 00626_replace_partition_from_table: [ OK ] 0.77 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7479 / 12246] 02235_brotli_bug: [ OK ] 2.21 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7480 / 12246] 03458_csv_with_names_calculated_defaults: [ OK ] 1.02 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7481 / 12246] 04362_geojson_duplicate_top_level_type: [ OK ] 0.36 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7482 / 12246] 04409_pr_plan_based: [ OK ] 0.48 sec. [2026-08-01 14:03:38] 2026-08-02 04:03:38 [ 7483 / 12246] 04657_distributed_plan_text_index_direct_read: [ OK ] 0.49 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7484 / 12246] 03918_insert_squashing_const_different_values: [ OK ] 0.39 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7485 / 12246] 03521_long_statistics_name: [ OK ] 0.32 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7486 / 12246] 00253_insert_recursive_defaults: [ OK ] 0.37 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7487 / 12246] 04327_aggregation_in_order_limit_pushdown_multithreaded: [ OK ] 0.52 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7488 / 12246] 00800_function_java_hash_with_unsigined_types: [ OK ] 1.78 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7489 / 12246] 01021_only_tuple_columns: [ OK ] 0.46 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7490 / 12246] 03163_dynamic_as_supertype: [ OK ] 0.37 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7491 / 12246] 00702_join_on_dups: [ OK ] 0.85 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7492 / 12246] 01562_agg_null_for_empty_ahead: [ OK ] 0.39 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7493 / 12246] 03459_socket_asynchronous_metrics: [ OK ] 0.30 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7494 / 12246] 03403_session_same_name_race: [ OK ] 5.79 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7495 / 12246] 03794_read_in_order_virtual_row_and_sparse_primary_key_msan: [ OK ] 0.37 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7496 / 12246] 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.32 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7497 / 12246] 00155_long_merges: [ OK ] 46.96 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7498 / 12246] 04260_explain_pipeline_materialized_cte: [ OK ] 0.39 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7499 / 12246] 01246_buffer_flush: [ OK ] 8.35 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7500 / 12246] 01818_input_format_with_names_use_header: [ OK ] 1.78 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7501 / 12246] 00760_url_functions_overflow: [ OK ] 0.33 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7502 / 12246] 04144_filter_union_all_no_group_by: [ OK ] 0.31 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7503 / 12246] 00449_filter_array_nullable_tuple: [ OK ] 0.33 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7504 / 12246] 04340_csv_with_names_tuple_header: [ OK ] 2.56 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7505 / 12246] 04239_detach_table_on_temporary_table_103475: [ OK ] 0.41 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7506 / 12246] 02099_hashed_array_dictionary_complex_key: [ OK ] 3.72 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7507 / 12246] 01013_hex_float: [ OK ] 0.35 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7508 / 12246] 01560_mann_whitney: [ OK ] 0.31 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7509 / 12246] 03231_pr_duplicate_announcement_2: [ OK ] 0.43 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7510 / 12246] 04303_interpolate_empty_with_alias: [ OK ] 0.30 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7511 / 12246] 00538_datediff: [ OK ] 0.62 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7512 / 12246] 03365_time_timezone_issue: [ OK ] 0.32 sec. [2026-08-01 14:03:39] 2026-08-02 04:03:39 [ 7513 / 12246] 04040_union_block_structure_prewhere_projection: [ OK ] 0.41 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7514 / 12246] 03988_keeper_client_autocomplete: [ OK ] 4.24 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7515 / 12246] 03217_filtering_in_system_tables: [ OK ] 0.59 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7516 / 12246] 04093_kql_conformance_kusto_loco: [ OK ] 1.83 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7517 / 12246] 01277_unixTimestamp64_compatibility: [ OK ] 0.40 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7518 / 12246] 03512_join_using_parent_scope_matcher: [ OK ] 0.41 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7519 / 12246] 03214_parsing_archive_name_file: [ OK ] 2.52 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7520 / 12246] 01585_fuzz_bits_with_bugfix: [ OK ] 0.30 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7521 / 12246] 03215_view_with_recursive: [ OK ] 0.59 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7522 / 12246] 04102_autopr_input_bytes_estimation_query_with_ctes: [ OK ] 0.69 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7523 / 12246] 01034_unknown_qualified_column_in_join: [ OK ] 0.36 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7524 / 12246] 03711_json_skip_invalid_fields: [ OK ] 0.37 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7525 / 12246] 03230_subcolumns_mv: [ OK ] 0.43 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7526 / 12246] 02905_show_setting_query: [ OK ] 0.34 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7527 / 12246] 02366_kql_func_iif: [ OK ] 0.44 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7528 / 12246] 04241_get_server_setting_live_values: [ OK ] 0.39 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7529 / 12246] 03403_toInterval: [ OK ] 0.47 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7530 / 12246] 04489_redundant_comparisons_datetime64_scale: [ OK ] 0.39 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7531 / 12246] 04329_or_join_packed_key_merge: [ OK ] 0.41 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7532 / 12246] 00848_join_use_nulls_segfault: [ OK ] 0.75 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7533 / 12246] 04075_text_index_apply_mode_lazy_segment_advance: [ OK ] 1.55 sec. [2026-08-01 14:03:40] 2026-08-02 04:03:40 [ 7534 / 12246] 00386_long_in_pk: [ OK ] 11.74 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7535 / 12246] 04058_positive_modulo_ubsan: [ OK ] 0.43 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7536 / 12246] 03999_lwd_combined_mutation_with_index: [ OK ] 0.47 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7537 / 12246] 03243_to_start_of_interval_aliases: [ OK ] 0.37 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7538 / 12246] 01246_least_greatest_generic: [ OK ] 0.57 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7539 / 12246] 02812_from_to_utc_timestamp: [ OK ] 0.56 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7540 / 12246] 02313_negative_datetime64: [ OK ] 0.33 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7541 / 12246] 04538_final_read_in_order_limit_no_layers: [ OK ] 1.52 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7542 / 12246] 02226_parallel_reading_from_replicas_benchmark: [ OK ] 1.59 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7543 / 12246] 03100_lwu_26_subcolumns: [ OK ] 0.62 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7544 / 12246] 04208_top_k_through_join_safety: [ OK ] 0.74 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7545 / 12246] 03925_json_shared_data_buckets_missing_stream_bug: [ OK ] 0.58 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7546 / 12246] 02185_arraySlice_negative_offset_size: [ OK ] 0.45 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7547 / 12246] 01076_predicate_optimizer_with_view: [ OK ] 0.63 sec. [2026-08-01 14:03:41] 2026-08-02 04:03:41 [ 7548 / 12246] 02100_low_cardinality_nullable_null_default: [ OK ] 6.14 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7549 / 12246] 01138_join_on_distributed_and_tmp: [ OK ] 0.39 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7550 / 12246] 02916_joinget_dependency: [ OK ] 1.98 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7551 / 12246] 03175_sparse_and_skip_index: [ OK ] 0.77 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7552 / 12246] 02370_analyzer_in_function: [ OK ] 0.63 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7553 / 12246] 00435_coalesce: [ OK ] 0.53 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7554 / 12246] 00386_has_column_in_table: [ OK ] 0.90 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7555 / 12246] 04335_packed_composite_key_set: [ OK ] 0.89 sec. [2026-08-01 14:03:42] 2026-08-02 04:03:42 [ 7556 / 12246] 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 0.62 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7557 / 12246] 03214_count_distinct_null_key_memory_leak: [ OK ] 1.94 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7558 / 12246] 03448_trivial_count_single_threaded_merge: [ OK ] 0.96 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7559 / 12246] 02578_ipv4_codec_t64: [ OK ] 0.60 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7560 / 12246] 04512_postgresql_protocol_driver_specific_queries: [ OK ] 2.67 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7561 / 12246] 03372_get_subcolumn_null: [ OK ] 0.83 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7562 / 12246] 03644_min_level_for_wide_part: [ OK ] 0.76 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7563 / 12246] 04065_parquet_optional_list_map_wrapper_nullable_tuple: [ OK ] 2.43 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7564 / 12246] 00900_null_array_orc_load: [ OK ] 2.78 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7565 / 12246] 01213_alter_rename_column_zookeeper_long: [ OK ] 4.66 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7566 / 12246] 04092_pretty_print_json: [ OK ] 0.57 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7567 / 12246] 04512_materialize_implicit_minmax_index_block_offset: [ OK ] 0.51 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7568 / 12246] 02353_compression_level: [ OK ] 7.45 sec. [2026-08-01 14:03:43] 2026-08-02 04:03:43 [ 7569 / 12246] 02813_optimize_lazy_materialization: [ OK ] 2.12 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7570 / 12246] 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 0.57 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7571 / 12246] 04338_analyzer_unknown_table_cross_database_hint: [ OK ] 3.52 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7572 / 12246] 01720_country_intersection: [ OK ] 4.11 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7573 / 12246] 03010_sum_to_to_count_if_nullable: [ OK ] 0.61 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7574 / 12246] 00809_add_days_segfault: [ OK ] 0.54 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7575 / 12246] 01308_polygon_area: [ OK ] 0.45 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7576 / 12246] 03051_many_ctes: [ OK ] 0.62 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7577 / 12246] 01867_support_datetime64_version_column: [ OK ] 0.74 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7578 / 12246] 03176_check_timeout_in_index_analysis: [ OK ] 1.00 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7579 / 12246] 03442_json_duplicate_path: [ OK ] 0.49 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7580 / 12246] 01139_asof_join_types: [ OK ] 0.81 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7581 / 12246] 02124_json_each_row_with_progress: [ OK ] 1.87 sec. [2026-08-01 14:03:44] 2026-08-02 04:03:44 [ 7582 / 12246] 04401_formatDateTime_out_of_range_date32: [ OK ] 0.60 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7583 / 12246] 03301_protobuflist_empty_table: [ OK ] 4.69 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7584 / 12246] 00251_has_types: [ OK ] 0.63 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7585 / 12246] 04359_geojson_empty_compound_coordinates: [ OK ] 0.80 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7586 / 12246] 03777_analyzer_unused_columns_removal_correlated_subquery: [ OK ] 0.66 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7587 / 12246] 02376_analyzer_in_function_subquery: [ OK ] 0.86 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7588 / 12246] 01474_custom_null_tsv: [ OK ] 3.41 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7589 / 12246] 01125_generate_random_qoega: [ OK ] 1.27 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7590 / 12246] 04033_tpc_ds_q91: [ OK ] 2.77 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7591 / 12246] 01030_storage_url_syntax: [ OK ] 33.86 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7592 / 12246] 04511_lwu_apply_patches_recalculate_ttl: [ OK ] 0.66 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7593 / 12246] 01930_optimize_skip_unused_shards_rewrite_in: [ OK ] 1.47 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7594 / 12246] 02099_tsv_raw_format_2: [ OK ] 5.53 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7595 / 12246] 02531_semi_join_null_const_bug: [ OK ] 0.57 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7596 / 12246] 02457_csv_parse_date_out_of_range: [ OK ] 3.04 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7597 / 12246] 02973_block_number_sparse_serialization_and_mutation: [ OK ] 1.37 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7598 / 12246] 01277_large_tuples: [ OK ] 0.56 sec. [2026-08-01 14:03:45] 2026-08-02 04:03:45 [ 7599 / 12246] 01593_insert_settings: [ OK ] 0.81 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7600 / 12246] 03234_proto_simple_nested_repeated_noexception: [ OK ] 1.78 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7601 / 12246] 04261_105441_dynamic_quoted_empty_array_map_key: [ OK ] 0.49 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7602 / 12246] 00765_sql_compatibility_aliases: [ OK ] 0.74 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7603 / 12246] 03048_not_found_column_xxx_in_block: [ OK ] 0.63 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7604 / 12246] 02995_index_7: [ OK ] 8.30 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7605 / 12246] 04201_too_many_optimizations_window_array_join: [ OK ] 0.91 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7606 / 12246] 02960_partition_by_udf: [ OK ] 1.53 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7607 / 12246] 03927_recursive_materialized_cte: [ OK ] 0.51 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7608 / 12246] 03044_analyzer_alias_join: [ OK ] 0.31 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7609 / 12246] 01710_normal_projection_with_query_plan_optimization: [ OK ] 0.59 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7610 / 12246] 02682_quantiles_too_large_size: [ OK ] 0.56 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7611 / 12246] 01650_expressions_merge_bug: [ OK ] 0.50 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7612 / 12246] 01700_deltasum: [ OK ] 0.57 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7613 / 12246] 04033_dynamic_disk_allow_from_env: [ OK ] 0.69 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7614 / 12246] 02129_add_column_add_ttl: [ OK ] 1.10 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7615 / 12246] 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 10.53 sec. [2026-08-01 14:03:46] 2026-08-02 04:03:46 [ 7616 / 12246] 04339_aggregation_in_order_limit_filter: [ OK ] 0.54 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7617 / 12246] 03779_materialized_view_database_context: [ OK ] 5.83 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7618 / 12246] 04064_distributed_cast_constant_in_where: [ OK ] 0.61 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7619 / 12246] 02346_text_index_direct_read_with_query_condition_cache: [ OK ] 0.53 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7620 / 12246] 04493_attach_part_clears_tmp_txn_version: [ OK ] 4.15 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7621 / 12246] 02481_xxh3_hash_function: [ OK ] 0.59 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7622 / 12246] 03279_join_choose_build_table_statistics: [ OK ] 2.53 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7623 / 12246] 01660_join_or_inner: [ OK ] 1.09 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7624 / 12246] 04365_dictionary_lazy_load: [ OK ] 0.88 sec. [2026-08-01 14:03:47] 2026-08-02 04:03:47 [ 7625 / 12246] 02680_datetime64_monotonic_check: [ OK ] 0.78 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7626 / 12246] 04026_prewhere_qualify_text_index: [ OK ] 0.55 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7627 / 12246] 01173_transaction_control_queries: [ OK ] 1.87 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7628 / 12246] 04329_adaptive_codec_projection: [ OK ] 1.23 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7629 / 12246] 04002_deterministic_filter_chain_partition_pruning_key_condition: [ OK ] 2.24 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7630 / 12246] 04327_pr_view_union_empty_branch: [ OK ] 2.71 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7631 / 12246] 03394_naive_bayes_classifier_negative: [ OK ] 0.42 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7632 / 12246] 00052_all_left_join: [ OK ] 0.50 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7633 / 12246] 04357_join_runtime_filter_size_from_hash_table_stats: [ OK ] 1.34 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7634 / 12246] 03917_tuple_inside_nullable_tuple_subcolumns: [ OK ] 0.59 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7635 / 12246] 04033_tpc_ds_q76: [ OK ] 2.12 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7636 / 12246] 00141_parse_timestamp_as_datetime: [ OK ] 0.59 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7637 / 12246] 03821_analyzer_group_by_use_nulls: [ OK ] 0.98 sec. [2026-08-01 14:03:48] 2026-08-02 04:03:48 [ 7638 / 12246] 01803_untuple_subquery: [ OK ] 0.57 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7639 / 12246] 04546_pr_plan_based_remote_only: [ OK ] 0.94 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7640 / 12246] 04518_select_access_rights_exprs_rewrite: [ OK ] 11.56 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7641 / 12246] 01825_json_type_add_column: [ OK ] 1.02 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7642 / 12246] 04647_nullable_tuple_null_carrying_shared_cache_offsets: [ OK ] 4.79 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7643 / 12246] 03372_qbit_mergetree_1: [ OK ] 1.02 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7644 / 12246] 02317_distinct_in_order_optimization: [ OK ] 2.75 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7645 / 12246] 01866_view_persist_settings: [ OK ] 1.52 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7646 / 12246] 03402_adding_projection_to_temporary_table: [ OK ] 0.44 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7647 / 12246] 02004_intersect_except_operators: [ OK ] 1.11 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7648 / 12246] 02907_backup_mv_with_no_inner_table: [ OK ] 3.76 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7649 / 12246] 04337_top_k_skip_index_lightweight_delete: [ OK ] 2.80 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7650 / 12246] 02537_distributed_losing_files_after_exception: [ OK ] 0.90 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7651 / 12246] 03580_external_merge_sort_with_lazy_columns: [ OK ] 0.52 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7652 / 12246] 00069_date_arithmetic: [ OK ] 0.70 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7653 / 12246] 03171_condition_pushdown: [ OK ] 0.61 sec. [2026-08-01 14:03:49] 2026-08-02 04:03:49 [ 7654 / 12246] 04132_column_sparse_ops: [ OK ] 1.10 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7655 / 12246] 00825_protobuf_format_nested_optional: [ OK ] 3.76 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7656 / 12246] 03778_window_funnel_respects_memory_limit: [ OK ] 13.25 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7657 / 12246] 00933_reserved_word: [ OK ] 0.64 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7658 / 12246] 01412_row_from_totals: [ OK ] 0.84 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7659 / 12246] 02067_lost_part_s3: [ OK ] 13.06 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7660 / 12246] 02813_system_licenses_base: [ OK ] 0.51 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7661 / 12246] 04049_aggregation_lc_column_type_mismatch: [ OK ] 1.33 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7662 / 12246] 04057_cluster_table_function_sharding_key: [ OK ] 0.26 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7663 / 12246] 00879_cast_to_decimal_crash: [ OK ] 0.40 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7664 / 12246] 03095_join_filter_push_down_right_stream_filled: [ OK ] 0.55 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7665 / 12246] 01018_Distributed__shard_num: [ OK ] 0.92 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7666 / 12246] 02160_h3_cell_area_m2: [ OK ] 0.56 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7667 / 12246] 03577_assert_on_estimated_block_size_bytes: [ OK ] 0.25 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7668 / 12246] 03785_double_delta_width: [ OK ] 1.59 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7669 / 12246] 00394_replaceall_vector_fixed: [ OK ] 0.60 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7670 / 12246] 04311_text_index_non_utf8_needle_no_prune: [ OK ] 0.67 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7671 / 12246] 03100_lwu_39_after_replace_partition: [ OK ] 1.41 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7672 / 12246] 00064_negate_bug: [ OK ] 0.55 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7673 / 12246] 02916_glogal_in_cancel: [ OK ] 1.29 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7674 / 12246] 04652_compound_key_monotonicity: [ OK ] 2.97 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7675 / 12246] 02800_clickhouse_local_default_settings: [ OK ] 2.31 sec. [2026-08-01 14:03:50] 2026-08-02 04:03:50 [ 7676 / 12246] 03366_bfloat16_sorting: [ OK ] 0.60 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7677 / 12246] 00916_join_using_duplicate_columns: [ OK ] 0.79 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7678 / 12246] 03002_sample_factor_where: [ OK ] 0.62 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7679 / 12246] 04328_set_index_variant_low_cardinality: [ OK ] 0.65 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7680 / 12246] 02915_analyzer_fuzz_5: [ OK ] 0.35 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7681 / 12246] 02541_multiple_ignore_with_nested_select: [ OK ] 0.35 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7682 / 12246] 02293_h3_distance: [ OK ] 0.34 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7683 / 12246] 01380_coded_delta_exception_code: [ OK ] 0.84 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7684 / 12246] 00666_uniq_complex_types: [ OK ] 0.75 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7685 / 12246] 03775_paimon_partition_pruning_storage: [ OK ] 6.84 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7686 / 12246] 00472_compare_uuid_with_constant_string: [ OK ] 0.37 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7687 / 12246] 03364_estimate_compression_ratio: [ OK ] 14.87 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7688 / 12246] 01925_map_populate_series_on_map: [ OK ] 0.57 sec. [2026-08-01 14:03:51] 2026-08-02 04:03:51 [ 7689 / 12246] 03767_implicit_minmax_index_dynamic_variant: [ OK ] 0.70 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7690 / 12246] 03020_order_by_SimpleAggregateFunction: [ OK ] 0.75 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7691 / 12246] 03736_table_stats_hint: [ OK ] 0.95 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7692 / 12246] 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 0.93 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7693 / 12246] 00557_remote_port: [ OK ] 5.26 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7694 / 12246] 02730_dictionary_hashed_load_factor_element_count: [ OK ] 0.92 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7695 / 12246] 04417_partition_constants_folding_force_settings: [ OK ] 0.78 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7696 / 12246] 03408_limit_by_rows_before_limit_mem: [ OK ] 0.69 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7697 / 12246] 04135_bson_each_row_roundtrip: [ OK ] 5.91 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7698 / 12246] 04299_move_assignment_memory_limit: [ OK ] 60.18 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7699 / 12246] 03018_analyzer_greater_null: [ OK ] 0.61 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7700 / 12246] 04035_alp_auto_codec_basic_roundtrip: [ OK ] 1.42 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7701 / 12246] 03701_temporary_files_buffer_size: [ OK ] 0.62 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7702 / 12246] 03775_too_large_temporary_files_buffer_size: [ OK ] 0.58 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7703 / 12246] 02707_keeper_map_delete_update_strict: [ OK ] 0.61 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7704 / 12246] 02521_cannot_find_column_in_projection: [ OK ] 0.60 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7705 / 12246] 04493_ast_json_alter_ttl_select_validation: [ OK ] 0.56 sec. [2026-08-01 14:03:52] 2026-08-02 04:03:52 [ 7706 / 12246] 00942_dataparts_500: [ OK ] 2.13 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7707 / 12246] 03045_unknown_identifier_alias_substitution: [ OK ] 0.61 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7708 / 12246] 00930_max_partitions_per_insert_block: [ OK ] 0.94 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7709 / 12246] 04512_png_format_adaptive_row_filter: [ OK ] 2.10 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7710 / 12246] 03292_nullable_json_schema_inference: [ OK ] 0.24 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7711 / 12246] 03364_ttl_should_recalculate_minmax_index: [ OK ] 0.68 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7712 / 12246] 02911_arrow_large_list: [ OK ] 2.65 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7713 / 12246] 04146_max_bytes_ratio_before_external_join: [ OK ] 0.56 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7714 / 12246] 03580_improve_prewhere: [ OK ] 0.65 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7715 / 12246] 03257_setting_tiers: [ OK ] 0.62 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7716 / 12246] 03776_bad_rewrite_random_order_by: [ OK ] 0.61 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7717 / 12246] 03457_bitmapContains_nullable: [ OK ] 0.30 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7718 / 12246] 00476_pretty_formats_and_widths: [ OK ] 0.25 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7719 / 12246] 03254_timeseries_to_grid_aggregate_function_sparse: [ OK ] 0.89 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7720 / 12246] 01592_length_map: [ OK ] 0.56 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7721 / 12246] 03198_bit_shift_throws_error_for_out_of_bounds: [ OK ] 0.81 sec. [2026-08-01 14:03:53] 2026-08-02 04:03:53 [ 7722 / 12246] 03762_parquet_cast_to_json: [ OK ] 0.55 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7723 / 12246] 02931_client_fuzzy_search_crash: [ OK ] 7.43 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7724 / 12246] 04238_alter_rename_column_merge_race: [ OK ] 18.47 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7725 / 12246] 03400_container_overflow_windowtransform_updateaggregationstate: [ OK ] 3.06 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7726 / 12246] 01522_validate_alter_default: [ OK ] 0.45 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7727 / 12246] 02476_query_parameters_insert: [ OK ] 0.56 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7728 / 12246] 01302_polygons_distance: [ OK ] 0.57 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7729 / 12246] 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.50 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7730 / 12246] 01528_play: [ OK ] 2.44 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7731 / 12246] 01599_mutation_query_params: [ OK ] 4.50 sec. [2026-08-01 14:03:54] 2026-08-02 04:03:54 [ 7732 / 12246] 02896_union_distinct_http_format: [ OK ] 2.01 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7733 / 12246] 01103_optimize_drop_race_zookeeper: [ OK ] 17.58 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7734 / 12246] 01415_table_function_view: [ OK ] 0.60 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7735 / 12246] 03148_mutations_virtual_columns: [ OK ] 0.83 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7736 / 12246] 03600_disk_app_plain_rewritable_disks_list_cmd: [ OK ] 4.79 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7737 / 12246] 04101_variant_adaptor_propagate_exceptions: [ OK ] 0.95 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7738 / 12246] 02212_h3_point_dist: [ OK ] 0.72 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7739 / 12246] 00633_func_or_in: [ OK ] 0.76 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7740 / 12246] 01825_json_type_11: [ OK ] 6.88 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7741 / 12246] 01733_transform_ubsan: [ OK ] 0.62 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7742 / 12246] 02177_issue_31009: [ OK ] 1.27 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7743 / 12246] 03307_json_with_progress_progress_elapsed_ns: [ OK ] 2.47 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7744 / 12246] 04603_sz3_codec_non_finite: [ OK ] 0.46 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7745 / 12246] 01569_query_profiler_big_query_id: [ OK ] 4.50 sec. [2026-08-01 14:03:55] 2026-08-02 04:03:55 [ 7746 / 12246] 00974_primary_key_for_lowCardinality: [ OK ] 6.31 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7747 / 12246] 02159_left_right: [ OK ] 0.91 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7748 / 12246] 04327_clickhouse_disks_sed: [ OK ] 4.89 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7749 / 12246] 03326_client_ignore_error_multiquery: [ OK ] 1.76 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7750 / 12246] 04316_reader_executor_basic: [ OK ] 1.11 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7751 / 12246] 04401_http_query_parameters_not_leaked_to_logs: [ OK ] 6.40 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7752 / 12246] 03417_http_exception_tag: [ OK ] 2.58 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7753 / 12246] 03779_async_insert_quorum: [ OK ] 5.73 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7754 / 12246] 04401_intdivorzero_mixed_signed_unsigned: [ OK ] 0.74 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7755 / 12246] 04545_join_on_uint8_condition_not_boolean: [ OK ] 0.88 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7756 / 12246] 03716_multiple_joins_using_top_level_identifier: [ OK ] 0.64 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7757 / 12246] 03164_analyzer_global_in_alias: [ OK ] 1.07 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7758 / 12246] 00697_in_subquery_shard: [ OK ] 1.23 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7759 / 12246] 03573_create_query_parameters_in_to_in_materialized_view: [ OK ] 0.52 sec. [2026-08-01 14:03:56] 2026-08-02 04:03:56 [ 7760 / 12246] 00678_murmurhash: [ OK ] 0.49 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7761 / 12246] 04077_in_strict_decimal_inside_composites: [ OK ] 1.37 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7762 / 12246] 02346_text_index_detach_attach: [ OK ] 0.70 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7763 / 12246] 04489_executable_udf_driver_invalid_workdir: [ OK ] 3.78 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7764 / 12246] 00018_distinct_in_subquery: [ OK ] 0.61 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7765 / 12246] 03237_max_map_state_decimal_serialization: [ OK ] 0.74 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7766 / 12246] 02845_domain_rfc_support_ipv6: [ OK ] 0.72 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7767 / 12246] 04303_key_condition_ifnull_coalesce_boolean: [ OK ] 1.64 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7768 / 12246] 03039_dynamic_versioned_collapsing_merge_tree: [ OK ] 16.23 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7769 / 12246] 02352_lightweight_delete_in_partition: [ OK ] 0.86 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7770 / 12246] 00594_alias_in_distributed: [ OK ] 0.97 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7771 / 12246] 02741_hashed_dictionary_load_factor: [ OK ] 1.88 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7772 / 12246] 04490_global_in_set_max_values_external_table: [ OK ] 0.64 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7773 / 12246] 02501_analyzer_expired_context_crash_fix: [ OK ] 0.66 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7774 / 12246] 04103_text_index_alias_direct_read_map: [ OK ] 0.56 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7775 / 12246] 00053_all_inner_join: [ OK ] 0.50 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7776 / 12246] 04061_trivial_count_aggregate_function_argument_types: [ OK ] 0.51 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7777 / 12246] 04327_enum_value_out_of_range: [ OK ] 0.54 sec. [2026-08-01 14:03:57] 2026-08-02 04:03:57 [ 7778 / 12246] 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 0.66 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7779 / 12246] 01710_projection_optimize_group_by_function_keys: [ OK ] 0.66 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7780 / 12246] 04104_url_time_virtual_column: [ OK ] 0.77 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7781 / 12246] 03523_function_first_non_default_number_args: [ OK ] 0.66 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7782 / 12246] 03323_union_all_constants_bug: [ OK ] 0.68 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7783 / 12246] 02353_order_by_tuple: [ OK ] 2.62 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7784 / 12246] 04227_inconsistent_ast_function_lambda_after_comma_104605: [ OK ] 0.73 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7785 / 12246] 02005_log_formatted_queries: [ OK ] 0.72 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7786 / 12246] 04029_multiply_monotonicity: [ OK ] 0.71 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7787 / 12246] 03916_window_functions_group_by_use_nulls: [ OK ] 0.31 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7788 / 12246] 02515_generate_ulid: [ OK ] 0.61 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7789 / 12246] 00204_extract_url_parameter: [ OK ] 0.74 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7790 / 12246] 03276_null_format_matching_case_insensitive: [ OK ] 2.66 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7791 / 12246] 02812_csv_date_time_with_comma: [ OK ] 0.46 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7792 / 12246] 03753_file_schema_cache_for_multiple_files: [ OK ] 4.38 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7793 / 12246] 00059_merge_sorting_empty_array_joined: [ OK ] 0.39 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7794 / 12246] 04402_sparse_pk_index_analysis_truncated_isnull: [ OK ] 0.37 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7795 / 12246] 00647_select_numbers_with_offset: [ OK ] 0.33 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7796 / 12246] 04409_join_with_totals_const_swap: [ OK ] 0.48 sec. [2026-08-01 14:03:58] 2026-08-02 04:03:58 [ 7797 / 12246] 01185_create_or_replace_table: [ OK ] 0.60 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7798 / 12246] 02427_msan_group_array_resample: [ OK ] 0.59 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7799 / 12246] 02221_system_zookeeper_unrestricted_like: [ OK ] 6.78 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7800 / 12246] 01783_parallel_formatting_memory: [ OK ] 1.82 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7801 / 12246] 03755_large_primary_key: [ OK ] 0.98 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7802 / 12246] 04367_lambda_arg_backquoted_dot_no_logical_error: [ OK ] 0.31 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7803 / 12246] 03545_array_join_index_set_bug: [ OK ] 0.79 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7804 / 12246] 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 0.94 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7805 / 12246] 03272_json_to_json_cast_3: [ OK ] 0.45 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7806 / 12246] 04213_remote_unquoted_username: [ OK ] 0.71 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7807 / 12246] 00046_stored_aggregates_simple: [ OK ] 0.70 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7808 / 12246] 04304_91777_drop_after_attach_database_no_self_hint: [ OK ] 7.99 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7809 / 12246] 01601_custom_tld: [ OK ] 1.13 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7810 / 12246] 02192_comment_error: [ OK ] 3.44 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7811 / 12246] 04201_read_in_order_limit_with_filter: [ OK ] 1.19 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7812 / 12246] 03266_lowcardinality_string_monotonicity: [ OK ] 0.94 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7813 / 12246] 01086_modulo_or_zero: [ OK ] 0.51 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7814 / 12246] 02703_row_policies_for_database_combination: [ OK ] 2.81 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7815 / 12246] 00279_quantiles_permuted_args: [ OK ] 0.46 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7816 / 12246] 03714_base32_base58_short_string: [ OK ] 0.32 sec. [2026-08-01 14:03:59] 2026-08-02 04:03:59 [ 7817 / 12246] 02346_to_hour_monotonicity_fix_2: [ OK ] 0.40 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7818 / 12246] 04049_primes_max_rows_to_read: [ OK ] 0.67 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7819 / 12246] 03040_dynamic_type_alters_2_wide_merge_tree: [ OK ] 0.82 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7820 / 12246] 04260_one_format_s3_no_object_reads: [ OK ] 3.17 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7821 / 12246] 04305_any_join_dry_run_in_anti_conversion: [ OK ] 0.64 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7822 / 12246] 03595_alter_if_exists_mixed_commands: [ OK ] 0.98 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7823 / 12246] 04617_experimental_codec_attach_full_definition: [ OK ] 6.75 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7824 / 12246] 00516_is_inf_nan: [ OK ] 0.94 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7825 / 12246] 00485_http_insert_format: [ OK ] 4.37 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7826 / 12246] 00386_enum_in_pk: [ OK ] 1.33 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7827 / 12246] 01119_session_log: [ OK ] 33.12 sec. [2026-08-01 14:04:00] 2026-08-02 04:04:00 [ 7828 / 12246] 04234_aggregation_in_order_limit_pushdown: [ OK ] 1.01 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7829 / 12246] 02813_any_value: [ OK ] 0.81 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7830 / 12246] 04041_attach_table_no_partition_key_metadata_cache: [ OK ] 1.08 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7831 / 12246] 04042_materialized_cte_union: [ OK ] 1.04 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7832 / 12246] 03995_map_subcolumns_large_compact: [ OK ] 1.57 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7833 / 12246] 03703_primary_key_condition_boolean_column: [ OK ] 1.26 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7834 / 12246] 03701_pager_proper_termination: [ OK ] 1.86 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7835 / 12246] 00956_join_use_nulls_with_array_column: [ OK ] 0.40 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7836 / 12246] 03771_tuple_inconsistent_formatting: [ OK ] 0.47 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7837 / 12246] 03100_lwu_01_basics: [ OK ] 1.18 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7838 / 12246] 01518_nullable_aggregate_states1: [ OK ] 0.52 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7839 / 12246] 03093_analyzer_column_alias: [ OK ] 0.66 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7840 / 12246] 01328_bad_peephole_optimization: [ OK ] 0.68 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7841 / 12246] 02008_aliased_column_distributed_bug: [ OK ] 0.70 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7842 / 12246] 03623_header_filtering: [ OK ] 0.63 sec. [2026-08-01 14:04:01] 2026-08-02 04:04:01 [ 7843 / 12246] 01923_different_expression_name_alias: [ OK ] 0.76 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7844 / 12246] 01889_tokenize: [ OK ] 0.74 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7845 / 12246] 03916_attach_as_replicated_implicit_transaction: [ OK ] 4.23 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7846 / 12246] 04033_tpc_ds_q42: [ OK ] 2.38 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7847 / 12246] 04661_grant_source_filter_pattern_validation: [ OK ] 3.77 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7848 / 12246] 04200_fix_time64_scale_conversion: [ OK ] 1.17 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7849 / 12246] 04232_round_down_nan_determinism: [ OK ] 0.54 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7850 / 12246] 03003_count_asterisk_filter: [ OK ] 0.70 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7851 / 12246] 01710_projection_with_alter_conversions: [ OK ] 0.47 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7852 / 12246] 01622_constraints_simple_optimization: [ OK ] 1.57 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7853 / 12246] 03784_h3_invalid_inputs: [ OK ] 0.40 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7854 / 12246] 03100_lwu_19_nullable: [ OK ] 1.04 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7855 / 12246] 02097_json_strings_deserialization: [ OK ] 4.83 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7856 / 12246] 01127_month_partitioning_consistency_select: [ OK ] 0.69 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7857 / 12246] 04032_json_subcolumn_in_projection_sorting_key: [ OK ] 0.37 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7858 / 12246] 04501_iceberg_datetime64_partition_pruning: [ OK ] 4.42 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7859 / 12246] 02041_test_fuzzy_alter: [ OK ] 0.58 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7860 / 12246] 00137_in_constants: [ OK ] 0.87 sec. [2026-08-01 14:04:02] 2026-08-02 04:04:02 [ 7861 / 12246] 02950_parallel_replicas_used_count: [ OK ] 2.67 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7862 / 12246] 01455_nullable_type_with_if_agg_combinator: [ OK ] 0.78 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7863 / 12246] 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 0.81 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7864 / 12246] 04056_jit_sort_string_columns: [ OK ] 0.99 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7865 / 12246] 00586_removing_unused_columns_from_subquery: [ OK ] 0.98 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7866 / 12246] 01917_distinct_on: [ OK ] 0.59 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7867 / 12246] 02437_drop_mv_restart_replicas: [ OK ] 22.42 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7868 / 12246] 04418_create_table_as_select_subquery_access: [ OK ] 10.01 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7869 / 12246] 03547_equals_optimizer_lowcardinality: [ OK ] 0.72 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7870 / 12246] 02354_vector_search_quantize_codec_turboquant: [ OK ] 3.73 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7871 / 12246] 00017_aggregation_uninitialized_memory: [ OK ] 0.60 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7872 / 12246] 00037_uniq_state_merge1: [ OK ] 4.09 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7873 / 12246] 01943_query_id_check: [ OK ] 1.63 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7874 / 12246] 02154_bitmap_contains: [ OK ] 0.57 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7875 / 12246] 04115_function_time_window_errors: [ OK ] 1.76 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7876 / 12246] 02812_large_varints: [ OK ] 0.38 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7877 / 12246] 00098_h_union_all: [ OK ] 0.27 sec. [2026-08-01 14:04:03] 2026-08-02 04:04:03 [ 7878 / 12246] 04218_kafka_aws_msk_iam_auth_settings: [ OK ] 46.95 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7879 / 12246] 04005_dedup_cleanup_consistent_across_directories: [ OK ] 15.62 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7880 / 12246] 02863_decode_html_component: [ OK ] 0.94 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7881 / 12246] 03362_merge_tree_with_background_refresh: [ OK ] 3.68 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7882 / 12246] 03460_normal_projection_index: [ OK ] 2.22 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7883 / 12246] 03710_tuple_inside_nullable_function_tuple_element: [ OK ] 2.05 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7884 / 12246] 03777_join_runtime_filter_with_totals: [ OK ] 0.88 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7885 / 12246] 03703_function_dict_get_keys_large: [ OK ] 1.26 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7886 / 12246] 03151_dynamic_type_scale_max_types: [ OK ] 0.97 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7887 / 12246] 03306_optimize_table_force_keyword: [ OK ] 0.95 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7888 / 12246] 04504_variant_discriminators_cow_safe_rows_offset: [ OK ] 0.56 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7889 / 12246] 04501_qbit_distance_transposed_truncate_reference: [ OK ] 1.01 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7890 / 12246] 03203_multiif_and_where_2_conditions_old_analyzer_bug: [ OK ] 0.69 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7891 / 12246] 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.79 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7892 / 12246] 04104_any_join_semi_anti_not_ready_set: [ OK ] 0.81 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7893 / 12246] 03640_skip_indexes_with_or: [ OK ] 1.33 sec. [2026-08-01 14:04:04] 2026-08-02 04:04:04 [ 7894 / 12246] 04546_constant_join_compressed_non_joined: [ OK ] 0.93 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7895 / 12246] 03746_system_background_schedule_pool_log: [ OK ] 4.25 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7896 / 12246] 02155_nested_lc_defalut_bug: [ OK ] 0.56 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7897 / 12246] 04548_part_storage_type_column: [ OK ] 0.34 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7898 / 12246] 04081_comparison_constant_folding_null_variant_lc: [ OK ] 0.38 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7899 / 12246] 03279_join_choose_build_table_auto_statistics: [ OK ] 2.46 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7900 / 12246] 03519_zero_filesystem_prefetch_max_memory_usage: [ OK ] 0.26 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7901 / 12246] 03518_table_function_remote_no_replicas: [ OK ] 0.32 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7902 / 12246] 01655_agg_if_nullable: [ OK ] 0.41 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7903 / 12246] 01298_alter_merge: [ OK ] 0.61 sec. [2026-08-01 14:04:05] 2026-08-02 04:04:05 [ 7904 / 12246] 04319_distributed_plan_set_operation_const_columns: [ OK ] 0.67 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7905 / 12246] 02009_array_join_partition: [ OK ] 0.62 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7906 / 12246] 02012_compress_lz4: [ OK ] 2.80 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7907 / 12246] 02921_file_engine_size_virtual_column: [ OK ] 3.06 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7908 / 12246] 02668_logical_optimizer_removing_redundant_checks: [ OK ] 0.78 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7909 / 12246] 04511_http_and_readonly_rewrite: [ OK ] 1.62 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7910 / 12246] 02571_local_desc_abort_on_twitter_json: [ OK ] 1.82 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7911 / 12246] 02559_multiple_read_steps_in_prewhere: [ OK ] 1.07 sec. [2026-08-01 14:04:06] 2026-08-02 04:04:06 [ 7912 / 12246] 04402_kql_array_sort_removed: [ OK ] 0.67 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7913 / 12246] 04209_arrow_time_import_export: [ OK ] 4.44 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7914 / 12246] 04041_arrow_uuid_endianness: [ OK ] 2.17 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7915 / 12246] 02541_arrow_duration_type: [ OK ] 1.80 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7916 / 12246] 04327_stid_1499_6033_statistics_lc_cast: [ OK ] 1.06 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7917 / 12246] 01832_memory_write_suffix: [ OK ] 0.79 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7918 / 12246] 03458_numeric_indexed_vector_operations_u32f64: [ OK ] 0.54 sec. [2026-08-01 14:04:07] 2026-08-02 04:04:07 [ 7919 / 12246] 03130_generateSnowflakeId: [ OK ] 0.86 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7920 / 12246] 00944_create_bloom_filter_index_with_merge_tree: [ OK ] 9.85 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7921 / 12246] 00544_agg_foreach_of_two_arg: [ OK ] 0.73 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7922 / 12246] 01117_comma_and_others_join_mix: [ OK ] 0.83 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7923 / 12246] 00350_count_distinct: [ OK ] 0.77 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7924 / 12246] 04357_distributed_final_do_not_merge_partitions: [ OK ] 1.86 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7925 / 12246] 02892_input_csv_cr_end_count_many_rows: [ OK ] 2.30 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7926 / 12246] 02677_analyzer_bitmap_has_any: [ OK ] 0.85 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7927 / 12246] 01515_with_global_and_with_propagation: [ OK ] 0.73 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7928 / 12246] 02765_queries_with_subqueries_profile_events: [ OK ] 15.25 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7929 / 12246] 02900_clickhouse_local_drop_current_database: [ OK ] 1.84 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7930 / 12246] 01497_mutation_support_for_storage_memory: [ OK ] 0.47 sec. [2026-08-01 14:04:08] 2026-08-02 04:04:08 [ 7931 / 12246] 02025_storage_filelog_virtual_col: [ OK ] 7.17 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7932 / 12246] 00825_protobuf_format_no_length_delimiter: [ OK ] 5.58 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7933 / 12246] 01776_decrypt_aead_size_check: [ OK ] 0.70 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7934 / 12246] 00816_join_column_names_sarg: [ OK ] 0.83 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7935 / 12246] 00061_merge_tree_alter: [ OK ] 1.26 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7936 / 12246] 03444_lm_block_mismatch: [ OK ] 1.02 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7937 / 12246] 00083_create_merge_tree_zookeeper_long: [ OK ] 3.22 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7938 / 12246] 04041_parquet_use_filter_in_decoder_with_offset_index: [ OK ] 1.07 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7939 / 12246] 00418_input_format_allow_errors: [ OK ] 6.47 sec. [2026-08-01 14:04:09] 2026-08-02 04:04:09 [ 7940 / 12246] 04063_read_in_order_through_creating_sets: [ OK ] 4.70 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7941 / 12246] 03100_lwu_40_cleanup_race: [ OK ] 5.21 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7942 / 12246] 00825_protobuf_format_persons: [ OK ] 14.68 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7943 / 12246] 01603_insert_select_too_many_parts: [ OK ] 4.70 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7944 / 12246] 02832_integer_type_inference: [ OK ] 0.88 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7945 / 12246] 03737_ttl_delete_vertical_merge: [ OK ] 1.51 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7946 / 12246] 03018_external_with_complex_data_types: [ OK ] 1.85 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7947 / 12246] 00119_storage_join: [ OK ] 0.66 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7948 / 12246] 02019_multiple_weird_with_fill: [ OK ] 0.58 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7949 / 12246] 04033_tpc_ds_q32: [ OK ] 2.67 sec. [2026-08-01 14:04:10] 2026-08-02 04:04:10 [ 7950 / 12246] 02112_with_fill_interval: [ OK ] 1.11 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7951 / 12246] 04407_naive_bayes_empty_input: [ OK ] 0.71 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7952 / 12246] 00016_any_if_distributed_cond_always_false: [ OK ] 1.36 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7953 / 12246] 04366_msgpack_schema_inference_huge_container: [ OK ] 5.63 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7954 / 12246] 00754_alter_modify_order_by_replicated_zookeeper_long: [ OK ] 31.34 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7955 / 12246] 00832_storage_file_lock: [ OK ] 0.54 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7956 / 12246] 02802_with_cube_with_totals: [ OK ] 0.58 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7957 / 12246] 02910_replicated_merge_parameters_must_consistent: [ OK ] 1.36 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7958 / 12246] 01305_nullable-prewhere_bug: [ OK ] 0.63 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7959 / 12246] 01223_dist_on_dist: [ OK ] 1.49 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7960 / 12246] 01770_add_months_ubsan: [ OK ] 0.24 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7961 / 12246] 00910_decimal_group_array_crash_3783: [ OK ] 0.54 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7962 / 12246] 03541_rename_column_start: [ OK ] 0.54 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7963 / 12246] 02149_schema_inference_create_table_syntax: [ OK ] 8.60 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7964 / 12246] 03198_h3_polygon_to_cells: [ OK ] 0.56 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7965 / 12246] 03413_dynamic_in_in: [ OK ] 0.42 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7966 / 12246] 03209_functions_json_msan_fuzzer_issue: [ OK ] 0.35 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7967 / 12246] 02461_cancel_finish_race: [ OK ] 31.01 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7968 / 12246] 00257_shard_no_aggregates_and_constant_keys: [ OK ] 0.44 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7969 / 12246] 03916_ttl_minmax_projection_epoch_bug: [ OK ] 0.52 sec. [2026-08-01 14:04:11] 2026-08-02 04:04:11 [ 7970 / 12246] 04268_system_dictionaries_partial_revoke: [ OK ] 6.36 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7971 / 12246] 02015_shard_crash_clang_12_build: [ OK ] 33.15 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7972 / 12246] 04324_parquet_v3_datapage_v2_oob: [ OK ] 7.97 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7973 / 12246] 04319_limit_by_permuted_in_order: [ OK ] 0.61 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7974 / 12246] 04242_clickhouse_local_proc: [ OK ] 0.97 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7975 / 12246] 03036_dynamic_read_shared_subcolumns_memory: [ OK ] 2.72 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7976 / 12246] 02421_truncate_isolation_no_merges: [ OK ] 34.25 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7977 / 12246] 03923_kafka2_keeper_offsets: [ OK ] 21.93 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7978 / 12246] 04105_blob_storage_log_read_local: [ OK ] 1.61 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7979 / 12246] 01260_ubsan_decimal_parse: [ OK ] 0.43 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7980 / 12246] 01016_index_tuple_field_type: [ OK ] 0.77 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7981 / 12246] 04062_analyzer_inline_view_type_conversion: [ OK ] 0.68 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7982 / 12246] 02385_analyzer_aliases_compound_expression: [ OK ] 0.62 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7983 / 12246] 04146_system_instrument_add_invalid_argument: [ OK ] 0.27 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7984 / 12246] 03560_parallel_replicas_external_aggregation: [ OK ] 0.67 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7985 / 12246] 03228_param_view_metadata_columns: [ OK ] 0.77 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7986 / 12246] 00231_format_vertical_raw: [ OK ] 0.37 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7987 / 12246] 02354_vector_search_with_huge_dimension: [ OK ] 0.70 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7988 / 12246] 03411_analyzer_scalar_correlated_subquery: [ OK ] 0.33 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7989 / 12246] 04417_docs_web_ui_disclosure_details: [ OK ] 0.93 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7990 / 12246] 04601_orc_native_union_struct_projection: [ OK ] 0.35 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7991 / 12246] 01001_rename_merge_race_condition: [ OK ] 12.85 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7992 / 12246] 01256_misspell_layout_name_podshumok: [ OK ] 0.33 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7993 / 12246] 03518_left_to_cross_incorrect: [ OK ] 0.33 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7994 / 12246] 01509_output_format_pretty_row_numbers: [ OK ] 0.56 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7995 / 12246] 03537_clickhouse_local_drop_view_sync_temp_mode: [ OK ] 1.15 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7996 / 12246] 04357_table_readonly_background_moves: [ OK ] 8.90 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7997 / 12246] 01811_datename: [ OK ] 0.41 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7998 / 12246] 03244_skip_index_in_final_query_with_pk_rescan_basic: [ OK ] 0.40 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 7999 / 12246] 04499_toStartOfInterval_floor: [ OK ] 0.32 sec. [2026-08-01 14:04:12] 2026-08-02 04:04:12 [ 8000 / 12246] 04090_indexof_assume_sorted_low_cardinality: [ OK ] 0.57 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8001 / 12246] 01504_compression_multiple_streams: [ OK ] 1.39 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8002 / 12246] 03206_json_parsing_and_formatting: [ OK ] 4.69 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8003 / 12246] 03757_optimize_skip_unused_shards_with_type_cast: [ OK ] 0.48 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8004 / 12246] 03170_part_offset_as_table_column: [ OK ] 0.47 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8005 / 12246] 00511_get_size_of_enum: [ OK ] 0.42 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8006 / 12246] 02768_into_outfile_extensions_format: [ OK ] 0.90 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8007 / 12246] 03222_ignore_nulls_query_tree_elimination: [ OK ] 0.42 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8008 / 12246] 00099_join_many_blocks_segfault: [ OK ] 0.44 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8009 / 12246] 04027_parquet_v3_setting_override_s3: [ OK ] 0.37 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8010 / 12246] 03275_count_digits_argument_evaluation: [ OK ] 0.40 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8011 / 12246] 04032_empty_gzip_stream_from_url: [ OK ] 3.47 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8012 / 12246] 00714_create_temporary_table_with_in_clause: [ OK ] 0.35 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8013 / 12246] 01353_nullable_tuple: [ OK ] 0.77 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8014 / 12246] 03990_set_dynamic_low_cardinality_join_runtime_filter: [ OK ] 0.34 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8015 / 12246] 03458_numeric_indexed_vector_operations_u32f32: [ OK ] 0.44 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8016 / 12246] 03015_analyzer_groupby_fuzz_60772: [ OK ] 0.31 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8017 / 12246] 04278_sparsity_nullable_correctness: [ OK ] 0.47 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8018 / 12246] 02517_executable_pool_bad_input_query: [ OK ] 0.31 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8019 / 12246] 03034_json_extract_variant: [ OK ] 0.36 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8020 / 12246] 00754_distributed_optimize_skip_select_on_unused_shards: [ OK ] 11.09 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8021 / 12246] 02799_transform_empty_arrays: [ OK ] 0.27 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8022 / 12246] 01548_query_log_query_execution_ms: [ OK ] 2.47 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8023 / 12246] 01358_constexpr_constraint: [ OK ] 0.35 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8024 / 12246] 04042_text_index_lightweight_delete: [ OK ] 0.98 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8025 / 12246] 03672_nested_array_nested_tuple: [ OK ] 0.37 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8026 / 12246] 03329_grant_alter_database_comment: [ OK ] 5.76 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8027 / 12246] 03365_time_to_time64_conv_bug: [ OK ] 0.33 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8028 / 12246] 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ OK ] 1.23 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8029 / 12246] 00227_quantiles_timing_arbitrary_order: [ OK ] 0.31 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8030 / 12246] 03567_json_extract_case_insensitive_edge_cases: [ OK ] 0.45 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8031 / 12246] 03658_negative_limit_offset_distributed: [ OK ] 0.49 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8032 / 12246] 04304_parallel_replicas_input_order_scope_collision: [ OK ] 0.51 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8033 / 12246] 04603_async_insert_dedup_multi_partition: [ OK ] 8.53 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8034 / 12246] 04324_union_all_narrow_read_in_order: [ OK ] 0.67 sec. [2026-08-01 14:04:13] 2026-08-02 04:04:13 [ 8035 / 12246] 04653_ast_json_codec_and_statistics_shape: [ OK ] 0.67 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8036 / 12246] 01431_finish_sorting_with_consts: [ OK ] 0.41 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8037 / 12246] 04019_formats_nullable_empty_tuple_roundtrip: [ OK ] 0.86 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8038 / 12246] 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 1.07 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8039 / 12246] 01761_cast_to_enum_nullable: [ OK ] 0.26 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8040 / 12246] 04337_s3_hive_partition_id_compatibility_validation: [ OK ] 0.37 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8041 / 12246] 03705_fix_compression_T64_unaligned: [ OK ] 0.39 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8042 / 12246] 00277_array_filter: [ OK ] 0.31 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8043 / 12246] 04493_correlated_subquery_join_runtime_filter_dup_column: [ OK ] 0.42 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8044 / 12246] 03778_print_time_initial_query: [ OK ] 0.86 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8045 / 12246] 03755_obfuscate_query: [ OK ] 0.48 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8046 / 12246] 02968_adaptive_async_insert_timeout: [ OK ] 0.41 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8047 / 12246] 04202_cte_with_sample: [ OK ] 0.47 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8048 / 12246] 01925_date_date_time_comparison: [ OK ] 0.33 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8049 / 12246] 03750_tuple_inside_nullable_tuple_to_name_value_pairs_function: [ OK ] 0.32 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8050 / 12246] 01710_projection_materialize_with_missing_columns: [ OK ] 0.39 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8051 / 12246] 03566_inconsistent_formatting_functions_codecs: [ OK ] 0.34 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8052 / 12246] 03302_any_enum_aggregation: [ OK ] 0.68 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8053 / 12246] 04415_use_legacy_to_time_default: [ OK ] 0.37 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8054 / 12246] 00846_join_using_tuple_crash: [ OK ] 0.37 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8055 / 12246] 02353_isnullable: [ OK ] 0.39 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8056 / 12246] 02125_lz4_compression_bug_Values: [ OK ] 5.98 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8057 / 12246] 04040_tpc_h_q18: [ OK ] 0.96 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8058 / 12246] 01133_max_result_rows: [ OK ] 3.92 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8059 / 12246] 02536_delta_gorilla_corruption: [ OK ] 2.90 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8060 / 12246] 03452_array_join_global_right_join_parallel_replicas: [ OK ] 0.56 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8061 / 12246] 04215_input_fixed_schema_format: [ OK ] 10.81 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8062 / 12246] 03150_grouping_sets_use_nulls_pushdown: [ OK ] 0.41 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8063 / 12246] 00803_odbc_driver_2_format: [ OK ] 0.32 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8064 / 12246] 04306_distributed_aggregation_correctness_guards: [ OK ] 0.50 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8065 / 12246] 01083_cross_to_inner_with_in_bug: [ OK ] 0.43 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8066 / 12246] 03999_empty_to_equals_rewrite_for_nullable: [ OK ] 0.39 sec. [2026-08-01 14:04:14] 2026-08-02 04:04:14 [ 8067 / 12246] 03093_filter_push_down_crash: [ OK ] 0.40 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8068 / 12246] 00974_distributed_join_on: [ OK ] 0.84 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8069 / 12246] 03720_ubsan_dictionary_parameters: [ OK ] 0.32 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8070 / 12246] 02423_json_quote_float64: [ OK ] 0.31 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8071 / 12246] 02586_generate_random_structure: [ OK ] 0.48 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8072 / 12246] 03701_distinct_but_no_group_by_projection_table_use_check: [ OK ] 0.53 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8073 / 12246] 03247_pr_local_plan_non_constant_in_source: [ OK ] 0.43 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8074 / 12246] 03562_parallel_replicas_remote_with_cluster: [ OK ] 0.76 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8075 / 12246] 03988_map_contains_key_like_tokenbf: [ OK ] 0.64 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8076 / 12246] 03231_pr_duplicate_announcement: [ OK ] 0.62 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8077 / 12246] 00168_buffer_defaults: [ OK ] 0.38 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8078 / 12246] 02233_HTTP_ranged: [ OK ] 2.52 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8079 / 12246] 01400_join_get_with_multi_keys: [ OK ] 0.33 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8080 / 12246] 02375_scalar_lc_cte: [ OK ] 0.27 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8081 / 12246] 03254_attach_part_order: [ OK ] 0.63 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8082 / 12246] 04337_iceberg_v3_row_lineage_reserved_field_id: [ OK ] 3.08 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8083 / 12246] 02304_grouping_sets_with_rollup_cube: [ OK ] 0.36 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8084 / 12246] 03444_analyzer_resolve_alias_columns: [ OK ] 0.58 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8085 / 12246] 03058_analyzer_ambiguous_columns: [ OK ] 0.35 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8086 / 12246] 00679_replace_asterisk: [ OK ] 0.43 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8087 / 12246] 02560_agg_state_deserialization_hash_table_crash: [ OK ] 0.41 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8088 / 12246] 00452_left_array_join_and_nullable: [ OK ] 0.46 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8089 / 12246] 04092_hash_join_shrink_replicated_columns: [ OK ] 0.52 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8090 / 12246] 02249_parse_date_time_basic: [ OK ] 0.42 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8091 / 12246] 04491_vector_search_rescoring_lightweight_delete_filter: [ OK ] 0.51 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8092 / 12246] 02947_merge_tree_index_table_2: [ OK ] 0.32 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8093 / 12246] 04039_explain_union_settings_formatting_roundtrip: [ OK ] 0.31 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8094 / 12246] 04359_distributed_final_modifiers: [ OK ] 1.07 sec. [2026-08-01 14:04:15] 2026-08-02 04:04:15 [ 8095 / 12246] 02403_enable_extended_results_for_datetime_functions: [ OK ] 0.72 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8096 / 12246] 00149_function_url_hash: [ OK ] 0.41 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8097 / 12246] 04601_docs_web_ui_mintlify_components: [ OK ] 1.26 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8098 / 12246] 02428_index_analysis_with_null_literal: [ OK ] 1.03 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8099 / 12246] 01009_global_array_join_names: [ OK ] 0.42 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8100 / 12246] 04512_lowcardinality_const_key_distributed_merge_aggregation: [ OK ] 0.41 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8101 / 12246] 01097_one_more_range_reader_test: [ OK ] 0.49 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8102 / 12246] 00529_orantius: [ OK ] 0.46 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8103 / 12246] 03274_precise_alter_user_grants: [ OK ] 3.01 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8104 / 12246] 04312_grace_hash_vs_hash_join_key_types: [ OK ] 0.67 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8105 / 12246] 04489_information_schema_mysql_compat_columns: [ OK ] 0.70 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8106 / 12246] 02149_schema_inference: [ OK ] 21.71 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8107 / 12246] 03300_msan_nullable_serialized_aggregation: [ OK ] 0.37 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8108 / 12246] 01520_client_print_query_id: [ OK ] 1.03 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8109 / 12246] 04546_text_index_merge_fsync: [ OK ] 1.46 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8110 / 12246] 03240_array_element_or_null_for_map: [ OK ] 0.60 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8111 / 12246] 00864_union_all_supertype: [ OK ] 0.32 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8112 / 12246] 04335_storage_join_right_join_const_conjunct_pushdown: [ OK ] 0.50 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8113 / 12246] 01948_group_bitmap_and_or_xor_fix: [ OK ] 0.38 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8114 / 12246] 03722_max_insert_block_size_bytes_client_row_format: [ OK ] 1.39 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8115 / 12246] 02244_url_engine_headers_test: [ OK ] 0.62 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8116 / 12246] 00191_aggregating_merge_tree_and_final: [ OK ] 0.58 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8117 / 12246] 02125_constant_if_condition_and_not_existing_column: [ OK ] 0.53 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8118 / 12246] 03822_lttb_date32_negative: [ OK ] 0.41 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8119 / 12246] 03642_column_ttl_sparse: [ OK ] 3.64 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8120 / 12246] 00563_complex_in_expression: [ OK ] 0.63 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8121 / 12246] 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 0.27 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8122 / 12246] 02346_text_index_function_like: [ OK ] 2.09 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8123 / 12246] 04408_naive_bayes_class_id_type: [ OK ] 0.42 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8124 / 12246] 02933_ephemeral_mv: [ OK ] 0.46 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8125 / 12246] 03812_quantile_timing_deserialization_bug: [ OK ] 0.35 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8126 / 12246] 03645_aggregate_function_input_format: [ OK ] 11.45 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8127 / 12246] 03523_storage_kafka_shutdown_smoke_local: [ OK ] 1.20 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8128 / 12246] 02353_partition_prune_nullable_key: [ OK ] 0.34 sec. [2026-08-01 14:04:16] 2026-08-02 04:04:16 [ 8129 / 12246] 02176_optimize_aggregation_in_order_empty: [ OK ] 0.43 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8130 / 12246] 00742_require_join_strictness: [ OK ] 0.26 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8131 / 12246] 02772_s3_crash: [ OK ] 0.35 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8132 / 12246] 03734_client_receive_timeout_exit_code: [ OK ] 8.01 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8133 / 12246] 02268_json_wrong_root_type_in_schema_inference: [ OK ] 0.30 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8134 / 12246] 02997_projections_formatting: [ OK ] 0.26 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8135 / 12246] 04001_logical_error_with_cube: [ OK ] 0.24 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8136 / 12246] 02520_group_array_last: [ OK ] 0.57 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8137 / 12246] 02514_database_replicated_no_arguments_for_rmt: [ OK ] 3.19 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8138 / 12246] 04561_parquet_v3_dictionary_filter_negative_page_count: [ OK ] 2.11 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8139 / 12246] 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 0.34 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8140 / 12246] 04208_schedule_merge_disabled: [ OK ] 0.29 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8141 / 12246] 01668_test_toMonth_mysql_dialect: [ OK ] 0.34 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8142 / 12246] 03440_no_glue_totals: [ OK ] 0.34 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8143 / 12246] 01811_filter_by_null: [ OK ] 0.43 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8144 / 12246] 03100_lwu_18_sequence: [ OK ] 0.56 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8145 / 12246] 03365_time_time64_best_effort_parsing: [ OK ] 0.39 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8146 / 12246] 03144_aggregate_states_with_different_types: [ OK ] 0.39 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8147 / 12246] 03821_join_use_nulls_outer_to_inner: [ OK ] 0.76 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8148 / 12246] 00806_alter_update: [ OK ] 0.52 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8149 / 12246] 02312_is_not_null_prewhere: [ OK ] 0.50 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8150 / 12246] 02426_orc_bug: [ OK ] 1.11 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8151 / 12246] 03135_keeper_client_find_commands: [ OK ] 2.30 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8152 / 12246] 03780_has_all_tokens_empty_array: [ OK ] 0.52 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8153 / 12246] 01710_aggregate_projection_with_hashing: [ OK ] 0.52 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8154 / 12246] 03822_insert_null_into_non_nullable_enum: [ OK ] 0.36 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8155 / 12246] 02122_parallel_formatting_CSVWithNamesAndTypes: [ OK ] 2.05 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8156 / 12246] 02317_like_with_trailing_escape: [ OK ] 0.43 sec. [2026-08-01 14:04:17] 2026-08-02 04:04:17 [ 8157 / 12246] 04402_geojson_output_format: [ OK ] 0.50 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8158 / 12246] 04068_projection_index_settings: [ OK ] 0.90 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8159 / 12246] 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 0.40 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8160 / 12246] 00900_entropy_shard: [ OK ] 0.41 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8161 / 12246] 02044_exists_operator: [ OK ] 0.46 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8162 / 12246] 04073_float_itoa_fast_path: [ OK ] 0.44 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8163 / 12246] 04082_materialize_skip_indexes_text_index: [ OK ] 0.72 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8164 / 12246] 02266_protobuf_format_google_wrappers: [ OK ] 4.64 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8165 / 12246] 01744_tuple_cast_to_map_bugfix: [ OK ] 0.32 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8166 / 12246] 04243_shardkey_rewrite_in_empty_tuple: [ OK ] 0.82 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8167 / 12246] 03279_pr_3_way_joins_left_first_full: [ OK ] 1.43 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8168 / 12246] 03365_time_prewhere_supertype_bug: [ OK ] 0.48 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8169 / 12246] 03243_lower_utf8_msan: [ OK ] 0.53 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8170 / 12246] 02872_prewhere_filter: [ OK ] 0.56 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8171 / 12246] 02292_h3_unidirectional_funcs: [ OK ] 0.55 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8172 / 12246] 04201_is_prime: [ OK ] 0.95 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8173 / 12246] 02962_analyzer_resolve_group_by_on_shards: [ OK ] 0.38 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8174 / 12246] 03449_window_cannot_find_column: [ OK ] 0.39 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8175 / 12246] 04050_text_index_map_keys_in_subquery: [ OK ] 0.44 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8176 / 12246] 04033_tpc_ds_q22: [ OK ] 1.73 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8177 / 12246] 04004_finalize_projection_parts_synchronously: [ OK ] 0.64 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8178 / 12246] 01501_clickhouse_client_INSERT_exception: [ OK ] 2.36 sec. [2026-08-01 14:04:18] 2026-08-02 04:04:18 [ 8179 / 12246] 04033_tpc_ds_q05: [ OK ] 1.85 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8180 / 12246] 02480_max_map_null_totals: [ OK ] 1.07 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8181 / 12246] 00568_empty_function_with_fixed_string: [ OK ] 0.49 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8182 / 12246] 01226_dist_on_dist_global_in: [ OK ] 0.61 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8183 / 12246] 04201_iceberg_manifest_per_file_stats: [ OK ] 2.00 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8184 / 12246] 03640_variant_array_null_map_subcolumn: [ OK ] 0.44 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8185 / 12246] 02313_displayname: [ OK ] 0.34 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8186 / 12246] 02833_tuple_concat: [ OK ] 0.51 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8187 / 12246] 04266_snappy_empty_chunks: [ OK ] 0.83 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8188 / 12246] 00800_low_cardinality_distributed_insert: [ OK ] 0.49 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8189 / 12246] 04538_iceberg_multi_command_alter_mutation: [ OK ] 2.67 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8190 / 12246] 00700_decimal_complex_types: [ OK ] 2.38 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8191 / 12246] 02841_local_assert: [ OK ] 1.11 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8192 / 12246] 04224_special_columns_prewhere_final_91849: [ OK ] 0.89 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8193 / 12246] 02564_analyzer_cross_to_inner: [ OK ] 1.02 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8194 / 12246] 02811_csv_input_field_type_mismatch: [ OK ] 1.93 sec. [2026-08-01 14:04:19] 2026-08-02 04:04:19 [ 8195 / 12246] 02366_window_function_order_by: [ OK ] 0.35 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8196 / 12246] 03595_set_query_no_eq_set_to_one: [ OK ] 8.54 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8197 / 12246] 04411_docs_web_ui_source_link_and_categories: [ OK ] 0.83 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8198 / 12246] 04492_max_insert_threads_auto_default: [ OK ] 0.27 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8199 / 12246] 02155_dictionary_comment: [ OK ] 0.71 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8200 / 12246] 03231_alter_no_properties_before_remove_modify_reset: [ OK ] 1.27 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8201 / 12246] 02353_simdjson_buffer_overflow: [ OK ] 3.27 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8202 / 12246] 03839_negative_limit_by_distributed_large: [ OK ] 0.48 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8203 / 12246] 03234_check_grant: [ OK ] 2.71 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8204 / 12246] 01635_sum_map_fuzz: [ OK ] 0.42 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8205 / 12246] 04648_count_substrings_utf8_complexity: [ OK ] 0.55 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8206 / 12246] 00614_array_nullable: [ OK ] 0.47 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8207 / 12246] 04210_alter_clear_column_nested_tuple_89537: [ OK ] 0.77 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8208 / 12246] 02593_bson_more_types: [ OK ] 1.23 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8209 / 12246] 03013_parser_regexp_recompilation: [ OK ] 0.97 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8210 / 12246] 02900_add_subtract_interval_with_string_date: [ OK ] 1.97 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8211 / 12246] 00557_alter_null_storage_tables: [ OK ] 0.32 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8212 / 12246] 01046_trivial_count_query_distributed: [ OK ] 0.48 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8213 / 12246] 03311_min_max_count_projection_with_constant_partition_expr: [ OK ] 0.38 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8214 / 12246] 02409_url_format_detection: [ OK ] 0.36 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8215 / 12246] 02295_GROUP_BY_AggregateFunction: [ OK ] 0.65 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8216 / 12246] 02459_group_by_all: [ OK ] 0.75 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8217 / 12246] 02122_parallel_formatting_CSV: [ OK ] 1.94 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8218 / 12246] 00764_max_query_size_allocation: [ OK ] 0.82 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8219 / 12246] 03299_deep_nested_map_creation: [ OK ] 0.46 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8220 / 12246] 01060_avro: [ OK ] 6.71 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8221 / 12246] 02504_sparse_nullable_columns: [ OK ] 2.08 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8222 / 12246] 02482_if_with_nothing_argument: [ OK ] 0.30 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8223 / 12246] 03358_lambda_resolution_segfault_analyzer: [ OK ] 0.34 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8224 / 12246] 03745_system_background_schedule_pool: [ OK ] 0.45 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8225 / 12246] 04356_arrow_empty_string_offsets: [ OK ] 1.63 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8226 / 12246] 02346_text_index_bug110350: [ OK ] 0.57 sec. [2026-08-01 14:04:20] 2026-08-02 04:04:20 [ 8227 / 12246] 02458_default_setting: [ OK ] 0.32 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8228 / 12246] 00975_sample_prewhere_distributed: [ OK ] 0.36 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8229 / 12246] 04492_json_datetime64_number_input: [ OK ] 0.84 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8230 / 12246] 02516_projections_and_context: [ OK ] 0.41 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8231 / 12246] 04257_packed_skip_indices_text_excluded: [ OK ] 0.52 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8232 / 12246] 03365_time_time64_insertion_bug: [ OK ] 0.36 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8233 / 12246] 01903_csvwithnames_subset_of_columns: [ OK ] 2.88 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8234 / 12246] 03035_morton_encode_no_rows: [ OK ] 0.33 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8235 / 12246] 04027_base58_optimized: [ OK ] 0.81 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8236 / 12246] 01019_parallel_parsing_cancel: [ OK ] 7.62 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8237 / 12246] 04203_jemalloc_mergetree_arena_metrics: [ OK ] 0.64 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8238 / 12246] 02495_sum_if_to_count_if_bug: [ OK ] 0.58 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8239 / 12246] 02475_or_function_alias_and_const_where: [ OK ] 0.50 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8240 / 12246] 04411_naive_bayes_wrong_dictionary_type: [ OK ] 0.70 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8241 / 12246] 04076_intExp10_nan_error_message: [ OK ] 1.33 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8242 / 12246] 02027_ngrams: [ OK ] 0.90 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8243 / 12246] 04006_cancel_write_buffer_decorator_with_compressed_error: [ OK ] 1.17 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8244 / 12246] 00534_functions_bad_arguments9: [ OK ] 11.70 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8245 / 12246] 03628_parse_date_time_short_circuit: [ OK ] 0.31 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8246 / 12246] 04064_describe_show_create_temporary_table: [ OK ] 0.64 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8247 / 12246] 04053_alter_add_rename_column_in_single_query: [ OK ] 0.69 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8248 / 12246] 03721_statistics_alter_type_bug: [ OK ] 0.88 sec. [2026-08-01 14:04:21] 2026-08-02 04:04:21 [ 8249 / 12246] 02243_make_date32_mysql: [ OK ] 0.50 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8250 / 12246] 03155_explain_current_transaction: [ OK ] 0.27 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8251 / 12246] 04010_column_replicated_handling_in_partial_sorting_transform: [ OK ] 0.32 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8252 / 12246] 03151_analyzer_view_read_only_necessary_columns: [ OK ] 0.35 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8253 / 12246] 04416_storage_alias_insert_cancel_no_crash: [ OK ] 1.94 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8254 / 12246] 01938_joins_identifiers: [ OK ] 0.42 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8255 / 12246] 00625_arrays_in_nested: [ OK ] 0.76 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8256 / 12246] 04328_low_cardinality_single_key_join: [ OK ] 1.53 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8257 / 12246] 02804_clusterAllReplicas_insert: [ OK ] 0.40 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8258 / 12246] 03124_analyzer_nested_CTE_dist_in: [ OK ] 0.44 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8259 / 12246] 02325_compatibility_setting_2: [ OK ] 0.62 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8260 / 12246] 02983_empty_map_hasToken: [ OK ] 0.72 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8261 / 12246] 04613_arrow_empty_nested_offsets: [ OK ] 5.95 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8262 / 12246] 01278_variance_nonnegative: [ OK ] 0.46 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8263 / 12246] 01443_merge_truncate_long: [ OK ] 18.15 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8264 / 12246] 04511_pr_view_union_all: [ OK ] 0.83 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8265 / 12246] 01554_interpreter_integer_float: [ OK ] 0.41 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8266 / 12246] 03777_join_precalculate_keys: [ OK ] 0.49 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8267 / 12246] 04316_limit_by_in_order_reverse_key: [ OK ] 1.44 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8268 / 12246] 00143_transform_non_const_default: [ OK ] 0.50 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8269 / 12246] 00395_nullable: [ OK ] 3.76 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8270 / 12246] 03458_numeric_indexed_vector_operations_bit_promote: [ OK ] 1.08 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8271 / 12246] 04063_ttl_sparse_column: [ OK ] 0.78 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8272 / 12246] 00612_union_query_with_subquery: [ OK ] 0.43 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8273 / 12246] 03279_array_normalized_gini: [ OK ] 0.59 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8274 / 12246] 04024_json_skip_index_text: [ OK ] 1.79 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8275 / 12246] 03460_arrow_lc_fixed_string: [ OK ] 0.84 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8276 / 12246] 02001_hostname_test: [ OK ] 0.34 sec. [2026-08-01 14:04:22] 2026-08-02 04:04:22 [ 8277 / 12246] 03756_mongodb_secret_arguments: [ OK ] 0.34 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8278 / 12246] 03038_ambiguous_column: [ OK ] 0.52 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8279 / 12246] 02864_replace_partition_with_duplicated_parts_zookeeper: [ OK ] 5.26 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8280 / 12246] 03599_lightweight_delete_vertical_merge: [ OK ] 0.73 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8281 / 12246] 00931_low_cardinality_read_with_empty_array: [ OK ] 0.46 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8282 / 12246] 02426_pod_array_overflow_2: [ OK ] 0.28 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8283 / 12246] 00732_base64_functions: [ OK ] 0.59 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8284 / 12246] 00357_to_string_complex_types: [ OK ] 0.38 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8285 / 12246] 01698_fix_toMinute: [ OK ] 0.50 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8286 / 12246] 02943_create_query_interpreter_sample_block_fix: [ OK ] 1.22 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8287 / 12246] 01533_optimize_skip_merged_partitions: [ OK ] 0.56 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8288 / 12246] 03710_pr_insert_into_mv_with_join: [ OK ] 0.80 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8289 / 12246] 01780_column_sparse_materialize: [ OK ] 0.59 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8290 / 12246] 00276_sample: [ OK ] 2.52 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8291 / 12246] 04056_ast_json_limits: [ OK ] 1.35 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8292 / 12246] 03647_morton_encode_empty_tuple: [ OK ] 0.37 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8293 / 12246] 01753_mutate_table_predicated_with_table: [ OK ] 0.42 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8294 / 12246] 04053_estimate_compression_ratio_huge_block_size: [ OK ] 0.41 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8295 / 12246] 02483_add_engine_full_column_to_system_databases: [ OK ] 0.42 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8296 / 12246] 03578_kv_in_type_casts: [ OK ] 3.08 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8297 / 12246] 02497_packed_storage_put_requests: [ OK ] 0.94 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8298 / 12246] 03364_s3_globbed_path_in_bucket_portion: [ OK ] 0.53 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8299 / 12246] 04337_low_cardinality_nested_function_fast_paths: [ OK ] 0.94 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8300 / 12246] 04626_mutation_in_partition_query_parameter: [ OK ] 1.36 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8301 / 12246] 03603_getSubcolumnType_msan: [ OK ] 0.31 sec. [2026-08-01 14:04:23] 2026-08-02 04:04:23 [ 8302 / 12246] 04014_json_compact_each_row_null_string: [ OK ] 0.32 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8303 / 12246] 02841_remote_parameter_parsing_error: [ OK ] 0.48 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8304 / 12246] 00451_left_array_join_and_constants: [ OK ] 0.38 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8305 / 12246] 01323_add_scalars_in_time: [ OK ] 0.68 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8306 / 12246] 03266_with_fill_staleness_errors: [ OK ] 0.37 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8307 / 12246] 00046_uniq_upto_distributed: [ OK ] 0.67 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8308 / 12246] 02346_text_index_direct_read_crash: [ OK ] 0.59 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8309 / 12246] 01848_http_insert_segfault: [ OK ] 1.38 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8310 / 12246] 04039_jemalloc_fragmentation_validation: [ OK ] 0.34 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8311 / 12246] 00013_create_table_with_arrays: [ OK ] 0.61 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8312 / 12246] 03601_histogram_quantile: [ OK ] 0.55 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8313 / 12246] 04033_tpc_ds_q72: [ OK ] 2.40 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8314 / 12246] 03170_ecs_crash: [ OK ] 0.98 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8315 / 12246] 02004_intersect_except_const_column: [ OK ] 0.75 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8316 / 12246] 04029_window_parallel_arrow_memory_guard: [ OK ] 0.87 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8317 / 12246] 04105_negative_limit_by_serialize_query_plan: [ OK ] 1.13 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8318 / 12246] 03362_iceberg_table_with_confusing_name: [ OK ] 0.45 sec. [2026-08-01 14:04:24] 2026-08-02 04:04:24 [ 8319 / 12246] 01585_use_index_for_global_in_with_null: [ OK ] 0.98 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8320 / 12246] 04056_mutation_session_timezone_datetime_literals: [ OK ] 1.71 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8321 / 12246] 04207_cld2_msan_oob_read: [ OK ] 0.44 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8322 / 12246] 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.32 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8323 / 12246] 02985_if_over_big_int_decimal: [ OK ] 0.58 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8324 / 12246] 04105_array_top_k_bottom_k: [ OK ] 0.80 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8325 / 12246] 04050_explain_ast_insert_with_output_options: [ OK ] 0.31 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8326 / 12246] 03271_clickhouse_local_persistency: [ OK ] 2.50 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8327 / 12246] 03631_buffer_access_check: [ OK ] 2.68 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8328 / 12246] 03215_key_condition_bug: [ OK ] 0.36 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8329 / 12246] 03357_replacing_min_age_cleanup: [ OK ] 11.91 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8330 / 12246] 00650_array_enumerate_uniq_with_tuples: [ OK ] 0.71 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8331 / 12246] 00680_duplicate_columns_inside_union_all: [ OK ] 0.39 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8332 / 12246] 01720_union_distinct_with_limit: [ OK ] 0.28 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8333 / 12246] 03904_hardlink_cycle: [ OK ] 10.87 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8334 / 12246] 01064_pm_all_join_const_and_nullable: [ OK ] 0.85 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8335 / 12246] 04330_join_global_left_semi_chunk_consistency: [ OK ] 0.35 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8336 / 12246] 03262_udf_in_constraint: [ OK ] 1.28 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8337 / 12246] 01010_partial_merge_join: [ OK ] 2.54 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8338 / 12246] 02867_null_lc_in_bug: [ OK ] 0.64 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8339 / 12246] 03039_dynamic_summing_merge_tree: [ OK ] 13.10 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8340 / 12246] 01538_fuzz_aggregate: [ OK ] 0.28 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8341 / 12246] 03913_partially_materialized_statistics: [ OK ] 0.92 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8342 / 12246] 04046_filling_step_overflow: [ OK ] 0.32 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8343 / 12246] 04033_tpc_ds_q52: [ OK ] 1.69 sec. [2026-08-01 14:04:25] 2026-08-02 04:04:25 [ 8344 / 12246] 04648_library_dictionary_source_removed: [ OK ] 0.38 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8345 / 12246] 04660_keeper_map_delete_multiple_blocks: [ OK ] 0.94 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8346 / 12246] 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 0.48 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8347 / 12246] 03600_replace_fixed_string_bug: [ OK ] 0.40 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8348 / 12246] 00874_issue_3495: [ OK ] 0.39 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8349 / 12246] 04411_deep_nested_field_to_type: [ OK ] 3.42 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8350 / 12246] 03100_lwu_10_apply_on_merges: [ OK ] 1.87 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8351 / 12246] 03595_pread_threadpool_direct_io: [ OK ] 0.72 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8352 / 12246] 03532_json_dynamic_updates: [ OK ] 2.21 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8353 / 12246] 03789_to_year_week_monotonicity_key_condition: [ OK ] 0.93 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8354 / 12246] 01273_arrow_arrays_load: [ OK ] 2.49 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8355 / 12246] 03595_convert_any_join_to_semi_or_anti: [ OK ] 0.61 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8356 / 12246] 02661_read_from_archive_7z: [ OK ] 9.79 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8357 / 12246] 04141_divide_by_zero_constant_monotonicity: [ OK ] 0.75 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8358 / 12246] 03749_materialized_view_not_supports_parallel_write: [ OK ] 0.64 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8359 / 12246] 01911_logical_error_minus: [ OK ] 0.95 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8360 / 12246] 04401_datalake_catalog_hide_storage_credentials: [ OK ] 0.76 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8361 / 12246] 03032_numbers_zeros: [ OK ] 0.78 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8362 / 12246] 02524_fuzz_and_fuss_2: [ OK ] 0.32 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8363 / 12246] 04545_correlated_exists_right_join_tlp: [ OK ] 1.01 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8364 / 12246] 04204_rocksdb_optimize_unsupported_modifiers: [ OK ] 0.59 sec. [2026-08-01 14:04:26] 2026-08-02 04:04:26 [ 8365 / 12246] 02346_text_index_partially_materialized: [ OK ] 3.79 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8366 / 12246] 00688_low_cardinality_defaults: [ OK ] 0.36 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8367 / 12246] 00321_pk_set: [ OK ] 0.54 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8368 / 12246] 03252_check_number_of_arguments_for_dynamic: [ OK ] 0.42 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8369 / 12246] 00747_contributors: [ OK ] 0.41 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8370 / 12246] 04010_text_index_incompelete_granules: [ OK ] 0.98 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8371 / 12246] 04283_sparsity_trivial_count_seq_consistency: [ OK ] 1.14 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8372 / 12246] 02884_parquet_new_encodings: [ OK ] 0.87 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8373 / 12246] 00732_quorum_insert_simple_test_2_parts_zookeeper_long: [ OK ] 1.16 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8374 / 12246] 04202_format_row_xml_http_exception: [ OK ] 0.79 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8375 / 12246] 01460_line_as_string_format: [ OK ] 5.79 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8376 / 12246] 04010_empty_database_name_parameter: [ OK ] 0.45 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8377 / 12246] 04027_system_start_replicated_view: [ OK ] 4.69 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8378 / 12246] 00422_hash_function_constexpr: [ OK ] 0.35 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8379 / 12246] 00482_subqueries_and_aliases: [ OK ] 0.31 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8380 / 12246] 01290_empty_array_index_analysis: [ OK ] 0.99 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8381 / 12246] 00515_gcd_lcm: [ OK ] 0.69 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8382 / 12246] 01611_constant_folding_subqueries: [ OK ] 0.35 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8383 / 12246] 04412_geojson_output_parallel_formatting: [ OK ] 1.58 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8384 / 12246] 03376_json_comparison: [ OK ] 1.42 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8385 / 12246] 04511_remote_named_collection_complex_overrides: [ OK ] 1.12 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8386 / 12246] 03783_contingency_window_functions_distributed: [ OK ] 2.49 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8387 / 12246] 03902_format_datetime_fractional_msan: [ OK ] 0.40 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8388 / 12246] 03680_loop_table_function_access_check: [ OK ] 1.93 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8389 / 12246] 03033_from_unixtimestamp_joda_by_int64: [ OK ] 0.33 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8390 / 12246] 02164_materialized_view_support_virtual_column: [ OK ] 0.43 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8391 / 12246] 04145_consistent_lambda_alias_paren_round_trip: [ OK ] 0.38 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8392 / 12246] 03625_prewhere-and-default-bug: [ OK ] 0.42 sec. [2026-08-01 14:04:27] 2026-08-02 04:04:27 [ 8393 / 12246] 02875_parallel_replicas_cluster_all_replicas: [ OK ] 0.69 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8394 / 12246] 04202_offset_with_scalar_subquery: [ OK ] 0.52 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8395 / 12246] 02354_vector_search_part_format: [ OK ] 0.63 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8396 / 12246] 03793_alter_with_dependencies_scalar_subquery: [ OK ] 0.73 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8397 / 12246] 02943_positional_arguments_bugs: [ OK ] 0.55 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8398 / 12246] 03275_basic_auth_interactive: [ OK ] 0.79 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8399 / 12246] 03724_filter_assume_not_null_materialize: [ OK ] 0.65 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8400 / 12246] 01600_encode_XML: [ OK ] 0.38 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8401 / 12246] 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 0.54 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8402 / 12246] 02921_database_filesystem_path_check: [ OK ] 0.36 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8403 / 12246] 02122_parallel_formatting_JSONCompact: [ OK ] 2.25 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8404 / 12246] 03960_join_order_dphyp_multi_predicate: [ OK ] 0.66 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8405 / 12246] 00935_to_iso_week_first_year: [ OK ] 0.34 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8406 / 12246] 01787_map_remote: [ OK ] 0.58 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8407 / 12246] 03262_column_sizes_with_dynamic_structure: [ OK ] 0.84 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8408 / 12246] 03792_profile_events_null_queue: [ OK ] 1.27 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8409 / 12246] 00997_extract_all_crash_6627: [ OK ] 0.30 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8410 / 12246] 00709_virtual_column_partition_id: [ OK ] 0.42 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8411 / 12246] 01350_intdiv_nontrivial_fpe: [ OK ] 0.48 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8412 / 12246] 04413_set_param_deep_collection: [ OK ] 1.01 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8413 / 12246] 01169_old_alter_partition_isolation_stress: [ OK ] 12.25 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8414 / 12246] 00536_int_exp: [ OK ] 0.33 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8415 / 12246] 4061_truncate_many_dedup_blocks: [ OK ] 6.22 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8416 / 12246] 01825_json_type_10: [ OK ] 0.47 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8417 / 12246] 03278_enum_string_functions: [ OK ] 0.74 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8418 / 12246] 01533_distinct_depends_on_max_threads: [ OK ] 1.04 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8419 / 12246] 03381_file_log_merge_empty: [ OK ] 1.45 sec. [2026-08-01 14:04:28] 2026-08-02 04:04:28 [ 8420 / 12246] 04661_vector_search_quantize_pq_codebook_mark_range: [ OK ] 1.52 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8421 / 12246] 04059_explain_pretty_filters: [ OK ] 0.53 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8422 / 12246] 01104_fixed_string_like: [ OK ] 0.58 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8423 / 12246] 04049_clear_column_projection_compact_merge: [ OK ] 0.48 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8424 / 12246] 01504_rocksdb: [ OK ] 2.00 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8425 / 12246] 01440_big_int_least_greatest: [ OK ] 0.44 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8426 / 12246] 03435_json_has: [ OK ] 1.71 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8427 / 12246] 00543_null_and_prewhere: [ OK ] 0.40 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8428 / 12246] 00407_parsing_nulls: [ OK ] 3.39 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8429 / 12246] 01711_decimal_multiplication: [ OK ] 0.33 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8430 / 12246] 04516_every_compression_codec_must_have_documentation: [ OK ] 0.36 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8431 / 12246] 03095_group_by_server_constants_bug: [ OK ] 0.38 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8432 / 12246] 02705_protobuf_debug_abort: [ OK ] 0.92 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8433 / 12246] 04507_parallel_single_level_merge_group_by_limit: [ OK ] 0.44 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8434 / 12246] 00005_filtering: [ OK ] 0.34 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8435 / 12246] 02467_set_with_lowcardinality_type: [ OK ] 0.54 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8436 / 12246] 03402_materialized_tuple_element: [ OK ] 0.45 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8437 / 12246] 04242_enum_contains_numeric_name: [ OK ] 0.43 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8438 / 12246] 02662_sparse_columns_mutations_3: [ OK ] 0.74 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8439 / 12246] 03408_clickhouse_local_subquery_file: [ OK ] 0.89 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8440 / 12246] 03711_read_in_order_through_join: [ OK ] 2.68 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8441 / 12246] 02453_check_path_in_errors_logger: [ OK ] 0.38 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8442 / 12246] 04411_window_function_self_copy_nested_types: [ OK ] 0.43 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8443 / 12246] 01721_join_implicit_cast_long: [ OK ] 8.82 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8444 / 12246] 03624_parquet_row_number: [ OK ] 0.32 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8445 / 12246] 02764_parallel_replicas_plain_merge_tree: [ OK ] 0.48 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8446 / 12246] 04070_no_crash_extreme_compress_block_size: [ OK ] 0.84 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8447 / 12246] 04001_inconsistent_ast_formatting_confusing_array_with_subquery: [ OK ] 0.36 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8448 / 12246] 03725_variant_element_null_map_subcolumn_prewhere_zero_index_granularity_bytes: [ OK ] 0.36 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8449 / 12246] 00834_dont_allow_to_set_two_configuration_files_in_client: [ OK ] 0.71 sec. [2026-08-01 14:04:29] 2026-08-02 04:04:29 [ 8450 / 12246] 03611_format_hints: [ OK ] 0.99 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8451 / 12246] 00619_extract: [ OK ] 0.42 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8452 / 12246] 04496_qbit_stride_binary_decode_complexity: [ OK ] 1.35 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8453 / 12246] 02354_array_lowcardinality: [ OK ] 0.41 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8454 / 12246] 04050_with_fill_step_abs_int64_min: [ OK ] 0.33 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8455 / 12246] 00562_rewrite_select_expression_with_union: [ OK ] 0.41 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8456 / 12246] 02884_interval_operator_support_plural_literal: [ OK ] 0.49 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8457 / 12246] 02345_create_table_allow_trailing_comma: [ OK ] 0.48 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8458 / 12246] 03611_table_function_file_like_permissions: [ OK ] 3.95 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8459 / 12246] 00183_skip_unavailable_shards: [ OK ] 24.88 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8460 / 12246] 02999_ulid_short_circuit: [ OK ] 0.36 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8461 / 12246] 03458_numeric_indexed_vector_operations_u32i16: [ OK ] 0.47 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8462 / 12246] 03303_pretty_multiline: [ OK ] 0.31 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8463 / 12246] 02998_projection_after_attach_partition: [ OK ] 0.64 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8464 / 12246] 04659_empty_array_join_ast_roundtrip: [ OK ] 2.74 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8465 / 12246] 01552_alter_name_collision: [ OK ] 0.29 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8466 / 12246] 00843_optimize_predicate_and_rename_table: [ OK ] 0.42 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8467 / 12246] 00948_format_in_with_single_element: [ OK ] 1.17 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8468 / 12246] 02515_tuple_lambda_parsing: [ OK ] 0.27 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8469 / 12246] 02797_join_nested_lowcardinality_convert: [ OK ] 0.53 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8470 / 12246] 04655_ast_json_dictionary_and_time_interval_required_fields: [ OK ] 0.77 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8471 / 12246] 02560_with_fill_int256_int: [ OK ] 0.36 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8472 / 12246] 04338_accurate_cast_or_null_dynamic_tuple: [ OK ] 0.45 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8473 / 12246] 03165_order_by_duplicate: [ OK ] 0.33 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8474 / 12246] 04033_tpc_ds_q92: [ OK ] 1.38 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8475 / 12246] 01783_http_chunk_size: [ OK ] 0.98 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8476 / 12246] 04223_hypothetical_index_lifecycle: [ OK ] 12.21 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8477 / 12246] 04143_if_decimal_int_literal_jit: [ OK ] 0.92 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8478 / 12246] 01570_aggregator_combinator_simple_state: [ OK ] 0.50 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8479 / 12246] 03905_chained_rename_column_mutation: [ OK ] 2.02 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8480 / 12246] 04401_format_single_cte_consistent_indent: [ OK ] 0.34 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8481 / 12246] 03929_index_hint_final_remove_unused_columns: [ OK ] 0.44 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8482 / 12246] 01640_distributed_async_insert_compression: [ OK ] 0.45 sec. [2026-08-01 14:04:30] 2026-08-02 04:04:30 [ 8483 / 12246] 02152_csv_tuple: [ OK ] 0.40 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8484 / 12246] 03003_analyzer_setting: [ OK ] 0.37 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8485 / 12246] 00141_transform: [ OK ] 0.43 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8486 / 12246] 02429_groupBitmap_chain_state: [ OK ] 0.42 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8487 / 12246] 03231_bson_tuple_array_map: [ OK ] 1.42 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8488 / 12246] 04092_tcp_settings_parse_error_closes_connection: [ OK ] 1.17 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8489 / 12246] 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 0.48 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8490 / 12246] 04202_s3_write_to_globbed_path_non_partitioned: [ OK ] 0.32 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8491 / 12246] 04040_window_funnel_strict_deduplication: [ OK ] 0.37 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8492 / 12246] 03034_recursive_cte_tree_fuzz_crash_fix: [ OK ] 0.73 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8493 / 12246] 00726_length_aliases: [ OK ] 0.37 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8494 / 12246] 03780_colorOKLABToSRGB: [ OK ] 0.77 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8495 / 12246] 01330_array_join_in_higher_order_function: [ OK ] 0.36 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8496 / 12246] 00516_modulo: [ OK ] 0.38 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8497 / 12246] 03960_join_order_dphyp_hyperedge: [ OK ] 0.67 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8498 / 12246] 03014_async_with_dedup_part_log_rmt: [ OK ] 1.43 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8499 / 12246] 00800_function_java_hash: [ OK ] 0.47 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8500 / 12246] 02972_parallel_replicas_cte: [ OK ] 0.83 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8501 / 12246] 00854_multiple_join_asterisks: [ OK ] 0.38 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8502 / 12246] 01064_arrayROCAUC: [ OK ] 1.03 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8503 / 12246] 04305_rfmt_remove_unused_columns_duplicated_filter_outputs_2: [ OK ] 0.87 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8504 / 12246] 03712_tuple_inside_nullable_implicit_cast_for_in_function_1_1: [ OK ] 3.46 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8505 / 12246] 00948_values_interpreter_template: [ OK ] 0.53 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8506 / 12246] 03201_analyzer_resolve_in_parent_scope: [ OK ] 0.42 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8507 / 12246] 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 4.15 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8508 / 12246] 00856_no_column_issue_4242: [ OK ] 0.43 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8509 / 12246] 04201_refreshable_mv_to_inner_uuid_rejected: [ OK ] 0.33 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8510 / 12246] 04244_loop_remote_group_by_chunk_info_104863: [ OK ] 0.36 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8511 / 12246] 03549_system_dimensional_metrics: [ OK ] 0.50 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8512 / 12246] 02346_text_index_postprocessor_materialization: [ OK ] 1.69 sec. [2026-08-01 14:04:31] 2026-08-02 04:04:31 [ 8513 / 12246] 00571_alter_nullable: [ OK ] 0.39 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8514 / 12246] 04065_negative_limit_fractional_limit_explain_pipeline: [ OK ] 0.47 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8515 / 12246] 04335_analyzer_identifier_cache_clone_on_retrieval: [ OK ] 0.55 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8516 / 12246] 04066_distributed_offset: [ OK ] 5.29 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8517 / 12246] 02015_division_by_nullable: [ OK ] 0.55 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8518 / 12246] 03644_object_storage_correlated_subqueries: [ OK ] 0.48 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8519 / 12246] 04338_if_transform_strings_to_enum_distributed_key: [ OK ] 0.60 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8520 / 12246] 00159_whitespace_in_columns_list: [ OK ] 0.37 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8521 / 12246] 04018_insert_with_scopes_disabled: [ OK ] 0.49 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8522 / 12246] 04417_partition_minmax_pk_pruning_oracle: [ OK ] 2.33 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8523 / 12246] 03673_columns_description_cache: [ OK ] 0.41 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8524 / 12246] 03290_final_sample: [ OK ] 0.42 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8525 / 12246] 02032_short_circuit_least_greatest_bug: [ OK ] 0.31 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8526 / 12246] 04001_attach_clone_part_level_reset: [ OK ] 0.90 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8527 / 12246] 02947_merge_tree_index_table_4: [ OK ] 0.30 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8528 / 12246] 02496_from_unixtime_in_joda_syntax: [ OK ] 0.56 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8529 / 12246] 02015_executable_user_defined_functions: [ OK ] 0.32 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8530 / 12246] 04515_every_server_setting_must_have_documentation: [ OK ] 0.32 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8531 / 12246] 04366_filter_push_down_limit_by: [ OK ] 0.72 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8532 / 12246] 03458_numeric_indexed_vector_operations_u32i32: [ OK ] 0.41 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8533 / 12246] 01054_cache_dictionary_bunch_update: [ OK ] 12.47 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8534 / 12246] 04037_time_datetime64_comparison: [ OK ] 0.61 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8535 / 12246] 02388_analyzer_recursive_lambda: [ OK ] 0.31 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8536 / 12246] 03918_replace_table_clone_as_verbose_result: [ OK ] 0.46 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8537 / 12246] 04049_dictionary_local_create_with_bogus_function: [ OK ] 1.01 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8538 / 12246] 02473_map_element_nullable: [ OK ] 0.43 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8539 / 12246] 02319_dict_get_check_arguments_size: [ OK ] 0.57 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8540 / 12246] 04337_query_runner: [ OK ] 0.76 sec. [2026-08-01 14:04:32] 2026-08-02 04:04:32 [ 8541 / 12246] 03161_cnf_reduction: [ OK ] 0.47 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8542 / 12246] 00982_array_enumerate_uniq_ranked: [ OK ] 0.41 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8543 / 12246] 01010_low_cardinality_and_native_http: [ OK ] 3.00 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8544 / 12246] 02406_try_read_datetime64_bug: [ OK ] 0.47 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8545 / 12246] 04061_system_parts_access: [ OK ] 5.93 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8546 / 12246] 02891_alter_update_adaptive_granularity: [ OK ] 0.71 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8547 / 12246] 01480_binary_operator_monotonicity: [ OK ] 1.28 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8548 / 12246] 03733_join_order_dp: [ OK ] 0.82 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8549 / 12246] 04355_text_index_table_settings: [ OK ] 1.28 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8550 / 12246] 02998_operator_respect_nulls: [ OK ] 0.34 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8551 / 12246] 03394_filesystem_prefetches_limit: [ OK ] 1.24 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8552 / 12246] 04401_low_cardinality_fixed_string_partition_pruning: [ OK ] 0.98 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8553 / 12246] 04507_intersect_except_all_packed_composite_key: [ OK ] 0.57 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8554 / 12246] 03822_numbers_table_function_edge_cases: [ OK ] 0.43 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8555 / 12246] 04146_iceberg_orc_row_policy_prewhere: [ OK ] 3.58 sec. [2026-08-01 14:04:33] 2026-08-02 04:04:33 [ 8556 / 12246] 00600_replace_running_query: [ OK ] 3.31 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8557 / 12246] 04007_truncate_empty_parts_detach_attach: [ OK ] 5.87 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8558 / 12246] 03408_parquet_checksums: [ OK ] 1.87 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8559 / 12246] 04628_join_runtime_filter_reverse_key: [ OK ] 1.17 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8560 / 12246] 03146_tpc_ds_grouping: [ OK ] 0.46 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8561 / 12246] 01760_ddl_dictionary_use_current_database_name: [ OK ] 0.54 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8562 / 12246] 04004_geojson_countries: [ OK ] 3.21 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8563 / 12246] 00021_3_select_with_in: [ OK ] 0.31 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8564 / 12246] 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 0.89 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8565 / 12246] 04661_grant_source_filter_pattern_validation: [ OK ] 2.18 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8566 / 12246] 01312_case_insensitive_regexp: [ OK ] 0.38 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8567 / 12246] 04071_iceberg_orc_prewhere_crash: [ OK ] 1.87 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8568 / 12246] 04075_right_any_join_incorrect: [ OK ] 0.82 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8569 / 12246] 04241_alias_array_to_string: [ OK ] 0.27 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8570 / 12246] 03210_lag_lead_inframe_types: [ OK ] 0.32 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8571 / 12246] 00604_shard_remote_and_columns_with_defaults: [ OK ] 0.99 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8572 / 12246] 01681_hyperscan_debug_assertion: [ OK ] 0.98 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8573 / 12246] 00167_settings_inside_query: [ OK ] 0.32 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8574 / 12246] 01632_select_all_syntax: [ OK ] 0.43 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8575 / 12246] 04227_materialized_cte_reused_with_in_subquery: [ OK ] 0.55 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8576 / 12246] 04256_system_tables_materialized_view_target: [ OK ] 0.66 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8577 / 12246] 04033_tpc_ds_q95: [ OK ] 2.61 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8578 / 12246] 03444_distributed_hedged_requests_async_socket: [ OK ] 2.88 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8579 / 12246] 03564_mv_definers_insert_permissions: [ OK ] 2.11 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8580 / 12246] 03143_ttl_in_system_parts_columns_table: [ OK ] 0.32 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8581 / 12246] 03521_long_partition_column_name: [ OK ] 0.32 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8582 / 12246] 04033_tpc_ds_q74: [ OK ] 3.39 sec. [2026-08-01 14:04:34] 2026-08-02 04:04:34 [ 8583 / 12246] 04318_sparse_pk_index_analysis_last_mark_null: [ OK ] 0.21 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8584 / 12246] 02681_group_array_too_large_size: [ OK ] 0.30 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8585 / 12246] 00907_set_index_max_rows: [ OK ] 2.03 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8586 / 12246] 04117_aggregate_state_multiply_self_merge_uaf: [ OK ] 0.39 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8587 / 12246] 03448_analyzer_skip_index_and_lambdas: [ OK ] 0.23 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8588 / 12246] 04628_delta_lake_partition_special_values: [ OK ] 3.54 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8589 / 12246] 04037_obfuscator_dictionary_definitions: [ OK ] 1.01 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8590 / 12246] 02583_map_literal_cast: [ OK ] 0.37 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8591 / 12246] 04627_text_index_flush_memory_tracking: [ OK ] 0.53 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8592 / 12246] 02705_projection_and_ast_optimizations_bug: [ OK ] 0.37 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8593 / 12246] 00258_materializing_tuples: [ OK ] 0.41 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8594 / 12246] 03599_bad_date_and_datetimes_inference: [ OK ] 0.68 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8595 / 12246] 02923_cte_equality_disjunction: [ OK ] 0.32 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8596 / 12246] 00066_group_by_in: [ OK ] 0.33 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8597 / 12246] 00933_ttl_simple: [ OK ] 3.66 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8598 / 12246] 04410_join_runtime_filter_mixed_predicates: [ OK ] 0.51 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8599 / 12246] 03221_mutate_profile_events: [ OK ] 1.29 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8600 / 12246] 02763_row_policy_storage_merge_alias: [ OK ] 0.69 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8601 / 12246] 04219_partition_minmax_skip_index_constants_folding: [ OK ] 0.43 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8602 / 12246] 01281_join_with_prewhere_fix: [ OK ] 0.49 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8603 / 12246] 04348_native_arrow_ipc_empty_string_buffer: [ OK ] 2.63 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8604 / 12246] 01852_jit_if: [ OK ] 0.46 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8605 / 12246] 04337_optimize_function_keys_shared_non_deterministic: [ OK ] 0.43 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8606 / 12246] 02245_format_string_stack_overflow: [ OK ] 0.27 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8607 / 12246] 03525_timezoneof_illegal_type: [ OK ] 0.25 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8608 / 12246] 01414_bloom_filter_index_with_const_column: [ OK ] 0.38 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8609 / 12246] 04209_values_keyword_column_subscript: [ OK ] 0.27 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8610 / 12246] 01736_null_as_default: [ OK ] 0.36 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8611 / 12246] 04001_parquet_prewhere_missing_column: [ OK ] 0.37 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8612 / 12246] 04522_json_extract_datetime64_fractional_precision: [ OK ] 0.56 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8613 / 12246] 04293_iceberg_mutate_non_parquet_reject: [ OK ] 4.17 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8614 / 12246] 01906_h3_to_geo: [ OK ] 0.50 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8615 / 12246] 02864_statistics_usage: [ OK ] 0.55 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8616 / 12246] 04033_tpc_ds_q65: [ OK ] 2.73 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8617 / 12246] 03207_composite_expressions_lambda_consistent_formatting: [ OK ] 0.30 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8618 / 12246] 04612_alp_codec_float32_decimal_ratio: [ OK ] 0.38 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8619 / 12246] 04268_json_not_detected_as_tskv: [ OK ] 0.78 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8620 / 12246] 02811_insert_schema_inference: [ OK ] 0.31 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8621 / 12246] 01665_running_difference_ubsan: [ OK ] 0.33 sec. [2026-08-01 14:04:35] 2026-08-02 04:04:35 [ 8622 / 12246] 02015_async_inserts_2: [ OK ] 1.06 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8623 / 12246] 03015_peder1001: [ OK ] 0.35 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8624 / 12246] 00483_cast_syntax: [ OK ] 0.36 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8625 / 12246] 03741_subcolumns_of_materialized_columns_in_mutation: [ OK ] 0.40 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8626 / 12246] 02668_column_block_number_vertical_merge: [ OK ] 0.57 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8627 / 12246] 03377_qbit_parameters: [ OK ] 0.51 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8628 / 12246] 02421_explain_subquery: [ OK ] 0.74 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8629 / 12246] 04498_prewarm_primary_index_cache_on_cluster_access: [ OK ] 3.09 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8630 / 12246] 04146_obfuscate_query_known_identifiers: [ OK ] 0.37 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8631 / 12246] 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 0.59 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8632 / 12246] 00746_hashing_tuples: [ OK ] 0.63 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8633 / 12246] 02813_array_concat_agg: [ OK ] 0.44 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8634 / 12246] 00004_top_counters: [ OK ] 0.47 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8635 / 12246] 01091_query_profiler_does_not_hang: [ OK ] 0.64 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8636 / 12246] 03303_dynamic_in_not_xor: [ OK ] 0.31 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8637 / 12246] 00957_format_with_clashed_aliases: [ OK ] 0.83 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8638 / 12246] 04428_naive_bayes_classifier_null_literal: [ OK ] 0.36 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8639 / 12246] 04212_snappy_url_compression: [ OK ] 1.71 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8640 / 12246] 00083_array_filter: [ OK ] 0.83 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8641 / 12246] 00961_checksums_in_system_parts_columns_table: [ OK ] 0.33 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8642 / 12246] 03409_show_cluster_with_macros: [ OK ] 1.25 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8643 / 12246] 04201_to_millisecond_negative_datetime64: [ OK ] 0.38 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8644 / 12246] 02374_combine_multi_if_and_count_if_opt: [ OK ] 0.32 sec. [2026-08-01 14:04:36] 2026-08-02 04:04:36 [ 8645 / 12246] 02165_h3_num_hexagons: [ OK ] 0.41 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8646 / 12246] 00319_index_for_like: [ OK ] 0.66 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8647 / 12246] 01547_query_log_current_database: [ OK ] 0.53 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8648 / 12246] 03070_analyzer_CTE_scalar_as_numbers: [ OK ] 0.32 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8649 / 12246] 03799_backup_restore_security: [ OK ] 3.38 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8650 / 12246] 00819_full_join_wrong_columns_in_block: [ OK ] 0.55 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8651 / 12246] 00218_like_regexp_newline: [ OK ] 0.38 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8652 / 12246] 02718_parquet_metadata_format: [ OK ] 1.62 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8653 / 12246] 03708_http_unauth_hide_version: [ OK ] 0.73 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8654 / 12246] 02371_select_projection_normal_agg: [ OK ] 4.70 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8655 / 12246] 01142_join_lc_and_nullable_in_key: [ OK ] 1.08 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8656 / 12246] 02783_date_predicate_optimizations: [ OK ] 2.04 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8657 / 12246] 01319_optimize_skip_unused_shards_nesting: [ OK ] 0.50 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8658 / 12246] 04323_virtual_row_two_shards_pk_alias: [ OK ] 0.48 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8659 / 12246] 04411_constant_join_combinations: [ OK ] 1.69 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8660 / 12246] 04202_variant_basic_mode_only_nulls: [ OK ] 0.49 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8661 / 12246] 04258_except_empty_left_input: [ OK ] 0.33 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8662 / 12246] 02985_dialects_with_distributed_tables: [ OK ] 0.47 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8663 / 12246] 03298_server_client_native_settings: [ OK ] 0.34 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8664 / 12246] 04043_text_index_in_with_preprocessor: [ OK ] 0.52 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8665 / 12246] 01922_array_join_with_index: [ OK ] 0.37 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8666 / 12246] 00361_shared_array_offsets_and_squash_blocks: [ OK ] 0.42 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8667 / 12246] 04407_quantize_bfloat16_int8: [ OK ] 0.42 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8668 / 12246] 01112_check_table_with_index: [ OK ] 0.48 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8669 / 12246] 00688_low_cardinality_nullable_cast: [ OK ] 0.58 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8670 / 12246] 01275_alter_rename_column_default_expr: [ OK ] 0.75 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8671 / 12246] 01272_suspicious_codecs: [ OK ] 1.11 sec. [2026-08-01 14:04:37] 2026-08-02 04:04:37 [ 8672 / 12246] 02678_explain_pipeline_graph_with_projection: [ OK ] 0.47 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8673 / 12246] 02346_text_index_posting_list_compression_data_size_validation: [ OK ] 0.99 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8674 / 12246] 04605_pr_plan_based_count_distinct_serialized: [ OK ] 0.52 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8675 / 12246] 01045_dictionaries_restrictions: [ OK ] 0.41 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8676 / 12246] 04092_format_unlock_snapshot: [ OK ] 0.41 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8677 / 12246] 03701_dictionary_logging_internal_queries: [ OK ] 17.31 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8678 / 12246] 04045_parquet_uuid_nested_v3: [ OK ] 1.03 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8679 / 12246] 04416_remove_deprecated_snowflake_conversion_functions: [ OK ] 0.36 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8680 / 12246] 02845_parquet_odd_decimals: [ OK ] 1.68 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8681 / 12246] 00566_enum_min_max: [ OK ] 0.27 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8682 / 12246] 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 2.99 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8683 / 12246] 04649_library_bridge_requires_catboost_lib_path: [ OK ] 9.86 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8684 / 12246] 03822_not_ready_set_explain_pipeline: [ OK ] 0.31 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8685 / 12246] 03720_rocksdb_multicolumn_primary_key: [ OK ] 5.30 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8686 / 12246] 03720_parquet_single_thread_native_writer_ordering: [ OK ] 1.12 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8687 / 12246] 00673_subquery_prepared_set_performance: [ OK ] 0.58 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8688 / 12246] 01666_gcd_ubsan: [ OK ] 0.41 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8689 / 12246] 01665_substring_ubsan: [ OK ] 0.33 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8690 / 12246] 02521_analyzer_aggregation_without_column: [ OK ] 0.39 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8691 / 12246] 04040_tpc_h_q04: [ OK ] 1.12 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8692 / 12246] 03171_direct_dict_short_circuit_bug: [ OK ] 0.52 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8693 / 12246] 01015_random_constant: [ OK ] 0.30 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8694 / 12246] 03001_data_version_column: [ OK ] 0.52 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8695 / 12246] 02337_join_analyze_stuck: [ OK ] 0.31 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8696 / 12246] 02865_array_join_with_max_block_size: [ OK ] 0.58 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8697 / 12246] 03174_multiple_authentication_methods: [ OK ] 7.48 sec. [2026-08-01 14:04:38] 2026-08-02 04:04:38 [ 8698 / 12246] 04040_tpc_h_q10: [ OK ] 1.53 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8699 / 12246] 03376_l2_distance_transposed_type_mismatch: [ OK ] 0.47 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8700 / 12246] 04027_remote_input_table_function: [ OK ] 0.31 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8701 / 12246] 04653_distributed_plan_auto_rewrite_in_to_join: [ OK ] 0.76 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8702 / 12246] 02670_constant_skip_index: [ OK ] 0.37 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8703 / 12246] 02412_nlp: [ OK ] 0.47 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8704 / 12246] 02346_text_index_on_lower_column: [ OK ] 0.65 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8705 / 12246] 02387_analyzer_cte: [ OK ] 0.46 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8706 / 12246] 04053_group_by_cube_with_rollup_ast_formatting: [ OK ] 0.32 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8707 / 12246] 04278_distributed_filter_pushdown_table_function: [ OK ] 0.39 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8708 / 12246] 03838_negative_limit_by_distributed: [ OK ] 1.06 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8709 / 12246] 00908_long_http_insert: [ OK ] 1.12 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8710 / 12246] 03927_avro_fixed_int_types: [ OK ] 0.89 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8711 / 12246] 04035_commit_order_projection_mutation: [ OK ] 0.74 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8712 / 12246] 03037_dynamic_merges_1_vertical_wide_merge_tree: [ OK ] 2.68 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8713 / 12246] 01596_null_as_default_nullable: [ OK ] 0.32 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8714 / 12246] 04069_index_type_with_settings: [ OK ] 0.36 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8715 / 12246] 01780_column_sparse_alter: [ OK ] 0.55 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8716 / 12246] 03533_clickhouse_local_database_argument: [ OK ] 3.07 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8717 / 12246] 00825_protobuf_format_skipped_column_in_nested: [ OK ] 2.34 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8718 / 12246] 04225_row_policy_groupby_final_91946: [ OK ] 0.50 sec. [2026-08-01 14:04:39] 2026-08-02 04:04:39 [ 8719 / 12246] 03669_min_max_projection_with_reverse_order_key: [ OK ] 0.36 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8720 / 12246] 04238_kill_mutation_subquery_multi_block: [ OK ] 0.86 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8721 / 12246] 03100_lwu_37_update_all_columns: [ OK ] 0.42 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8722 / 12246] 04492_optimize_and_compare_chain_work_budget: [ OK ] 0.40 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8723 / 12246] 03308_json_with_progress_frequency: [ OK ] 0.87 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8724 / 12246] 00341_squashing_insert_select2: [ OK ] 0.57 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8725 / 12246] 03760_refreshable_mv_local: [ OK ] 0.79 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8726 / 12246] 01591_window_functions: [ OK ] 2.06 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8727 / 12246] 01720_type_map_and_casts: [ OK ] 1.19 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8728 / 12246] 04329_key_condition_variant_low_cardinality: [ OK ] 0.53 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8729 / 12246] 02250_lots_of_columns_in_csv_with_names: [ OK ] 1.79 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8730 / 12246] 02293_http_header_full_summary_without_progress: [ OK ] 3.06 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8731 / 12246] 02098_with_types_use_header: [ OK ] 4.78 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8732 / 12246] 00702_where_with_quailified_names: [ OK ] 0.36 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8733 / 12246] 02869_insert_filenames_collisions: [ OK ] 0.57 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8734 / 12246] 03815_tuple_element_with_json: [ OK ] 0.41 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8735 / 12246] 00411_long_accurate_number_comparison_int2: [ OK ] 5.31 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8736 / 12246] 04326_sparsity_enum_defaultness: [ OK ] 0.48 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8737 / 12246] 04256_105207_detach_dictionary_permanently_dep_check: [ OK ] 0.42 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8738 / 12246] 02125_transform_decimal_bug: [ OK ] 0.37 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8739 / 12246] 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 0.35 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8740 / 12246] 04328_png_format_wrappers_and_overflow: [ OK ] 2.30 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8741 / 12246] 03745_buffers_input_output_format_roundtrip: [ OK ] 0.88 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8742 / 12246] 00700_decimal_bounds: [ OK ] 0.98 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8743 / 12246] 03404_dynamic_in_interval_bug: [ OK ] 0.26 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8744 / 12246] 01732_more_consistent_datetime64_parsing: [ OK ] 0.33 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8745 / 12246] 00472_create_view_if_not_exists: [ OK ] 0.34 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8746 / 12246] 03271_dynamic_variant_in_min_max: [ OK ] 0.34 sec. [2026-08-01 14:04:40] 2026-08-02 04:04:40 [ 8747 / 12246] 01322_cast_keep_nullable: [ OK ] 0.38 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8748 / 12246] 03095_merge_and_buffer_tables: [ OK ] 0.45 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8749 / 12246] 04509_partition_float32_no_lossy_drop: [ OK ] 0.48 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8750 / 12246] 04092_distributed_group_by_no_merge_merge_table: [ OK ] 0.46 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8751 / 12246] 00059_shard_global_in_mergetree: [ OK ] 0.53 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8752 / 12246] 04408_system_documentation_no_empty_code_blocks: [ OK ] 0.33 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8753 / 12246] 01659_array_aggregation_ubsan: [ OK ] 0.26 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8754 / 12246] 03326_parallel_replicas_out_of_range: [ OK ] 0.50 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8755 / 12246] 04064_duplicate_alias_error_message: [ OK ] 0.32 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8756 / 12246] 00069_duplicate_aggregation_keys: [ OK ] 0.89 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8757 / 12246] 02158_ztest_cmp: [ OK ] 3.57 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8758 / 12246] 02539_settings_alias: [ OK ] 2.77 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8759 / 12246] 04006_arrow_nested_type_mismatch: [ OK ] 2.11 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8760 / 12246] 04323_limit_by_collapsing_keys: [ OK ] 0.50 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8761 / 12246] 04652_valueless_setting_column_level: [ OK ] 0.37 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8762 / 12246] 03352_allow_suspicious_ttl: [ OK ] 1.75 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8763 / 12246] 03786_storage_join_type_conversion: [ OK ] 0.32 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8764 / 12246] 03720_ntile_double_order_by_check: [ OK ] 0.42 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8765 / 12246] 03595_alter_drop_column_comment_if_exists: [ OK ] 0.58 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8766 / 12246] 02169_fix_view_offset_limit_setting: [ OK ] 0.40 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8767 / 12246] 04617_pr_plan_based_materialized_view: [ OK ] 1.20 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8768 / 12246] 03762_analyzer_convert_any_outer_to_inner_with_injective_function: [ OK ] 0.37 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8769 / 12246] 01508_explain_header: [ OK ] 0.41 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8770 / 12246] 00460_vertical_and_totals_extremes: [ OK ] 0.47 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8771 / 12246] 01634_sum_map_nulls: [ OK ] 0.32 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8772 / 12246] 03277_analyzer_array_join_fix: [ OK ] 0.31 sec. [2026-08-01 14:04:41] 2026-08-02 04:04:41 [ 8773 / 12246] 00402_nan_and_extremes: [ OK ] 0.38 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:41 [ 8774 / 12246] 04340_set_index_row_policy_const_folded_function: [ OK ] 0.43 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8775 / 12246] 04501_dict_get_root: [ OK ] 1.13 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8776 / 12246] 02918_alter_temporary_table: [ OK ] 0.37 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8777 / 12246] 02316_values_table_func_bug: [ OK ] 0.37 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8778 / 12246] 00181_aggregate_functions_statistics: [ OK ] 0.79 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8779 / 12246] 01621_sort_after_join_pipeline_stuck: [ OK ] 0.37 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8780 / 12246] 00849_multiple_comma_join_2: [ OK ] 1.12 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8781 / 12246] 03255_fix_sbstrings_logical_error: [ OK ] 0.32 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8782 / 12246] 02377_fix_file_virtual_column: [ OK ] 0.31 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8783 / 12246] 04305_mutation_in_subquery_column_identifier: [ OK ] 0.81 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8784 / 12246] 04201_int_div_or_zero_decimal_with_date: [ OK ] 0.47 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8785 / 12246] 04041_variant_null_escaped_deserialization: [ OK ] 1.06 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8786 / 12246] 03240_quantile_exact_weighted_interpolated: [ OK ] 0.63 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8787 / 12246] 03577_temporary_table_as: [ OK ] 0.41 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8788 / 12246] 00509_extended_storage_definition_syntax_zookeeper: [ OK ] 2.45 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8789 / 12246] 04365_alter_user_set_as_modify_setting: [ OK ] 7.57 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8790 / 12246] 02122_parallel_formatting_Pretty: [ OK ] 3.24 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8791 / 12246] 03960_join_order_dphyp_fallback: [ OK ] 0.73 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8792 / 12246] 04105_key_condition_nested_lc_variant: [ OK ] 0.32 sec. [2026-08-01 14:04:42] 2026-08-02 04:04:42 [ 8793 / 12246] 01825_json_type_3: [ OK ] 0.76 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8794 / 12246] 00577_full_join_segfault: [ OK ] 0.43 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8795 / 12246] 03394_fix_to_start_of_interval_for_zero_origin_argument: [ OK ] 0.33 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8796 / 12246] 02903_client_insert_in_background: [ OK ] 1.51 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8797 / 12246] 01343_min_bytes_to_use_mmap_io: [ OK ] 0.67 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8798 / 12246] 03003_sql_json_nonsense: [ OK ] 0.43 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8799 / 12246] 01813_quantileBfloat16_nans: [ OK ] 0.37 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8800 / 12246] 02968_mysql_show_warnings: [ OK ] 0.92 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8801 / 12246] 01701_parallel_parsing_infinite_segmentation: [ OK ] 1.93 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8802 / 12246] 04054_limit_with_ties_offset_syntax: [ OK ] 0.36 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8803 / 12246] 04033_tpc_ds_q64: [ OK ] 5.13 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8804 / 12246] 02424_pod_array_overflow: [ OK ] 0.28 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8805 / 12246] 01523_client_local_queries_file_parameter: [ OK ] 2.13 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8806 / 12246] 00431_if_nulls: [ OK ] 1.07 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8807 / 12246] 04502_http_static_compression: [ OK ] 1.19 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8808 / 12246] 02703_row_policy_for_database: [ OK ] 1.67 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8809 / 12246] 01925_join_materialized_columns: [ OK ] 0.82 sec. [2026-08-01 14:04:43] 2026-08-02 04:04:43 [ 8810 / 12246] 02543_alter_rename_modify_stuck: [ OK ] 5.31 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8811 / 12246] 02808_custom_disk_with_user_defined_name: [ OK ] 1.87 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8812 / 12246] 01900_kill_mutation_parallel_long: [ OK ] 6.66 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8813 / 12246] 03458_numeric_indexed_vector_operations_u32i8: [ OK ] 0.53 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8814 / 12246] 04402_exists_dictionary_show_privilege: [ OK ] 3.55 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8815 / 12246] 00076_ip_coding_functions: [ OK ] 1.05 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8816 / 12246] 01753_max_uri_size: [ OK ] 0.89 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8817 / 12246] 02346_text_index_bug92921: [ OK ] 0.74 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8818 / 12246] 04071_global_in_dia_no_explicit_set_elements: [ OK ] 0.39 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8819 / 12246] 04218_window_view_insert_70296: [ OK ] 0.73 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8820 / 12246] 01428_nullable_asof_join: [ OK ] 0.89 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8821 / 12246] 03528_s3_insert_partition_by_whitespaces: [ OK ] 0.36 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8822 / 12246] 03224_arrayUnion: [ OK ] 1.01 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8823 / 12246] 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 1.13 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8824 / 12246] 02875_show_functions: [ OK ] 1.96 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8825 / 12246] 04201_stid_3760_nested_coalesce_skip_index_disjunction_oob: [ OK ] 0.71 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8826 / 12246] 04075_analyzer_inline_view_subcolumns: [ OK ] 0.64 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8827 / 12246] 03207_json_read_subcolumns_1_compact_merge_tree: [ OK ] 2.39 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8828 / 12246] 00012_sorting_distributed: [ OK ] 0.36 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8829 / 12246] 04001_materialized_cte_distributed: [ OK ] 0.52 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8830 / 12246] 03270_empty_tuple_in_array_intersect: [ OK ] 0.31 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8831 / 12246] 04654_create_view_param_db_in_body: [ OK ] 0.60 sec. [2026-08-01 14:04:44] 2026-08-02 04:04:44 [ 8832 / 12246] 04648_url_secret_masking_forms: [ OK ] 0.46 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8833 / 12246] 01414_low_cardinality_nullable: [ OK ] 0.90 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8834 / 12246] 00147_alter_nested_default: [ OK ] 0.37 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8835 / 12246] 01595_countMatches: [ OK ] 0.41 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8836 / 12246] 02834_timestamp_function: [ OK ] 0.47 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8837 / 12246] 04229_lower_utf8_turkish_expansion: [ OK ] 0.47 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8838 / 12246] 00754_alter_modify_order_by: [ OK ] 0.47 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8839 / 12246] 03032_string_to_variant_cast: [ OK ] 0.50 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8840 / 12246] 01495_subqueries_in_with_statement_4: [ OK ] 0.41 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8841 / 12246] 01015_database_bad_tables: [ OK ] 3.60 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8842 / 12246] 03792_jit_date32: [ OK ] 0.24 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8843 / 12246] 04033_tpc_ds_q37: [ OK ] 1.83 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8844 / 12246] 01459_decimal_casts: [ OK ] 0.82 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8845 / 12246] 04303_object_storage_prewhere_isnotnull_subcolumn: [ OK ] 0.47 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8846 / 12246] 00712_prewhere_with_sampling: [ OK ] 0.50 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8847 / 12246] 00936_function_result_with_operator_in: [ OK ] 0.62 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8848 / 12246] 02317_distinct_in_order_optimization_explain: [ OK ] 13.41 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8849 / 12246] 04259_limit_by_array_join_replicated: [ OK ] 0.51 sec. [2026-08-01 14:04:45] 2026-08-02 04:04:45 [ 8850 / 12246] 04041_format_create_as_select_with_output_options: [ OK ] 0.50 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8851 / 12246] 02893_vertical_final_bugs: [ OK ] 0.41 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8852 / 12246] 03991_lazy_final_analysis_logging: [ OK ] 2.24 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8853 / 12246] 00015_totals_having_constants: [ OK ] 0.31 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8854 / 12246] 02950_reading_array_tuple_subcolumns: [ OK ] 0.71 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8855 / 12246] 00212_long_shard_aggregate_function_uniq: [ OK ] 1.91 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8856 / 12246] 01409_topK_merge: [ OK ] 0.76 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8857 / 12246] 01375_storage_file_write_prefix_tsv_with_names: [ OK ] 0.49 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8858 / 12246] 02680_default_star: [ OK ] 0.47 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8859 / 12246] 04350_ast_json_parser_impossible_field_combinations: [ OK ] 1.48 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8860 / 12246] 04001_file_not_found_error_message: [ OK ] 2.01 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8861 / 12246] 03369_predicate_pushdown_enforce_literal_type: [ OK ] 0.54 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8862 / 12246] 03357_analyzer_insert_view: [ OK ] 0.60 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8863 / 12246] 00411_merge_tree_where_const_in_set: [ OK ] 0.41 sec. [2026-08-01 14:04:46] 2026-08-02 04:04:46 [ 8864 / 12246] 04498_native_arrow_ipc_surplus_buffers: [ OK ] 1.81 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8865 / 12246] 02576_predicate_push_down_sorting_fix: [ OK ] 0.34 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8866 / 12246] 03250_ephemeral_comment: [ OK ] 0.43 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8867 / 12246] 04490_keycondition_float_pk_no_lossy_prune: [ OK ] 0.59 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8868 / 12246] 00098_3_union_all: [ OK ] 0.62 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8869 / 12246] 04326_parquet_v3_dictionary_filter_push_down: [ OK ] 3.58 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8870 / 12246] 03314_analyzer_resolve_in_parent_scope_5: [ OK ] 0.46 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8871 / 12246] 01020_function_array_compact: [ OK ] 0.42 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8872 / 12246] 02763_jit_compare_functions_nan: [ OK ] 0.31 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8873 / 12246] 01446_json_strings_each_row: [ OK ] 8.13 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8874 / 12246] 03156_group_concat: [ OK ] 1.00 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8875 / 12246] 01834_alias_columns_laziness_filimonov: [ OK ] 2.58 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8876 / 12246] 03031_read_in_order_optimization_with_virtual_row: [ OK ] 1.58 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8877 / 12246] 04202_parsedatetime_or_null_zero_post_instruction_errors: [ OK ] 0.36 sec. [2026-08-01 14:04:47] 2026-08-02 04:04:47 [ 8878 / 12246] 04401_datalake_attach_does_not_block_startup: [ OK ] 3.17 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8879 / 12246] 01720_join_implicit_cast: [ OK ] 1.10 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8880 / 12246] 01825_json_type_7: [ OK ] 3.38 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8881 / 12246] 00304_http_external_data: [ OK ] 1.28 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8882 / 12246] 03646_array_join_empty: [ OK ] 0.40 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8883 / 12246] 03732_json_duplicated_path_in_dynamic_paths_and_shared_data_compact_part_bug: [ OK ] 0.66 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8884 / 12246] 04094_json_extract_time_numeric: [ OK ] 0.56 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8885 / 12246] 03626_case_function_with_dynamic_argument: [ OK ] 0.43 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8886 / 12246] 00740_database_in_nested_view: [ OK ] 0.68 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8887 / 12246] 01765_tehran_dst: [ OK ] 0.47 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8888 / 12246] 04040_reading_s3_7z_archives: [ OK ] 0.81 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8889 / 12246] 04145_system_dns_cache_table_data: [ OK ] 1.83 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8890 / 12246] 01602_max_distributed_connections: [ OK ] 6.85 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8891 / 12246] 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 0.50 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8892 / 12246] 03285_parallel_replicas_one_replica: [ OK ] 0.53 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8893 / 12246] 02699_polygons_sym_difference_total: [ OK ] 0.40 sec. [2026-08-01 14:04:48] 2026-08-02 04:04:48 [ 8894 / 12246] 03804_insert_select_parentheses: [ OK ] 0.68 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8895 / 12246] 00172_early_constant_folding: [ OK ] 0.50 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8896 / 12246] 02152_dictionary_date32_type: [ OK ] 0.49 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8897 / 12246] 04356_snappy_outfile_compression: [ OK ] 2.21 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8898 / 12246] 04093_avro_deeply_nested_schema_stack_overflow: [ OK ] 1.47 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8899 / 12246] 03525_parquet_string_enum: [ OK ] 1.49 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8900 / 12246] 01576_alter_low_cardinality_and_select: [ OK ] 4.49 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8901 / 12246] 03770_long_index_name_hash: [ OK ] 0.76 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8902 / 12246] 01093_cyclic_defaults_filimonov: [ OK ] 0.56 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8903 / 12246] 01634_summap_nullable: [ OK ] 0.41 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8904 / 12246] 01666_date_lut_buffer_overflow: [ OK ] 0.39 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8905 / 12246] 00205_scalar_subqueries: [ OK ] 0.71 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8906 / 12246] 03172_http_content_encoding: [ OK ] 8.04 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8907 / 12246] 01674_where_prewhere_array_crash: [ OK ] 0.51 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8908 / 12246] 03224_nested_json_merges_new_type_in_shared_data: [ OK ] 1.15 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8909 / 12246] 04012_versioned_collapsing_final_filter: [ OK ] 0.56 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8910 / 12246] 04275_105738_left_anti_join_where_projection: [ OK ] 0.75 sec. [2026-08-01 14:04:49] 2026-08-02 04:04:49 [ 8911 / 12246] 02896_illegal_sampling: [ OK ] 0.36 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8912 / 12246] 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.47 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8913 / 12246] 04303_ddsketch_bin_key_validated_on_insert: [ OK ] 0.83 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8914 / 12246] 02354_vector_search_quantize_codec_mrl: [ OK ] 1.05 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8915 / 12246] 00712_prewhere_with_alias: [ OK ] 1.22 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8916 / 12246] 03205_json_cast_from_string: [ OK ] 0.90 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8917 / 12246] 04057_aggregate_function_nothing_with_parameters: [ OK ] 0.40 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8918 / 12246] 01291_distributed_low_cardinality_memory_efficient: [ OK ] 0.75 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8919 / 12246] 02869_parallel_replicas_read_from_several: [ OK ] 1.54 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8920 / 12246] 01685_ssd_cache_dictionary_complex_key: [ OK ] 2.42 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8921 / 12246] 03275_block_number_mutation: [ OK ] 1.32 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8922 / 12246] 04094_lazy_materialization_final: [ OK ] 0.97 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8923 / 12246] 01340_datetime64_fpe: [ OK ] 0.95 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8924 / 12246] 03247_json_extract_lc_nullable: [ OK ] 0.30 sec. [2026-08-01 14:04:50] 2026-08-02 04:04:50 [ 8925 / 12246] 03100_lwu_44_missing_default: [ OK ] 1.15 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8926 / 12246] 02993_lazy_index_loading: [ OK ] 0.78 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8927 / 12246] 02389_analyzer_nested_lambda: [ OK ] 1.03 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8928 / 12246] 02007_test_any_all_operators: [ OK ] 0.82 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8929 / 12246] 03000_too_big_max_execution_time_setting: [ OK ] 0.32 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8930 / 12246] 01070_h3_hex_area_m2: [ OK ] 0.35 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8931 / 12246] 02245_weird_partitions_pruning: [ OK ] 0.77 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8932 / 12246] 03902_jit_cast_to_bool: [ OK ] 0.75 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8933 / 12246] 03987_concat_variant_low_cardinality: [ OK ] 0.52 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8934 / 12246] 04339_add_column_max_query_size: [ OK ] 3.11 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8935 / 12246] 02136_scalar_subquery_metrics: [ OK ] 0.84 sec. [2026-08-01 14:04:51] 2026-08-02 04:04:51 [ 8936 / 12246] 03351_client_insert_bad_connection_state: [ OK ] 0.45 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8937 / 12246] 03756_sparse_serialization_nullable_in_tuple: [ OK ] 0.71 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8938 / 12246] 04512_orc_schema_inference_row_count: [ OK ] 1.69 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8939 / 12246] 02554_fix_grouping_sets_predicate_push_down: [ OK ] 0.78 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8940 / 12246] 02439_merge_selecting_partitions: [ OK ] 5.06 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8941 / 12246] 03749_cross_join_use_nulls_matcher: [ OK ] 0.65 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8942 / 12246] 03237_insert_sparse_columns_mem: [ OK ] 10.26 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8943 / 12246] 04513_type_pair_matrix_comparison: [ OK ] 3.73 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8944 / 12246] 01131_max_rows_to_sort: [ OK ] 0.63 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8945 / 12246] 02017_bit_shift_left_for_string_integer: [ OK ] 2.12 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8946 / 12246] 03667_view_with_s3_cluster_and_sql_security_definer: [ OK ] 3.46 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8947 / 12246] 04053_merge_table_large_query_performance: [ OK ] 17.02 sec. [2026-08-01 14:04:52] 2026-08-02 04:04:52 [ 8948 / 12246] 04493_docs_web_ui_badge_label: [ OK ] 1.39 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8949 / 12246] 03143_benchmark_query_id_prefix: [ OK ] 2.52 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8950 / 12246] 03985_kill_query_dict_load: [ OK ] 7.67 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8951 / 12246] 02932_parallel_replicas_fuzzer: [ OK ] 0.97 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8952 / 12246] 04238_group_concat_second_arg_preserves_limit: [ OK ] 0.56 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8953 / 12246] 04034_iceberg_spark_style_location: [ OK ] 2.36 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8954 / 12246] 00640_endsWith: [ OK ] 0.62 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8955 / 12246] 00542_materialized_view_and_time_zone_tag: [ OK ] 0.59 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8956 / 12246] 03724_to_date_time_or_null_negative_arg_bug: [ OK ] 0.45 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8957 / 12246] 03773_deterministic_functions_key_condition: [ OK ] 2.37 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8958 / 12246] 03045_analyzer_alias_join_with_if: [ OK ] 0.35 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8959 / 12246] 01954_clickhouse_benchmark_multiple_long: [ OK ] 9.15 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8960 / 12246] 02884_parallel_window_functions: [ OK ] 7.72 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8961 / 12246] 02481_async_insert_race_long: [ OK ] 10.89 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8962 / 12246] 00715_bounding_ratio_merge_empty: [ OK ] 0.46 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8963 / 12246] 03203_system_query_metric_log: [ OK ] 9.25 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8964 / 12246] 02498_random_string_in_json_schema_inference: [ OK ] 1.47 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8965 / 12246] 02932_lwd_and_mutations: [ OK ] 1.74 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8966 / 12246] 03786_empty_tuple_map_array: [ OK ] 0.47 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8967 / 12246] 03382_array_join_asterisk: [ OK ] 2.79 sec. [2026-08-01 14:04:53] 2026-08-02 04:04:53 [ 8968 / 12246] 03604_dynamic_key_in_join: [ OK ] 0.54 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8969 / 12246] 00190_non_constant_array_of_constant_data: [ OK ] 0.38 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8970 / 12246] 03757_ast_not_formatting: [ OK ] 0.33 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8971 / 12246] 03970_quantile_exact_exclusive_overflow_ubsan: [ OK ] 0.36 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8972 / 12246] 04064_remote_merge_table_function: [ OK ] 0.44 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8973 / 12246] 04229_numeric_indexed_vector_scalar_uint64_overflow: [ OK ] 0.82 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8974 / 12246] 03363_function_keccak256: [ OK ] 0.48 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8975 / 12246] 01213_alter_rename_column: [ OK ] 0.71 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8976 / 12246] 01867_fix_storage_memory_mutation: [ OK ] 0.47 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8977 / 12246] 04073_divide_intdivide_monotonicity_key_condition: [ OK ] 0.46 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8978 / 12246] 01921_with_fill_with_totals: [ OK ] 0.41 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8979 / 12246] 02346_text_index_bug54541: [ OK ] 0.53 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8980 / 12246] 04009_iceberg_local_safety_check: [ OK ] 1.56 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8981 / 12246] 01455_default_compression: [ OK ] 0.36 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8982 / 12246] 03722_json_compact_part_substreams_cache_bug: [ OK ] 0.46 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8983 / 12246] 01013_hex_decimal: [ OK ] 0.38 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8984 / 12246] 02539_generate_random_low_cardinality: [ OK ] 0.39 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8985 / 12246] 04500_index_hint_nothing_argument_type: [ OK ] 0.52 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8986 / 12246] 04402_url_engine_dispatch_planner_capabilities: [ OK ] 4.63 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8987 / 12246] 00698_validate_array_sizes_for_nested: [ OK ] 0.56 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8988 / 12246] 00958_format_of_tuple_array_element: [ OK ] 0.84 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8989 / 12246] 01057_http_compression_prefer_brotli: [ OK ] 1.39 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8990 / 12246] 02293_ttest_large_samples: [ OK ] 0.79 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8991 / 12246] 02677_decode_url_component: [ OK ] 0.46 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8992 / 12246] 02474_unhex_in_fix_string: [ OK ] 0.43 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8993 / 12246] 00974_final_predicate_push_down: [ OK ] 0.64 sec. [2026-08-01 14:04:54] 2026-08-02 04:04:54 [ 8994 / 12246] 03230_keeper_cp_mv_commands: [ OK ] 2.18 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 8995 / 12246] 02668_column_block_number_with_projections: [ OK ] 0.90 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 8996 / 12246] 00691_array_distinct: [ OK ] 0.29 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 8997 / 12246] 04511_reverse_nullable_key_no_final_mark_pruning: [ OK ] 0.86 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 8998 / 12246] 04234_set_alias_compatibility_tracking: [ OK ] 0.52 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 8999 / 12246] 03459-reverse-sorting-key-stable-result: [ OK ] 1.51 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9000 / 12246] 01660_join_or_subqueries: [ OK ] 0.93 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9001 / 12246] 04370_distinct_combinator_correlated_subquery_group_by_use_nulls: [ OK ] 0.43 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9002 / 12246] 02676_trailing_commas: [ OK ] 0.48 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9003 / 12246] 04332_summing_merge_tree_tuple_leaf_column_name_collision: [ OK ] 0.47 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9004 / 12246] 03801_materialized_cte: [ OK ] 0.47 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9005 / 12246] 04404_geojson_output_geometry: [ OK ] 0.29 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9006 / 12246] 01259_datetime64_ubsan: [ OK ] 0.44 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9007 / 12246] 04235_streaming_queries_distinct_in_order: [ OK ] 0.64 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9008 / 12246] 00486_if_fixed_string: [ OK ] 0.32 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9009 / 12246] 04290_set_index_is_true_false_unknown: [ OK ] 0.47 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9010 / 12246] 00274_shard_group_array: [ OK ] 0.92 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9011 / 12246] 03447_grouping_sets_analyzer_const_columns: [ OK ] 0.44 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9012 / 12246] 02017_columns_with_dot_2: [ OK ] 1.03 sec. [2026-08-01 14:04:55] 2026-08-02 04:04:55 [ 9013 / 12246] 01710_minmax_count_projection_modify_partition_key: [ OK ] 0.82 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9014 / 12246] 02941_variant_type_alters: [ OK ] 18.02 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9015 / 12246] 00685_output_format_json_escape_forward_slashes: [ OK ] 0.39 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9016 / 12246] 01710_projection_with_nullable_keys: [ OK ] 0.45 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9017 / 12246] 04039_page_cache_in_local: [ OK ] 1.62 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9018 / 12246] 04033_tpc_ds_q41: [ OK ] 1.71 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9019 / 12246] 03153_trailing_comma_in_values_list_in_insert: [ OK ] 0.47 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9020 / 12246] 01630_disallow_floating_point_as_partition_key: [ OK ] 0.52 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9021 / 12246] 03168_read_in_order_buffering_2: [ OK ] 1.67 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9022 / 12246] 03008_azure_plain_rewritable_with_slash: [ OK ] 3.98 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9023 / 12246] 00589_removal_unused_columns_aggregation: [ OK ] 0.70 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9024 / 12246] 03533_native_ephemeral: [ OK ] 11.09 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9025 / 12246] 01351_geohash_assert: [ OK ] 0.48 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9026 / 12246] 01351_parse_date_time_best_effort_us: [ OK ] 0.56 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9027 / 12246] 02346_text_index_bug101913: [ OK ] 0.47 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9028 / 12246] 01602_runningConcurrency: [ OK ] 0.47 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9029 / 12246] 04010_filter_pushdown_non_boolean_output: [ OK ] 0.53 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9030 / 12246] 02165_h3_edge_length_km: [ OK ] 0.48 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9031 / 12246] 03542_TTL_dict: [ OK ] 0.41 sec. [2026-08-01 14:04:56] 2026-08-02 04:04:56 [ 9032 / 12246] 04341_packed_skip_indices_drop_size_object_storage: [ OK ] 0.66 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9033 / 12246] 01017_bithamming_distance: [ OK ] 0.56 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9034 / 12246] 00506_union_distributed: [ OK ] 0.42 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9035 / 12246] 04102_text_index_alias_direct_read: [ OK ] 0.57 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9036 / 12246] 02482_insert_into_dist_race: [ OK ] 0.67 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9037 / 12246] 02962_max_joined_block_rows: [ OK ] 0.55 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9038 / 12246] 04216_skip_index_disjunction_nested_coalesce: [ OK ] 0.59 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9039 / 12246] 03243_cluster_not_found_column: [ OK ] 0.56 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9040 / 12246] 03010_view_prewhere_in: [ OK ] 0.61 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9041 / 12246] 04408_geojson_output_no_append: [ OK ] 2.22 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9042 / 12246] 02554_format_json_columns_for_empty: [ OK ] 0.43 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9043 / 12246] 04320_native_arrow_ipc_fixed_string_as_binary: [ OK ] 2.83 sec. [2026-08-01 14:04:57] 2026-08-02 04:04:57 [ 9044 / 12246] 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 3.04 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9045 / 12246] 00354_host_command_line_option: [ OK ] 2.75 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9046 / 12246] 04602_docs_web_ui_snippet_import_content: [ OK ] 2.37 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9047 / 12246] 04401_alter_incompatible_default_breaks_attach: [ OK ] 0.77 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9048 / 12246] 01344_alter_enum_partition_key: [ OK ] 0.72 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9049 / 12246] 00950_test_gorilla_codec: [ OK ] 0.64 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9050 / 12246] 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 1.37 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9051 / 12246] 00170_lower_upper_utf8: [ OK ] 0.56 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9052 / 12246] 04401_timezone_env: [ OK ] 3.18 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9053 / 12246] 01518_select_in_null: [ OK ] 1.12 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9054 / 12246] 02542_transform_new: [ OK ] 0.66 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9055 / 12246] 01308_orc_output_format_arrays: [ OK ] 3.18 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9056 / 12246] 01386_negative_float_constant_key_condition: [ OK ] 0.57 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9057 / 12246] 02887_format_readable_timedelta_subseconds: [ OK ] 0.55 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9058 / 12246] 01825_json_type_partitions: [ OK ] 0.51 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9059 / 12246] 03100_lwu_51_condition_evaluated_once: [ OK ] 0.60 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9060 / 12246] 03710_protobuf_oneof_several_values: [ OK ] 2.43 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9061 / 12246] 03310_aggregate_projection_count_nullable: [ OK ] 0.61 sec. [2026-08-01 14:04:58] 2026-08-02 04:04:58 [ 9062 / 12246] 02707_analyzer_nested_lambdas_types: [ OK ] 0.51 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9063 / 12246] 01014_format_custom_separated: [ OK ] 4.52 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9064 / 12246] 04117_local_system_listen_port_reregistration: [ OK ] 6.23 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9065 / 12246] 02445_replicated_db_alter_partition: [ OK ] 33.96 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9066 / 12246] 01416_join_totals_header_bug: [ OK ] 0.39 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9067 / 12246] 02473_extract_low_cardinality_from_json: [ OK ] 0.31 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9068 / 12246] 04248_97771_lazy_materialization_alias_invalid_chunk: [ OK ] 0.51 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9069 / 12246] 03826_array_join_in_bloom_filter: [ OK ] 0.42 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9070 / 12246] 02155_create_table_w_timezone: [ OK ] 0.32 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9071 / 12246] 00379_system_processes_port: [ OK ] 1.67 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9072 / 12246] 01282_system_parts_ttl_info: [ OK ] 0.42 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9073 / 12246] 04350_json_native_too_many_paths: [ OK ] 2.07 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9074 / 12246] 03231_keeper_cpr_mvr_commands: [ OK ] 3.82 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9075 / 12246] 02814_currentDatabase_for_table_functions: [ OK ] 1.36 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9076 / 12246] 04654_cast_operator_values_template: [ OK ] 0.28 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9077 / 12246] 02500_remove_redundant_distinct: [ OK ] 16.54 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9078 / 12246] 02101_empty_as_default_and_omitted_fields: [ OK ] 7.70 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9079 / 12246] 02158_contingency: [ OK ] 0.70 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9080 / 12246] 02364_multiSearch_function_family: [ OK ] 2.23 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9081 / 12246] 01029_early_constant_folding: [ OK ] 0.52 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9082 / 12246] 04075_text_index_posting_list_format: [ OK ] 0.72 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9083 / 12246] 04092_view_filter_type_mismatch_crash: [ OK ] 0.57 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9084 / 12246] 03594_like_perfect_affix_rewrite_pass: [ OK ] 1.20 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9085 / 12246] 02048_parallel_reading_from_infile: [ OK ] 2.66 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9086 / 12246] 01272_offset_without_limit: [ OK ] 0.51 sec. [2026-08-01 14:04:59] 2026-08-02 04:04:59 [ 9087 / 12246] 03169_modify_column_data_loss: [ OK ] 0.56 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9088 / 12246] 04267_array_distance_mixed_types: [ OK ] 0.51 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9089 / 12246] 02263_format_insert_settings: [ OK ] 5.81 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9090 / 12246] 03773_deserialise_malformed_aggregate_state: [ OK ] 0.52 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9091 / 12246] 02503_mysql_compat_utc_timestamp: [ OK ] 0.41 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9092 / 12246] 03365_time_time64_cap_max_time: [ OK ] 0.46 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9093 / 12246] 04305_distributed_shuffle_join_type_mixed: [ OK ] 0.57 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9094 / 12246] 03742_apply_row_policy_after_final: [ OK ] 1.18 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9095 / 12246] 00990_request_splitting: [ OK ] 0.42 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9096 / 12246] 02947_merge_tree_index_table_1: [ OK ] 0.20 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9097 / 12246] 02934_merge_tree_max_projections: [ OK ] 0.41 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9098 / 12246] 02887_byteswap: [ OK ] 0.44 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9099 / 12246] 00695_pretty_max_column_pad_width: [ OK ] 0.46 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9100 / 12246] 03246_alter_update_dynamic_hung: [ OK ] 0.55 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9101 / 12246] 04201_hashed_array_dictionary_invalid_backlog: [ OK ] 0.67 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9102 / 12246] 03104_create_view_join: [ OK ] 0.55 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9103 / 12246] 04652_lazy_materialization_replace_node_header_order: [ OK ] 0.61 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9104 / 12246] 04141_windowID_with_timezone_string: [ OK ] 0.55 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9105 / 12246] 01557_max_parallel_replicas_no_sample: [ OK ] 0.62 sec. [2026-08-01 14:05:00] 2026-08-02 04:05:00 [ 9106 / 12246] 04401_key_condition_is_not_distinct_from: [ OK ] 1.62 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9107 / 12246] 00812_prewhere_alias_array: [ OK ] 0.51 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9108 / 12246] 03261_tuple_map_to_json_cast: [ OK ] 0.58 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9109 / 12246] 01475_mutation_with_if: [ OK ] 0.69 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9110 / 12246] 04064_keeper_client_lsr_commands: [ OK ] 2.77 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9111 / 12246] 03063_analyzer_multi_join_wrong_table_specifier: [ OK ] 0.31 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9112 / 12246] 03516_comparison_pk_bug: [ OK ] 0.31 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9113 / 12246] 01812_basic_auth_http_server: [ OK ] 5.41 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9114 / 12246] 01083_functional_index_in_mergetree: [ OK ] 0.47 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9115 / 12246] 04053_correlated_subquery_group_by_use_nulls: [ OK ] 0.46 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9116 / 12246] 02969_analyzer_eliminate_injective_functions: [ OK ] 0.26 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9117 / 12246] 03920_replace_partition_mutation_race: [ OK ] 13.84 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9118 / 12246] 03095_window_functions_qualify: [ OK ] 0.61 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9119 / 12246] 00400_client_external_options: [ OK ] 3.22 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9120 / 12246] 01700_system_zookeeper_path_in: [ OK ] 0.36 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9121 / 12246] 02305_schema_inference_with_globs: [ OK ] 4.63 sec. [2026-08-01 14:05:01] 2026-08-02 04:05:01 [ 9122 / 12246] 04512_short_circuit_constant_false_join: [ OK ] 0.97 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9123 / 12246] 01848_partition_value_column: [ OK ] 0.57 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9124 / 12246] 01273_arrow_nested_arrays_load: [ OK ] 3.32 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9125 / 12246] 04606_help_command_plan_badge_message_rendered: [ OK ] 1.90 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9126 / 12246] 04319_sparse_pk_index_analysis_const_false: [ OK ] 0.35 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9127 / 12246] 04093_system_log_alter_column: [ OK ] 2.27 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9128 / 12246] 01250_fixed_string_comparison: [ OK ] 0.47 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9129 / 12246] 03340_transform_logical_error_fix: [ OK ] 0.42 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9130 / 12246] 03146_bug47862: [ OK ] 0.39 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9131 / 12246] 04028_arrow_stream_format_detection_memory: [ OK ] 1.27 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9132 / 12246] 01920_not_chain_format: [ OK ] 0.44 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9133 / 12246] 03915_row_policy_should_respect_final_by_default: [ OK ] 0.59 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9134 / 12246] 02381_parseDateTime64BestEffortUS: [ OK ] 0.48 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9135 / 12246] 02560_analyzer_materialized_view: [ OK ] 0.67 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9136 / 12246] 03153_dynamic_type_empty: [ OK ] 0.42 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9137 / 12246] 02917_transform_tsan: [ OK ] 0.48 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9138 / 12246] 04365_lazy_materialization_split_step_oob: [ OK ] 0.83 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9139 / 12246] 02676_optimize_old_parts_replicated: [ OK ] 42.44 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9140 / 12246] 03037_dot_product_overflow: [ OK ] 0.30 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9141 / 12246] 04037_cast_nullable_fixedstring_too_large: [ OK ] 0.48 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9142 / 12246] 04092_s3_tar_archive_union_schema: [ OK ] 2.38 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9143 / 12246] 04339_union_subquery_intersect_except_child_column_order: [ OK ] 0.40 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9144 / 12246] 03203_count_with_non_deterministic_function: [ OK ] 0.39 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9145 / 12246] 01861_explain_pipeline: [ OK ] 0.54 sec. [2026-08-01 14:05:02] 2026-08-02 04:05:02 [ 9146 / 12246] 04241_client_non_utf8_terminal: [ OK ] 2.88 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9147 / 12246] 00823_capnproto_input: [ OK ] 3.03 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9148 / 12246] 01732_alters_bad_conversions: [ OK ] 0.64 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9149 / 12246] 00634_logging_shard: [ OK ] 3.83 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9150 / 12246] 03541_keeper_map_filter_keys: [ OK ] 10.16 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9151 / 12246] 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 0.38 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9152 / 12246] 02210_processors_profile_log_2: [ OK ] 3.79 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9153 / 12246] 04123_pretty_nbsp_padding: [ OK ] 3.94 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9154 / 12246] 04420_foreach_combinator_zero_size_nested_state: [ OK ] 0.33 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9155 / 12246] 02282_array_distance: [ OK ] 0.85 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9156 / 12246] 01381_for_each_with_states: [ OK ] 0.31 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9157 / 12246] 03753_replacing_empty_order_by: [ OK ] 0.42 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9158 / 12246] 03792_push_to_set_via_mv_with_an_error: [ OK ] 0.51 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9159 / 12246] 00404_null_literal: [ OK ] 0.37 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9160 / 12246] 03622_distributed_index_analysis_applies_skip_indexes: [ OK ] 1.23 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9161 / 12246] 00532_topk_generic: [ OK ] 0.35 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9162 / 12246] 03784_zstd_decompressed_size: [ OK ] 1.01 sec. [2026-08-01 14:05:03] 2026-08-02 04:05:03 [ 9163 / 12246] 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 0.48 sec. [2026-08-01 14:06:12] 2026-08-02 04:06:12 Hung check failed: server is not responding [2026-08-01 14:06:12] 2026-08-02 04:06:12 [2026-08-01 14:06:12] 2026-08-02 04:06:12 Unable to locate any ClickHouse server process. It must have crashed or exited prematurely! [2026-08-01 14:06:12] 2026-08-02 04:06:12 Stopping tests, terminating all processes... [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests executionBreak tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3781: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3783: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3785: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3798: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3789: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3804: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests executionBreak tests executionBreak tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3831: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests executionBreak tests executionChild processes of 3856: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3870: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3891: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests executionChild processes of 3897: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3887:Child processes of 3816:Child processes of 3821: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3915: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3826: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3846:Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3836: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3851: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3882: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3841: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests executionChild processes of 3860: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3902: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3933: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3906: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3919: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3865: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3970: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3926: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3957: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3913: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3962: [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3949:Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3968:Child processes of 3942: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3793: [2026-08-01 14:06:17] 2026-08-02 04:06:17 543754 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543736 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543753 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543739 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543738 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543760 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543755 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543770 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543742 ps -ww -eo pid,ppid,pgid,command543767 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 543743 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543763 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543769 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543764 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543758 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543750 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543756 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543761 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543745 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543768 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543741 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543747 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543749 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543757 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543746 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543751 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543771 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543748 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543737 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543752 ps -ww -eo pid,ppid,pgid,command543740 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 543762 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543766 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 543759 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543799 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543777 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process[Errno 3] No such process No such process: 543778 [2026-08-01 14:06:17] 2026-08-02 04:06:17 No such process: 543776 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543798 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543773[Errno 3] No such process [2026-08-01 14:06:17] 2026-08-02 04:06:17 No such process: 543786 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543791 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543782 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543774 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543802 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 543744 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543792 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543801 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543793 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process[Errno 3] No such process No such process: 543805No such process: 543797 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543775 [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543790Break tests execution [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Child processes of 3808: [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543780 [2026-08-01 14:06:17] Process Process-20: [2026-08-01 14:06:17] Process Process-6: [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Process Process-21: [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Process Process-23: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Process Process-3: [2026-08-01 14:06:17] Process Process-11: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 362, in _run_finalizers [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] Process Process-9: [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Process Process-4: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 276, in __call__ [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 885, in _decref [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] def __call__(self, wr=None, [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Process Process-17: [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Terminated: Exception ignored in atexit callback 15: [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 49, in debug [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] def debug(msg, *args): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Process Process-5: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 276, in __call__ [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Terminated File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] : 15 [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Process Process-12: [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Process Process-8: [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --randSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] om-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Process Process-24: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] Process Process-14: [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 391, in _exit_function [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHoSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] use/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3933 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 293, in __call__ [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Process Process-16: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Process Process-31: [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] sub_debug('finalizer calling %s with args %s and kwargs %s', [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 45, in sub_debug [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 362, in _run_finalizers [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 536, in Client [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Process Process-28: [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3933 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3942 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3949 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3957 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3962 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3968 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3970 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 504738 3808 504738 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stderr [2026-08-01 14:06:17] 504753 504738 504738 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh [2026-08-01 14:06:17] 510246 3875 510246 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.3875.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] edup.3875.stderr [2026-08-01 14:06:17] 510262 510246 510246 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh [2026-08-01 14:06:17] 510838 510262 510246 python3 /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.python ReplicatedMergeTree [2026-08-01 14:06:17] 543732 504753 504738 [clickhouse-clie] [2026-08-01 14:06:17] 543772 3902 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543773 3781 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543774 3846 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543775 3831 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543776 3789 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543777 3906 3765 [ps] [2026-08-01 14:06:17] 543778 3860 3765 [ps] [2026-08-01 14:06:17] 543779 3949 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543780 3793 3765 [ps] [2026-08-01 14:06:17] 543781 3891 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543782 3804 3765 [ps] [2026-08-01 14:06:17] 543783 3887 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543784 3962 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543785 3942 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543786 3816 3765 [ps] [2026-08-01 14:06:17] 543787 3919 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543788 3836 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543789 3851 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543790 3970 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543791 3783 3765 [ps] [2026-08-01 14:06:17] 543792 3821 3765 [ps] [2026-08-01 14:06:17] 543793 3856 3765 [ps] [2026-08-01 14:06:17] 543794 3915 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543795 3841 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543796 3897 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] keys = [key for key in list(_finalizer_registry) if f(key)] [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Process Process-40: [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] c = SocketClient(address) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 671, in SocketClient [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 293, in __call__ [2026-08-01 14:06:17] _run_finalizers(0)Exception ignored in atexit callback [2026-08-01 14:06:17] : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] TerminatedException ignored in atexit callback : File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] : [2026-08-01 14:06:17] 15 [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Exception ignored in atexit callback File "/usr/lib/python3.13/socket.py", line 233, in __init__ [2026-08-01 14:06:17] : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 2026-08-02 04:06:17 [Errno 3] No such process No such process: 543783 [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubunError running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubunError running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubunException ignored in sys.unraisablehookTerminatedException ignored in sys.unraisablehookError running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Exception ignored in sys.unraisablehook File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capturSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] e-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Process Process-25: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 403, in _exit_function [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] Process Process-38: [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] info('process shutting down') [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 53, in info [2026-08-01 14:06:17] def info(msg, *args): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] Terminated with 15 signal [2026-08-01 14:06:17] tu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capturSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ueries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper -tu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capturSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] e-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubunProcess Process-15: [2026-08-01 14:06:17] Exception ignored in sys.unraisablehookError running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHoSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] e-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHops:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Terminated-queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capturps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] : 15 [2026-08-01 14:06:17] Process Process-34: [2026-08-01 14:06:17] tu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3933 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3942 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3949 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3957 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3962 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3968 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3970 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 504738 3808 504738 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stderr [2026-08-01 14:06:17] 504753 504738 504738 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh [2026-08-01 14:06:17] 510246 3875 510246 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.3875.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.3875.stderr [2026-08-01 14:06:17] 510262 510246 510246 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh [2026-08-01 14:06:17] 510838 510262 510246 python3 /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.python ReplicatedMergeTree [2026-08-01 14:06:17] 543732 504753 504738 [clickhouse-clie] [2026-08-01 14:06:17] 543772 3902 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543773 3781 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543774 3846 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543775 3831 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543776 3789 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543777 3906 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543778 3860 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543779 3949 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543780 3793 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543781 3891 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543782 3804 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543783 3887 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543784 3962 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543785 3942 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543786 3816 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543787 3919 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543788 3836 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543789 3851 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543790 3970 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543791 3783 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543792 3821 3765 [ps] [2026-08-01 14:06:17] 543793 3856 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543794 3915 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543795 3841 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543796 3897 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543797 3882 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543798 3865 3765 [ps] [2026-08-01 14:06:17] 543799 3926 3765 [ps] [2026-08-01 14:06:17] 543800 3933 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543801 3798 3765 [ps] [2026-08-01 14:06:17] 543802 3785 3765 [ps] [2026-08-01 14:06:17] 543803 3826 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543804 3913 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543805 3968 3765 [ps] [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Process Process-35: [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] PID PPID PGID COMMAND [2026-08-01 14:06:17] 1 0 1 /sbin/docker-init -- python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 7 1 7 python3 ./ci/jobs/functional_tests.py --options arm_binary, parallel [2026-08-01 14:06:17] 428 1 7 minio server --address :11111 ./minio_data [2026-08-01 14:06:17] 608 7 7 /bin/sh -c cd /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp && (ulimit -n 1048576 2>/dev/null || ulimit -n $(ulimit -Hn)) && azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 613 608 7 azurite-rs --host 0.0.0.0 --blob-port 10000 --silent --in-memory [2026-08-01 14:06:17] 652 7 7 [sh] [2026-08-01 14:06:17] 1076 1 7 /opt/redpanda/bin/redpanda --redpanda-cfg /etc/redpanda/redpanda.yaml --smp=1 --memory=256M --overprovisioned --unsafe-bypass-fsync=true --lock-memory=false --reserve-memory=0M [2026-08-01 14:06:17] 3762 7 3762 /bin/bash -c set -o pipefail; clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- | ts '%Y-%m-%d %H:%M:%S' | tee -a "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt" [2026-08-01 14:06:17] 3765 3762 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3766 3762 3762 /usr/bin/perl /usr/bin/ts %Y-%m-%d %H:%M:%S [2026-08-01 14:06:17] 3767 3762 3762 tee -a /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/test_result.txt [2026-08-01 14:06:17] 3768 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3774 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3781 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3783 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3785 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3789 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3793 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3798 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3804 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3808 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3816 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3821 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3826 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3831 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3856 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3860 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3865 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3870 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3875 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3882 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3887 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 2026-08-02 04:06:17 [2026-08-01 14:06:17] 3891 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3897 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3902 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3906 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3913 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3915 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3919 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3926 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3933 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3942 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3949 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3957 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3962 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3968 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3970 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 504738 3808 504738 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stderr [2026-08-01 14:06:17] 504753 504738 504738 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh [2026-08-01 14:06:17] 510246 3875 510246 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.3875.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] edup.3875.stderr [2026-08-01 14:06:17] 510262 510246 510246 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.sh [2026-08-01 14:06:17] 510838 510262 510246 python3 /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02481_async_insert_dedup.python ReplicatedMergeTree [2026-08-01 14:06:17] 543732 504753 504738 [clickhouse-clie] [2026-08-01 14:06:17] 543759 3957 3765 [ps] [2026-08-01 14:06:17] 543772 3902 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543773 3781 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543774 3846 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543775 3831 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543776 3789 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543777 3906 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543778 3860 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543779 3949 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543780 3793 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543781 3891 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543782 3804 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543783 3887 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543784 3962 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543785 3942 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543786 3816 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543787 3919 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543788 3836 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543789 3851 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543790 3970 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543791 3783 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543792 3821 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543793 3856 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543794 3915 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543795 3841 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543796 3897 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543797 3882 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543798 3865 3765 ps -ww -eo pid,ppid,pgid,command [2026-08-01 14:06:17] 543799 3926 3765 [ps] [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Process Process-26: [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Process Process-22: [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] Error running command 'ps -ww -eo pid,ppid,pgid,command': Command 'ps -ww -eo pid,ppid,pgid,command' died with . [2026-08-01 14:06:17] Signal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] Process Process-32: [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 289, in __call__ [2026-08-01 14:06:17] if self._pid != getpid(): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] Process Process-7: [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] tu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --qSignal 15 (TERM) caught by ps (3.3.17). [2026-08-01 14:06:17] ueries ./tests/queries -- [2026-08-01 14:06:17] 3836 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3841 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3846 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] 3851 3765 3765 python3 tests/clickhouse-test --testname --check-zookeeper-session --hung-check --memory-limit 5368709120 --trace --capture-client-stacktrace --queries ./tests/queries --test-runs 1 --no-sequential --jobs 38 --random-settings-diagnostics-dir /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ci/tmp/random-settings-diagnostics --repeat-newly-modified-tests --shard --zookeeper --queries ./tests/queries -- [2026-08-01 14:06:17] ps:ps/display.c:70: please report this bug [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] Terminated: 15Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] Process Process-27: [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large messageTerminated: 15 [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] Exception ignored in sys.unraisablehook message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Exception ignored in sys.unraisablehook raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] Exception ignored in atexit callback : [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 405, in _exit_function [2026-08-01 14:06:17] _run_finalizers(0) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 371, in _run_finalizers [2026-08-01 14:06:17] finalizer() [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/util.py", line 295, in __call__ [2026-08-01 14:06:17] res = self._callback(*self._args, **self._kwargs) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/managers.py", line 886, in _decref [2026-08-01 14:06:17] conn = _Client(token.address, authkey=authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 542, in Client [2026-08-01 14:06:17] answer_challenge(c, authkey) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 979, in answer_challenge [2026-08-01 14:06:17] message = connection.recv_bytes(256) # reject large message [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 221, in recv_bytes [2026-08-01 14:06:17] buf = self._recv_bytes(maxlength) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 435, in _recv_bytes [2026-08-01 14:06:17] buf = self._recv(4) [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/connection.py", line 400, in _recv [2026-08-01 14:06:17] chunk = read(handle, remaining) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Killing process group 504738 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Processes in process group 504738: [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3935, in _cleanup [2026-08-01 14:06:17] self._cleanup_database(args, timeout) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3987, in _cleanup_database [2026-08-01 14:06:17] clickhouse_execute( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] args, [2026-08-01 14:06:17] ^^^^^ [2026-08-01 14:06:17] ...<4 lines>... [2026-08-01 14:06:17] }, [2026-08-01 14:06:17] ^^ [2026-08-01 14:06:17] ) [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 650, in clickhouse_execute [2026-08-01 14:06:17] return clickhouse_execute_http( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] base_args, [2026-08-01 14:06:17] ^^^^^^^^^^ [2026-08-01 14:06:17] ...<5 lines>... [2026-08-01 14:06:17] retry_error_codes=retry_error_codes, [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] ).strip() [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 630, in clickhouse_execute_http [2026-08-01 14:06:17] raise ex [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 619, in clickhouse_execute_http [2026-08-01 14:06:17] client.request( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] "POST", [2026-08-01 14:06:17] ^^^^^^^ [2026-08-01 14:06:17] f"/?{base_args.client_options_query_str}{urllib.parse.urlencode(params)}", [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] body=body, [2026-08-01 14:06:17] ^^^^^^^^^^ [2026-08-01 14:06:17] ) [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1367, in request [2026-08-01 14:06:17] self._send_request(method, url, body, headers, encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1413, in _send_request [2026-08-01 14:06:17] self.endheaders(body, encode_chunked=encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1362, in endheaders [2026-08-01 14:06:17] self._send_output(message_body, encode_chunked=encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1122, in _send_output [2026-08-01 14:06:17] self.send(msg) [2026-08-01 14:06:17] ~~~~~~~~~^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1066, in send [2026-08-01 14:06:17] self.connect() [2026-08-01 14:06:17] ~~~~~~~~~~~~^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1032, in connect [2026-08-01 14:06:17] self.sock = self._create_connection( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] (self.host,self.port), self.timeout, self.source_address) [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/socket.py", line 868, in create_connection [2026-08-01 14:06:17] raise exceptions[0] [2026-08-01 14:06:17] File "/usr/lib/python3.13/socket.py", line 853, in create_connection [2026-08-01 14:06:17] sock.connect(sa) [2026-08-01 14:06:17] ~~~~~~~~~~~~^^^^ [2026-08-01 14:06:17] ConnectionRefusedError: [Errno 111] Connection refused [2026-08-01 14:06:17] During handling of the above exception, another exception occurred: [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4875, in check_server_liveness [2026-08-01 14:06:17] clickhouse_execute( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] args, "SELECT 1 /*liveness check*/", max_http_retries=1, timeout=10 [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] ) [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 650, in clickhouse_execute [2026-08-01 14:06:17] return clickhouse_execute_http( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] base_args, [2026-08-01 14:06:17] ^^^^^^^^^^ [2026-08-01 14:06:17] ...<5 lines>... [2026-08-01 14:06:17] retry_error_codes=retry_error_codes, [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] ).strip() [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 630, in clickhouse_execute_http [2026-08-01 14:06:17] raise ex [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 619, in clickhouse_execute_http [2026-08-01 14:06:17] client.request( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] "POST", [2026-08-01 14:06:17] ^^^^^^^ [2026-08-01 14:06:17] f"/?{base_args.client_options_query_str}{urllib.parse.urlencode(params)}", [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] body=body, [2026-08-01 14:06:17] ^^^^^^^^^^ [2026-08-01 14:06:17] ) [2026-08-01 14:06:17] ^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1367, in request [2026-08-01 14:06:17] self._send_request(method, url, body, headers, encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1413, in _send_request [2026-08-01 14:06:17] self.endheaders(body, encode_chunked=encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1362, in endheaders [2026-08-01 14:06:17] self._send_output(message_body, encode_chunked=encode_chunked) [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1122, in _send_output [2026-08-01 14:06:17] self.send(msg) [2026-08-01 14:06:17] ~~~~~~~~~^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1066, in send [2026-08-01 14:06:17] self.connect() [2026-08-01 14:06:17] ~~~~~~~~~~~~^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/http/client.py", line 1032, in connect [2026-08-01 14:06:17] self.sock = self._create_connection( [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~~~^ [2026-08-01 14:06:17] (self.host,self.port), self.timeout, self.source_address) [2026-08-01 14:06:17] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/socket.py", line 868, in create_connection [2026-08-01 14:06:17] raise exceptions[0] [2026-08-01 14:06:17] File "/usr/lib/python3.13/socket.py", line 853, in create_connection [2026-08-01 14:06:17] sock.connect(sa) [2026-08-01 14:06:17] ~~~~~~~~~~~~^^^^ [2026-08-01 14:06:17] ConnectionRefusedError: [Errno 111] Connection refused [2026-08-01 14:06:17] During handling of the above exception, another exception occurred: [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/process.py", line 313, in _bootstrap [2026-08-01 14:06:17] self.run() [2026-08-01 14:06:17] ~~~~~~~~^^ [2026-08-01 14:06:17] File "/usr/lib/python3.13/multiprocessing/process.py", line 108, in run [2026-08-01 14:06:17] self._target(*self._args, **self._kwargs) [2026-08-01 14:06:17] ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 5146, in run_tests_process [2026-08-01 14:06:17] return run_tests_array(*args_, **kwargs) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4825, in run_tests_array [2026-08-01 14:06:17] raise e [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4744, in run_tests_array [2026-08-01 14:06:17] test_result = test_case.run(args, test_suite, client_options) [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3865, in run [2026-08-01 14:06:17] raise e [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3861, in run [2026-08-01 14:06:17] self._cleanup(result.status == TestStatus.OK) [2026-08-01 14:06:17] ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3943, in _cleanup [2026-08-01 14:06:17] if check_server_liveness(args): [2026-08-01 14:06:17] ~~~~~~~~~~~~~~~~~~~~~^^^^^^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4881, in check_server_liveness [2026-08-01 14:06:17] sleep(min(2**attempt, 10)) [2026-08-01 14:06:17] ~~~~~^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:17] 2026-08-02 04:06:17 504738 /bin/bash -c /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh > /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stdout 2> /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.3808.stderr [2026-08-01 14:06:17] 2026-08-02 04:06:17 504753 bash /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/02835_drop_user_during_session.sh [2026-08-01 14:06:17] 2026-08-02 04:06:17 543809 sleep 0.1 [2026-08-01 14:06:17] 2026-08-02 04:06:17 Wait 0.5 seconds for clickhouse utilities to handle SIGTSTP... [2026-08-01 14:06:17] Exception ignored in: [2026-08-01 14:06:17] Traceback (most recent call last): [2026-08-01 14:06:17] File "/usr/lib/python3.13/subprocess.py", line 1133, in __del__ [2026-08-01 14:06:17] def __del__(self, _maxsize=sys.maxsize, _warn=warnings.warn): [2026-08-01 14:06:17] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:17] raise Terminated(signal) [2026-08-01 14:06:17] Terminated: 15 [2026-08-01 14:06:18] 2026-08-02 04:06:18 Process group 504738 should be killed [2026-08-01 14:06:18] 2026-08-02 04:06:18 [Errno 3] No such process No such process: 543810 [2026-08-01 14:06:18] Process Process-10: [2026-08-01 14:06:18] Traceback (most recent call last): [2026-08-01 14:06:18] File "/usr/lib/python3.13/subprocess.py", line 1280, in wait [2026-08-01 14:06:18] return self._wait(timeout=timeout) [2026-08-01 14:06:18] ~~~~~~~~~~^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/usr/lib/python3.13/subprocess.py", line 2079, in _wait [2026-08-01 14:06:18] time.sleep(delay) [2026-08-01 14:06:18] ~~~~~~~~~~^^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:18] raise Terminated(signal) [2026-08-01 14:06:18] Terminated: 15 [2026-08-01 14:06:18] During handling of the above exception, another exception occurred: [2026-08-01 14:06:18] Traceback (most recent call last): [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3624, in run_single_test [2026-08-01 14:06:18] proc.wait(args.timeout) [2026-08-01 14:06:18] ~~~~~~~~~^^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/usr/lib/python3.13/subprocess.py", line 1293, in wait [2026-08-01 14:06:18] self._wait(timeout=sigint_timeout) [2026-08-01 14:06:18] ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/usr/lib/python3.13/subprocess.py", line 2079, in _wait [2026-08-01 14:06:18] time.sleep(delay) [2026-08-01 14:06:18] ~~~~~~~~~~^^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:18] raise Terminated(signal) [2026-08-01 14:06:18] Terminated: 15 [2026-08-01 14:06:18] During handling of the above exception, another exception occurred: [2026-08-01 14:06:18] Traceback (most recent call last): [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3865, in run [2026-08-01 14:06:18] raise e [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3830, in run [2026-08-01 14:06:18] ) = self.run_single_test(args.server_logs_level, client_options) [2026-08-01 14:06:18] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3630, in run_single_test [2026-08-01 14:06:18] cleanup_cgroup(cgroup_name) [2026-08-01 14:06:18] ~~~~~~~~~~~~~~^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 2047, in cleanup_cgroup [2026-08-01 14:06:18] def cleanup_cgroup(cgroup_name: str): [2026-08-01 14:06:18] [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:18] raise Terminated(signal) [2026-08-01 14:06:18] Terminated: 15 [2026-08-01 14:06:18] During handling of the above exception, another exception occurred: [2026-08-01 14:06:18] Traceback (most recent call last): [2026-08-01 14:06:18] File "/usr/lib/python3.13/multiprocessing/process.py", line 313, in _bootstrap [2026-08-01 14:06:18] self.run() [2026-08-01 14:06:18] ~~~~~~~~^^ [2026-08-01 14:06:18] File "/usr/lib/python3.13/multiprocessing/process.py", line 108, in run [2026-08-01 14:06:18] self._target(*self._args, **self._kwargs) [2026-08-01 14:06:18] ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 5146, in run_tests_process [2026-08-01 14:06:18] return run_tests_array(*args_, **kwargs) [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4825, in run_tests_array [2026-08-01 14:06:18] raise e [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 4744, in run_tests_array [2026-08-01 14:06:18] test_result = test_case.run(args, test_suite, client_options) [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 3919, in run [2026-08-01 14:06:18] self.remove_settings_from_env() [2026-08-01 14:06:18] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 2278, in remove_settings_from_env [2026-08-01 14:06:18] def remove_settings_from_env(self): [2026-08-01 14:06:18] [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 6796, in signal_handler [2026-08-01 14:06:18] raise Terminated(signal) [2026-08-01 14:06:18] Terminated: 15 [2026-08-01 14:06:18] Test run aborted: test run was stopped (see earlier output for the cause) [2026-08-01 14:06:18] Traceback (most recent call last): [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 7058, in [2026-08-01 14:06:18] main(args) [2026-08-01 14:06:18] ~~~~^^^^^^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 5999, in main [2026-08-01 14:06:18] total_tests_run += do_run_tests( [2026-08-01 14:06:18] ~~~~~~~~~~~~^ [2026-08-01 14:06:18] args.jobs, [2026-08-01 14:06:18] ^^^^^^^^^^ [2026-08-01 14:06:18] ...<5 lines>... [2026-08-01 14:06:18] runner_process_killed, [2026-08-01 14:06:18] ^^^^^^^^^^^^^^^^^^^^^^ [2026-08-01 14:06:18] ) [2026-08-01 14:06:18] ^ [2026-08-01 14:06:18] File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/clickhouse-test", line 5368, in do_run_tests [2026-08-01 14:06:18] raise StopTesting( [2026-08-01 14:06:18] "test run was stopped (see earlier output for the cause)" [2026-08-01 14:06:18] ) [2026-08-01 14:06:18] StopTesting: test run was stopped (see earlier output for the cause) [2026-08-01 16:25:54] WARNING: Timeout exceeded [9000] for [3865] [2026-08-01 16:25:54] Send SIGTERM to [3865] [2026-08-01 16:25:54] Run command: [docker rm -f praktika_d43e545b71f9] [2026-08-01 16:25:54] Graceful termination timeout, send SIGKILL to [3865] [2026-08-01 16:25:55] Error response from daemon: removal of container praktika_d43e545b71f9 is already in progress [2026-08-01 16:25:55] ERROR: command failed after 1/1 attempt(s), exit code: 1 [2026-08-01 16:25:55] --- Fixing file ownership after running docker as root [2026-08-01 16:25:55] Run command: [docker run --rm --user root --volume ./:/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse --workdir=/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse clickhouse/stateless-test:fbbff9a52c8be0087d39_arm chown -R 1000:1000 ./ci/tmp] [2026-08-01 16:25:57] WARNING: Job timed out: [Stateless tests (arm_binary, parallel)], timeout [9000], exit code [-15] [2026-08-01 16:25:57] INFO: disk status after running a job: [2026-08-01 16:25:57] Run command: [df -h] [2026-08-01 16:25:57] Filesystem Size Used Avail Use% Mounted on [2026-08-01 16:25:57] /dev/root 194G 34G 161G 18% / [2026-08-01 16:25:57] tmpfs 31G 0 31G 0% /dev/shm [2026-08-01 16:25:57] tmpfs 13G 2.1M 13G 1% /run [2026-08-01 16:25:57] tmpfs 5.0M 0 5.0M 0% /run/lock [2026-08-01 16:25:57] tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup [2026-08-01 16:25:57] efivarfs 128K 3.3K 125K 3% /sys/firmware/efi/efivars [2026-08-01 16:25:57] /dev/nvme0n1p15 98M 6.3M 92M 7% /boot/efi [2026-08-01 16:25:57] ERROR: Run failed with exit code [-15] [2026-08-01 16:25:57] === Run script finished === [2026-08-01 16:25:57] === Post run script [Stateless tests (arm_binary, parallel)], workflow [PR] === [2026-08-01 16:25:57] Job's output: [[]] [2026-08-01 16:25:57] Insert results to CIDB [2026-08-01 16:25:58] INFO: 1 rows inserted into CIDB [2026-08-01 16:25:58] Run CI cache hook [2026-08-01 16:25:58] Checking for flaky tests and infrastructure issues... [2026-08-01 16:25:58] Run command: [gunzip -f /tmp/issue_catalog.json.gz] [2026-08-01 16:25:58] Loaded 45 active issues [2026-08-01 16:25:58] Flaky test check and infrastructure issue check completed [2026-08-01 16:25:58] Run html report hook [2026-08-01 16:25:58] File [./ci/tmp/job.log] matches Settings.TEXT_CONTENT_EXTENSIONS [['.txt', '.log', '.err', '.out', '.tsv', '.csv', '.json', '.jsonl']] - add text attribute for s3 object