[2026-09-18 13:08:41] === Setup env script [Integration tests (amd_asan_ubsan, targeted)], workflow [PR] === [2026-09-18 13:08:41] Run command: [. ./ci/tmp/praktika_setup_env.sh] [2026-09-18 13:08:41] Read GH Environment from workflow data [2026-09-18 13:08:41] _Environment(WORKFLOW_NAME='PR', JOB_NAME='Integration tests (amd_asan_ubsan, targeted)', REPOSITORY='Altinity/ClickHouse', BRANCH='cas/gc-parallel-delete-blobs', SHA='3a13b956ae19153434eea3e31e375639719204be', PR_NUMBER=2351, EVENT_TYPE='pull_request', EVENT_TIME='2026-09-18T11:48:59Z', JOB_OUTPUT_STREAM='/home/ubuntu/_work/_temp/_runner_file_commands/set_output_81eba0aa-0fbf-40f6-822a-3bd30f0ab296', EVENT_FILE_PATH='/home/ubuntu/_work/_temp/_github_workflow/event.json', CHANGE_URL='https://github.com/Altinity/ClickHouse/pull/2351', COMMIT_URL='https://github.com/Altinity/ClickHouse/pull/2351/commits/3a13b956ae19153434eea3e31e375639719204be', BASE_BRANCH='antalya-26.6', RUN_ID='35341493723', RUN_URL='https://github.com/Altinity/ClickHouse/actions/runs/35341493723', INSTANCE_TYPE='altinity-self-hosted', INSTANCE_ID='altinity-self-hosted', INSTANCE_LIFE_CYCLE='altinity-self-hosted', PR_BODY='Bench results:\r\n\r\n```\r\n cas_gc_io_concurrency pending_deletes Throughput Active GC time Full drain time\r\n ━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━\r\n 1 33.99 s 247 blobs/s 34.18 s 88.8 s\r\n ─────────────────────── ───────────────── ─────────────── ──────────────── ─────────────────\r\n 16 2.90 s 2,900 blobs/s 3.10 s 53.3 s\r\n```\r\n### Changelog category (leave one):\r\n- Performance Improvement\r\n\r\n\r\n### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):\r\nAdded cas_gc_redelete_concurrency to run blob deletes in the CAS GC pending_deletes phase in parallel.\r\n\r\n### Documentation entry for user-facing changes\r\n...\r\n\r\n### CI/CD Options\r\n#### Exclude tests:\r\n- [ ] Fast test\r\n- [ ] Integration Tests\r\n- [ ] Stateless tests\r\n- [ ] Stateful tests\r\n- [ ] Unit tests\r\n- [ ] Performance tests\r\n- [x] Aarch64 tests\r\n- [ ] All with ASAN\r\n- [ ] All with TSAN\r\n- [x] All with MSAN\r\n- [ ] All with UBSAN\r\n- [x] All with Coverage\r\n- [ ] All Regression\r\n- [ ] Disable CI Cache\r\n\r\n#### Regression jobs to run:\r\n- [ ] Fast suites (mostly <1h)\r\n- [ ] Aggregate Functions (2h)\r\n- [ ] Alter (1.5h)\r\n- [ ] Benchmark (30m)\r\n- [x] CAS (content-addressed storage; Antalya only)\r\n- [ ] ClickHouse Keeper (1h)\r\n- [x] Iceberg (2h)\r\n- [ ] LDAP (1h)\r\n- [x] OAuth (5m)\r\n- [x] Parquet (1.5h)\r\n- [ ] RBAC (1.5h)\r\n- [ ] SSL Server (1h)\r\n- [ ] S3 (2h)\r\n- [x] S3 Export (2h)\r\n- [x] Swarms (30m)\r\n- [ ] Tiered Storage (2h)\r\n', PR_TITLE='CAS: parallel delete blobs', USER_LOGIN='k-morozov', FORK_NAME='Altinity/ClickHouse', COMMIT_MESSAGE='', LINKED_PR_NUMBER=0, LOCAL_RUN=False, PR_LABELS=['antalya', 'antalya-26.6', 'CAS'], REPORT_MESSAGES=[], JOB_CONFIG=Integration tests (amd_asan_ubsan, targeted), TRACEBACKS=[], WORKFLOW_JOB_DATA={'check_run_id': 105607427201, 'workflow_ref': 'Altinity/ClickHouse/.github/workflows/pull_request.yml@refs/pull/2351/merge', 'workflow_sha': '9ba76594d8e8e54806360416c11d144b7c5c59be', 'workflow_repository': 'Altinity/ClickHouse', 'workflow_file_path': '.github/workflows/pull_request.yml', 'status': 'success'}, JOB_KV_DATA={'commit_authors': [], 'parent_pr_number': 0, 'changed_files': ['docs/en/antalya/cas/architecture/garbage-collection.md', 'docs/en/antalya/cas/configuration.md', 'docs/en/antalya/cas/operations/debugging.md', 'docs/en/operations/storing-data.md', 'docs/en/operations/system-tables/cas_gc_log.md', 'docs/en/sql-reference/statements/system.md', 'src/Common/ProfileEvents.cpp', 'src/Common/setThreadName.h', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/ContentAddressedMetadataStorage.cpp', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/ContentAddressedMetadataStorage.h', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/ContentAddressedSettings.cpp', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/Gc/CasGc.cpp', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/Gc/CasGc.h', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/Gc/CasGcScheduler.cpp', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/Gc/CasGcScheduler.h', 'src/Disks/DiskObjectStorage/MetadataStorages/ContentAddressed/Pool/CasPool.h', 'src/Disks/tests/gtest_cas_gc_read_ahead.cpp', 'src/Disks/tests/gtest_cas_gc_redelete_concurrency.cpp', 'src/Disks/tests/gtest_cas_ref_gc.cpp', 'src/Disks/tests/gtest_cas_settings.cpp', 'src/Interpreters/ContentAddressedGarbageCollectionLog.cpp', 'src/Interpreters/ContentAddressedGarbageCollectionLog.h', 'src/Interpreters/InterpreterSystemQuery.cpp'], 'build_digest': '0eb66b4d193e051892fd', 'master_commits': ['{"message":"Not Found","documentation_url":"https://docs.github.com/rest/commits/commits#list-commits","status":"404"}'], 'merge_base_commit_sha': '0c206c66f06f5cebffd8f908ab00767ef6055958', 'master_track_commits_sha': ['907703cf7f8807f92adb5e5a9ecd1ac85faa7347', 'a669ff59aa432a90bc80a50586af9d18b7891e2c', '919bd25e38144b491af97bca154eab0a20b72691', '2f4f092bb58097ef5776d6dea34b8d56462a74bb', '66cb75ef8b5299ecab8e7f9ff1dafdd0f26d77bb', '66a2ea5ccd76d22e93cbe8208f51f18cb41bbce6', 'f1abcf435a83e5286e5ff3c8f1f74b0f6129b0db', '482a836f40384a8407a1d2691539a06fe05f4b52', '1d7c3c96a027fff4ddc7508f3ec30bac995aa6d1', '105d093504cb3d9642d37ed4f1f7ad869c8dda4c', '39cad60b7f3918d21f6c210877a469f885bd9751', '8aa94ea490c83930272cb0e6f73546f74a655f43', '81817b6f1c3436c80f6f94e86672726229fc43dc', '0ccff1ed8cdaad981c0f7ee56176ea822dbe72e1', '2073b1f88dec885444fac97edb8179ad1753c1ad', 'c3ae984b1ba135a159c493ca46534746b3ec1e87', '08a41d9caf48e97a72c4a2044e6b2e03c27e75fb', '10b7588c9efc4cfbd46c507fe7063d236ed6df0a', '745871c133bd150d2d8bd15932b6e206d90592fe', '622a4a3829e26ce5e8abb516385c57b454bbeed4', '5181377d3c93c4456d10bced8b9a24d8a91d0e09', '58ed9d571cd98ca1cd13f000be35933ff9e52a9b', 'b3c747bb0358bd959c0f7b53431e2238e2f55f26', 'a88ca7562191cd388c854f59f03c507952208ecf', '1f544e19dd51feebb3529d3638dfedd49c2907b8', 'cc5dca0442eb53ea5e6d51a06d3f789b5577e961', '5b547003b27b2ad082fb3453b290cba40dbc8009', '14d9b8de424478f8897a124d7e7ecf7f372b1a7e', 'c000f8a26025824318b52bd40c6a3a08676d987e', '6e10e116421a08a1dc9e5cc3876a08b87938faa3'], 'changed_integration_tests': [], 'version': {'major': 26, 'minor': 6, 'patch': 4, 'revision': '54514', 'githash': 'c40659002db83ab4ba5d3c7152a5ef8236ee2fab', 'tweak': '20001', 'flavour': 'altinityantalya', 'describe': 'v26.6.4.20001.altinityantalya', 'string': '26.6.4.20001.altinityantalya'}}, 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=[], WORKFLOW_CONFIG={'name': 'PR', 'digest_jobs': {'Config Workflow': 'ffffffffffffffffffff', 'Dockers Build (amd)': '9d3e87eb065094afdf6f-fd84', 'Dockers Build (arm)': '9d3e87eb065094afdf6f-95f3', 'Dockers Build (multiplatform manifest)': '9d3e87eb065094afdf6f-fd84-95f3-a792', 'Fast test': 'b0674529a939cc2af61f-a15f', 'CI Tests': '5bc5d0ae8945e6358f97-00be', 'Build (amd_debug)': '0eb66b4d193e051892fd-76d1', 'Build (amd_asan_ubsan)': '0eb66b4d193e051892fd-78c9', 'Build (amd_binary)': '0eb66b4d193e051892fd-ac4c', 'Build (arm_debug)': '0eb66b4d193e051892fd-7ba3', 'Build (arm_asan_ubsan)': '0eb66b4d193e051892fd-bfdf', 'Build (arm_ubsan)': '0eb66b4d193e051892fd-140c', 'Build (arm_binary)': '0eb66b4d193e051892fd-8b8b', 'Build (amd_tsan)': '0eb66b4d193e051892fd-28f2', 'Build (amd_msan)': '0eb66b4d193e051892fd-2836', 'Build (arm_tsan)': '0eb66b4d193e051892fd-c656', 'Build (arm_msan)': '0eb66b4d193e051892fd-1518', 'Build (amd_release)': '0eb66b4d193e051892fd-fcfb', 'Build (arm_release)': '0eb66b4d193e051892fd-fe3a', 'Quick functional tests': '0eb66b4d193e051892fd-76d1-3ae7a6c28fffe0b88f6d-8843', 'Stateless tests (arm_asan_ubsan, targeted)': '0eb66b4d193e051892fd-bfdf-3a34f799adbb0e856d85-7438', 'Integration tests (amd_asan_ubsan, targeted)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-081f', 'AST fuzzer (amd_debug, targeted)': '0eb66b4d193e051892fd-76d1-b34f71a92f079fe76b6d-a754', 'AST fuzzer (amd_debug, targeted, old_compatibility)': '0eb66b4d193e051892fd-76d1-b34f71a92f079fe76b6d-7b68', 'Stateless tests (amd_asan_ubsan, distributed plan, parallel, 1/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-7749', 'Stateless tests (amd_asan_ubsan, distributed plan, parallel, 2/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-0195', 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 1/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-a4d3', 'Stateless tests (amd_asan_ubsan, db disk, distributed plan, sequential, 2/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-18ae', 'Stateless tests (amd_debug, parallel)': '0eb66b4d193e051892fd-76d1-3a34f799adbb0e856d85-2571', 'Stateless tests (amd_debug, sequential)': '0eb66b4d193e051892fd-76d1-3a34f799adbb0e856d85-bc21', 'Stateless tests (amd_tsan, parallel, 1/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-f1a2', 'Stateless tests (amd_tsan, parallel, 2/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-28c3', 'Stateless tests (amd_tsan, sequential, 1/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-a1de', 'Stateless tests (amd_tsan, sequential, 2/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-9914', 'Stateless tests (amd_msan, WasmEdge, parallel, 1/4)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-d561', 'Stateless tests (amd_msan, WasmEdge, parallel, 2/4)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-e11a', 'Stateless tests (amd_msan, WasmEdge, parallel, 3/4)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-4c0f', 'Stateless tests (amd_msan, WasmEdge, parallel, 4/4)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-254d', 'Stateless tests (amd_msan, WasmEdge, sequential, 1/2)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-7f08', 'Stateless tests (amd_msan, WasmEdge, sequential, 2/2)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-5c4d', 'Stateless tests (amd_debug, distributed plan, s3 storage, parallel)': '0eb66b4d193e051892fd-76d1-3a34f799adbb0e856d85-52e8', 'Stateless tests (amd_debug, distributed plan, s3 storage, sequential)': '0eb66b4d193e051892fd-76d1-3a34f799adbb0e856d85-0010', 'Stateless tests (amd_tsan, s3 storage, parallel, 1/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-dc01', 'Stateless tests (amd_tsan, s3 storage, parallel, 2/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-1273', 'Stateless tests (amd_tsan, s3 storage, sequential, 1/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-0be2', 'Stateless tests (amd_tsan, s3 storage, sequential, 2/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-3d22', 'Stateless tests (arm_binary, parallel)': '0eb66b4d193e051892fd-8b8b-3a34f799adbb0e856d85-5371', 'Stateless tests (arm_binary, sequential)': '0eb66b4d193e051892fd-8b8b-3a34f799adbb0e856d85-4ec9', 'Stateless tests (amd_binary, cas s3 storage, parallel)': '0eb66b4d193e051892fd-ac4c-3a34f799adbb0e856d85-75e6', 'Stateless tests (amd_asan_ubsan, cas s3 storage, parallel, 1/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-92ca', 'Stateless tests (amd_asan_ubsan, cas s3 storage, parallel, 2/2)': '0eb66b4d193e051892fd-78c9-3a34f799adbb0e856d85-b2d2', 'Stateless tests (amd_tsan, cas s3 storage, parallel, 1/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-1b5c', 'Stateless tests (amd_tsan, cas s3 storage, parallel, 2/2)': '0eb66b4d193e051892fd-28f2-3a34f799adbb0e856d85-69ee', 'Stateless tests (amd_msan, cas s3 storage, parallel, 1/3)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-71cb', 'Stateless tests (amd_msan, cas s3 storage, parallel, 2/3)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-3099', 'Stateless tests (amd_msan, cas s3 storage, parallel, 3/3)': '0eb66b4d193e051892fd-2836-3a34f799adbb0e856d85-2de0', 'Stateless tests (arm_binary, cas s3 storage, parallel)': '0eb66b4d193e051892fd-8b8b-3a34f799adbb0e856d85-74da', 'Stateless tests (amd_binary, cas storage, parallel)': '0eb66b4d193e051892fd-ac4c-3a34f799adbb0e856d85-165f', 'Stateless tests (arm_asan_ubsan, azure, parallel)': '0eb66b4d193e051892fd-bfdf-3a34f799adbb0e856d85-95e8', 'Stateless tests (arm_asan_ubsan, azure, sequential, 1/2)': '0eb66b4d193e051892fd-bfdf-3a34f799adbb0e856d85-5027', 'Stateless tests (arm_asan_ubsan, azure, sequential, 2/2)': '0eb66b4d193e051892fd-bfdf-3a34f799adbb0e856d85-0df8', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 1/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-c502', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 2/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-a8de', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 3/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-5809', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 4/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-f142', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 5/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-c14a', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 6/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-c477', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 7/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-8cba', 'Integration tests (amd_asan_ubsan, db disk, old analyzer, 8/8)': '0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-4bdc', 'Integration tests (arm_binary, distributed plan, 1/4)': '0eb66b4d193e051892fd-8b8b-e491d59452e50bdfd6ef-c04b', 'Integration tests (arm_binary, distributed plan, 2/4)': '0eb66b4d193e051892fd-8b8b-e491d59452e50bdfd6ef-3527', 'Integration tests (arm_binary, distributed plan, 3/4)': '0eb66b4d193e051892fd-8b8b-e491d59452e50bdfd6ef-e50c', 'Integration tests (arm_binary, distributed plan, 4/4)': '0eb66b4d193e051892fd-8b8b-e491d59452e50bdfd6ef-c165', 'Integration tests (amd_tsan, 1/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-d863', 'Integration tests (amd_tsan, 2/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-a0e8', 'Integration tests (amd_tsan, 3/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-bd8f', 'Integration tests (amd_tsan, 4/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-13d6', 'Integration tests (amd_tsan, 5/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-deb0', 'Integration tests (amd_tsan, 6/6)': '0eb66b4d193e051892fd-28f2-e491d59452e50bdfd6ef-6706', 'Integration tests (amd_msan, 1/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-e8f9', 'Integration tests (amd_msan, 2/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-5378', 'Integration tests (amd_msan, 3/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-d5da', 'Integration tests (amd_msan, 4/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-e845', 'Integration tests (amd_msan, 5/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-0faf', 'Integration tests (amd_msan, 6/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-d5eb', 'Integration tests (amd_msan, 7/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-1ce4', 'Integration tests (amd_msan, 8/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-50f5', 'Integration tests (amd_msan, 9/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-3843', 'Integration tests (amd_msan, 10/10)': '0eb66b4d193e051892fd-2836-e491d59452e50bdfd6ef-87a1', 'Unit tests (asan_ubsan)': '0eb66b4d193e051892fd-78c9-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-bafc', 'Unit tests (tsan)': '0eb66b4d193e051892fd-28f2-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-a394', 'Unit tests (msan)': '0eb66b4d193e051892fd-2836-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-d76b', 'Unit tests (asan_ubsan, function_prop_fuzzer)': '0eb66b4d193e051892fd-78c9-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-d002', 'Unit tests (tsan, function_prop_fuzzer)': '0eb66b4d193e051892fd-28f2-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-a26e', 'Unit tests (msan, function_prop_fuzzer)': '0eb66b4d193e051892fd-2836-18ec03938d07638f39e1-00d24f6e5c9886bd2d31-c8e2', 'Docker server image': '0eb66b4d193e051892fd-fcfb-fe3a-51071785a96fc0bc80e8-fb7b', 'Docker keeper image': '0eb66b4d193e051892fd-fcfb-fe3a-51071785a96fc0bc80e8-494c', 'Install packages (amd_release)': '0eb66b4d193e051892fd-fcfb-11be6b98770e6800963f-571f', 'Install packages (arm_release)': '0eb66b4d193e051892fd-fe3a-11be6b98770e6800963f-5c30', 'Compatibility check (amd_release)': '0eb66b4d193e051892fd-fcfb-d7eab69ed31c18f94d8d-af56', 'Compatibility check (arm_release)': '0eb66b4d193e051892fd-fe3a-d7eab69ed31c18f94d8d-0435', 'Stress test (amd_debug)': '0eb66b4d193e051892fd-76d1-7b620c25596781d5ee2c-9bd3', 'Stress test (amd_debug, cas s3 storage)': '0eb66b4d193e051892fd-76d1-7b620c25596781d5ee2c-c783', 'Stress test (amd_asan_ubsan)': '0eb66b4d193e051892fd-78c9-7b620c25596781d5ee2c-949a', 'Stress test (amd_asan_ubsan, cas s3 storage)': '0eb66b4d193e051892fd-78c9-7b620c25596781d5ee2c-4602', 'Stress test (amd_tsan)': '0eb66b4d193e051892fd-28f2-7b620c25596781d5ee2c-e338', 'Stress test (amd_tsan, cas s3 storage)': '0eb66b4d193e051892fd-28f2-7b620c25596781d5ee2c-83e5', 'Stress test (amd_msan)': '0eb66b4d193e051892fd-2836-7b620c25596781d5ee2c-1e72', 'Stress test (amd_msan, cas s3 storage)': '0eb66b4d193e051892fd-2836-7b620c25596781d5ee2c-62c3', 'Stress test (arm_release)': '0eb66b4d193e051892fd-fe3a-7b620c25596781d5ee2c-c5a2', 'Stress test (arm_debug)': '0eb66b4d193e051892fd-7ba3-7b620c25596781d5ee2c-862b', 'Stress test (arm_asan_ubsan)': '0eb66b4d193e051892fd-bfdf-7b620c25596781d5ee2c-bf7a', 'Stress test (arm_asan_ubsan, s3)': '0eb66b4d193e051892fd-bfdf-7b620c25596781d5ee2c-f0de', 'Stress test (arm_tsan)': '0eb66b4d193e051892fd-c656-7b620c25596781d5ee2c-80b8', 'Stress test (arm_msan)': '0eb66b4d193e051892fd-1518-7b620c25596781d5ee2c-ddee', 'Stress test (arm_ubsan)': '0eb66b4d193e051892fd-140c-7b620c25596781d5ee2c-aa5a', 'AST fuzzer (amd_debug)': '0eb66b4d193e051892fd-76d1-7cd4561fdb8dd50d3670-40de', 'AST fuzzer (arm_asan_ubsan)': '0eb66b4d193e051892fd-bfdf-7cd4561fdb8dd50d3670-6f20', 'AST fuzzer (amd_tsan)': '0eb66b4d193e051892fd-28f2-7cd4561fdb8dd50d3670-fcca', 'AST fuzzer (amd_msan)': '0eb66b4d193e051892fd-2836-7cd4561fdb8dd50d3670-06e6', 'BuzzHouse (amd_debug)': '0eb66b4d193e051892fd-76d1-0907390b6d62404d4b53-8897', 'BuzzHouse (arm_asan_ubsan)': '0eb66b4d193e051892fd-bfdf-0907390b6d62404d4b53-0252', 'BuzzHouse (amd_tsan)': '0eb66b4d193e051892fd-28f2-0907390b6d62404d4b53-34ff', 'BuzzHouse (amd_msan)': '0eb66b4d193e051892fd-2836-0907390b6d62404d4b53-c896', 'SQLLogic test': '0eb66b4d193e051892fd-fe3a-0cfdcb36487615d90f73-21284519f4bd6d0fd6db-b1c9', 'SQLStorm test': '0eb66b4d193e051892fd-fe3a-0cfdcb36487615d90f73-692353cf7bb4891c715f-4b55', 'Keeper Stress Tests (PR)': '0eb66b4d193e051892fd-8b8b-c6015d0e0b2bd5e407f4-6f7c', 'Build Toolchain (PGO, BOLT) (amd64)': '9ffdda153f8d5041781d-f405', 'Build Toolchain (PGO, BOLT) (aarch64)': '9ffdda153f8d5041781d-ff14', 'Source upload': 'ffffffffffffffffffff', 'Finish Workflow': 'ffffffffffffffffffff'}, 'digest_dockers': {'altinityinfra/style-test': 'e14c3a1b6e1ba0d98798', 'altinityinfra/fasttest': '51e7e4fcb6a26216e0b0', 'altinityinfra/binary-builder': '62366ab7318621826601', 'altinityinfra/cctools': 'a45a05539f9012f7b8f8', 'altinityinfra/test-base': '18ec03938d07638f39e1', 'altinityinfra/fuzzer': '55c0844a1a1b57470a2b', 'altinityinfra/performance-comparison': '8312ea56ec4494e65844', 'altinityinfra/keeper-jepsen-test': 'ab237da696a75a80b2bc', 'altinityinfra/server-jepsen-test': 'feb4221c68ce27eff11e', 'altinityinfra/integration-test': '8ef8b8c53caadb037d60', 'altinityinfra/integration-tests-runner': '07609a51f0f081025d73', 'altinityinfra/integration-test-with-unity-catalog': 'eea17ddacf7bd60a6ce2', 'altinityinfra/integration-test-with-hms': '1f00e047ed5ab9e5e616', 'altinityinfra/integration-helper': '5dc43a6382f0055b4d8e', 'altinityinfra/kerberos-kdc': '9391ecdee8d716376396', 'altinityinfra/test-mysql80': '5325e18f3269f578f044', 'altinityinfra/test-mysql57': '4d3b6a2e9f51ec2644be', 'altinityinfra/mysql-golang-client': '4e2f6aa1571ffde03183', 'altinityinfra/mysql-java-client': 'd02850b5045db9c22d37', 'altinityinfra/mysql-js-client': '77a3fdb2d4bc2e3d94e6', 'altinityinfra/arrowflight-server-test': 'f7ca5d17ed977c92b143', 'altinityinfra/dotnet-client': '50da1ccb94f49087d3f0', 'altinityinfra/mysql-php-client': '199f1620a1e4cd493f05', 'altinityinfra/nginx-dav': 'aa33b6ad5665b723c6e4', 'altinityinfra/postgresql-java-client': '5e4eae05db98b1c32095', 'altinityinfra/python-bottle': '426daa4ec42501225a52', 'altinityinfra/s3-proxy': '57c3f2d0385fc09b9f6c', 'altinityinfra/docs-builder': '6233f6589d0cd54ce22d', 'altinityinfra/install-deb-test': '39288a035239e0fe21db', 'altinityinfra/install-rpm-test': '6f408fc7fa9d466a1090', 'altinityinfra/sqlancer-test': '04df65ed40e54f9fefbf', 'altinityinfra/mysql_dotnet_client': '4f8d4e34b2cb30ecaa89', 'altinityinfra/stateless-test': '0cfdcb36487615d90f73', 'altinityinfra/stress-test': 'b19fd976c3b5ab865c75'}, 'cache_success': ['Build (arm_debug)', 'Build (arm_asan_ubsan)', 'Build (arm_ubsan)', 'Build (arm_binary)', 'Build (amd_msan)', 'Build (arm_tsan)', 'Build (arm_msan)', 'Stateless tests (arm_asan_ubsan, targeted)', 'Stateless tests (amd_msan, WasmEdge, parallel, 1/4)', 'Stateless tests (amd_msan, WasmEdge, parallel, 2/4)', 'Stateless tests (amd_msan, WasmEdge, parallel, 3/4)', 'Stateless tests (amd_msan, WasmEdge, parallel, 4/4)', 'Stateless tests (amd_msan, WasmEdge, sequential, 1/2)', 'Stateless tests (amd_msan, WasmEdge, sequential, 2/2)', 'Stateless tests (arm_binary, parallel)', 'Stateless tests (arm_binary, sequential)', 'Stateless tests (amd_msan, cas s3 storage, parallel, 1/3)', 'Stateless tests (amd_msan, cas s3 storage, parallel, 2/3)', 'Stateless tests (amd_msan, cas s3 storage, parallel, 3/3)', 'Stateless tests (arm_binary, cas s3 storage, parallel)', 'Stateless tests (arm_asan_ubsan, azure, parallel)', 'Stateless tests (arm_asan_ubsan, azure, sequential, 1/2)', 'Stateless tests (arm_asan_ubsan, azure, sequential, 2/2)', 'Integration tests (arm_binary, distributed plan, 1/4)', 'Integration tests (arm_binary, distributed plan, 2/4)', 'Integration tests (arm_binary, distributed plan, 3/4)', 'Integration tests (arm_binary, distributed plan, 4/4)', 'Integration tests (amd_msan, 1/10)', 'Integration tests (amd_msan, 2/10)', 'Integration tests (amd_msan, 3/10)', 'Integration tests (amd_msan, 4/10)', 'Integration tests (amd_msan, 5/10)', 'Integration tests (amd_msan, 6/10)', 'Integration tests (amd_msan, 7/10)', 'Integration tests (amd_msan, 8/10)', 'Integration tests (amd_msan, 9/10)', 'Integration tests (amd_msan, 10/10)', 'Unit tests (msan)', 'Unit tests (msan, function_prop_fuzzer)', 'Install packages (arm_release)', 'Compatibility check (arm_release)', 'Stress test (amd_msan)', 'Stress test (amd_msan, cas s3 storage)', 'Stress test (arm_release)', 'Stress test (arm_debug)', 'Stress test (arm_asan_ubsan)', 'Stress test (arm_asan_ubsan, s3)', 'Stress test (arm_tsan)', 'Stress test (arm_msan)', 'Stress test (arm_ubsan)', 'AST fuzzer (arm_asan_ubsan)', 'AST fuzzer (amd_msan)', 'BuzzHouse (arm_asan_ubsan)', 'BuzzHouse (amd_msan)', 'Keeper Stress Tests (PR)', 'Build Toolchain (PGO, BOLT) (amd64)', 'Build Toolchain (PGO, BOLT) (aarch64)', 'CI Tests', 'Dockers Build (amd)', 'Dockers Build (arm)', 'Dockers Build (multiplatform manifest)'], 'cache_success_base64': ['QnVpbGQgKGFybV9kZWJ1Zyk=', 'QnVpbGQgKGFybV9hc2FuX3Vic2FuKQ==', 'QnVpbGQgKGFybV91YnNhbik=', 'QnVpbGQgKGFybV9iaW5hcnkp', 'QnVpbGQgKGFtZF9tc2FuKQ==', 'QnVpbGQgKGFybV90c2FuKQ==', 'QnVpbGQgKGFybV9tc2FuKQ==', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYXNhbl91YnNhbiwgdGFyZ2V0ZWQp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHBhcmFsbGVsLCAxLzQp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHBhcmFsbGVsLCAyLzQp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHBhcmFsbGVsLCAzLzQp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHBhcmFsbGVsLCA0LzQp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHNlcXVlbnRpYWwsIDEvMik=', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgV2FzbUVkZ2UsIHNlcXVlbnRpYWwsIDIvMik=', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYmluYXJ5LCBwYXJhbGxlbCk=', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYmluYXJ5LCBzZXF1ZW50aWFsKQ==', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgY2FzIHMzIHN0b3JhZ2UsIHBhcmFsbGVsLCAxLzMp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgY2FzIHMzIHN0b3JhZ2UsIHBhcmFsbGVsLCAyLzMp', 'U3RhdGVsZXNzIHRlc3RzIChhbWRfbXNhbiwgY2FzIHMzIHN0b3JhZ2UsIHBhcmFsbGVsLCAzLzMp', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYmluYXJ5LCBjYXMgczMgc3RvcmFnZSwgcGFyYWxsZWwp', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYXNhbl91YnNhbiwgYXp1cmUsIHBhcmFsbGVsKQ==', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYXNhbl91YnNhbiwgYXp1cmUsIHNlcXVlbnRpYWwsIDEvMik=', 'U3RhdGVsZXNzIHRlc3RzIChhcm1fYXNhbl91YnNhbiwgYXp1cmUsIHNlcXVlbnRpYWwsIDIvMik=', 'SW50ZWdyYXRpb24gdGVzdHMgKGFybV9iaW5hcnksIGRpc3RyaWJ1dGVkIHBsYW4sIDEvNCk=', 'SW50ZWdyYXRpb24gdGVzdHMgKGFybV9iaW5hcnksIGRpc3RyaWJ1dGVkIHBsYW4sIDIvNCk=', 'SW50ZWdyYXRpb24gdGVzdHMgKGFybV9iaW5hcnksIGRpc3RyaWJ1dGVkIHBsYW4sIDMvNCk=', 'SW50ZWdyYXRpb24gdGVzdHMgKGFybV9iaW5hcnksIGRpc3RyaWJ1dGVkIHBsYW4sIDQvNCk=', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCAxLzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCAyLzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCAzLzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA0LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA1LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA2LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA3LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA4LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCA5LzEwKQ==', 'SW50ZWdyYXRpb24gdGVzdHMgKGFtZF9tc2FuLCAxMC8xMCk=', 'VW5pdCB0ZXN0cyAobXNhbik=', 'VW5pdCB0ZXN0cyAobXNhbiwgZnVuY3Rpb25fcHJvcF9mdXp6ZXIp', 'SW5zdGFsbCBwYWNrYWdlcyAoYXJtX3JlbGVhc2Up', 'Q29tcGF0aWJpbGl0eSBjaGVjayAoYXJtX3JlbGVhc2Up', 'U3RyZXNzIHRlc3QgKGFtZF9tc2FuKQ==', 'U3RyZXNzIHRlc3QgKGFtZF9tc2FuLCBjYXMgczMgc3RvcmFnZSk=', 'U3RyZXNzIHRlc3QgKGFybV9yZWxlYXNlKQ==', 'U3RyZXNzIHRlc3QgKGFybV9kZWJ1Zyk=', 'U3RyZXNzIHRlc3QgKGFybV9hc2FuX3Vic2FuKQ==', 'U3RyZXNzIHRlc3QgKGFybV9hc2FuX3Vic2FuLCBzMyk=', 'U3RyZXNzIHRlc3QgKGFybV90c2FuKQ==', 'U3RyZXNzIHRlc3QgKGFybV9tc2FuKQ==', 'U3RyZXNzIHRlc3QgKGFybV91YnNhbik=', 'QVNUIGZ1enplciAoYXJtX2FzYW5fdWJzYW4p', 'QVNUIGZ1enplciAoYW1kX21zYW4p', 'QnV6ekhvdXNlIChhcm1fYXNhbl91YnNhbik=', 'QnV6ekhvdXNlIChhbWRfbXNhbik=', 'S2VlcGVyIFN0cmVzcyBUZXN0cyAoUFIp', 'QnVpbGQgVG9vbGNoYWluIChQR08sIEJPTFQpIChhbWQ2NCk=', 'QnVpbGQgVG9vbGNoYWluIChQR08sIEJPTFQpIChhYXJjaDY0KQ==', 'Q0kgVGVzdHM=', 'RG9ja2VycyBCdWlsZCAoYW1kKQ==', 'RG9ja2VycyBCdWlsZCAoYXJtKQ==', 'RG9ja2VycyBCdWlsZCAobXVsdGlwbGF0Zm9ybSBtYW5pZmVzdCk='], 'cache_artifacts': {'Dockers Build (amd)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}, 'Dockers Build (arm)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}, 'Dockers Build (multiplatform manifest)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}}, 'cache_jobs': {'Dockers Build (amd)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}, 'Dockers Build (arm)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}, 'Dockers Build (multiplatform manifest)': {'type': 'success', 'sha': '2073b1f88dec885444fac97edb8179ad1753c1ad', 'pr_number': 0, 'branch': 'v26.6.4.20001.altinityantalya', 'workflow': 'MasterCI'}}, 'filtered_jobs': {'Build (arm_debug)': "Skipped, job name includes excluded tag 'arm'", 'Build (arm_asan_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'Build (arm_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'Build (arm_binary)': "Skipped, job name includes excluded tag 'arm'", 'Build (amd_msan)': "Skipped, job name includes excluded tag 'msan'", 'Build (arm_tsan)': "Skipped, job name includes excluded tag 'arm'", 'Build (arm_msan)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (arm_asan_ubsan, targeted)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (amd_msan, WasmEdge, parallel, 1/4)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, WasmEdge, parallel, 2/4)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, WasmEdge, parallel, 3/4)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, WasmEdge, parallel, 4/4)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, WasmEdge, sequential, 1/2)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, WasmEdge, sequential, 2/2)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (arm_binary, parallel)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (arm_binary, sequential)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (amd_msan, cas s3 storage, parallel, 1/3)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, cas s3 storage, parallel, 2/3)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (amd_msan, cas s3 storage, parallel, 3/3)': "Skipped, job name includes excluded tag 'msan'", 'Stateless tests (arm_binary, cas s3 storage, parallel)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (arm_asan_ubsan, azure, parallel)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (arm_asan_ubsan, azure, sequential, 1/2)': "Skipped, job name includes excluded tag 'arm'", 'Stateless tests (arm_asan_ubsan, azure, sequential, 2/2)': "Skipped, job name includes excluded tag 'arm'", 'Integration tests (arm_binary, distributed plan, 1/4)': "Skipped, job name includes excluded tag 'arm'", 'Integration tests (arm_binary, distributed plan, 2/4)': "Skipped, job name includes excluded tag 'arm'", 'Integration tests (arm_binary, distributed plan, 3/4)': "Skipped, job name includes excluded tag 'arm'", 'Integration tests (arm_binary, distributed plan, 4/4)': "Skipped, job name includes excluded tag 'arm'", 'Integration tests (amd_msan, 1/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 2/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 3/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 4/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 5/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 6/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 7/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 8/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 9/10)': "Skipped, job name includes excluded tag 'msan'", 'Integration tests (amd_msan, 10/10)': "Skipped, job name includes excluded tag 'msan'", 'Unit tests (msan)': "Skipped, job name includes excluded tag 'msan'", 'Unit tests (msan, function_prop_fuzzer)': "Skipped, job name includes excluded tag 'msan'", 'Install packages (arm_release)': "Skipped, job name includes excluded tag 'arm'", 'Compatibility check (arm_release)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (amd_msan)': "Skipped, job name includes excluded tag 'msan'", 'Stress test (amd_msan, cas s3 storage)': "Skipped, job name includes excluded tag 'msan'", 'Stress test (arm_release)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_debug)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_asan_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_asan_ubsan, s3)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_tsan)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_msan)': "Skipped, job name includes excluded tag 'arm'", 'Stress test (arm_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'AST fuzzer (arm_asan_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'AST fuzzer (amd_msan)': "Skipped, job name includes excluded tag 'msan'", 'BuzzHouse (arm_asan_ubsan)': "Skipped, job name includes excluded tag 'arm'", 'BuzzHouse (amd_msan)': "Skipped, job name includes excluded tag 'msan'", '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'", 'CI Tests': 'Not affected by the changed files and not required'}, 'sha': '3a13b956ae19153434eea3e31e375639719204be', 'submodule_cache_hash': '1dcbcc640560f2f7', 'custom_data': {'version': {'major': 26, 'minor': 6, 'patch': 4, 'revision': '54514', 'githash': 'c40659002db83ab4ba5d3c7152a5ef8236ee2fab', 'tweak': '20001', 'flavour': 'altinityantalya', 'describe': 'v26.6.4.20001.altinityantalya', 'string': '26.6.4.20001.altinityantalya'}, 'ci_exclude_tags': ['aarch64', 'arm', 'msan', 'coverage'], 'ci_regression_jobs': ['cas', 'iceberg', 'oauth', 'parquet', 's3_export', 'swarms']}}) [2026-09-18 13:08:41] === Setup env finished === [2026-09-18 13:08:41] === Pre run script [Integration tests (amd_asan_ubsan, targeted)], workflow [PR] === [2026-09-18 13:08:41] NOTE: Repo state is clean before job start [2026-09-18 13:08:41] Update Job and Workflow Report [2026-09-18 13:08:42] NOTE: UsageStorage data will be initialized [2026-09-18 13:08:42] Downloaded file from S3 with version 28 using boto3 [2026-09-18 13:08:43] Uploaded file with version 29 using boto3 [2026-09-18 13:08:43] Workflow status changed: [RUNNING] -> [RUNNING] [2026-09-18 13:08:43] Download required artifacts [2026-09-18 13:08:43] --- Job requires s3 artifacts [[]] [2026-09-18 13:08:43] === Pre run finished === [2026-09-18 13:08:43] === Run script [Integration tests (amd_asan_ubsan, targeted)], workflow [PR] === [2026-09-18 13:08:43] INFO: disk status before running a job: [2026-09-18 13:08:43] Run command: [df -h] [2026-09-18 13:08:43] Filesystem Size Used Avail Use% Mounted on [2026-09-18 13:08:43] tmpfs 3.1G 960K 3.1G 1% /run [2026-09-18 13:08:43] /dev/sda1 601G 8.5G 568G 2% / [2026-09-18 13:08:43] tmpfs 16G 0 16G 0% /dev/shm [2026-09-18 13:08:43] tmpfs 5.0M 0 5.0M 0% /run/lock [2026-09-18 13:08:43] /dev/sda15 253M 142K 252M 1% /boot/efi [2026-09-18 13:08:43] tmpfs 3.1G 4.0K 3.1G 1% /run/user/0 [2026-09-18 13:08:43] Run command: [docker system df] [2026-09-18 13:08:43] TYPE TOTAL ACTIVE SIZE RECLAIMABLE [2026-09-18 13:08:43] Images 0 0 0B 0B [2026-09-18 13:08:43] Containers 0 0 0B 0B [2026-09-18 13:08:43] Local Volumes 0 0 0B 0B [2026-09-18 13:08:43] Build Cache 0 0 0B 0B [2026-09-18 13:08:43] WARNING: Create mount dir point in advance to have the same owner [2026-09-18 13:08:43] Run command: [mkdir -p clickhouse_integration_tests_volume] [2026-09-18 13:08:43] --- Run command [docker run --init --oom-score-adj=1000 --rm --name praktika_8b3041d9da9b -e PYTHONUNBUFFERED=1 -e PYTHONPATH='.:./ci' --volume ./:/home/ubuntu/_work/ClickHouse/ClickHouse --workdir=/home/ubuntu/_work/ClickHouse/ClickHouse --memory=61406494720 --privileged --dns-search='.' --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker --cgroupns=host --ulimit nofile=262144:262144 --env=CLICKHOUSE_TEST_STAT_URL=$CLICKHOUSE_TEST_STAT_URL --env=CLICKHOUSE_TEST_STAT_LOGIN=$CLICKHOUSE_TEST_STAT_LOGIN --env=CLICKHOUSE_TEST_STAT_PASSWORD=$CLICKHOUSE_TEST_STAT_PASSWORD --add-host=dockerhub-proxy.dockerhub-proxy-zone:65.108.242.32 altinityinfra/integration-tests-runner:07609a51f0f081025d73_amd python3 ./ci/jobs/integration_test_job.py --options 'amd_asan_ubsan, targeted'] [2026-09-18 13:08:44] Subprocess started, pid [4269] [2026-09-18 13:08:44] Unable to find image 'altinityinfra/integration-tests-runner:07609a51f0f081025d73_amd' locally [2026-09-18 13:08:44] 07609a51f0f081025d73_amd: Pulling from altinityinfra/integration-tests-runner [2026-09-18 13:08:44] 40d16f30db40: Pulling fs layer [2026-09-18 13:08:44] bc6c2da7381f: Pulling fs layer [2026-09-18 13:08:44] 869579f095ea: Pulling fs layer [2026-09-18 13:08:44] 66917b776776: Pulling fs layer [2026-09-18 13:08:44] 4f4fb700ef54: Pulling fs layer [2026-09-18 13:08:44] 6f7e94736e9f: Pulling fs layer [2026-09-18 13:08:44] 177586884a5b: Pulling fs layer [2026-09-18 13:08:44] 62411ce8aaad: Pulling fs layer [2026-09-18 13:08:44] 29c628a2d373: Pulling fs layer [2026-09-18 13:08:44] a8aca8cb0ebd: Pulling fs layer [2026-09-18 13:08:44] 27c886938008: Pulling fs layer [2026-09-18 13:08:44] 8df1fa16b9c6: Pulling fs layer [2026-09-18 13:08:44] 920fbc5553e2: Pulling fs layer [2026-09-18 13:08:44] e3015a06863b: Pulling fs layer [2026-09-18 13:08:44] 4f4fb700ef54: Waiting [2026-09-18 13:08:44] 0a2ef77a90ee: Pulling fs layer [2026-09-18 13:08:44] 41e867dc9d2c: Pulling fs layer [2026-09-18 13:08:44] 1db677087f77: Pulling fs layer [2026-09-18 13:08:44] 7676d698b325: Pulling fs layer [2026-09-18 13:08:44] e3015a06863b: Waiting [2026-09-18 13:08:44] 5f6cd566b35c: Pulling fs layer [2026-09-18 13:08:44] 903f990078bd: Pulling fs layer [2026-09-18 13:08:44] 0a2ef77a90ee: Waiting [2026-09-18 13:08:44] 1faca76776fe: Pulling fs layer [2026-09-18 13:08:44] 0468feb1de6a: Pulling fs layer [2026-09-18 13:08:44] 58bffa909a12: Pulling fs layer [2026-09-18 13:08:44] 2d60a20816e2: Pulling fs layer [2026-09-18 13:08:44] 8df1fa16b9c6: Waiting [2026-09-18 13:08:44] 6f7e94736e9f: Waiting [2026-09-18 13:08:44] 9e8fd2745365: Pulling fs layer [2026-09-18 13:08:44] 920fbc5553e2: Waiting [2026-09-18 13:08:44] 62411ce8aaad: Waiting [2026-09-18 13:08:44] 29c628a2d373: Waiting [2026-09-18 13:08:44] a8aca8cb0ebd: Waiting [2026-09-18 13:08:44] 7676d698b325: Waiting [2026-09-18 13:08:44] 41e867dc9d2c: Waiting [2026-09-18 13:08:44] 1db677087f77: Waiting [2026-09-18 13:08:44] 58bffa909a12: Waiting [2026-09-18 13:08:44] 903f990078bd: Waiting [2026-09-18 13:08:44] 1faca76776fe: Waiting [2026-09-18 13:08:44] 2d60a20816e2: Waiting [2026-09-18 13:08:44] e2e25335fd64: Pulling fs layer [2026-09-18 13:08:44] 53eab1df2c0a: Pulling fs layer [2026-09-18 13:08:44] 27c886938008: Waiting [2026-09-18 13:08:44] dbfa149a81fa: Pulling fs layer [2026-09-18 13:08:44] 53eab1df2c0a: Waiting [2026-09-18 13:08:44] e2e25335fd64: Waiting [2026-09-18 13:08:44] ac8aa3555032: Pulling fs layer [2026-09-18 13:08:44] 57b5ad290d04: Pulling fs layer [2026-09-18 13:08:44] bae18c2088c1: Pulling fs layer [2026-09-18 13:08:44] 0468feb1de6a: Waiting [2026-09-18 13:08:44] ff89eac88cc2: Pulling fs layer [2026-09-18 13:08:44] 57b5ad290d04: Waiting [2026-09-18 13:08:44] bae18c2088c1: Waiting [2026-09-18 13:08:44] ac8aa3555032: Waiting [2026-09-18 13:08:44] c7e064826179: Pulling fs layer [2026-09-18 13:08:44] ff89eac88cc2: Waiting [2026-09-18 13:08:44] c7e064826179: Waiting [2026-09-18 13:08:44] dbfa149a81fa: Waiting [2026-09-18 13:08:44] 66917b776776: Waiting [2026-09-18 13:08:45] bc6c2da7381f: Download complete [2026-09-18 13:08:45] 40d16f30db40: Verifying Checksum [2026-09-18 13:08:45] 40d16f30db40: Download complete [2026-09-18 13:08:45] 869579f095ea: Verifying Checksum [2026-09-18 13:08:45] 869579f095ea: Download complete [2026-09-18 13:08:45] 4f4fb700ef54: Download complete [2026-09-18 13:08:45] 6f7e94736e9f: Download complete [2026-09-18 13:08:46] 177586884a5b: Verifying Checksum [2026-09-18 13:08:46] 177586884a5b: Download complete [2026-09-18 13:08:46] 40d16f30db40: Pull complete [2026-09-18 13:08:46] bc6c2da7381f: Pull complete [2026-09-18 13:08:46] 62411ce8aaad: Verifying Checksum [2026-09-18 13:08:46] 62411ce8aaad: Download complete [2026-09-18 13:08:46] 66917b776776: Verifying Checksum [2026-09-18 13:08:46] 66917b776776: Download complete [2026-09-18 13:08:46] 29c628a2d373: Verifying Checksum [2026-09-18 13:08:46] 29c628a2d373: Download complete [2026-09-18 13:08:46] 869579f095ea: Pull complete [2026-09-18 13:08:46] 8df1fa16b9c6: Verifying Checksum [2026-09-18 13:08:46] 8df1fa16b9c6: Download complete [2026-09-18 13:08:47] 27c886938008: Verifying Checksum [2026-09-18 13:08:47] 27c886938008: Download complete [2026-09-18 13:08:47] a8aca8cb0ebd: Verifying Checksum [2026-09-18 13:08:47] a8aca8cb0ebd: Download complete [2026-09-18 13:08:47] e3015a06863b: Verifying Checksum [2026-09-18 13:08:47] e3015a06863b: Download complete [2026-09-18 13:08:47] 0a2ef77a90ee: Download complete [2026-09-18 13:08:47] 41e867dc9d2c: Verifying Checksum [2026-09-18 13:08:47] 41e867dc9d2c: Download complete [2026-09-18 13:08:47] 1db677087f77: Verifying Checksum [2026-09-18 13:08:47] 1db677087f77: Download complete [2026-09-18 13:08:48] 5f6cd566b35c: Download complete [2026-09-18 13:08:48] 7676d698b325: Verifying Checksum [2026-09-18 13:08:48] 7676d698b325: Download complete [2026-09-18 13:08:48] 903f990078bd: Download complete [2026-09-18 13:08:48] 1faca76776fe: Verifying Checksum [2026-09-18 13:08:48] 1faca76776fe: Download complete [2026-09-18 13:08:48] 66917b776776: Pull complete [2026-09-18 13:08:48] 4f4fb700ef54: Pull complete [2026-09-18 13:08:48] 6f7e94736e9f: Pull complete [2026-09-18 13:08:48] 58bffa909a12: Verifying Checksum [2026-09-18 13:08:48] 58bffa909a12: Download complete [2026-09-18 13:08:49] 0468feb1de6a: Verifying Checksum [2026-09-18 13:08:49] 0468feb1de6a: Download complete [2026-09-18 13:08:49] 9e8fd2745365: Verifying Checksum [2026-09-18 13:08:49] 9e8fd2745365: Download complete [2026-09-18 13:08:49] 177586884a5b: Pull complete [2026-09-18 13:08:49] 62411ce8aaad: Pull complete [2026-09-18 13:08:49] 29c628a2d373: Pull complete [2026-09-18 13:08:50] e2e25335fd64: Verifying Checksum [2026-09-18 13:08:50] e2e25335fd64: Download complete [2026-09-18 13:08:51] 2d60a20816e2: Verifying Checksum [2026-09-18 13:08:51] 2d60a20816e2: Download complete [2026-09-18 13:08:51] 53eab1df2c0a: Verifying Checksum [2026-09-18 13:08:51] 53eab1df2c0a: Download complete [2026-09-18 13:08:52] 920fbc5553e2: Verifying Checksum [2026-09-18 13:08:52] 920fbc5553e2: Download complete [2026-09-18 13:08:52] a8aca8cb0ebd: Pull complete [2026-09-18 13:08:53] 27c886938008: Pull complete [2026-09-18 13:08:53] 8df1fa16b9c6: Pull complete [2026-09-18 13:08:54] ac8aa3555032: Download complete [2026-09-18 13:08:54] bae18c2088c1: Download complete [2026-09-18 13:08:54] ff89eac88cc2: Download complete [2026-09-18 13:08:55] c7e064826179: Verifying Checksum [2026-09-18 13:08:55] c7e064826179: Download complete [2026-09-18 13:08:55] dbfa149a81fa: Verifying Checksum [2026-09-18 13:08:55] dbfa149a81fa: Download complete [2026-09-18 13:08:57] 57b5ad290d04: Verifying Checksum [2026-09-18 13:08:57] 57b5ad290d04: Download complete [2026-09-18 13:09:03] 920fbc5553e2: Pull complete [2026-09-18 13:09:03] e3015a06863b: Pull complete [2026-09-18 13:09:03] 0a2ef77a90ee: Pull complete [2026-09-18 13:09:03] 41e867dc9d2c: Pull complete [2026-09-18 13:09:03] 1db677087f77: Pull complete [2026-09-18 13:09:03] 7676d698b325: Pull complete [2026-09-18 13:09:03] 5f6cd566b35c: Pull complete [2026-09-18 13:09:03] 903f990078bd: Pull complete [2026-09-18 13:09:03] 1faca76776fe: Pull complete [2026-09-18 13:09:04] 0468feb1de6a: Pull complete [2026-09-18 13:09:04] 58bffa909a12: Pull complete [2026-09-18 13:09:09] 2d60a20816e2: Pull complete [2026-09-18 13:09:09] 9e8fd2745365: Pull complete [2026-09-18 13:09:10] e2e25335fd64: Pull complete [2026-09-18 13:09:10] 53eab1df2c0a: Pull complete [2026-09-18 13:09:20] dbfa149a81fa: Pull complete [2026-09-18 13:09:22] ac8aa3555032: Pull complete [2026-09-18 13:09:25] 57b5ad290d04: Pull complete [2026-09-18 13:09:25] bae18c2088c1: Pull complete [2026-09-18 13:09:25] ff89eac88cc2: Pull complete [2026-09-18 13:09:25] c7e064826179: Pull complete [2026-09-18 13:09:25] Digest: sha256:58e371f2299bfa5ee72c00643a80c94d2bda9684c4eb316948dbe217126e8c85 [2026-09-18 13:09:25] Status: Downloaded newer image for altinityinfra/integration-tests-runner:07609a51f0f081025d73_amd [2026-09-18 13:09:26] /home/ubuntu/_work/ClickHouse/ClickHouse/./ci/jobs/integration_test_job.py:758: SyntaxWarning: invalid escape sequence '\/' [2026-09-18 13:09:26] "update-alternatives --config java | sed -n 's/.*(providing \/usr\/bin\/java): //p'", [2026-09-18 13:09:27] Run command [update-alternatives --config java | sed -n 's/.*(providing \/usr\/bin\/java): //p'] [2026-09-18 13:09:27] ncpu: 16 [2026-09-18 13:09:27] mem_gb: 30 [2026-09-18 13:09:27] Using ClickHouse binary at [/home/ubuntu/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse] [2026-09-18 13:09:27] Run command: [chmod +x /home/ubuntu/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse] [2026-09-18 13:09:27] Run command: [/home/ubuntu/_work/ClickHouse/ClickHouse/ci/tmp/clickhouse --version] [2026-09-18 13:09:33] Decompressing the binary............................................................ [2026-09-18 13:09:34] ClickHouse local version 26.6.4.20001.altinityantalya. [2026-09-18 13:09:34] NOTE: Workflow [VectorSearchStress.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_upload.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_fuzzers.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [hourly.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_keeper_faults.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [optimize_clickhouse.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] Read workflow [PR] config from [pull_request.py] [2026-09-18 13:09:34] NOTE: Workflow [optimize_toolchain.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_jepsen.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [release_branches.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_statistics.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [pr_version_info.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [merge_queue.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [backport_branches.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_keeper.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [custom_build_praktika.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] NOTE: Workflow [nightly_coverage.py] is disabled via Settings.DISABLED_WORKFLOWS - skip [2026-09-18 13:09:34] Enable praktika job [Dockers Build (amd)] for [PR] [2026-09-18 13:09:34] Add automatic digest config for [Dockers Build (amd)] job [2026-09-18 13:09:34] Enable praktika job [Dockers Build (arm)] for [PR] [2026-09-18 13:09:34] Add automatic digest config for [Dockers Build (arm)] job [2026-09-18 13:09:34] Enable praktika job [Dockers Build (multiplatform manifest)] for [PR] [2026-09-18 13:09:34] Add automatic digest config for [Dockers Build (multiplatform manifest)] job [2026-09-18 13:09:34] Enable native job [Config Workflow] for [PR] [2026-09-18 13:09:34] Enable native job [Finish Workflow] for [PR] [2026-09-18 13:09:35] Parsed 0 test names: [] [2026-09-18 13:09:35] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [2026-09-18 13:09:35] Skipped [Integration tests (amd_asan_ubsan, targeted)] [2026-09-18 13:09:35] | No failed tests found from previous runs [2026-09-18 13:09:35] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [2026-09-18 13:09:35] --- Fixing file ownership after running docker as root [2026-09-18 13:09:35] Run command: [docker run --rm --user root --volume ./:/home/ubuntu/_work/ClickHouse/ClickHouse --workdir=/home/ubuntu/_work/ClickHouse/ClickHouse altinityinfra/integration-tests-runner:07609a51f0f081025d73_amd chown -R 1000:1000 ./ci/tmp] [2026-09-18 13:09:35] INFO: disk status after running a job: [2026-09-18 13:09:35] Run command: [df -h] [2026-09-18 13:09:35] Filesystem Size Used Avail Use% Mounted on [2026-09-18 13:09:35] tmpfs 3.1G 960K 3.1G 1% /run [2026-09-18 13:09:35] /dev/sda1 601G 22G 555G 4% / [2026-09-18 13:09:35] tmpfs 16G 0 16G 0% /dev/shm [2026-09-18 13:09:35] tmpfs 5.0M 0 5.0M 0% /run/lock [2026-09-18 13:09:35] /dev/sda15 253M 142K 252M 1% /boot/efi [2026-09-18 13:09:35] tmpfs 3.1G 4.0K 3.1G 1% /run/user/0 [2026-09-18 13:09:35] === Run script finished === [2026-09-18 13:09:35] === Post hooks [Integration tests (amd_asan_ubsan, targeted)], workflow [PR] === [2026-09-18 13:09:35] > Start execution for [python3 ci/jobs/scripts/job_hooks/docker_volume_clean_up_hook.py] [2026-09-18 13:09:35] Run command: [python3 ci/jobs/scripts/job_hooks/docker_volume_clean_up_hook.py] [2026-09-18 13:09:35] Run command: [docker ps -a; docker container prune -f; docker volume prune -f --all; docker system df] [2026-09-18 13:09:35] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [2026-09-18 13:09:35] Total reclaimed space: 0B [2026-09-18 13:09:36] Deleted Volumes: [2026-09-18 13:09:36] clickhouse_integration_tests_volume [2026-09-18 13:09:36] Total reclaimed space: 0B [2026-09-18 13:09:36] TYPE TOTAL ACTIVE SIZE RECLAIMABLE [2026-09-18 13:09:36] Images 1 0 8.018GB 8.018GB (100%) [2026-09-18 13:09:36] Containers 0 0 0B 0B [2026-09-18 13:09:36] Local Volumes 0 0 0B 0B [2026-09-18 13:09:36] Build Cache 0 0 0B 0B [2026-09-18 13:09:36] > Start execution for [python3 ci/jobs/scripts/job_hooks/promql_compliance_hook.py] [2026-09-18 13:09:36] Run command: [python3 ci/jobs/scripts/job_hooks/promql_compliance_hook.py] [2026-09-18 13:09:36] PromQL compliance hook: no result at ci/tmp/promql_compliance_result.json (batch did not run test_compliance), skip [2026-09-18 13:09:36] === Post hooks finished === [2026-09-18 13:09:36] === Post run script [Integration tests (amd_asan_ubsan, targeted)], workflow [PR] === [2026-09-18 13:09:36] Job's output: [[]] [2026-09-18 13:09:36] Insert results to CIDB [2026-09-18 13:09:36] INFO: 2 rows inserted into CIDB [2026-09-18 13:09:36] Run CI cache hook [2026-09-18 13:09:36] Run command [aws s3api put-object --bucket altinity-build-artifacts --key ci_ch_cache/v1/integration_tests_amd_asan_ubsan_targeted/0eb66b4d193e051892fd-78c9-e491d59452e50bdfd6ef-081f/success --body ci/tmp/success --if-none-match "*"] [2026-09-18 13:09:38] Run html report hook [2026-09-18 13:09:38] File [./ci/tmp/job.log] matches Settings.TEXT_CONTENT_EXTENSIONS [['.txt', '.log', '.err', '.out', '.tsv', '.csv', '.json']] - add text attribute for s3 object