============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items / 2 errors / 2 deselected / 4 selected

ttl_delete_s3.py F

==================================== ERRORS ====================================
_____________________ ERROR collecting ttl_portion_size.py _____________________
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'

During handling of the above exception, another exception occurred:
contrib/python/pytest/py3/_pytest/runner.py:341: in from_call
    result: Optional[TResult] = func()
contrib/python/pytest/py3/_pytest/runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
contrib/python/pytest/py3/_pytest/python.py:531: in collect
    self._inject_setup_module_fixture()
contrib/python/pytest/py3/_pytest/python.py:545: in _inject_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
contrib/python/pytest/py3/_pytest/python.py:310: in obj
    self._obj = obj = self._getobj()
library/python/pytest/plugins/collection.py:57: in _getobj
    reraise(etype, type(exc)('{}\n{}'.format(exc, msg)), tb)
contrib/python/six/py3/six.py:723: in reraise
    raise value.with_traceback(tb)
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'
E   Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
_____________________ ERROR collecting ttl_portion_size.py _____________________
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'

During handling of the above exception, another exception occurred:
contrib/python/pytest/py3/_pytest/runner.py:341: in from_call
    result: Optional[TResult] = func()
contrib/python/pytest/py3/_pytest/runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
library/python/pytest/plugins/collection.py:67: in collect
    module = self._getobj()
library/python/pytest/plugins/collection.py:57: in _getobj
    reraise(etype, type(exc)('{}\n{}'.format(exc, msg)), tb)
contrib/python/six/py3/six.py:723: in reraise
    raise value.with_traceback(tb)
library/python/pytest/plugins/collection.py:52: in _getobj
    __import__(module_name)
library/python/pytest/rewrite.py:105: in exec_module
    self.load_module(module)
library/python/pytest/rewrite.py:96: in load_module
    exec(co, module.__dict__)  # noqa
ydb/tests/olap/ttl_tiering/ttl_portion_size.py:3: in <module>
    from ydb.tests.olap.common.column_table_helper import ColumnTableHelper
E   ModuleNotFoundError: No module named 'ydb.tests.olap'
E   Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
=================================== FAILURES ===================================
_____________ TestDeleteS3Ttl.test_data_unchanged_after_ttl_change _____________
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:223: in test_data_unchanged_after_ttl_change
    change_ttl_and_check(self.days_to_cool, days_to_medium, self.days_to_freeze)
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:185: in change_ttl_and_check
    raise Exception("Data eviction has not been started")
E   Exception: Data eviction has not been started
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_data_unchanged_after_ttl_change
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2673273
DEBUG    ya.test:process.py:259 Command (pid 2673273) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2673273) elapsed time (sec): 0.3907749652862549
DEBUG    ya.test:process.py:263 Command (pid 2673273) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) maxrss: 515780
DEBUG    ya.test:process.py:263 Command (pid 2673273) minflt: 17519
DEBUG    ya.test:process.py:263 Command (pid 2673273) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2673273) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2673273) nvcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2673273) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2673273) stime: 0.2496
DEBUG    ya.test:process.py:263 Command (pid 2673273) utime: 0.092593
DEBUG    ya.test:process.py:263 Command (pid 2673273) wtime: 0.392
DEBUG    ya.test:process.py:275 Command (pid 2673273) output:
Git info:
    Commit: 0240b94f35a9227b540bc48ec5b1fe189a092fd7
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge a10b8ad86cb13478aa775a3446bee0f7809d473e into b9766f45c747d7672d376ce139ecc913adcd9f4a

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-yjxiyu4nhe
    Host information: 
        Linux ghrun-yjxiyu4nhe 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/7599469156/bin/clang++
    Compiler version: 
        clang version 18.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/7599469156/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fexceptions -fno-common -ffunction-sections -fdata-sections -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -DSSE_ENABLED=1 -DSSE3_ENABLED=1 -DSSSE3_ENABLED=1 -DSSE41_ENABLED=1 -DSSE42_ENABLED=1 -DPOPCNT_ENABLED=1 -DCX16_ENABLED=1 -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2673273) errors:

INFO     __tests__.base:base.py:127 Git info:
    Commit: 0240b94f35a9227b540bc48ec5b1fe189a092fd7
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge a10b8ad86cb13478aa775a3446bee0f7809d473e into b9766f45c747d7672d376ce139ecc913adcd9f4a

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-yjxiyu4nhe
    Host information: 
        Linux ghrun-yjxiyu4nhe 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/7599469156/bin/clang++
    Compiler version: 
        clang version 18.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/7599469156/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fexceptions -fno-common -ffunction-sections -fdata-sections -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -DSSE_ENABLED=1 -DSSE3_ENABLED=1 -DSSSE3_ENABLED=1 -DSSE41_ENABLED=1 -DSSE42_ENABLED=1 -DPOPCNT_ENABLED=1 -DCX16_ENABLED=1 -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers -Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-include-angled-in-module-purview -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30184
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:439 Working directory: /home/runner/.ya/build/build_root/wicv/000111/r3tmp/kikimr_cluster_cb7nqku7
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4341
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20438
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:261 CFG_DIR_PATH="/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:262 Final command: /home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1/logfile_elm8hqsy.log --grpc-port=4341 --mon-port=63550 --ic-port=30184
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:163 Formatting pdisk SectorMap:1:64 on node localhost:4341/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1/logfile_elm8hqsy.log', '--grpc-port=4341', '--mon-port=63550', '--ic-port=30184')' in '/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2673625
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:4341/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:386 Executing command = ['/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4341', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30184\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4341', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30184\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2676280
DEBUG    ya.test:process.py:259 Command (pid 2676280) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2676280) elapsed time (sec): 0.5515506267547607
DEBUG    ya.test:process.py:263 Command (pid 2676280) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) maxrss: 526096
DEBUG    ya.test:process.py:263 Command (pid 2676280) minflt: 19692
DEBUG    ya.test:process.py:263 Command (pid 2676280) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 2676280) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2676280) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 2676280) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2676280) stime: 0.43884199999999995
DEBUG    ya.test:process.py:263 Command (pid 2676280) utime: 0.06990299999999999
DEBUG    ya.test:process.py:263 Command (pid 2676280) wtime: 0.552
DEBUG    ya.test:process.py:275 Command (pid 2676280) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2676280) errors:

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:386 Executing command = ['/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4341', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wicv/000111/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4341', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2677501
DEBUG    ya.test:process.py:259 Command (pid 2677501) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2677501) elapsed time (sec): 0.4873056411743164
DEBUG    ya.test:process.py:263 Command (pid 2677501) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) maxrss: 526084
DEBUG    ya.test:process.py:263 Command (pid 2677501) minflt: 19692
DEBUG    ya.test:process.py:263 Command (pid 2677501) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 2677501) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2677501) nvcsw: 118
DEBUG    ya.test:process.py:263 Command (pid 2677501) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2677501) stime: 0.2802
DEBUG    ya.test:process.py:263 Command (pid 2677501) utime: 0.126666
DEBUG    ya.test:process.py:263 Command (pid 2677501) wtime: 0.505
DEBUG    ya.test:process.py:275 Command (pid 2677501) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 2677501) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:498 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 Cluster started and initialized
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, a2f7bcbb-191b-4e64-8058-99ed45134a97, localhost:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, a2f7bcbb-191b-4e64-8058-99ed45134a97, localhost:4341): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, a2f7bcbb-191b-4e64-8058-99ed45134a97, localhost:4341): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yjxiyu4nhe.auto.internal" port: 4341 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-yjxiyu4nhe.auto.internal:4341, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:4341
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15683
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/wicv/000111/contrib/python/moto/bin/moto_server
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:15683
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=15683): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f778a6b7620>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:15683
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET / HTTP/1.1" 200 205
DEBUG    botocore.hooks:hooks.py:482 Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-call.apigateway to before-call.api-gateway
DEBUG    botocore.hooks:hooks.py:482 Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
DEBUG    botocore.hooks:hooks.py:482 Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
DEBUG    botocore.hooks:hooks.py:482 Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
DEBUG    botocore.hooks:hooks.py:482 Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/boto3/py3/boto3/data/s3/2006-03-01/resources-1.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/endpoints.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/sdk-default-configuration.json
DEBUG    botocore.hooks:hooks.py:238 Event choose-service-name: calling handler <function handle_service_name_alias at 0x7f778d6acad0>
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/endpoint-rule-set-1.json.gz
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/partitions.json
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x7f778d7bc710>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x7f778c0a7dd0>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x7f778d7bc410>
DEBUG    botocore.endpoint:endpoint.py:408 Setting s3 timeout as (60, 60)
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/_retry.json
DEBUG    botocore.client:client.py:282 Registering retry handlers for service: s3
DEBUG    botocore.utils:utils.py:1587 Registering S3 region redirector handler
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:s3
DEBUG    botocore.hooks:hooks.py:238 Event choose-service-name: calling handler <function handle_service_name_alias at 0x7f778d6acad0>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x7f778d7bc710>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x7f778c0a7dd0>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x7f778d7bc410>
DEBUG    botocore.endpoint:endpoint.py:408 Setting s3 timeout as (60, 60)
DEBUG    botocore.client:client.py:282 Registering retry handlers for service: s3
DEBUG    botocore.utils:utils.py:1587 Registering S3 region redirector handler
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/cold/', 'url': 'http://localhost:15683/cold', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a180bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'cold', 'params': {'Bucket': 'cold'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a180ba0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a1d34e0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold

host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
c69b76d041e9de5a38a154dc95734e715c6c18f2b58ec1769dad3aa1d7032efe
DEBUG    botocore.auth:auth.py:430 Signature:
38c9ebb5d3a2d0602c9cf63d473be6164edfd569e9ba5e57e1d8b95e47fff69a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:15683/cold, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38c9ebb5d3a2d0602c9cf63d473be6164edfd569e9ba5e57e1d8b95e47fff69a', 'amz-sdk-invocation-id': b'87ecb3f9-6bb4-48ed-994e-5e43a7275df1', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:15683
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "PUT /cold HTTP/1.1" 200 158
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'Qo3Ft2UMlIEy4tHZ7R9om5Eh06pwHxT0dKv4BXXOwRVmKlICpMdS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '158', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>cold</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778a188dd0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/frozen/', 'url': 'http://localhost:15683/frozen', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a180bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'frozen', 'params': {'Bucket': 'frozen'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a180ba0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a1d34e0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen

host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
da6fa7dc675cdb6ef0d780ec7134d3f9a0d089d4f4f20fa1faf06bb89d346575
DEBUG    botocore.auth:auth.py:430 Signature:
3151e0998cc0faeedef611543e16da5eaa66956898151d09ded07d7e699f069f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:15683/frozen, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3151e0998cc0faeedef611543e16da5eaa66956898151d09ded07d7e699f069f', 'amz-sdk-invocation-id': b'75d87464-f4b7-47fe-b406-e1000ac552de', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "PUT /frozen HTTP/1.1" 200 160
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'ub8YDxgpbjEcqi3fJlHYqFrgK55mDhiXTgRV3XM5YmB89lcUJ4qt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '160', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>frozen</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778a188dd0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: ttl_delete_s3.py::TestDeleteS3Ttl, test_name: test_data_unchanged_after_ttl_change)
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a180bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a180ba0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a1d34e0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold_uc

host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
628658c25b1d0c36729d099372d6b4b91623f71e184c9cb4a52ecc02b9de8a86
DEBUG    botocore.auth:auth.py:430 Signature:
dc660b3f8765b5ab562264c133ad940514ff29ad3f636bdba1fb3ef5c008b3bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:15683/cold_uc, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dc660b3f8765b5ab562264c133ad940514ff29ad3f636bdba1fb3ef5c008b3bf', 'amz-sdk-invocation-id': b'79bdba30-306e-44d1-9078-9d325ec75b03', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "PUT /cold_uc HTTP/1.1" 200 161
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'jpPsV6RlN7YYdFQ0rB6NFiH708GsE88RV46AtOhGRFrRXQGemOTd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '161', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>cold_uc</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778a188dd0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a180bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a180ba0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a1d34e0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen_uc

host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
4f708df02fb3a1473aacdf1e11c583f32d58dc2582b45827d3ab2d2ddcb1b5fe
DEBUG    botocore.auth:auth.py:430 Signature:
8f005e6eafa843a692267eeed2034f9115510cc87c86b6dab5c3499336e80339
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:15683/frozen_uc, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f005e6eafa843a692267eeed2034f9115510cc87c86b6dab5c3499336e80339', 'amz-sdk-invocation-id': b'cbd95b29-eda0-4c39-8d62-cb1e0fce3e87', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "PUT /frozen_uc HTTP/1.1" 200 163
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'NTnRJgl5QiRMQqvseE2NpZanKteoaY8R1zyURUztAzbYHSaEv4hJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '163', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>frozen_uc</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778a188dd0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=CreateBucket) with params: {'url_path': '', 'query_string': {}, 'method': 'PUT', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a180bf0>, 'has_streaming_input': False, 'auth_type': 'v4', 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a180ba0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a1d34e0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/medium

host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
9fd97759fb0201d95005a04059c0a646ddbc77221c68c3bb8b28eeaf96a0a74f
DEBUG    botocore.auth:auth.py:430 Signature:
c28cdfaeb51bd514cf19fe549a00608f0041bcedc57ced1ab52d8214a4a8e75b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:15683/medium, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c28cdfaeb51bd514cf19fe549a00608f0041bcedc57ced1ab52d8214a4a8e75b', 'amz-sdk-invocation-id': b'ca270f72-fa77-489d-8571-ada661fdc172', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "PUT /medium HTTP/1.1" 200 160
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'U8YVjq0Gbqpkk7Q6Y7doSFOoyDadA5v1P3JWmMH9i0u0efnJD4Jx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '160', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<CreateBucketResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01"><CreateBucketResponse><Bucket>medium</Bucket></CreateBucketResponse></CreateBucketResponse>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778a188dd0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.CreateBucket: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f7789f016e0>>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/paginators-1.json
DEBUG    botocore.loaders:loaders.py:255 Loading JSON file: contrib/python/botocore/py3/botocore/data/s3/2006-03-01/paginators-1.sdk-extras.json
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
0376e9ead14f7b454d198086dd3a8e9f7475182efaa11d6e142cbcffee4d6d47
DEBUG    botocore.auth:auth.py:430 Signature:
674ba87e8e68b10975711cbf011d0b37b16355a9f08702c71b4d55f6ac38796a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=674ba87e8e68b10975711cbf011d0b37b16355a9f08702c71b4d55f6ac38796a', 'amz-sdk-invocation-id': b'bc29b1e7-1944-413a-814a-eaf1981a6849', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:15683
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'OX9mQzpKkXzLa42NkFknxrNcfI3KVahTCjysZEMPBU5M5659zhno', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
b1665dd9cd4c35c37de42457bec7eff4262acb3673282b1677f7f83988a0797b
DEBUG    botocore.auth:auth.py:430 Signature:
de5f8ed73b844783dd3bf113294fa540c73633da523ff4ba7e80c5d840d4daab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de5f8ed73b844783dd3bf113294fa540c73633da523ff4ba7e80c5d840d4daab', 'amz-sdk-invocation-id': b'f609a6f6-e391-40fa-8a88-832bb41d334c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'USakW51lWq4fuEdlRJ9SQcqplL1zDqOhMJnTgyOqDyRrdO9OtXZ5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183103Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183103Z
20251206/us-east-1/s3/aws4_request
cf11da0d6f6a58417bb3fc84537e8f600053d049b72772a440efb92960047a83
DEBUG    botocore.auth:auth.py:430 Signature:
0a83af2a25d4cdabc19a0c8967320cf4815150a48660edb9bd271a181d2e2625
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183103Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a83af2a25d4cdabc19a0c8967320cf4815150a48660edb9bd271a181d2e2625', 'amz-sdk-invocation-id': b'a8ae87b4-45da-48cb-973d-40e7c33d93ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:03 GMT', 'x-amzn-requestid': 'DBr4XTrdZGpMO1QeZjokdnIESKmpHC8ma3k6M4IbaXXNqoVqCrxC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:101 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 4b9eac6e-0902-40c5-8a70-a035c62a9bd7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 4b9eac6e-0902-40c5-8a70-a035c62a9bd7, ghrun-yjxiyu4nhe.auto.internal:4341): request = {  }
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 4b9eac6e-0902-40c5-8a70-a035c62a9bd7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:375 RpcState(AttachSession, bea076dc-4533-4cf3-a494-8f183486d7d5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(AttachSession, bea076dc-4533-4cf3-a494-8f183486d7d5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" }
DEBUG    ydb.connection:connection.py:51 RpcState(AttachSession, bea076dc-4533-4cf3-a494-8f183486d7d5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:57 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0d9883e8-8a0b-4d10-9204-4878abb201a8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0d9883e8-8a0b-4d10-9204-4878abb201a8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/test_data_unchanged_after_ttl_change/table` (\n                ts Timestamp NOT NULL,\n                s String,\n                val Uint64,\n                PRIMARY KEY(ts),\n            )\n            WITH (STORE = COLUMN)\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0d9883e8-8a0b-4d10-9204-4878abb201a8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2866e838-ff12-4f03-8ca9-17545f2c7623, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2866e838-ff12-4f03-8ca9-17545f2c7623, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            ALTER OBJECT `/Root/test_data_unchanged_after_ttl_change/table` (TYPE TABLE) SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`l-buckets`)\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2866e838-ff12-4f03-8ca9-17545f2c7623, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:89 Table /Root/test_data_unchanged_after_ttl_change/table created
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 47f2923e-1e83-4a1c-871d-1db6cb5a2c42, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 47f2923e-1e83-4a1c-871d-1db6cb5a2c42, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE OBJECT test_data_unchanged_after_ttl_change_key_id (TYPE SECRET) WITH value=\'fake_key_id\'" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 47f2923e-1e83-4a1c-871d-1db6cb5a2c42, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a55c4c48-6e92-4577-a8ef-8d58174d293e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a55c4c48-6e92-4577-a8ef-8d58174d293e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE OBJECT test_data_unchanged_after_ttl_change_key_secret (TYPE SECRET) WITH value=\'fake_key_secret\'" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a55c4c48-6e92-4577-a8ef-8d58174d293e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8632e8a6-bc26-4cd2-88dc-d971c4c5528c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8632e8a6-bc26-4cd2-88dc-d971c4c5528c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:15683/cold_uc\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8632e8a6-bc26-4cd2-88dc-d971c4c5528c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 65655bd8-ec62-4bad-8f2a-e401ac17e7a8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 65655bd8-ec62-4bad-8f2a-e401ac17e7a8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:15683/frozen_uc\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 65655bd8-ec62-4bad-8f2a-e401ac17e7a8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 46ea5d18-2887-44e6-b1f5-c9c49c96cff5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 46ea5d18-2887-44e6-b1f5-c9c49c96cff5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium` WITH (\n                SOURCE_TYPE=\"ObjectStorage\",\n                LOCATION=\"http://localhost:15683/medium\",\n                AUTH_METHOD=\"AWS\",\n                AWS_ACCESS_KEY_ID_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_id\",\n                AWS_SECRET_ACCESS_KEY_SECRET_NAME=\"test_data_unchanged_after_ttl_change_key_secret\",\n                AWS_REGION=\"us-east-1\"\n            )\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 46ea5d18-2887-44e6-b1f5-c9c49c96cff5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bbb25131-0def-4800-9c08-a878aedc1d7f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bbb25131-0def-4800-9c08-a878aedc1d7f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bbb25131-0def-4800-9c08-a878aedc1d7f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, be373e33-c6e3-4ec6-95c5-54f5ed158908, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, be373e33-c6e3-4ec6-95c5-54f5ed158908, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, be373e33-c6e3-4ec6-95c5-54f5ed158908, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17806d8b-726d-4819-b25a-8ac6c23e6907, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17806d8b-726d-4819-b25a-8ac6c23e6907, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 17806d8b-726d-4819-b25a-8ac6c23e6907, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2e716916-3560-4a8b-a6e7-78b8e444debe, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2e716916-3560-4a8b-a6e7-78b8e444debe, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2e716916-3560-4a8b-a6e7-78b8e444debe, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 10000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 10000, 'Portions': 64, 'ActivePortions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 445856, 'BlobCount': 192}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 43a274cd-52a0-405e-9b8f-bf799a30edb4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 43a274cd-52a0-405e-9b8f-bf799a30edb4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 43a274cd-52a0-405e-9b8f-bf799a30edb4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 091b0302-e85b-4c0a-b1a0-f6b5b31310a8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 091b0302-e85b-4c0a-b1a0-f6b5b31310a8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 091b0302-e85b-4c0a-b1a0-f6b5b31310a8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 875338e9-87be-4e0c-aa39-aef56c378bcc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 875338e9-87be-4e0c-aa39-aef56c378bcc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 875338e9-87be-4e0c-aa39-aef56c378bcc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d3a6a66d-bc78-4737-ad36-e987c1cee4aa, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d3a6a66d-bc78-4737-ad36-e987c1cee4aa, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d3a6a66d-bc78-4737-ad36-e987c1cee4aa, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 20000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 20000, 'Portions': 128, 'ActivePortions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 891528, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ffd9bba9-60ba-4374-b51f-6251a32e4f7c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ffd9bba9-60ba-4374-b51f-6251a32e4f7c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ffd9bba9-60ba-4374-b51f-6251a32e4f7c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 743f364b-be38-41da-aae5-3bfa8c3d5610, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 743f364b-be38-41da-aae5-3bfa8c3d5610, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 743f364b-be38-41da-aae5-3bfa8c3d5610, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 30eb4359-088d-4c8e-9a15-c3cae4da0408, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 30eb4359-088d-4c8e-9a15-c3cae4da0408, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 30eb4359-088d-4c8e-9a15-c3cae4da0408, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94a357da-f90c-4e06-940c-7a915ec7098b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94a357da-f90c-4e06-940c-7a915ec7098b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 94a357da-f90c-4e06-940c-7a915ec7098b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 30000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 30000, 'Portions': 192, 'ActivePortions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 1337416, 'BlobCount': 576}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ab5ce7ee-2899-4fd0-a381-672001204da4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ab5ce7ee-2899-4fd0-a381-672001204da4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ab5ce7ee-2899-4fd0-a381-672001204da4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5de3915a-bddb-4b59-9291-c6aa40f06b9f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5de3915a-bddb-4b59-9291-c6aa40f06b9f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5de3915a-bddb-4b59-9291-c6aa40f06b9f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7610fa1a-91ca-4d2b-a3ef-4f69405ea272, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7610fa1a-91ca-4d2b-a3ef-4f69405ea272, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7610fa1a-91ca-4d2b-a3ef-4f69405ea272, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e91adad3-4775-4ce5-9512-15e2334da08b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e91adad3-4775-4ce5-9512-15e2334da08b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e91adad3-4775-4ce5-9512-15e2334da08b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 40000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 40000, 'Portions': 256, 'ActivePortions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1783144, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 69e0561b-69f7-4df5-964b-667504ff5804, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 69e0561b-69f7-4df5-964b-667504ff5804, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 69e0561b-69f7-4df5-964b-667504ff5804, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f0382521-0800-4e4e-a2cc-ff8460aaa7b5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f0382521-0800-4e4e-a2cc-ff8460aaa7b5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f0382521-0800-4e4e-a2cc-ff8460aaa7b5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 52fe386b-74ce-4dfa-8842-a8adfccd628b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 52fe386b-74ce-4dfa-8842-a8adfccd628b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 52fe386b-74ce-4dfa-8842-a8adfccd628b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cd369ee5-a404-40ae-a6ce-efc14572abdb, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cd369ee5-a404-40ae-a6ce-efc14572abdb, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cd369ee5-a404-40ae-a6ce-efc14572abdb, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 50000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 50000, 'Portions': 320, 'ActivePortions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 2228888, 'BlobCount': 960}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f4f0927c-439a-4a5d-97f8-03a516a86d7c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f4f0927c-439a-4a5d-97f8-03a516a86d7c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f4f0927c-439a-4a5d-97f8-03a516a86d7c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79274569-94d0-49d9-8730-55dea42045c1, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79274569-94d0-49d9-8730-55dea42045c1, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79274569-94d0-49d9-8730-55dea42045c1, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f685832-9797-4a5f-8aa7-0ccf189af560, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f685832-9797-4a5f-8aa7-0ccf189af560, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f685832-9797-4a5f-8aa7-0ccf189af560, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c0ac56c9-eb10-4e2c-b428-ff9dd16bcd16, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c0ac56c9-eb10-4e2c-b428-ff9dd16bcd16, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c0ac56c9-eb10-4e2c-b428-ff9dd16bcd16, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 60000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 60000, 'Portions': 384, 'ActivePortions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 2674688, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 69ce066f-3cd4-48f7-a9b1-a0a7b723c07b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 69ce066f-3cd4-48f7-a9b1-a0a7b723c07b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 69ce066f-3cd4-48f7-a9b1-a0a7b723c07b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 941194b5-9316-4ff7-8fef-9652343c2828, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 941194b5-9316-4ff7-8fef-9652343c2828, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 941194b5-9316-4ff7-8fef-9652343c2828, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a3454f42-b73f-4b21-b7a1-cc6cfaf28b05, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a3454f42-b73f-4b21-b7a1-cc6cfaf28b05, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a3454f42-b73f-4b21-b7a1-cc6cfaf28b05, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d1f1a29d-528d-4431-adc2-923998279cb9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d1f1a29d-528d-4431-adc2-923998279cb9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d1f1a29d-528d-4431-adc2-923998279cb9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 70000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 70000, 'Portions': 448, 'ActivePortions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 3120552, 'BlobCount': 1344}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8e1ce620-f66d-4ef4-a02d-9f0d4f40d61c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8e1ce620-f66d-4ef4-a02d-9f0d4f40d61c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8e1ce620-f66d-4ef4-a02d-9f0d4f40d61c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d745bc1f-64f0-4a2c-bd3b-6b2f2410458f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d745bc1f-64f0-4a2c-bd3b-6b2f2410458f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d745bc1f-64f0-4a2c-bd3b-6b2f2410458f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 10921413-4b13-4594-b7f1-17a7b0050099, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 10921413-4b13-4594-b7f1-17a7b0050099, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 10921413-4b13-4594-b7f1-17a7b0050099, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0b97a7dc-7c09-4c37-a86a-c26000693c3f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0b97a7dc-7c09-4c37-a86a-c26000693c3f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0b97a7dc-7c09-4c37-a86a-c26000693c3f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 80000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 80000, 'Portions': 512, 'ActivePortions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 3566344, 'BlobCount': 1536}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d11d2122-f00f-48b3-a962-008811d3e712, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d11d2122-f00f-48b3-a962-008811d3e712, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d11d2122-f00f-48b3-a962-008811d3e712, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3de0b02f-ec80-455c-8e54-b1df7880c20c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3de0b02f-ec80-455c-8e54-b1df7880c20c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3de0b02f-ec80-455c-8e54-b1df7880c20c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 129fdfb8-0780-4672-9591-276c14166fe9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 129fdfb8-0780-4672-9591-276c14166fe9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 129fdfb8-0780-4672-9591-276c14166fe9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a85e626-2733-425e-aa9f-93e9124f829d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a85e626-2733-425e-aa9f-93e9124f829d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6a85e626-2733-425e-aa9f-93e9124f829d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 90000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 90000, 'Portions': 576, 'ActivePortions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 4012104, 'BlobCount': 1728}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4e87b1e9-936f-4c9a-9e1a-3783578bf151, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4e87b1e9-936f-4c9a-9e1a-3783578bf151, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 10000;\n                $from_us = CAST(Timestamp(\'2010-01-01T00:00:00.000000Z\') as Uint64);\n                $to_us = CAST(Timestamp(\'2030-01-01T00:00:00.000000Z\') as Uint64);\n                $dt = $to_us - $from_us;\n                $k = ((1ul << 64) - 1) / CAST($dt - 1 as Double);\n                $rows= ListMap(ListFromRange(0, $row_count), ($i)->{\n                    $us = CAST(RandomNumber($i) / $k as Uint64) + $from_us;\n                    $ts = Unwrap(CAST($us as Timestamp));\n                    return <|\n                        ts: $ts,\n                        s: \'some date:\' || CAST($ts as String),\n                        val: $us\n                    |>;\n                });\n                upsert into `/Root/test_data_unchanged_after_ttl_change/table`\n                select * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4e87b1e9-936f-4c9a-9e1a-3783578bf151, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 80609848-b33e-4619-bb42-7685f0b63e8a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 80609848-b33e-4619-bb42-7685f0b63e8a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 80609848-b33e-4619-bb42-7685f0b63e8a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bf712a1c-0676-4e1c-bf18-14425180c4b8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bf712a1c-0676-4e1c-bf18-14425180c4b8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bf712a1c-0676-4e1c-bf18-14425180c4b8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8cc0cb1e-f1ff-475b-b655-7f931707801d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8cc0cb1e-f1ff-475b-b655-7f931707801d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8cc0cb1e-f1ff-475b-b655-7f931707801d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 100000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88b6c152-1fc0-4d7e-8ff6-d240bab8d0b0, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88b6c152-1fc0-4d7e-8ff6-d240bab8d0b0, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table` WHERE ts < CurrentUtcTimestamp() - DateTime::IntervalFromDays(1000)" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88b6c152-1fc0-4d7e-8ff6-d240bab8d0b0, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:151 Rows older than 1000 days: 65918
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ecea83c2-85a3-4040-8317-efa29ac088a2, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ecea83c2-85a3-4040-8317-efa29ac088a2, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT count(*) as Rows from `/Root/test_data_unchanged_after_ttl_change/table` WHERE ts < CurrentUtcTimestamp() - DateTime::IntervalFromDays(3000)" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ecea83c2-85a3-4040-8317-efa29ac088a2, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:152 Rows older than 3000 days: 38559
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 728e2dfe-b6f6-45cc-8e90-96339a138566, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 728e2dfe-b6f6-45cc-8e90-96339a138566, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 728e2dfe-b6f6-45cc-8e90-96339a138566, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fa6329cd-2bc4-44ad-b0a8-47c6c06ee3b6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fa6329cd-2bc4-44ad-b0a8-47c6c06ee3b6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fa6329cd-2bc4-44ad-b0a8-47c6c06ee3b6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:35 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5f771c3-dcaf-47c0-bd8a-1c2cb4a48518, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5f771c3-dcaf-47c0-bd8a-1c2cb4a48518, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * from `/Root/test_data_unchanged_after_ttl_change/table` ORDER BY ts" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5f771c3-dcaf-47c0-bd8a-1c2cb4a48518, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:170 
                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =
                    Interval("P1000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,
                    Interval("P2000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,
                    Interval("P3000D") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`
                    ON ts
                )
            
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 89316bff-d8c9-4300-8795-6531567ec798, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 89316bff-d8c9-4300-8795-6531567ec798, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                ALTER TABLE `/Root/test_data_unchanged_after_ttl_change/table` SET (TTL =\n                    Interval(\"P1000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/cold_uc`,\n                    Interval(\"P2000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/medium`,\n                    Interval(\"P3000D\") TO EXTERNAL DATA SOURCE `/Root/test_data_unchanged_after_ttl_change/frozen_uc`\n                    ON ts\n                )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 89316bff-d8c9-4300-8795-6531567ec798, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:172 TTL set in 0.5032649040222168 seconds
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183114Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183114Z
20251206/us-east-1/s3/aws4_request
d1b6a5c3fdb517e56cebfd5207349d2cb64b2f2735f28cf24af6e1dfbb03af23
DEBUG    botocore.auth:auth.py:430 Signature:
710f621918a60969f9cf1f29edecaee24260ae16b3fef60de27ed792680e3de7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183114Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=710f621918a60969f9cf1f29edecaee24260ae16b3fef60de27ed792680e3de7', 'amz-sdk-invocation-id': b'1dc8a9dd-b42a-40d2-bd36-3cb74d5b03a9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:14 GMT', 'x-amzn-requestid': 'LVKRXKeSr7BOCp1SEUPz6S8fElaye87xEb9xWZkZV4SDsmgrJoEH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183114Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183114Z
20251206/us-east-1/s3/aws4_request
c8f8fe5cd2d32cc7e3d2f68b6024d3c0d8ec448f7c09b571059c4a5442df62f7
DEBUG    botocore.auth:auth.py:430 Signature:
47851a573d1e78b00d7ecf108ff9d39845b6fd98502a3e30d20e6a25d231a6d5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183114Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47851a573d1e78b00d7ecf108ff9d39845b6fd98502a3e30d20e6a25d231a6d5', 'amz-sdk-invocation-id': b'148e3431-6d9d-4795-b5d9-ee9ddc4ffb2b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:14 GMT', 'x-amzn-requestid': 'StfHHIuZHKDIS36g7TNHezHxnkOVsswecoDvj5WBjMQEOtOrMWbF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183114Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183114Z
20251206/us-east-1/s3/aws4_request
cf6c896f299a71f6e5c311076b25039dc21d57d7f710d33be169ba79127d7101
DEBUG    botocore.auth:auth.py:430 Signature:
af430a9fe857a26972430e5a3aa664f7b18ef75a23c20b806573ba9a3864f03f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183114Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=af430a9fe857a26972430e5a3aa664f7b18ef75a23c20b806573ba9a3864f03f', 'amz-sdk-invocation-id': b'12ee6b80-e20c-4ad8-88a2-0ce74f1950cf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:14 GMT', 'x-amzn-requestid': 'Hsfdy4e2FMwWf4OzdIHyv8gom1qH8RUpMft53QeJsRRUS00i69RM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7fda1c54-c772-44f1-b7af-1e61fc625837, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7fda1c54-c772-44f1-b7af-1e61fc625837, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7fda1c54-c772-44f1-b7af-1e61fc625837, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fee1a0e0-dfd1-484b-a846-76be2ebcf084, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fee1a0e0-dfd1-484b-a846-76be2ebcf084, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fee1a0e0-dfd1-484b-a846-76be2ebcf084, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183115Z
20251206/us-east-1/s3/aws4_request
583cac504ebdf8d597ed099951d5fa20e0f5317795defe8a6594be76dbf71187
DEBUG    botocore.auth:auth.py:430 Signature:
d03fbd5bb2da8384cb16f29f580a30c442892b371fcba41eaa2a4d02e8377ee4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d03fbd5bb2da8384cb16f29f580a30c442892b371fcba41eaa2a4d02e8377ee4', 'amz-sdk-invocation-id': b'f5aaf403-48a8-45c4-8307-91fbd9a659f1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:15 GMT', 'x-amzn-requestid': 'VuHuWCAK2VmFt2zQc2RykjHuZdqfrtGZ60jCUmV4VtL12qqv6zI0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183115Z
20251206/us-east-1/s3/aws4_request
37ae1aad07433244d6768f92c1c52a378c112a19cd4d9c86c0b235b139222ea9
DEBUG    botocore.auth:auth.py:430 Signature:
01638d7438231403ba31f74bd7ec96705eb1365a4a14705ea7d5b388e76e640d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=01638d7438231403ba31f74bd7ec96705eb1365a4a14705ea7d5b388e76e640d', 'amz-sdk-invocation-id': b'5a3f456d-bf63-4d5a-a91f-d14bd7d7423b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:15 GMT', 'x-amzn-requestid': '6ZB0j1xzsc1wIETfX3SXjJhS7xQdz3RXkop0hPzVS0GKfr5YsiY9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183116Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183116Z
20251206/us-east-1/s3/aws4_request
3183bd84419957a90aebe5c721db65ecfb0ee49767ecf45ae1fa7199576712ed
DEBUG    botocore.auth:auth.py:430 Signature:
f22c66b746cf0e052ea16ad75c7495cef1a3ee5f2ec3cb40f15c80a0aecec375
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183116Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f22c66b746cf0e052ea16ad75c7495cef1a3ee5f2ec3cb40f15c80a0aecec375', 'amz-sdk-invocation-id': b'be9e1201-f84a-4727-acdf-56cbe21ec1c2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:16 GMT', 'x-amzn-requestid': '6UzesmNx9JGaZu6tDvLH8zkOcyqPxTpzu8jBOu4ZaR9K3ge6Ka6o', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9a176ffc-3f43-439a-b7ad-cc32033a25d7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9a176ffc-3f43-439a-b7ad-cc32033a25d7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9a176ffc-3f43-439a-b7ad-cc32033a25d7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a23ccb68-379c-4ed2-8651-daca5e90f600, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a23ccb68-379c-4ed2-8651-daca5e90f600, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a23ccb68-379c-4ed2-8651-daca5e90f600, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183117Z
20251206/us-east-1/s3/aws4_request
309b97e4bd35ea92c4a7c8457e643e3e32928a1f1889f965c695c17ed5f1e5fa
DEBUG    botocore.auth:auth.py:430 Signature:
6420badee3f04778a1da607666c2972b79811e2d409ae09a9855a7f7a482a311
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6420badee3f04778a1da607666c2972b79811e2d409ae09a9855a7f7a482a311', 'amz-sdk-invocation-id': b'9aa06b05-28a4-4cab-9672-0483d95da649', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:17 GMT', 'x-amzn-requestid': 'SKGpQf7WchsCE1PxLRgkKKQ27K7eptgdYfCUsuhWbSvYhDXudK96', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183117Z
20251206/us-east-1/s3/aws4_request
5d2e05877b4bbe6f243ed76a63bcfd074190eb18ec781e51c57fac9b7e6e0f72
DEBUG    botocore.auth:auth.py:430 Signature:
2a3c35e7cc6cbf839ee564d4e91f2e55aa31c9f5de3b6c86915cb1227f09180e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2a3c35e7cc6cbf839ee564d4e91f2e55aa31c9f5de3b6c86915cb1227f09180e', 'amz-sdk-invocation-id': b'7e7a81b8-1244-4ddc-9b4c-8033416b1bb7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:17 GMT', 'x-amzn-requestid': 'aoIDBBcnn0tVkt8BxqRp1EaxFBbbkJhc6F9nF6hvMq2wH414mgzm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183117Z
20251206/us-east-1/s3/aws4_request
523e31861f22df901a33def96ec3a030321099c8d0b75663a4e0d23363ffdbf5
DEBUG    botocore.auth:auth.py:430 Signature:
0e5338322cff57fa57b322a224b7fee7dee86869b291151e8eda08d0ae2c0d96
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e5338322cff57fa57b322a224b7fee7dee86869b291151e8eda08d0ae2c0d96', 'amz-sdk-invocation-id': b'aa99cd0b-b595-4bfd-a4c1-caaabac7dacb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:17 GMT', 'x-amzn-requestid': 'q2V4R6e27IM0HyQlwXLbB76G8IJSyaOwUiNvPhSVbOCOcUMyX8NK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 83a9ac4b-1444-4cab-bd5d-b668655fe456, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 83a9ac4b-1444-4cab-bd5d-b668655fe456, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 83a9ac4b-1444-4cab-bd5d-b668655fe456, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c8da5368-733d-44ae-b1dd-631bbbf5ae65, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c8da5368-733d-44ae-b1dd-631bbbf5ae65, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c8da5368-733d-44ae-b1dd-631bbbf5ae65, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183118Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183118Z
20251206/us-east-1/s3/aws4_request
ad38e0f2e2127a2b16fccc9e276bc1bdfbf835903282c1391de5e24f3dc44a0d
DEBUG    botocore.auth:auth.py:430 Signature:
63816a9136316e6584c771c9ef73c42e79a57c215041eeb9e5fc333863bd05e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183118Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=63816a9136316e6584c771c9ef73c42e79a57c215041eeb9e5fc333863bd05e1', 'amz-sdk-invocation-id': b'6dc4f48c-8589-41e1-825d-53381371ba45', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:18 GMT', 'x-amzn-requestid': 'uXxU16twGpJPCuO2yvV5IGgkYZ5dVFUiukacJKofI81IahW4Mn33', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183118Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183118Z
20251206/us-east-1/s3/aws4_request
ff74cc101d3d40f94b1fd2676d04b620a630234c30e8f9fba7748121ad8da05b
DEBUG    botocore.auth:auth.py:430 Signature:
c590c09f494e1724e1de613da0901b4a9c7c886ceb15cd96ccab70a44bb9e94b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183118Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c590c09f494e1724e1de613da0901b4a9c7c886ceb15cd96ccab70a44bb9e94b', 'amz-sdk-invocation-id': b'ec38e528-a486-49eb-a255-034e546809c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:18 GMT', 'x-amzn-requestid': 'Ns46Ikyv9JIKaWewCwRdJg9OeemDAtZc3m7Et1HrIhDOYmnQ1XG4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183118Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183118Z
20251206/us-east-1/s3/aws4_request
ca0f8c7a1406a59dcb4f3a0272a6e5136a9e4df5e1d86b41e92cd25da0c4ea98
DEBUG    botocore.auth:auth.py:430 Signature:
c6e68ab87465418ee345d6172b1f985a8a115fcecdc0fb7c5df2f65e506c0ced
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183118Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6e68ab87465418ee345d6172b1f985a8a115fcecdc0fb7c5df2f65e506c0ced', 'amz-sdk-invocation-id': b'69303b33-6e6f-4caa-bcf9-f66e3c7a7399', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:18 GMT', 'x-amzn-requestid': 'j6iGobSpVqNxp5q7aM5exOHkeeP2sESqGZe8SPqwgXuzJ7hB9k1l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9e7a2857-1c7a-4a7c-b375-8fb8284eede6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9e7a2857-1c7a-4a7c-b375-8fb8284eede6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9e7a2857-1c7a-4a7c-b375-8fb8284eede6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 065f0be6-19ac-4f63-a2f9-060b5e96a935, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 065f0be6-19ac-4f63-a2f9-060b5e96a935, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 065f0be6-19ac-4f63-a2f9-060b5e96a935, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183119Z
20251206/us-east-1/s3/aws4_request
f929145f9c08ffe6f8520c5486153980e80293858af15541337838bb5f2a91f4
DEBUG    botocore.auth:auth.py:430 Signature:
473c0ca4b6512c029daffbb8940955a987b42e7e31687cfd4e1925edb82bef2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=473c0ca4b6512c029daffbb8940955a987b42e7e31687cfd4e1925edb82bef2e', 'amz-sdk-invocation-id': b'012e6125-c48a-495e-abf1-5b8fbf6c32c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:19 GMT', 'x-amzn-requestid': 'qoMQaJQyma4bw3jbJXZ4eAff888lIykgEVHfi3fkHCd5DMJ25MgJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183119Z
20251206/us-east-1/s3/aws4_request
3d28d9f3ccf2cea9bbb292407500585065321a6c79d7efa675840239cff9e6ea
DEBUG    botocore.auth:auth.py:430 Signature:
2b9f2b47adc464c63c5ce01530b0690601673829df8125bfa2e3f08272258ac7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2b9f2b47adc464c63c5ce01530b0690601673829df8125bfa2e3f08272258ac7', 'amz-sdk-invocation-id': b'f3a6b5e5-fdcd-4e62-94a9-ed36dcd2841e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:19 GMT', 'x-amzn-requestid': 'lh9SkgwopHNfwdlR5cnaC8wRpQUOth0B1RrGSJB2wmqxnH7obdrV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183119Z
20251206/us-east-1/s3/aws4_request
9530ed66eccab102ee2f9cb53433ef776acad217bec9c01fc01500244903eb1a
DEBUG    botocore.auth:auth.py:430 Signature:
2e01cd93ea5c26bcef183c7c019828e1d61b46bbcaa63fbeeb86c3018da899af
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2e01cd93ea5c26bcef183c7c019828e1d61b46bbcaa63fbeeb86c3018da899af', 'amz-sdk-invocation-id': b'710c2078-6f6e-4237-9022-2665b01befe4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:19 GMT', 'x-amzn-requestid': 'an1ma4GbfH3lVpyupHhaNjhynDf8XWObOCyXgEVgvXnSicK648Pk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4046801e-d34a-49c3-9845-65785298cbae, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4046801e-d34a-49c3-9845-65785298cbae, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4046801e-d34a-49c3-9845-65785298cbae, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ab7c63c1-3852-419e-b512-3c84df09ff3a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ab7c63c1-3852-419e-b512-3c84df09ff3a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ab7c63c1-3852-419e-b512-3c84df09ff3a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183120Z
20251206/us-east-1/s3/aws4_request
a8cef4e08c2ceaf288e3055e9fc03d151afe43286f2acc3ce602805aa9984066
DEBUG    botocore.auth:auth.py:430 Signature:
aded4f76ec3f02c8ed45530aa2db78c58b22b4729ef041be9512b78737a2a71d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aded4f76ec3f02c8ed45530aa2db78c58b22b4729ef041be9512b78737a2a71d', 'amz-sdk-invocation-id': b'71ed1854-34e0-48bd-b482-9743b4b7aeab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:20 GMT', 'x-amzn-requestid': 'aiGfPixSt9dBypybouS96qfR9mhaaC40IWUzEQNpYm7TjYjjbj9d', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183120Z
20251206/us-east-1/s3/aws4_request
0964a850ef0aaae91e0098618f9481a95375fd3794059fc40b9e0c13ad5eab22
DEBUG    botocore.auth:auth.py:430 Signature:
3146bff2a605ad87df163701a5f63cf54d6845c06b4e2fcec8e31d434c2033a6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3146bff2a605ad87df163701a5f63cf54d6845c06b4e2fcec8e31d434c2033a6', 'amz-sdk-invocation-id': b'86b24ac4-bd35-497b-8159-40de34bace3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:20 GMT', 'x-amzn-requestid': '54WUTLyzhhamjJnCx3KuIYboWMR1cJWvms79hjTACRtL6qSozaVF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183121Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183121Z
20251206/us-east-1/s3/aws4_request
e9282b3d4605ed3df6fd3e5bb4d2c122c35455e391d7c8d8125a4cc39c73db30
DEBUG    botocore.auth:auth.py:430 Signature:
f5e67ceaf98dc3114338087e11c6dd80886244ac602d065d0d34b45c8333907d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183121Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f5e67ceaf98dc3114338087e11c6dd80886244ac602d065d0d34b45c8333907d', 'amz-sdk-invocation-id': b'e70edeac-6403-4dc9-8bf9-317f5fec3a2b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:21 GMT', 'x-amzn-requestid': 'mKPirDFNlBMr4nI6pkP7K3ApB2B7tBcnG0RmHWa3EHCLjuiUEqQo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b3be98a7-ed5c-48bd-b3b4-dc44c4151c9d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b3be98a7-ed5c-48bd-b3b4-dc44c4151c9d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b3be98a7-ed5c-48bd-b3b4-dc44c4151c9d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bb034b13-d696-4ad6-9bfc-57e586ce9c98, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bb034b13-d696-4ad6-9bfc-57e586ce9c98, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bb034b13-d696-4ad6-9bfc-57e586ce9c98, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183122Z
20251206/us-east-1/s3/aws4_request
ea9b3139c4253957275c480eefb9fcd9c9313051a9db8a2ff3d351855831ffa7
DEBUG    botocore.auth:auth.py:430 Signature:
6006bbd73675f786c1a54c740c4a46481840346e419ab46370691e32bf5997e9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6006bbd73675f786c1a54c740c4a46481840346e419ab46370691e32bf5997e9', 'amz-sdk-invocation-id': b'0617c82f-e1b7-4094-ac5b-bbc2228981fb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:22 GMT', 'x-amzn-requestid': 'K6LVoHuyovRzercOzk3GqjyS7AQclo5ELCM7mPTEVbugtGrGCkgb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183122Z
20251206/us-east-1/s3/aws4_request
1533f39d5f72ed7af8e5ab2ca0eeaf1b21f2e21ff6641e26d1fe6b637871664a
DEBUG    botocore.auth:auth.py:430 Signature:
f491022a25a170ba320a3a99ed566e58dd818adf715500b498fde1b03f90c01b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f491022a25a170ba320a3a99ed566e58dd818adf715500b498fde1b03f90c01b', 'amz-sdk-invocation-id': b'adadc24a-7c08-4f43-8ff7-137540cd9c9b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:22 GMT', 'x-amzn-requestid': 'PydGW5GHI8TUVtbzqCdFLOSUSYnirMfb7NvS5AV8e0EhALIyI8fV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183122Z
20251206/us-east-1/s3/aws4_request
a0a9a746f93a42df567925f72f8c6e1c0b252ea41f964dff33ae439639b10187
DEBUG    botocore.auth:auth.py:430 Signature:
b85281c2e62098950cbf61c2744602881a66a64cbcd78d9357c0c27e56171b10
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b85281c2e62098950cbf61c2744602881a66a64cbcd78d9357c0c27e56171b10', 'amz-sdk-invocation-id': b'5c85fb74-0715-45f4-849c-3cbddd9af125', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:22 GMT', 'x-amzn-requestid': 'Th0qI7pvZYG84uFVJFRjmw18kRvlEXaaYetnTG23mmHooHwPD67B', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 02b7108f-81fa-4309-85ff-0c9869fad8f5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 02b7108f-81fa-4309-85ff-0c9869fad8f5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 02b7108f-81fa-4309-85ff-0c9869fad8f5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 777837eb-52ef-4410-ab5e-708f32f6d6b0, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 777837eb-52ef-4410-ab5e-708f32f6d6b0, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 777837eb-52ef-4410-ab5e-708f32f6d6b0, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183123Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183123Z
20251206/us-east-1/s3/aws4_request
de841d04b9eb371eb5c9f4bf5fb0868befd90b77713729043c08597473c7e48f
DEBUG    botocore.auth:auth.py:430 Signature:
8b071bf8a29755af689e02f996f8b362f264997eb1fcacbc92766fe62fbcab7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183123Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b071bf8a29755af689e02f996f8b362f264997eb1fcacbc92766fe62fbcab7d', 'amz-sdk-invocation-id': b'9c81768d-74d0-4ece-8f8f-ce183c85426f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:23 GMT', 'x-amzn-requestid': 'MylUWv9n7FGpKUlGAiQnK8Q6sgDYxioyUjeWxIhTTJl5PQw7Kala', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183123Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183123Z
20251206/us-east-1/s3/aws4_request
9ae8df827407fcb985b6e6d12732a1e48cf61056074a70eaf1f9c4b676afc997
DEBUG    botocore.auth:auth.py:430 Signature:
ca65918defc6ce016d337ea010f67e382e391909b19cbbfd06f2e551031daaff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183123Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca65918defc6ce016d337ea010f67e382e391909b19cbbfd06f2e551031daaff', 'amz-sdk-invocation-id': b'e5390af7-7eac-4cc1-99dc-1cc595360649', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:23 GMT', 'x-amzn-requestid': '6ICvrJydiRIhv1crwhCwtFaxBlw7W5tLduchdQupY1yRJhllUgz2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183123Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183123Z
20251206/us-east-1/s3/aws4_request
b8bf34e37df7cb81b3772600522099ba7471d265737cad63e7702453fc9d95f8
DEBUG    botocore.auth:auth.py:430 Signature:
70bd77e2d946521cdcc971d8cd801be2172353d7b45323efe17c2d05ecd8f9c7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183123Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70bd77e2d946521cdcc971d8cd801be2172353d7b45323efe17c2d05ecd8f9c7', 'amz-sdk-invocation-id': b'b018f468-b25d-494a-8da7-82dffe0da83d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:23 GMT', 'x-amzn-requestid': 'JtZKFv5Wk5zKjSELua1P3oK8kEPHj9FRpnuDdPKHH8fFhfYljPSN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 78a27cb0-480e-4a74-8b0b-cc577f2171eb, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 78a27cb0-480e-4a74-8b0b-cc577f2171eb, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 78a27cb0-480e-4a74-8b0b-cc577f2171eb, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f011bc7a-f868-4643-b23d-29384653eb14, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f011bc7a-f868-4643-b23d-29384653eb14, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f011bc7a-f868-4643-b23d-29384653eb14, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183124Z
20251206/us-east-1/s3/aws4_request
ceaffb046037ae96b87a027d811b3b2f138a6184d0f7d1ce3f74008bb1df30c9
DEBUG    botocore.auth:auth.py:430 Signature:
94376d3c247e84e9a9dd18e042f6e4a63cd38a6f8da33c5fa84c3d2d0243e2b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=94376d3c247e84e9a9dd18e042f6e4a63cd38a6f8da33c5fa84c3d2d0243e2b1', 'amz-sdk-invocation-id': b'faf4179f-1484-4022-863b-a662118c9749', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:24 GMT', 'x-amzn-requestid': 'QAHDSI8YIaEPVg97EIUnaVryHlhY4wec3q8iDcdZGZia1N5cQiLy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183124Z
20251206/us-east-1/s3/aws4_request
764f14fb1e7066a8a5a0a7634e95f8da6e354684c1fae6dc130873b46e0b2c76
DEBUG    botocore.auth:auth.py:430 Signature:
5b240db69f53dc2bad80b3d21908d532e53d7b4b37729c070958e8694a8ec44b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5b240db69f53dc2bad80b3d21908d532e53d7b4b37729c070958e8694a8ec44b', 'amz-sdk-invocation-id': b'dc140731-2848-4dc6-a811-55437c7d6177', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:24 GMT', 'x-amzn-requestid': 'frx3A6EjYj4tSmVBCcxeO93SbtZDA22S0KymJomRoRp2MUBDyRTG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183124Z
20251206/us-east-1/s3/aws4_request
b0da8335a9651bc6b0c145c27da5f54812322b45ff407075997d31657772d3f4
DEBUG    botocore.auth:auth.py:430 Signature:
a35e6536c7438c06ca8138e9fb99384a2c5fa7d9f0b4c989e1cdd9229292380d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a35e6536c7438c06ca8138e9fb99384a2c5fa7d9f0b4c989e1cdd9229292380d', 'amz-sdk-invocation-id': b'e977577f-8fc4-4baf-a7eb-375d3091ce02', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:24 GMT', 'x-amzn-requestid': 'FarxE9M4Knn1WzzspzKVbp3MnMAInF9U7Bn7Q4hWQ92xIrQp4gtc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eb8b7d46-36f7-440d-bbbb-bd11abcd1d0e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eb8b7d46-36f7-440d-bbbb-bd11abcd1d0e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eb8b7d46-36f7-440d-bbbb-bd11abcd1d0e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0539d857-4544-4eb1-8201-d4acaa1ba6e8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0539d857-4544-4eb1-8201-d4acaa1ba6e8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0539d857-4544-4eb1-8201-d4acaa1ba6e8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183125Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183125Z
20251206/us-east-1/s3/aws4_request
8342eb4002425fdbbe68d13601381584e08baca386f3aa759c50ba99bc5d865f
DEBUG    botocore.auth:auth.py:430 Signature:
f4997c089fcb6ca142d5c3b0ecdbb1fafcdc7ffe4a11b404669de43514c9fa4c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183125Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f4997c089fcb6ca142d5c3b0ecdbb1fafcdc7ffe4a11b404669de43514c9fa4c', 'amz-sdk-invocation-id': b'40a661cc-6ccb-4de8-bae6-6609fe06d96e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:26 GMT', 'x-amzn-requestid': 'iYRbXqJEQKILtIjAhyKJCDTKBIfZdDNj2NUvRbsk27yO74BqXsJR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183126Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183126Z
20251206/us-east-1/s3/aws4_request
b09c9f6401febd756df47fb96d63838f74a1df5bafe4f48ad3b15cc5d56f98fa
DEBUG    botocore.auth:auth.py:430 Signature:
0ee3f06b7dc2644187795cb397446686c9761558a86a104e503693e60457fa9d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183126Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0ee3f06b7dc2644187795cb397446686c9761558a86a104e503693e60457fa9d', 'amz-sdk-invocation-id': b'd3a1f51b-5b70-4320-bff0-e3033a2e9932', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:26 GMT', 'x-amzn-requestid': 'NL5UmQ6ps4yNVZvFv37UCAG6IB4oxZNrYDXnUpRuj7rwrnIxnB5u', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183126Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183126Z
20251206/us-east-1/s3/aws4_request
93f4f5aef3e0d27c36cc6f277a72a0248a0d82dcbad3432fece8e9cc9a7afef9
DEBUG    botocore.auth:auth.py:430 Signature:
c641bf3216642beb698fb52814e707d48af613009855f61fe4662d00c5e04d34
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183126Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c641bf3216642beb698fb52814e707d48af613009855f61fe4662d00c5e04d34', 'amz-sdk-invocation-id': b'1f5b4c89-c60d-4836-9a0f-bd5c89bb2d6b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:26 GMT', 'x-amzn-requestid': 'lk0lDsn6IyAnDuodNZKDAjoiMrn4MQBi8urMqXKu6Xu6sMiWi8eo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cac11c43-9f5d-49f3-a67d-750c03e5f078, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cac11c43-9f5d-49f3-a67d-750c03e5f078, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cac11c43-9f5d-49f3-a67d-750c03e5f078, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b95b422c-97d5-4a1a-87d7-028ffdb7cc2f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b95b422c-97d5-4a1a-87d7-028ffdb7cc2f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b95b422c-97d5-4a1a-87d7-028ffdb7cc2f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183127Z
20251206/us-east-1/s3/aws4_request
dc16c83c400d3dfa0a5932735c56c80ccdef3257228895980d711f0299337072
DEBUG    botocore.auth:auth.py:430 Signature:
43afd2fc32a0d403629a69f898f3dc7950ae3e8f5be932c1de5a57a799fad004
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=43afd2fc32a0d403629a69f898f3dc7950ae3e8f5be932c1de5a57a799fad004', 'amz-sdk-invocation-id': b'b27a7c48-ea67-40d9-ba42-afa34af8f55f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:27 GMT', 'x-amzn-requestid': 'atUlNmYHUGArsDqTYvr99g7lwFREzgwERvkNLChmvNM7TF9xJLH7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183127Z
20251206/us-east-1/s3/aws4_request
4cd3c2a7467e403c62d61e9cbdc6e40740c5e4e9e63947498c558b99c4914fab
DEBUG    botocore.auth:auth.py:430 Signature:
2458149c0c74868f7ab9af137d6783a258cb691c4ef6a6ac57424cafe88ede56
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2458149c0c74868f7ab9af137d6783a258cb691c4ef6a6ac57424cafe88ede56', 'amz-sdk-invocation-id': b'b70b3d1c-3af1-44c8-a671-f399d3cd801a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:27 GMT', 'x-amzn-requestid': 'MxDg5iQ0ixqWy9tjAwSI0hpAwCvXo6SekGp7kc0PV8ED9IfT8dmG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183127Z
20251206/us-east-1/s3/aws4_request
02286fef83f0f1bf2b38bdaec0cb2532542151ca4cfd6aec384ae661404cd2a5
DEBUG    botocore.auth:auth.py:430 Signature:
7b3bdfab67d28cbc190263e18d632b302b1843b6e73d44da9636f246cc4a5d48
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b3bdfab67d28cbc190263e18d632b302b1843b6e73d44da9636f246cc4a5d48', 'amz-sdk-invocation-id': b'2f9465aa-ffd0-4cfe-9185-2198043a13ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:27 GMT', 'x-amzn-requestid': 'rnugnWvU3HLo6k2tFFY3oT3LakpdvVXCANLbkdqk9bnqgGnHC4BR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 949bf0f6-a851-4245-93ae-46d470b2b393, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 949bf0f6-a851-4245-93ae-46d470b2b393, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 949bf0f6-a851-4245-93ae-46d470b2b393, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4681bdcd-231b-40d5-a90c-907f06080f59, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4681bdcd-231b-40d5-a90c-907f06080f59, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4681bdcd-231b-40d5-a90c-907f06080f59, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183128Z
20251206/us-east-1/s3/aws4_request
7fed5065bddb470a12f7f89d6c166f9a8591a99d3fe29ec3d7acc9b93e6107ad
DEBUG    botocore.auth:auth.py:430 Signature:
313ac882907fdd071eab7384c32b0344ae1ed761d82befee17233794bd3b9893
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=313ac882907fdd071eab7384c32b0344ae1ed761d82befee17233794bd3b9893', 'amz-sdk-invocation-id': b'ec2fd3ee-f6b4-4755-98b3-f9abc2fc0d93', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:28 GMT', 'x-amzn-requestid': 'DU6LMR61mPnrA2XHTZByUVU5NyxQqTEySKhq990eEtm1H79lniIl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183128Z
20251206/us-east-1/s3/aws4_request
2ee1adbe17441c5517d9e55985ec0a3f36bc652d38ea55201c7e9068afa676a5
DEBUG    botocore.auth:auth.py:430 Signature:
083e306ce38825e38b2e2c3e9ca90957df0d4950e024dab2fb082e933fba8def
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=083e306ce38825e38b2e2c3e9ca90957df0d4950e024dab2fb082e933fba8def', 'amz-sdk-invocation-id': b'8a169eb7-0424-4d80-9bf3-9278f26a0d42', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:28 GMT', 'x-amzn-requestid': 'qaWovL37C244VOxc2j8D9L1iBka9PBXVlOSDdjzOx7Fs3H2sGgM8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183128Z
20251206/us-east-1/s3/aws4_request
6be0f7e2fc3187afa31f2036e4e30ba6f61451183f21efdb488abb4549de4eda
DEBUG    botocore.auth:auth.py:430 Signature:
dd201028bd609b39cd85bbbd05ac51a62119721dc8429efe3bf2e42c35726ee1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd201028bd609b39cd85bbbd05ac51a62119721dc8429efe3bf2e42c35726ee1', 'amz-sdk-invocation-id': b'030c7555-b628-4ba3-a5ef-da30b7f45093', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:28 GMT', 'x-amzn-requestid': 'muP13AKbOzM8sZnw6H1ef2dW9AkiyG8gobZIPPlo2pdYhGCBVkti', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5c74f4b1-8c2c-437d-a4ad-5908db3a59c9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5c74f4b1-8c2c-437d-a4ad-5908db3a59c9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5c74f4b1-8c2c-437d-a4ad-5908db3a59c9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5e33b27-b9e1-4dd9-a431-374cfc4de868, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5e33b27-b9e1-4dd9-a431-374cfc4de868, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5e33b27-b9e1-4dd9-a431-374cfc4de868, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183129Z
20251206/us-east-1/s3/aws4_request
1da8973877810d0b65ffe6b3ac8eef4c1a887af29e08b49af4fd2d6a4bce5f50
DEBUG    botocore.auth:auth.py:430 Signature:
c9fe19393ca61b47e1a17ef457f6505f5e13192452274b0c05bbfbf7a817d999
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9fe19393ca61b47e1a17ef457f6505f5e13192452274b0c05bbfbf7a817d999', 'amz-sdk-invocation-id': b'6a7820a4-d2ab-4f4c-87ce-c6231a2e23b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:29 GMT', 'x-amzn-requestid': 'rKpU4gTiE4CaSX1VZJWWNAtJoFm40RVaD3U0SCJM6Ff4gK0bcpzM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183129Z
20251206/us-east-1/s3/aws4_request
dd2a0cb206c088c7839ff35c16c9359f94a6a851177bc05c88d617ff7fee76d4
DEBUG    botocore.auth:auth.py:430 Signature:
478f0b764c1a4ae96a53bdc12c85b63fee006ced6969613e6ea33d8c23c54196
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=478f0b764c1a4ae96a53bdc12c85b63fee006ced6969613e6ea33d8c23c54196', 'amz-sdk-invocation-id': b'08801df9-df42-4fa6-a9de-091c611e7859', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:29 GMT', 'x-amzn-requestid': 'f6plMPOMXetI8zRN5RmmbKv7ztvXsgYtVd8FqXOmJCs5ina3AvUy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183129Z
20251206/us-east-1/s3/aws4_request
26cb1ca85d96693d36b0c67c8640712ed0a75b88421800f2febca53dd743ba25
DEBUG    botocore.auth:auth.py:430 Signature:
92bf46a51069ae6fa34d1591fbed052b20424e65d3ce63780abde6d601501dfe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=92bf46a51069ae6fa34d1591fbed052b20424e65d3ce63780abde6d601501dfe', 'amz-sdk-invocation-id': b'4cff6acf-0c63-4fb2-9b10-ab8c05eba2bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:29 GMT', 'x-amzn-requestid': 'JEMMa8NcpGNnoB2cIzlGSYBKw2oUi7lM3G0iJdceT0fCi6Ts0wyu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 31d076b3-d6be-4bfc-9e3f-6b8953a5f39d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 31d076b3-d6be-4bfc-9e3f-6b8953a5f39d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 31d076b3-d6be-4bfc-9e3f-6b8953a5f39d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 41ce6271-6448-4740-badc-5ba0a40c3ffc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 41ce6271-6448-4740-badc-5ba0a40c3ffc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 41ce6271-6448-4740-badc-5ba0a40c3ffc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183130Z
20251206/us-east-1/s3/aws4_request
4af251e3f0f0f2119c4a0ca976915ea36a32d075071ab79e4e06aab15e3c44b7
DEBUG    botocore.auth:auth.py:430 Signature:
4a5bd9efa78ed8684086f34fb62d5191108d2ba46bc66aadc6df8b07b4282903
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4a5bd9efa78ed8684086f34fb62d5191108d2ba46bc66aadc6df8b07b4282903', 'amz-sdk-invocation-id': b'8fd2d5a3-1cef-4492-ba1a-7360f406530f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:30 GMT', 'x-amzn-requestid': 'b3gLtC0uwAx7MoXJ78PFu72pKOBwkx8Z1qDbWi9SQvVPelNpZdmv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183130Z
20251206/us-east-1/s3/aws4_request
28dfa21662798ff5a47a283c53ee6fc8bb22946d410d5781b40e689e178b4515
DEBUG    botocore.auth:auth.py:430 Signature:
2bc6bb8e48f376ef56f945650167548024c2b1bb049068dcfc43989326d63112
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2bc6bb8e48f376ef56f945650167548024c2b1bb049068dcfc43989326d63112', 'amz-sdk-invocation-id': b'8853cdb0-516f-4491-adf4-822614557b5c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:30 GMT', 'x-amzn-requestid': 'dUoaNtcWohjZJI6THKL9AxZ3wd8nxmdqeXSt8Xeb54TPsv9mMj70', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183130Z
20251206/us-east-1/s3/aws4_request
04fc666563c79bdf93444c6df988c86ce72683a35d78bc06d5a770fb470fe7b7
DEBUG    botocore.auth:auth.py:430 Signature:
f37eed904fb3718d54bf78ded3078e4c5cd55b2eaf177627528a97fd4779f910
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f37eed904fb3718d54bf78ded3078e4c5cd55b2eaf177627528a97fd4779f910', 'amz-sdk-invocation-id': b'003762df-b9d7-4618-a977-bbdd70f945b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:30 GMT', 'x-amzn-requestid': '8D90pGr8QraL7W3wmVSxzMQTYiTMYKlyyJsehbhpxews7TgaLeTB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6892cde-4e74-44cc-bcd3-a7e2079ccdc5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6892cde-4e74-44cc-bcd3-a7e2079ccdc5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d6892cde-4e74-44cc-bcd3-a7e2079ccdc5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ebd66bf-246a-4ef5-856c-bbe363fce48a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ebd66bf-246a-4ef5-856c-bbe363fce48a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0ebd66bf-246a-4ef5-856c-bbe363fce48a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183131Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183131Z
20251206/us-east-1/s3/aws4_request
b47b537cda3b5b66dc17dae8d315b96e644f7264993b2ac2bdba8031425d9abb
DEBUG    botocore.auth:auth.py:430 Signature:
382e422ab6fb0be4e171f829d04c3a4017a14b0be0d600846523057ae74f1cbe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183131Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=382e422ab6fb0be4e171f829d04c3a4017a14b0be0d600846523057ae74f1cbe', 'amz-sdk-invocation-id': b'0cf26b6a-cf92-4e39-827f-6a56f59a8e2f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:31 GMT', 'x-amzn-requestid': 'leBwZdfHM37PBhbw4oGj2xcJZyc2X5kQsAaucke0FEaUfntDnZ6S', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183132Z
20251206/us-east-1/s3/aws4_request
d45eb0d99b814e251431b58f919f1a4eef4a8a7c573f85c69a3d57c352cbbca8
DEBUG    botocore.auth:auth.py:430 Signature:
72228458fc142ceed4b3360e215328f7529990325bea09d7c70d49bbe5c6dde8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=72228458fc142ceed4b3360e215328f7529990325bea09d7c70d49bbe5c6dde8', 'amz-sdk-invocation-id': b'01d624cd-97f0-4d60-9ba3-1890cff94289', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:32 GMT', 'x-amzn-requestid': 'Yg6glmezGsdEGtvEFYv6slgPWjnRnqF6qgi9PlTCzHn6TbSWc3ky', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183132Z
20251206/us-east-1/s3/aws4_request
45e20a922e9e0439dc3fa500803413bc03a594c3c3cb0139fbf236d22f13adea
DEBUG    botocore.auth:auth.py:430 Signature:
02db1346da536d69600dbdd8aaa2c72b5f8549ef172a40886190d71d73365e98
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02db1346da536d69600dbdd8aaa2c72b5f8549ef172a40886190d71d73365e98', 'amz-sdk-invocation-id': b'2c5716b3-fcb2-46b6-ade1-5d80bf9b5013', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:32 GMT', 'x-amzn-requestid': 'KpgTLKlarDHA4KPn30tLfV3LNoJIlcREL0qTpcfOFpy1IZvVA6SV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 21c348da-389f-4af4-a64b-4a58547cfcb8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 21c348da-389f-4af4-a64b-4a58547cfcb8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 21c348da-389f-4af4-a64b-4a58547cfcb8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3c278be3-5c90-4337-82a0-b43735645f33, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3c278be3-5c90-4337-82a0-b43735645f33, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3c278be3-5c90-4337-82a0-b43735645f33, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183133Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183133Z
20251206/us-east-1/s3/aws4_request
c6c7d30a270fcae9d17cb6f9aa067e03fae1d49ccb760c2e6aeb6bd929c8d7c6
DEBUG    botocore.auth:auth.py:430 Signature:
e6790bb3025d9bff0a693a54fa72a29e6e9ae1718f7d1be9cfa2a08ccd923bfb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183133Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e6790bb3025d9bff0a693a54fa72a29e6e9ae1718f7d1be9cfa2a08ccd923bfb', 'amz-sdk-invocation-id': b'c7d9c48a-388d-4747-937d-4982beb3614f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:33 GMT', 'x-amzn-requestid': 'g23cns1ivVH83BQ3AEueuAc2tHlmEuGSJ8rPggiB3SPzDFhqrCaK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183133Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183133Z
20251206/us-east-1/s3/aws4_request
a5ef94f6546ebc0f5e5f165fe8b83ae928b8f8ab40315f2c182024589f3c5995
DEBUG    botocore.auth:auth.py:430 Signature:
6662f0737e82e10544210f1645a4ce1ef5868e0948a480c732f6118d1383b874
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183133Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6662f0737e82e10544210f1645a4ce1ef5868e0948a480c732f6118d1383b874', 'amz-sdk-invocation-id': b'de529646-ee79-472c-9162-e5e14ffe23de', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:33 GMT', 'x-amzn-requestid': 'V4zhb88369Rc35E25oOLAA07TavNpNzPlkerWv8stHoZhBZe12i2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183133Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183133Z
20251206/us-east-1/s3/aws4_request
53116da71d960b8b5cb22980afcc7417b1f8efb3790df9252dbe305fe63345fa
DEBUG    botocore.auth:auth.py:430 Signature:
0a0578086d50ac83c63b683a6e130f4dc91fba4097d905773f667abc81f8131c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183133Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a0578086d50ac83c63b683a6e130f4dc91fba4097d905773f667abc81f8131c', 'amz-sdk-invocation-id': b'445a1543-1cce-432b-83ca-330ed257c77e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:33 GMT', 'x-amzn-requestid': 'dDdXLbCjQ7iodf9tshLVqNrg2X7rFOPYpDy3qZwk7xza3JpYMf85', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b753cb6d-73df-4b3a-9151-12ce548de612, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b753cb6d-73df-4b3a-9151-12ce548de612, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b753cb6d-73df-4b3a-9151-12ce548de612, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7a99a3be-9ecb-459e-b314-81634c69d2ad, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7a99a3be-9ecb-459e-b314-81634c69d2ad, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7a99a3be-9ecb-459e-b314-81634c69d2ad, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183134Z
20251206/us-east-1/s3/aws4_request
d5f0184ef4afacb86f4611a569a22df0b84625b7ddb6fd4dd3adef81bfda4823
DEBUG    botocore.auth:auth.py:430 Signature:
bee26c681ada842930ce5a6783d4982a1d2adce9a670e8b1174cafa6e3c1bb27
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bee26c681ada842930ce5a6783d4982a1d2adce9a670e8b1174cafa6e3c1bb27', 'amz-sdk-invocation-id': b'3ca3c1f6-37a5-4344-aab5-95fec2264f9d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:34 GMT', 'x-amzn-requestid': 'fHljJXphqziSTnDKYoRkKjmKeaMkPqDyerQ8xuCj1Eo2D37lu8wY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183134Z
20251206/us-east-1/s3/aws4_request
e26b3ccfad287054278cc8f7a3d5ccfba742723d9a12f51335710263a831b541
DEBUG    botocore.auth:auth.py:430 Signature:
586b684416805c8792f76980e23b96b6d3e697594fe2c663aa364731a9b873ee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=586b684416805c8792f76980e23b96b6d3e697594fe2c663aa364731a9b873ee', 'amz-sdk-invocation-id': b'0c45ad7b-ecc2-40ae-98bc-1d91de41f43d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:34 GMT', 'x-amzn-requestid': 'qZLzcUe94SIRrUHkSZDJ3ywxDpVemeJg4yRawPxAMNCpjR524W6E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183134Z
20251206/us-east-1/s3/aws4_request
fec744d0b467fc5946f794fe655eda7426b3a1064ce3a72b4ae264bee59aeef7
DEBUG    botocore.auth:auth.py:430 Signature:
267b792ec732168d676b47ace2e4d180d1b57a162c69f8569444d25b2a035c21
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=267b792ec732168d676b47ace2e4d180d1b57a162c69f8569444d25b2a035c21', 'amz-sdk-invocation-id': b'8ef4408a-a1e3-4597-9387-622a25ceace4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:34 GMT', 'x-amzn-requestid': 'lctZOSHmXw0TKawcTIMr3QqYJazAxNNBYKBO1oOewRIEjZxAmbux', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 73d14b5b-d659-45a0-8a2b-5e6b2c7c931c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 73d14b5b-d659-45a0-8a2b-5e6b2c7c931c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 73d14b5b-d659-45a0-8a2b-5e6b2c7c931c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, adfc3867-10a8-48d0-84d9-a90af61235d6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, adfc3867-10a8-48d0-84d9-a90af61235d6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, adfc3867-10a8-48d0-84d9-a90af61235d6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183135Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183135Z
20251206/us-east-1/s3/aws4_request
997c58f65e72a3d3e1ac5d5756179ca4aa8d874e83fc32a8a85994f249fb60ec
DEBUG    botocore.auth:auth.py:430 Signature:
467e51b7b8f76f316294785a03f2a94a3be62a0f67cc070ab69ce60248e13800
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183135Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=467e51b7b8f76f316294785a03f2a94a3be62a0f67cc070ab69ce60248e13800', 'amz-sdk-invocation-id': b'c9978e70-0502-4df3-88d7-0c0a49ef9b0a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:35 GMT', 'x-amzn-requestid': 'huHPEHRIWri2UpWITRiArBSNXMke7gG6RUVyLhDOKJHIXAXOD4be', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183135Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183135Z
20251206/us-east-1/s3/aws4_request
6760be345eb0860ed66a1a63ec715270a795ebaa18a0a8e339f3f406a6f4678b
DEBUG    botocore.auth:auth.py:430 Signature:
743145d6bf14ae5ba8fa44a77d2ead2ffe405c2825ef7c09d541e5f1f1139c06
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183135Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=743145d6bf14ae5ba8fa44a77d2ead2ffe405c2825ef7c09d541e5f1f1139c06', 'amz-sdk-invocation-id': b'd256580a-9559-4a6f-b086-b1bf890a947e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:35 GMT', 'x-amzn-requestid': 'VCSsASqDwOpBHfptYWtwU2acAHwCbqxMTDDlNotGMcwKIv4xQaOf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183135Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183135Z
20251206/us-east-1/s3/aws4_request
1d28562a935ccd9fba463a9ed5aacbf5e577fec9eba71cedd54e55e193ac7637
DEBUG    botocore.auth:auth.py:430 Signature:
8355dc67299984997c47cab6fbb22022f89b99344fb8b7794d061ab253c19f22
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183135Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8355dc67299984997c47cab6fbb22022f89b99344fb8b7794d061ab253c19f22', 'amz-sdk-invocation-id': b'679cab57-4005-4a95-9f17-b708274c9c73', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:35 GMT', 'x-amzn-requestid': 'DsCmuTlCSHov6N81ziopuFkkjnimIuZwsouQqhV2Pbh16iiPKuTF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b7c1b72b-aaee-4dbd-836d-6766fe0e1c6a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b7c1b72b-aaee-4dbd-836d-6766fe0e1c6a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b7c1b72b-aaee-4dbd-836d-6766fe0e1c6a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 239c58fb-6018-4f80-b391-3042ed70c235, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 239c58fb-6018-4f80-b391-3042ed70c235, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 239c58fb-6018-4f80-b391-3042ed70c235, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183136Z
20251206/us-east-1/s3/aws4_request
34bbd56440d04217398a6d27b7d87dfb0d83bbc65bf3ced44db3d891e98f7f18
DEBUG    botocore.auth:auth.py:430 Signature:
8c18789c56a012b4c17e3b338be61961ec4138d2c6b9cc6ec6ec7e30e822fe61
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c18789c56a012b4c17e3b338be61961ec4138d2c6b9cc6ec6ec7e30e822fe61', 'amz-sdk-invocation-id': b'd17e8d96-89c3-41a9-82af-b75f7581a6cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:36 GMT', 'x-amzn-requestid': 'nZYD6UH1BuMGyIcgGWZPyer2PJbw8HzDudnIrCs5XuwnaWaK7LN8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183136Z
20251206/us-east-1/s3/aws4_request
ba8cd3d43a930c2d1f59c0d0eb1e3383ba6fa18c700667de041d51fc7fa4eff8
DEBUG    botocore.auth:auth.py:430 Signature:
7b121b5c60f01867909e97b11bcdebbe58103419b62802f96f4bafb745ae2427
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b121b5c60f01867909e97b11bcdebbe58103419b62802f96f4bafb745ae2427', 'amz-sdk-invocation-id': b'30eb0e00-d1d0-42fc-8675-87758760267b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:36 GMT', 'x-amzn-requestid': 'dKrsOwoAS4X40MCarceaZn8leDQTHVSjF8go2AdPQCm4NMxS7u7p', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183136Z
20251206/us-east-1/s3/aws4_request
a526fbb96551731fc3ab852dde258f9dc0101b0a42d5ecf10eba9a3fea27e49d
DEBUG    botocore.auth:auth.py:430 Signature:
cd95c2316230645a20b0d129b858de6c1db3f4624aa460450f5fd45e3933eee5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cd95c2316230645a20b0d129b858de6c1db3f4624aa460450f5fd45e3933eee5', 'amz-sdk-invocation-id': b'75ec4091-1733-4653-9a81-68afedf0ffbd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:36 GMT', 'x-amzn-requestid': 'LKwosxMavVnse4vp9XkPo1Dz1u9g5ZchuecZfFKekqVXgYXWnwxz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 83cbe262-cb6b-411f-a4b6-e5c726f6f618, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 83cbe262-cb6b-411f-a4b6-e5c726f6f618, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 83cbe262-cb6b-411f-a4b6-e5c726f6f618, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ac7940fd-08b8-4b05-bcec-e9fdeed6752f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ac7940fd-08b8-4b05-bcec-e9fdeed6752f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ac7940fd-08b8-4b05-bcec-e9fdeed6752f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183137Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183137Z
20251206/us-east-1/s3/aws4_request
7649fd5925ba2fb1f7d5a1c87967135577ae6a1964f7f3d5ac2c816c926c97f9
DEBUG    botocore.auth:auth.py:430 Signature:
16e62cd9760e146ca87f29ad5acb34e126544836b8432de9ebf96f948b2fb027
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183137Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=16e62cd9760e146ca87f29ad5acb34e126544836b8432de9ebf96f948b2fb027', 'amz-sdk-invocation-id': b'2350f419-7e43-476c-9dcd-8719d808d390', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:37 GMT', 'x-amzn-requestid': 'rK701ffA66DHztOfYZTBIpOAg0aAgCxu6UkbnH9mIUdovfzz6xo1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183137Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183137Z
20251206/us-east-1/s3/aws4_request
782689b67a839d78446a6da23d70e897d358d3c0aa8a4c4f51df5209ee037d84
DEBUG    botocore.auth:auth.py:430 Signature:
85f25363a333befac1f4afdd35eaac262312c8a4105b1999c618966127f338e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183137Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=85f25363a333befac1f4afdd35eaac262312c8a4105b1999c618966127f338e0', 'amz-sdk-invocation-id': b'b5531d4b-4aa7-43b3-980d-e8082fd25c56', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:37 GMT', 'x-amzn-requestid': 'F8iuSn4OG0eQ9quSC3ioJX0vuzek9HAnibxwI5qzugWSr7a80Ymw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183137Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183137Z
20251206/us-east-1/s3/aws4_request
955be59f188fd1bbc52046778724125f9deb331418cfef80eef89fe21a6a9f06
DEBUG    botocore.auth:auth.py:430 Signature:
07fc3e2dc998dab20d6fd05216dd637d5857df03bf2da4a9dc1489d8cdfe48dd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183137Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07fc3e2dc998dab20d6fd05216dd637d5857df03bf2da4a9dc1489d8cdfe48dd', 'amz-sdk-invocation-id': b'd7b3ba34-ec63-47e6-bede-79840b547b30', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:37 GMT', 'x-amzn-requestid': 'YrG7eMJ77KPUSgs8QA3xhb6jXDYGohXnHhtHmxtghrgecJMfYRJ6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6cd728ee-bad5-4388-a02a-1b4ac64012e6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6cd728ee-bad5-4388-a02a-1b4ac64012e6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6cd728ee-bad5-4388-a02a-1b4ac64012e6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3009f480-70d8-4863-a258-57fae6f293e0, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3009f480-70d8-4863-a258-57fae6f293e0, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3009f480-70d8-4863-a258-57fae6f293e0, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183138Z
20251206/us-east-1/s3/aws4_request
ce35f946ec796a048e2fa9d47de606c9438e60b8363b383d7f3dd31d11570d6f
DEBUG    botocore.auth:auth.py:430 Signature:
ba396a5e24db25abeeac61f1416be5465bf7a65be7490b2cb3b9c58837464380
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba396a5e24db25abeeac61f1416be5465bf7a65be7490b2cb3b9c58837464380', 'amz-sdk-invocation-id': b'4f9622e3-b9a8-4f74-96ae-cb2d66c1fdf1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:38 GMT', 'x-amzn-requestid': '879CBkmVWeYxPsMcm0mOKvaalPoQgiumUauqVrcPTdK00E92V0yb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183138Z
20251206/us-east-1/s3/aws4_request
ac8a5c0d3080bb3f770b4cc9707158bff2a6573b0d98728fe4cc1194aa8f4b4a
DEBUG    botocore.auth:auth.py:430 Signature:
9e7fa43867e2d74decd150dbe869dc75c1a068f9180b829d428b77eec650cc2c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9e7fa43867e2d74decd150dbe869dc75c1a068f9180b829d428b77eec650cc2c', 'amz-sdk-invocation-id': b'729432b0-2092-4390-a460-4ea94184fc43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:38 GMT', 'x-amzn-requestid': 'wC1hAqmXG7n9wIs4tLITjAAGE0osDu8XBGJfBUVupDtItCsgIASp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183138Z
20251206/us-east-1/s3/aws4_request
609435954344c212451569c6dd426680e718e65c9c9f51056f3cc241f846ea7f
DEBUG    botocore.auth:auth.py:430 Signature:
6c9c5aeb55615a2e2a752758f34d8c82107bf40876052ecbc04669e191161975
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c9c5aeb55615a2e2a752758f34d8c82107bf40876052ecbc04669e191161975', 'amz-sdk-invocation-id': b'f1b575f3-dabe-41f6-bf85-cfdd4f10410f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:38 GMT', 'x-amzn-requestid': 'hsa8EK0V2nGa5Nr520yFFJluWUNAaLljneIUuf78QGmIAtvm2ecw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fd1e0a93-be30-436c-bd9c-1048918f6e8c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fd1e0a93-be30-436c-bd9c-1048918f6e8c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fd1e0a93-be30-436c-bd9c-1048918f6e8c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4fb56fde-10ea-4941-aa4d-397375fbd2f1, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4fb56fde-10ea-4941-aa4d-397375fbd2f1, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4fb56fde-10ea-4941-aa4d-397375fbd2f1, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183140Z
20251206/us-east-1/s3/aws4_request
d347e9ac44d6274a82e096914512fea3521a8179b105a9868b4fb4f31f536a3c
DEBUG    botocore.auth:auth.py:430 Signature:
03eec317e739bf6209f818781a799f737a1a751c53aba5790e9b9a4f87ca33c2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03eec317e739bf6209f818781a799f737a1a751c53aba5790e9b9a4f87ca33c2', 'amz-sdk-invocation-id': b'bc7d7cf0-28ff-442d-b19a-f7f3f847f20a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:40 GMT', 'x-amzn-requestid': 'VNhvRdo7Elczlt9VI15CWKRB5jRiIL0Bwl0TSdd12xlgMQEK48Ic', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183140Z
20251206/us-east-1/s3/aws4_request
31acdf90a68b889578e62684bf9f983dc9e1d5363ca4dd0111ba4eb314217642
DEBUG    botocore.auth:auth.py:430 Signature:
c51c1fca184101d48e22bcd8df44bfe11345eb938c73d5eb2ecda645ac49cb50
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c51c1fca184101d48e22bcd8df44bfe11345eb938c73d5eb2ecda645ac49cb50', 'amz-sdk-invocation-id': b'3b0ad1d7-a42c-4fc2-bcb1-d24f12c8e44a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:40 GMT', 'x-amzn-requestid': 'dl7G15CdveZFqAXKpilwKiQvoj3esOthPDayAR8jE71p2Z5DLdPx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183140Z
20251206/us-east-1/s3/aws4_request
0e8721146f54297f4d1eeb7a00f037502fe2cb8da9293180035bc97c5c24c56a
DEBUG    botocore.auth:auth.py:430 Signature:
e56b54ca5cf49f333a4f0fb7c5035252d87e6a2eaadb2027030b16ae556377fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e56b54ca5cf49f333a4f0fb7c5035252d87e6a2eaadb2027030b16ae556377fe', 'amz-sdk-invocation-id': b'0f95043c-c7c3-4490-80ea-424f24fcf6f4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:40 GMT', 'x-amzn-requestid': 'Y1AXoC1ucvb3woej33wwzwa3e4dlNIIZ41NwnUefsQx2qY706OiM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea1b358c-1e43-4d4a-9969-752726a6aa87, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea1b358c-1e43-4d4a-9969-752726a6aa87, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ea1b358c-1e43-4d4a-9969-752726a6aa87, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2f799792-3e81-4eda-82ca-5002bcaf477e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2f799792-3e81-4eda-82ca-5002bcaf477e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2f799792-3e81-4eda-82ca-5002bcaf477e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183141Z
20251206/us-east-1/s3/aws4_request
a7111d6e1179931715e745f58e102aa01f335c97890bb311f17ca37577885cca
DEBUG    botocore.auth:auth.py:430 Signature:
1298ca5defbd1f0b17f11920707d0aa6622a27377f7b1b3dbadcdc1d73e56999
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1298ca5defbd1f0b17f11920707d0aa6622a27377f7b1b3dbadcdc1d73e56999', 'amz-sdk-invocation-id': b'ae30c759-8ea8-462d-8149-a945efe1130e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:41 GMT', 'x-amzn-requestid': 'UYprOx951acBz3ILLU7yvGAsAdTVhQzGYNLum44q97jx9eXwJBdI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183141Z
20251206/us-east-1/s3/aws4_request
44d9ed923f1df235a5341e1e6927ebe5f3455279d585e9a06142b00beeee6298
DEBUG    botocore.auth:auth.py:430 Signature:
fba8f36dd97724e912b9725816db4cfacf26be8b80f365119f28e66afba0f212
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fba8f36dd97724e912b9725816db4cfacf26be8b80f365119f28e66afba0f212', 'amz-sdk-invocation-id': b'ba77f06d-6e41-4a84-8635-07924a8c5a60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:41 GMT', 'x-amzn-requestid': 'JypMRwUg9zJCAOGucOMdEhk7BkxtTqpiUa6UFwTlcko3SSfLHJT1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183141Z
20251206/us-east-1/s3/aws4_request
4123b4c3d4073c571c3124b86a75f8c40e25d3a2ea6b56a10abfeae3e7ad9602
DEBUG    botocore.auth:auth.py:430 Signature:
69bcf3ab31259e2e2a89f13b0e4f0d37bcf1dd7f842ca73640788f268c1fe23b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=69bcf3ab31259e2e2a89f13b0e4f0d37bcf1dd7f842ca73640788f268c1fe23b', 'amz-sdk-invocation-id': b'4dd03ad2-b625-4664-a053-8e1a6d344506', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:41 GMT', 'x-amzn-requestid': 'F6eyrY5cqMadvk5q2Iks3E4KisrvaGopUxaj1EoStKtTLCtSYgYq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5baf63ef-bdff-41c6-b42d-ec6bd721ee3d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5baf63ef-bdff-41c6-b42d-ec6bd721ee3d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5baf63ef-bdff-41c6-b42d-ec6bd721ee3d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ba9ea3b6-247c-4347-bbab-917985f33204, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ba9ea3b6-247c-4347-bbab-917985f33204, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ba9ea3b6-247c-4347-bbab-917985f33204, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183142Z
20251206/us-east-1/s3/aws4_request
7869b830f5706fd0880029b7ae7fadb4ac4d9aaa88ccb80b33192c68902d931b
DEBUG    botocore.auth:auth.py:430 Signature:
a2b85fee7cbde24b3ce170ece74aad5c71aced32b7e1847c5653ab3433e97160
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2b85fee7cbde24b3ce170ece74aad5c71aced32b7e1847c5653ab3433e97160', 'amz-sdk-invocation-id': b'8f5296d3-6203-457f-bd33-1dc85d7bc3fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:42 GMT', 'x-amzn-requestid': '74GYrjTLRqRp9eAxGFRlNMvYFbPenwjAiZwkY4QR0jnkuqOmfrow', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183142Z
20251206/us-east-1/s3/aws4_request
03417c7ea95ab51adeaa96ce40ee00fa9fc3bedc18b3245e6c099e9c1fdc63e5
DEBUG    botocore.auth:auth.py:430 Signature:
b52e075ec42206f4da3a9298c970a2d81d73cb97b42b7d695e7aa180d31379a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b52e075ec42206f4da3a9298c970a2d81d73cb97b42b7d695e7aa180d31379a8', 'amz-sdk-invocation-id': b'fd5799d0-fdd3-40c8-9d32-bd1d0523d6dc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:42 GMT', 'x-amzn-requestid': 'F3IDX81QmLyLyJPbWDmoDCl4L37s7REu6MCA2HgC8oAkdO897DAB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183142Z
20251206/us-east-1/s3/aws4_request
e7d63dc18474f9a573a61b581832dc6ae884ab51251e963a258865db716f0de5
DEBUG    botocore.auth:auth.py:430 Signature:
10c3a885e13911ada936072472be89625d620a852c3c047ac30ca8a33af68e1b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=10c3a885e13911ada936072472be89625d620a852c3c047ac30ca8a33af68e1b', 'amz-sdk-invocation-id': b'6e68b924-4007-4c1a-832e-5c74783f342b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:42 GMT', 'x-amzn-requestid': 'MO8bW7IbKGHdf1UTJDIjxFeLt6vRtZxzF8AfQ3oRRl962aS8UbXB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 42bb81a6-ff1c-45ca-aec2-a4f606440910, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 42bb81a6-ff1c-45ca-aec2-a4f606440910, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 42bb81a6-ff1c-45ca-aec2-a4f606440910, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5f5b723a-3a8e-43a9-95eb-0ebc25aceb23, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5f5b723a-3a8e-43a9-95eb-0ebc25aceb23, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5f5b723a-3a8e-43a9-95eb-0ebc25aceb23, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183143Z
20251206/us-east-1/s3/aws4_request
3085460b870bc8152451c084614fb1301b572e836e543a650ec7d7af583c8897
DEBUG    botocore.auth:auth.py:430 Signature:
4ae4c91cfbf5013beb10a6d194d3905385bf3752bee0e09a494182d606c226b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ae4c91cfbf5013beb10a6d194d3905385bf3752bee0e09a494182d606c226b9', 'amz-sdk-invocation-id': b'3a8a87c9-edf9-429d-99c5-a959a2118543', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:43 GMT', 'x-amzn-requestid': 'x17PpGArrsXK9zAtDfoOXel0O0eUuqJzYaa6odbBjAOlWNtsDzjt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183143Z
20251206/us-east-1/s3/aws4_request
af61278782b50eb8d8612ef758b1b4e62d6f4f353775a46dc2cd6716b4a5e8ae
DEBUG    botocore.auth:auth.py:430 Signature:
b4b204765f45faa64b463ddbd5b1791e9b9528716f8ed28f1dbb3a9b27a2c235
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4b204765f45faa64b463ddbd5b1791e9b9528716f8ed28f1dbb3a9b27a2c235', 'amz-sdk-invocation-id': b'2d41388e-662b-40cd-bf0f-3cf63f77dcd7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:43 GMT', 'x-amzn-requestid': 'NLuXnl0rSz9nPY9k2KDUbK96YP08VeOQdmn05aOjOURRwuhLZZ4j', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183143Z
20251206/us-east-1/s3/aws4_request
9fae566fa3fe5ee05085ddda6f88756218273b00acd0237150f125c046d02e2d
DEBUG    botocore.auth:auth.py:430 Signature:
aeea28d198908f6cf3928c2b765d87ce3636b2abae322c9f4562ac6a9b27535f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aeea28d198908f6cf3928c2b765d87ce3636b2abae322c9f4562ac6a9b27535f', 'amz-sdk-invocation-id': b'973fd5bd-c47b-4221-972f-beae5cfda7b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:43 GMT', 'x-amzn-requestid': 'sCL1ufjoev4dchpXXRsb1FsvhHVma40YVjydXyFdE1ixGMx1rmLb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f0a8488a-cbe4-4e09-bc88-2c936e0119d2, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f0a8488a-cbe4-4e09-bc88-2c936e0119d2, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f0a8488a-cbe4-4e09-bc88-2c936e0119d2, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b11185d5-4acf-42a4-8284-27a036c063a5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b11185d5-4acf-42a4-8284-27a036c063a5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b11185d5-4acf-42a4-8284-27a036c063a5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183144Z
20251206/us-east-1/s3/aws4_request
f090ccb26990b30e5a414af81b6297181150aa4f78cd1082ebdcdccfa9a4ff27
DEBUG    botocore.auth:auth.py:430 Signature:
2acc552f7e07d6e51be0c55e425f7cc8034f1c38e9f39382f05356070cc1e602
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2acc552f7e07d6e51be0c55e425f7cc8034f1c38e9f39382f05356070cc1e602', 'amz-sdk-invocation-id': b'dba21ee6-2023-40a2-bc58-5b40447cb7ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:44 GMT', 'x-amzn-requestid': 'bqo1lkS6vn84IuGj87Gdkqj49juHYk3YO1FwWkflw7lGMILnTrDm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183144Z
20251206/us-east-1/s3/aws4_request
b32d676b1ec8de6c2d9f6a77fa401f9cf9419e63952f1f07101f3ec6065ad0e1
DEBUG    botocore.auth:auth.py:430 Signature:
bed23d4337c61d49cec280b400d7c1e9126ff0c3a2dfa33e070a4c5d46b0cdb3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bed23d4337c61d49cec280b400d7c1e9126ff0c3a2dfa33e070a4c5d46b0cdb3', 'amz-sdk-invocation-id': b'1a65bae6-c63a-42ed-b545-7caf2e782849', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:44 GMT', 'x-amzn-requestid': 'aNIsIDMfxgySmT2L1XbsqrUl9V707f5RvUfAaV4qTdJjbhIcAbIs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183144Z
20251206/us-east-1/s3/aws4_request
694331550efbd8d14745c71dd51d8189e3f65275ccc2560dbf81acaf62b417c2
DEBUG    botocore.auth:auth.py:430 Signature:
7e7127544724fd91e80a94b7923a4be95d7e7bef623ca4c5d44d3e1fc9d2f906
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e7127544724fd91e80a94b7923a4be95d7e7bef623ca4c5d44d3e1fc9d2f906', 'amz-sdk-invocation-id': b'a97486e5-bca4-4491-b09d-68b343beb095', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:44 GMT', 'x-amzn-requestid': 'cRUx69ISwVLsnQawuCYL7tkPuPIJsdP1dYeO4RA0gVghHSoj9ySa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d67142e8-753b-4000-bc34-661f261bfb55, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d67142e8-753b-4000-bc34-661f261bfb55, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d67142e8-753b-4000-bc34-661f261bfb55, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 90ca4cf4-e818-4432-be1c-5fc4d7029636, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 90ca4cf4-e818-4432-be1c-5fc4d7029636, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 90ca4cf4-e818-4432-be1c-5fc4d7029636, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183145Z
20251206/us-east-1/s3/aws4_request
596c2a8013e39c128014d1b43b2806437cd85cb72f8294ba06ecfa1dd0ac5ffa
DEBUG    botocore.auth:auth.py:430 Signature:
a8f009942464e7e04080cb32159709767328b7544acf865ff9294225fe677ee0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8f009942464e7e04080cb32159709767328b7544acf865ff9294225fe677ee0', 'amz-sdk-invocation-id': b'07246563-d483-4a1c-b164-de0b95c59b02', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:45 GMT', 'x-amzn-requestid': 'AYBDBo7K8JSqB7TKBwZtPIrFtkh6iQM14RceoH5ILKYbvFxGrslS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183145Z
20251206/us-east-1/s3/aws4_request
6b614838415afbac96f8fa3906b3a558968a63df9f88f5ec2a5c2b26c01554ef
DEBUG    botocore.auth:auth.py:430 Signature:
72bf1b880e26e64a0ff3e0901d4deef108dc742debdef00ebaa337e9cdd5beb7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=72bf1b880e26e64a0ff3e0901d4deef108dc742debdef00ebaa337e9cdd5beb7', 'amz-sdk-invocation-id': b'ae35e6e9-0f36-4c75-aa6b-6f1c9398c548', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:45 GMT', 'x-amzn-requestid': '6taERYs6IAEi8Icv3TX0y8IIhAU9wEWCJ4JtMcFSBUguDI24l1ec', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183145Z
20251206/us-east-1/s3/aws4_request
4af264349f2eeb9d8539d8be10578dafb7050a497b4ced5054e8347b0c5be1d2
DEBUG    botocore.auth:auth.py:430 Signature:
6ba9e4690b7e17d48c552531cc703d335e02269362c48700a32e54a62d945693
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6ba9e4690b7e17d48c552531cc703d335e02269362c48700a32e54a62d945693', 'amz-sdk-invocation-id': b'708a61af-6701-4986-a66b-a44dddcc97aa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:45 GMT', 'x-amzn-requestid': '3Ww1tSueb5SSnS3oacHJJyNrzbsfuhsTEyTB81pDJKP4XwlFbJmA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 222e43bc-8c18-423c-a3ef-9e7ab5953381, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 222e43bc-8c18-423c-a3ef-9e7ab5953381, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 222e43bc-8c18-423c-a3ef-9e7ab5953381, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc3ce8d5-53c1-425c-9550-c46c423c5fee, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc3ce8d5-53c1-425c-9550-c46c423c5fee, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc3ce8d5-53c1-425c-9550-c46c423c5fee, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183147Z
20251206/us-east-1/s3/aws4_request
afb1d2bdb2b715dd47f12f56127d087a2d38cbf5cd2979382b6d56836455f82d
DEBUG    botocore.auth:auth.py:430 Signature:
85543da81c858d33cba39d93b04e8e8101876fadd647c965ace4f6feae8ae736
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=85543da81c858d33cba39d93b04e8e8101876fadd647c965ace4f6feae8ae736', 'amz-sdk-invocation-id': b'5c4280da-f0a3-42c1-adaa-869f105009b4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:47 GMT', 'x-amzn-requestid': '4yPBMue8r978zv28ZgdJEZBC9pMkcDmNOHTBDkiRbm8vj4in2bld', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183147Z
20251206/us-east-1/s3/aws4_request
63727aefd2ebb08597da9ed54097a563934c44fd9161e13bb2b7ee78cea69925
DEBUG    botocore.auth:auth.py:430 Signature:
367714a1c634ae05d34dc040175f3baab8337e9e0b437c94c7d8170bfe438a50
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=367714a1c634ae05d34dc040175f3baab8337e9e0b437c94c7d8170bfe438a50', 'amz-sdk-invocation-id': b'536b3d37-7b51-4bd6-a610-55ba2050fdfd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:47 GMT', 'x-amzn-requestid': 'u0WbL2TgwYENpCqQZJqUbZucscUG4WWqtYw7dy6K4POwLcZjyzhH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183147Z
20251206/us-east-1/s3/aws4_request
f5cb329e447c9c90ee1fcca8e7aa8d8eb7ee4e1c182dbf83422ed5d72651db91
DEBUG    botocore.auth:auth.py:430 Signature:
27f48caa4dd3e0d3bf4f79e7c41942f08a1cad0923cc84164bb37638d6e1485d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=27f48caa4dd3e0d3bf4f79e7c41942f08a1cad0923cc84164bb37638d6e1485d', 'amz-sdk-invocation-id': b'12c1a6ca-42f1-4dbb-8c3f-3a735703731c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:47 GMT', 'x-amzn-requestid': 'ONv2Dceehb5gxjepej0tztKWrO8dxtZVough2JjV6cD6Vkj1Xk5b', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06bb951d-1913-46dc-880f-efa6af301b3f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06bb951d-1913-46dc-880f-efa6af301b3f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06bb951d-1913-46dc-880f-efa6af301b3f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9708196-b860-4858-a702-9bc1b979050d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9708196-b860-4858-a702-9bc1b979050d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f9708196-b860-4858-a702-9bc1b979050d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183148Z
20251206/us-east-1/s3/aws4_request
6885233bd731921a713ae478b4352a7f99800d3337d5d2447f3f507601f1690f
DEBUG    botocore.auth:auth.py:430 Signature:
362dd68876329a6cfcce8f851e77e6d7bc2ba944c175d43f1eae6fd5fd4581e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=362dd68876329a6cfcce8f851e77e6d7bc2ba944c175d43f1eae6fd5fd4581e4', 'amz-sdk-invocation-id': b'689e7174-bd06-40de-af90-cff54db227a3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:48 GMT', 'x-amzn-requestid': 'Ahrq170dFzsM65Eps1DITQcrGaJ4nuSh4DM3V69ctYsftrHAmoO9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183148Z
20251206/us-east-1/s3/aws4_request
1d3746e6f5e114f6c8002116b2c01231366cea942fd4732e927c0e42b513115e
DEBUG    botocore.auth:auth.py:430 Signature:
1b51bb9bef08cd17c943d023d77e4e59f39a094daa56fa64b3ec222f84ba3cd7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b51bb9bef08cd17c943d023d77e4e59f39a094daa56fa64b3ec222f84ba3cd7', 'amz-sdk-invocation-id': b'581604be-c601-4060-a7d6-24b9da3c8845', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:48 GMT', 'x-amzn-requestid': 'GnZClC5sLsYUWzlMIcOKeC1Z2sZNbEtv4jANPR9w7WVsIGKu7LBy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183148Z
20251206/us-east-1/s3/aws4_request
7868faa323ed1a28cf9dccdc18ca108b42747d848391da94dfd87bda5168dcbb
DEBUG    botocore.auth:auth.py:430 Signature:
bf9421a2b7424138c9d3c4f509943f92752d08068e2fb24addb7b4fc0e272ebc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bf9421a2b7424138c9d3c4f509943f92752d08068e2fb24addb7b4fc0e272ebc', 'amz-sdk-invocation-id': b'6b5bfa88-9e31-4460-aeae-a454972b2619', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:48 GMT', 'x-amzn-requestid': 'tkjRmgExs70RBiIxq0askVofqFqEGWEEGYjyzT1dofJldpDVU4sC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a4a3e34-0a70-41f6-8322-6e97662b97e6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a4a3e34-0a70-41f6-8322-6e97662b97e6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3a4a3e34-0a70-41f6-8322-6e97662b97e6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cbd4fec0-18a4-42fa-9400-6f4cafaaa7bc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cbd4fec0-18a4-42fa-9400-6f4cafaaa7bc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cbd4fec0-18a4-42fa-9400-6f4cafaaa7bc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183149Z
20251206/us-east-1/s3/aws4_request
f681b2ee73e4ba81a55cda45d38e2e2c3fc8ca91be86e784d06b3d96771519ba
DEBUG    botocore.auth:auth.py:430 Signature:
b5881f47af5960426faad421ec5eb17502e92fd831f9b2b7f8595649c3a51470
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5881f47af5960426faad421ec5eb17502e92fd831f9b2b7f8595649c3a51470', 'amz-sdk-invocation-id': b'a1957400-fbdc-4eda-9909-888f0874ba80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:49 GMT', 'x-amzn-requestid': 'WwSjzqYme71yp82rZpaplt2Wc2vzEG4ZoRdCB1NLLK2Bkc08O2lu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183149Z
20251206/us-east-1/s3/aws4_request
7f7e14a9538281ff775ebf77d6cb0ae0985ce425d98e153178d770d16a8f8422
DEBUG    botocore.auth:auth.py:430 Signature:
76c332771c02087abc4a1939d762153a3217adaf916c3626b0d128d52d59c5bb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=76c332771c02087abc4a1939d762153a3217adaf916c3626b0d128d52d59c5bb', 'amz-sdk-invocation-id': b'4aa1765c-0c17-4d5e-95c4-aa43d4241c46', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:49 GMT', 'x-amzn-requestid': 'UK2t0gZ16xPYzGyQ1IZqOXIl6XyB3WwxAARXeB7bPV05ZW8cJHJD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183149Z
20251206/us-east-1/s3/aws4_request
72bfeadc6c10a4d99049f5f5c949288e4d0d654819d57b4d8ffea000d6fa1caf
DEBUG    botocore.auth:auth.py:430 Signature:
ecf5690a0977962186217853bb7c9052a95fa03af0b7bc011177a559279a9670
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ecf5690a0977962186217853bb7c9052a95fa03af0b7bc011177a559279a9670', 'amz-sdk-invocation-id': b'dbb3233f-3b7c-4faf-b469-d8e7d0fcc082', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:49 GMT', 'x-amzn-requestid': 'czdCUKYSa6Y1O2AQ3MPFbGfOhbjennrv8iZdzhbcawAdx1Tg8fZu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 48912cc9-4ce5-462f-abe5-2d6de6c150b7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 48912cc9-4ce5-462f-abe5-2d6de6c150b7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 48912cc9-4ce5-462f-abe5-2d6de6c150b7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9c968de-5b96-4177-867c-0f648e72d75b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9c968de-5b96-4177-867c-0f648e72d75b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9c968de-5b96-4177-867c-0f648e72d75b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183150Z
20251206/us-east-1/s3/aws4_request
6f42e6693af548c7042590c0286c284eea8044669bcc5aa91c91c674736899ef
DEBUG    botocore.auth:auth.py:430 Signature:
5f72a9973c2dc6f7e94ec673da8d7fe61cf3b544ab2cebe08ab1107bc7344d40
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f72a9973c2dc6f7e94ec673da8d7fe61cf3b544ab2cebe08ab1107bc7344d40', 'amz-sdk-invocation-id': b'b3e6cc86-40b0-4b42-90de-3d29f85a709f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:50 GMT', 'x-amzn-requestid': 'XjlMd9cfMUqOnH9IZyzByyFy8rCmBTlSUR3MlZ0Mmo8aJQhzLKZm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183150Z
20251206/us-east-1/s3/aws4_request
a25640ec2f73e5de557f506e468dff1d8354c9fa9d668bf0428ea7d75599912f
DEBUG    botocore.auth:auth.py:430 Signature:
6fdbadd7ad4e5daf5752cfd65126375c5c6beb63bd3d31dc9c2116ce115fbfb2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6fdbadd7ad4e5daf5752cfd65126375c5c6beb63bd3d31dc9c2116ce115fbfb2', 'amz-sdk-invocation-id': b'e82bb294-5927-4b25-879e-f57821ea3ee2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:50 GMT', 'x-amzn-requestid': 'NZkRy8HbNtWB4aOCG15xZWcNr0nkNfMgQfMW8Fgxfx9Yidfn1jem', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183150Z
20251206/us-east-1/s3/aws4_request
4c9cdb6d2e4540f423850a148114811ed717abc0ba4ccec3bb9ace6cd105bb7c
DEBUG    botocore.auth:auth.py:430 Signature:
c34e5fc2ffeb5394e89ba69429b4ce33ebecea3483907b2f9c4a1953df17ce51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c34e5fc2ffeb5394e89ba69429b4ce33ebecea3483907b2f9c4a1953df17ce51', 'amz-sdk-invocation-id': b'4264426d-965e-4cd3-b661-4d200d91018c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:50 GMT', 'x-amzn-requestid': '6f0MVYvfrmKMrPW5L4GOLgclrJXos2HkAjQEUDmRioxO5oSYuAAB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 897bfac0-b762-4cc9-b414-4532033bbf96, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 897bfac0-b762-4cc9-b414-4532033bbf96, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 897bfac0-b762-4cc9-b414-4532033bbf96, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1d818c51-858f-4451-a77e-000d51ad7587, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1d818c51-858f-4451-a77e-000d51ad7587, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1d818c51-858f-4451-a77e-000d51ad7587, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183151Z
20251206/us-east-1/s3/aws4_request
00eb70cf235b6a08d6f2981b402d693f5fee190822b0aae8826b02d2aaf07e6e
DEBUG    botocore.auth:auth.py:430 Signature:
d94a34769ca3423bb586d67fd69182cb11a8b9db1df71619f881fd14d3315783
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d94a34769ca3423bb586d67fd69182cb11a8b9db1df71619f881fd14d3315783', 'amz-sdk-invocation-id': b'732fc95a-47e2-44a7-8818-59a7d87651d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:51 GMT', 'x-amzn-requestid': 'iwDSDPvsiuGnGk6rotx8UlXYT5dwU0lVD5qeZHZZXOMq0MC3j64k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183151Z
20251206/us-east-1/s3/aws4_request
be9880a206c22b2c074f873caec351033fee557936c61079ac47c4091392f343
DEBUG    botocore.auth:auth.py:430 Signature:
39ce0713f59eac1f0242e7cf19f97ac7d54bb12c8aa67d24386bd3388b5c8430
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=39ce0713f59eac1f0242e7cf19f97ac7d54bb12c8aa67d24386bd3388b5c8430', 'amz-sdk-invocation-id': b'a756b07f-b71d-48dd-8b97-1c2a749dc735', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:51 GMT', 'x-amzn-requestid': 'jVhX16r4ewVSWYd5hNWM4KuzfNvsxnb9bM9fRWPuYNvlHlryJ1qO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183151Z
20251206/us-east-1/s3/aws4_request
220d761a0247045f2631796ed4a33ee78968395931e88beabcaa8f9e784af6ad
DEBUG    botocore.auth:auth.py:430 Signature:
4d34de41fc1e2b25ff86a48784e5f36b39161472aa18984d78b48c49b3a26879
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d34de41fc1e2b25ff86a48784e5f36b39161472aa18984d78b48c49b3a26879', 'amz-sdk-invocation-id': b'c26aabde-26eb-449e-ab66-9a7a239952a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:51 GMT', 'x-amzn-requestid': '2jwYm3BpNnZKC2omvHJ5pEvirGM7x1RiZ0okIyOGBzeDH0OKXskk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 666e79db-d77a-4408-a0b3-3afbf6f8028c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 666e79db-d77a-4408-a0b3-3afbf6f8028c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 666e79db-d77a-4408-a0b3-3afbf6f8028c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 68229e32-9569-40e3-bce1-a0c66c2ecdf9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 68229e32-9569-40e3-bce1-a0c66c2ecdf9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 68229e32-9569-40e3-bce1-a0c66c2ecdf9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183152Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183152Z
20251206/us-east-1/s3/aws4_request
5da70efa2b6e2587a24829c4d2e066e388e3eca8f821395ad156bb8ebf335253
DEBUG    botocore.auth:auth.py:430 Signature:
1b5b00f53d5846815d10cf46fdfa664881cc1db6cf242b71b111575aec6eb134
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183152Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b5b00f53d5846815d10cf46fdfa664881cc1db6cf242b71b111575aec6eb134', 'amz-sdk-invocation-id': b'6b5dbd27-af38-4561-9c1d-f82038172c37', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:52 GMT', 'x-amzn-requestid': '6vUakXrUIHS2SJCV3uNSl94jjxsKCrp6nX8ZocZPWOCNlBJSc7QZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183152Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183152Z
20251206/us-east-1/s3/aws4_request
7dd90172ec98b0a13fffa8878519203caed0384f383e5ecb90f5b7def593d66b
DEBUG    botocore.auth:auth.py:430 Signature:
f78a64d72f4bc8ba1768496d949c51906d0ecb622b63aa42c43ff54332d9c8e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183152Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f78a64d72f4bc8ba1768496d949c51906d0ecb622b63aa42c43ff54332d9c8e0', 'amz-sdk-invocation-id': b'533590d0-087b-4eee-8563-0cae192da090', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:52 GMT', 'x-amzn-requestid': 'StnTBiLZlEZmKBDzCPheFDMzk4r65lspWpDgehFzETdV3Q2AHEso', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183152Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183152Z
20251206/us-east-1/s3/aws4_request
7f5cef193905d67bdc9b3d67bf455b50cd5cf1e722e7309a5e3287e7f7be3d07
DEBUG    botocore.auth:auth.py:430 Signature:
a7fc9128d8b38d51b2f4555c39c3f07614de53ea3d9cfe024d9176db5179cc91
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183152Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a7fc9128d8b38d51b2f4555c39c3f07614de53ea3d9cfe024d9176db5179cc91', 'amz-sdk-invocation-id': b'b361e53c-8391-4d8d-9469-cf85dd42d26f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:52 GMT', 'x-amzn-requestid': 'BW79LUK572flhkXAgWAfzemgwKHEiBz43AYn97sNdKdgdwOreb04', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8371e006-f694-49a9-916f-cfe20fcc7edc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8371e006-f694-49a9-916f-cfe20fcc7edc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8371e006-f694-49a9-916f-cfe20fcc7edc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e9f3abc6-1c79-4e35-9772-56211a9c6082, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e9f3abc6-1c79-4e35-9772-56211a9c6082, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e9f3abc6-1c79-4e35-9772-56211a9c6082, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183153Z
20251206/us-east-1/s3/aws4_request
9e2e6392009c0acb02f5cb3a3cf7914736cb95abca90445f42060d2f8cfc7e1c
DEBUG    botocore.auth:auth.py:430 Signature:
44d66f17f0ff90fbc92c019683b21ac7d8fe96e39d9b4aa425eaa024c85236b4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=44d66f17f0ff90fbc92c019683b21ac7d8fe96e39d9b4aa425eaa024c85236b4', 'amz-sdk-invocation-id': b'f7b3d7e7-09b1-4302-8792-72b0d1db162d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:53 GMT', 'x-amzn-requestid': 'IIu97weg2R88WKTmesaPXUAUz3xYTVbbJQuv1qwN2pgDLHL2iLem', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183153Z
20251206/us-east-1/s3/aws4_request
d8ffcfa48a74623ddde5fef36906c7e2e0c9b3c240634f8ac8e1e9ee5965bc25
DEBUG    botocore.auth:auth.py:430 Signature:
70c23e631bf024698c1c936091e371c5729d326d729c8c74b26a690ee6ee07e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70c23e631bf024698c1c936091e371c5729d326d729c8c74b26a690ee6ee07e4', 'amz-sdk-invocation-id': b'4932673d-8887-47cb-a66a-41256d0b9306', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:53 GMT', 'x-amzn-requestid': 'bWbRFOjBJxxFDWfwVBYGRsqBXie5AMocpmPSu12dTqLtvHWbw23v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183153Z
20251206/us-east-1/s3/aws4_request
e06cf94a11fdea5f6d3c16fb9103eab12aca153f89f646876123c25870fb192f
DEBUG    botocore.auth:auth.py:430 Signature:
3c20ab37c26c694274dea2cf2c2d52045486979c4580a484a3c076dd670d855d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c20ab37c26c694274dea2cf2c2d52045486979c4580a484a3c076dd670d855d', 'amz-sdk-invocation-id': b'c9fb71b9-f468-4a5b-835d-79548cac7e54', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:53 GMT', 'x-amzn-requestid': 'TN5xPQffwkdew6vmJoWaXEaXvdziPrW6RkvXuBlD5DNPnclQx4Rm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5faa80c1-baf2-4bed-a70c-8cb962a6ff4e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5faa80c1-baf2-4bed-a70c-8cb962a6ff4e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5faa80c1-baf2-4bed-a70c-8cb962a6ff4e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e9f51d7c-38dd-4874-9303-9e1b7564f3d5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e9f51d7c-38dd-4874-9303-9e1b7564f3d5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e9f51d7c-38dd-4874-9303-9e1b7564f3d5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183154Z
20251206/us-east-1/s3/aws4_request
b60386e2859ce7e630615b82aefdd9bde87a9c6962f16cb2363744dc02b60187
DEBUG    botocore.auth:auth.py:430 Signature:
4925b7bdb3b0400dbd6fa541010730216e6b28da5f9afa69d427fda88dcf9bdf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4925b7bdb3b0400dbd6fa541010730216e6b28da5f9afa69d427fda88dcf9bdf', 'amz-sdk-invocation-id': b'492039c2-8dce-4584-ace9-5aa295e831b5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:54 GMT', 'x-amzn-requestid': '99SxyCb4HXVBQ8ETiv6norDuOIAjlP3tPQCwqQJGK7zws48KDJhz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183154Z
20251206/us-east-1/s3/aws4_request
c20a7d658baa994538bb5040b723ad893a809fca8c0be625e1d8f369a3c78d4d
DEBUG    botocore.auth:auth.py:430 Signature:
b5aa8184ae2a7741d456f24266bbb8e670d8fe35057d59e460c83a62ca8add27
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5aa8184ae2a7741d456f24266bbb8e670d8fe35057d59e460c83a62ca8add27', 'amz-sdk-invocation-id': b'f068f0e6-7858-4b5b-a13b-cc7818bf2d1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:54 GMT', 'x-amzn-requestid': 'vzpFfCaLLMMg4QAZi65Xu5yjQs4nBGXlvHVNT2B80PKjFwNWzUAK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183154Z
20251206/us-east-1/s3/aws4_request
726c817cd3f4a4ec0350986899145f245dc524c6336ce13f930f5374f0d880be
DEBUG    botocore.auth:auth.py:430 Signature:
591a30800fb96d889d4bf3859fe19e2e020b89eb9d092d7c7cac3719e57e8796
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=591a30800fb96d889d4bf3859fe19e2e020b89eb9d092d7c7cac3719e57e8796', 'amz-sdk-invocation-id': b'a70b8e8b-8966-4183-81f4-0cbb1772752f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:54 GMT', 'x-amzn-requestid': 'KgOw0NGiBHmLvV8nn0qnsii0nMBFlWVUkxGq36p27YJkCVZQQ0rz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f5cacf68-769e-459c-b6b4-5e6bbb7f614e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f5cacf68-769e-459c-b6b4-5e6bbb7f614e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f5cacf68-769e-459c-b6b4-5e6bbb7f614e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 81173d33-033f-4afe-8e7a-54d9f5c3181e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 81173d33-033f-4afe-8e7a-54d9f5c3181e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 81173d33-033f-4afe-8e7a-54d9f5c3181e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183155Z
20251206/us-east-1/s3/aws4_request
7996ab6d51f967fdba674d779a830d236baa065a7ceb53680fa8169a73d82d65
DEBUG    botocore.auth:auth.py:430 Signature:
5826b690e3bd881d828a972d9f0ec3d9e5001fa65a97a1977b3db1c7da6a52d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5826b690e3bd881d828a972d9f0ec3d9e5001fa65a97a1977b3db1c7da6a52d3', 'amz-sdk-invocation-id': b'629b1dff-426a-4586-bd65-0967b40fd357', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:55 GMT', 'x-amzn-requestid': 'VTAazPPitZ3xw6erRpGyxmgR7BaoN75gln7AAkszWcTMsluUl7Qg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183155Z
20251206/us-east-1/s3/aws4_request
bf65a77acff94b52d3a3e79d8026a5d074e3fe3ded0b454472c899d1bb1c7bb4
DEBUG    botocore.auth:auth.py:430 Signature:
07d0dfe9b81b9493a70ea9b6f32d16b431daca56ef8932176d36b081056b78d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07d0dfe9b81b9493a70ea9b6f32d16b431daca56ef8932176d36b081056b78d0', 'amz-sdk-invocation-id': b'6f34d0ee-2426-489c-806d-9780ece9d93b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:55 GMT', 'x-amzn-requestid': 'VO0qVGMiouHFeHDCDik2ZV5xOSs0pE1tIX5YpAeCRSAgglj3bBuo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183155Z
20251206/us-east-1/s3/aws4_request
d61ca7ad2d86282bc87d01ebee66425a1e8f843b21e6dd8dbeafcd2ab9b37e04
DEBUG    botocore.auth:auth.py:430 Signature:
3ea10f3fb699f21f65d33ba2d99fedb18397c072aaffe82b5ec94e3cc9d55199
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3ea10f3fb699f21f65d33ba2d99fedb18397c072aaffe82b5ec94e3cc9d55199', 'amz-sdk-invocation-id': b'6e22db28-389f-40da-bb30-735637d5711b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:55 GMT', 'x-amzn-requestid': '5agetAIttxcaqvY2xz1ZTk0rIANJ8GIEe8ESA9fuURIkQ4DhYpeC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b39c586c-a102-415e-bb43-f78aa774b736, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b39c586c-a102-415e-bb43-f78aa774b736, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b39c586c-a102-415e-bb43-f78aa774b736, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c7cea6fe-b8de-40c8-ba8a-a12b75e57cd4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c7cea6fe-b8de-40c8-ba8a-a12b75e57cd4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c7cea6fe-b8de-40c8-ba8a-a12b75e57cd4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183156Z
20251206/us-east-1/s3/aws4_request
ffaa54cdc7ea8cacff6845edb4b9f4657bc1693a537d7e2bc984b7d7658e158b
DEBUG    botocore.auth:auth.py:430 Signature:
9db53878ef3ba92d9ac0f8eded42786362666efafa2fbebf7072b2b7eb37fe95
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9db53878ef3ba92d9ac0f8eded42786362666efafa2fbebf7072b2b7eb37fe95', 'amz-sdk-invocation-id': b'59f13efa-0679-4bd4-bde7-4be442414bfa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:56 GMT', 'x-amzn-requestid': 'Mu4hdqgjgHYWOk5bEAQnR7tyybJO5poP6heYB0o916tIXBdmEU9G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183156Z
20251206/us-east-1/s3/aws4_request
9054dc8cbb013b178010ae404ae6610b3cbb4471d897c9867229572b9acb01ff
DEBUG    botocore.auth:auth.py:430 Signature:
06a3092e9f855c98cb80f5df8a2a0000c79727d968e4fb07128d37962138481e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=06a3092e9f855c98cb80f5df8a2a0000c79727d968e4fb07128d37962138481e', 'amz-sdk-invocation-id': b'eb74b487-a858-4253-9355-cc28ad4365f2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:56 GMT', 'x-amzn-requestid': 'vUA5mYah6nJ0czFyCgomdLAtET7r22BGnIHxgvaa4VMfQFz3Sh48', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183156Z
20251206/us-east-1/s3/aws4_request
413b849a720ffdc2b4f98eee2d990476965f0bbb37741931ace8f19dd78518d6
DEBUG    botocore.auth:auth.py:430 Signature:
f2d1b53b9907c800346250d916e1dc76c019e6c478825b4fa6356b2b12f5c9f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2d1b53b9907c800346250d916e1dc76c019e6c478825b4fa6356b2b12f5c9f0', 'amz-sdk-invocation-id': b'3210f0b6-86ea-4af8-b8e5-b8fd18180c21', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:56 GMT', 'x-amzn-requestid': 'GMhAzYqKvBWyXFHIf6gE0ZX4tNEIr3woHxz0nmUjCFzG1NZqEdz3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d5d6b34-fcd9-4a18-b3cd-09714a34c96d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d5d6b34-fcd9-4a18-b3cd-09714a34c96d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d5d6b34-fcd9-4a18-b3cd-09714a34c96d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 67d3398e-fa4f-4f78-a4cc-a9bf08ab14b7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 67d3398e-fa4f-4f78-a4cc-a9bf08ab14b7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 67d3398e-fa4f-4f78-a4cc-a9bf08ab14b7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183157Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183157Z
20251206/us-east-1/s3/aws4_request
439c4a0dec949ac65e4179d31d026635eb73bfcfd613dff6f15202ea622c0312
DEBUG    botocore.auth:auth.py:430 Signature:
6e6fc5ce95102b98b528dffaf735503b8e788f189387babff8cdf3cc3b6d8f5b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183157Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e6fc5ce95102b98b528dffaf735503b8e788f189387babff8cdf3cc3b6d8f5b', 'amz-sdk-invocation-id': b'c8f9465a-1b91-44b4-b204-f00f3b2ccff7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:58 GMT', 'x-amzn-requestid': 'riQWyfy7d1WNr3HhXNyZtVD9Hc2cCEMbtKZfXze8I3aSD4l06GbQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183158Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183158Z
20251206/us-east-1/s3/aws4_request
6e314d941891ccad95a0b5be68beaa316ea4fcfc53d368e334ff34a5918f801c
DEBUG    botocore.auth:auth.py:430 Signature:
c16e48c633651fd0d7e14af3a08199a69d240149c6a799a9d55a72ec529216d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183158Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c16e48c633651fd0d7e14af3a08199a69d240149c6a799a9d55a72ec529216d1', 'amz-sdk-invocation-id': b'fba71aa3-26ef-4dfb-8bdd-d205d9e8cae4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:58 GMT', 'x-amzn-requestid': 'K3D6VgTe1YiAC32MMDBpiiqPcLCkdnWwC4vhD8rJgU5q5TkTibF6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183158Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183158Z
20251206/us-east-1/s3/aws4_request
6899b0b179a4ae930bae98d7c5db570712756cfcee154399c021ec2718c25dc5
DEBUG    botocore.auth:auth.py:430 Signature:
5cea3a4959c678f9a773bc1f8899ab004a60b3f52c33aa49aac07d992d692eec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183158Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5cea3a4959c678f9a773bc1f8899ab004a60b3f52c33aa49aac07d992d692eec', 'amz-sdk-invocation-id': b'5e93fc61-40a3-4351-956b-558691b37934', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:58 GMT', 'x-amzn-requestid': 'nZPb0uOSju15cQ3evEuJ3aOEuFnxgCyQLGeUdpVwY0etG2SkIJm8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e22a4927-ca57-4c53-93d9-3826f083ec4e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e22a4927-ca57-4c53-93d9-3826f083ec4e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e22a4927-ca57-4c53-93d9-3826f083ec4e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2c379899-f818-4726-81da-d997d024fbf5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2c379899-f818-4726-81da-d997d024fbf5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2c379899-f818-4726-81da-d997d024fbf5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183159Z
20251206/us-east-1/s3/aws4_request
1d18c43d19b52ad7bb290b8e88c7e979af3d56663bb40730b22d197aab4aba80
DEBUG    botocore.auth:auth.py:430 Signature:
9ee9bb749b4e3d2be704169537fdde915fd035539447462692e39305d72b3bd1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ee9bb749b4e3d2be704169537fdde915fd035539447462692e39305d72b3bd1', 'amz-sdk-invocation-id': b'001a7176-ba18-4b24-853b-f1a8c7162b21', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:59 GMT', 'x-amzn-requestid': 'J5RgUD9sMQRgEQi3nqFpa5mLb9xO6WGhIRS68oXSgWitryDnxm5m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183159Z
20251206/us-east-1/s3/aws4_request
6dfc3caff75032b8e748818ba664d0cf2b91ed7ec5e77923969a1c20349c29da
DEBUG    botocore.auth:auth.py:430 Signature:
02f8429503074f034baf7329b18838a2253cfbc4ed0fd0e527931abfd707dad8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02f8429503074f034baf7329b18838a2253cfbc4ed0fd0e527931abfd707dad8', 'amz-sdk-invocation-id': b'72250821-eaa0-4ace-83ac-4ec4c81cf353', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:59 GMT', 'x-amzn-requestid': 'Z7Dm8pffC6XJN8xYTyiyLMjUIGH86RmIGYuoiJEoA6cHMNg1X6J4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183159Z
20251206/us-east-1/s3/aws4_request
83419a0e06c919072d63b7e08a28deef476310e026719139db0f6ef25f331806
DEBUG    botocore.auth:auth.py:430 Signature:
830c2705667b6010d7a454562b50fc1a8b49a8bd20ceca204c4f77addca18dc1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=830c2705667b6010d7a454562b50fc1a8b49a8bd20ceca204c4f77addca18dc1', 'amz-sdk-invocation-id': b'b9c892f6-3a37-4aeb-952a-b5ba3df79c05', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:31:59 GMT', 'x-amzn-requestid': 'VPQfXu4ncgW9iERS8Vs65FIh9etmDJTYeIXxcvXosJVWendmXKtz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b07de3f8-5017-4f2b-b70d-a4d58df12793, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b07de3f8-5017-4f2b-b70d-a4d58df12793, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b07de3f8-5017-4f2b-b70d-a4d58df12793, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 72b68526-aebe-4cdc-bcf5-c52ee3f356c1, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 72b68526-aebe-4cdc-bcf5-c52ee3f356c1, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 72b68526-aebe-4cdc-bcf5-c52ee3f356c1, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183200Z
20251206/us-east-1/s3/aws4_request
a6e668543f00d2402421d4ee25580614e9e7e65b5fd63b812615f5b4acc2a4fe
DEBUG    botocore.auth:auth.py:430 Signature:
1fc1a437327af7c9ca0bed52cec84f609dc5cec794747062a007146cf29703c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1fc1a437327af7c9ca0bed52cec84f609dc5cec794747062a007146cf29703c0', 'amz-sdk-invocation-id': b'8ae3b7a3-cf89-45a5-8271-68e91155f9fb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:00 GMT', 'x-amzn-requestid': 'icCkh9HsNKhetBu7UXzjp3aPXtyaqTGxkP1kdXk5JajH9x3fjduF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183200Z
20251206/us-east-1/s3/aws4_request
63e6c60e978a05200e5752338390c2557846dfc27f4b2ac502d01c09625c6459
DEBUG    botocore.auth:auth.py:430 Signature:
1e0f64a3f4c077d4adcddc325bc9cb05cb6c0fb336024d3e6d6b86f87cb40b05
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e0f64a3f4c077d4adcddc325bc9cb05cb6c0fb336024d3e6d6b86f87cb40b05', 'amz-sdk-invocation-id': b'c9021d0e-6864-4bfd-9f37-7af0a3cda4bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:00 GMT', 'x-amzn-requestid': 'Cu99WYwKjaVdjM98mYHxynwYuUXWmC1YxDrR6G4S4cBDYkAIY3Yb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183200Z
20251206/us-east-1/s3/aws4_request
cb896aca287c23536d2587d04a344813f8f88f88fb0d7dc57ccd93237c7d0eb7
DEBUG    botocore.auth:auth.py:430 Signature:
a352d0eba10dbb075d40af0ef230ba7591a2b102ef3ea550d0a2d43e724997db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a352d0eba10dbb075d40af0ef230ba7591a2b102ef3ea550d0a2d43e724997db', 'amz-sdk-invocation-id': b'c906c034-cbd2-49bf-b021-44e13849fdd0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:00 GMT', 'x-amzn-requestid': '8Af2nsGnGUFDnjhz4aoEQMh1mQvztHlblBLlbfh4nSZHY0tflWSV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 537f0762-f5e1-45d5-aae9-0a7742b3d2c2, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 537f0762-f5e1-45d5-aae9-0a7742b3d2c2, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 537f0762-f5e1-45d5-aae9-0a7742b3d2c2, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 320cf6fd-8d1d-4c81-8ca8-b04a177f7acc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 320cf6fd-8d1d-4c81-8ca8-b04a177f7acc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 320cf6fd-8d1d-4c81-8ca8-b04a177f7acc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183201Z
20251206/us-east-1/s3/aws4_request
068d5c7030799b01d712da001cd6eafe55e7ee0fe49d8c002b2660b2c298f74a
DEBUG    botocore.auth:auth.py:430 Signature:
c548eaa012744e8c52414b0fa76148c865cb469fa354f79ae4858f1ed3245fff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c548eaa012744e8c52414b0fa76148c865cb469fa354f79ae4858f1ed3245fff', 'amz-sdk-invocation-id': b'6140d274-c13e-4eff-a7df-084b339cda76', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:01 GMT', 'x-amzn-requestid': 'NxBuSAw1YWKoY4j9kJMSnIfgzVRXH1OjcF6X4xSMAbjvteQpTpLj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183201Z
20251206/us-east-1/s3/aws4_request
322e5cb290e2c8e7b783c615cc004771901f10bed213713223298f0ee89f94d1
DEBUG    botocore.auth:auth.py:430 Signature:
c86f60c38967d39db2af597b6366c2bf3d5a50f271b16988a07cf3dd8257ce53
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c86f60c38967d39db2af597b6366c2bf3d5a50f271b16988a07cf3dd8257ce53', 'amz-sdk-invocation-id': b'2a28ed49-0ccb-451b-8344-d98b3a622849', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:01 GMT', 'x-amzn-requestid': 'xweu8fP3JyfTdBEKXx35BJoDabymYDWFh1CWy3zULytuGBu5J0Hk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183201Z
20251206/us-east-1/s3/aws4_request
e9fb4bffb163f09912f7f88a462cb7f6880b6ce2e3664d4e639ec9d843d86be0
DEBUG    botocore.auth:auth.py:430 Signature:
f997e6c81498ca471f80df5d59544610b6af4437e2a02d52f5f6dcad41a00426
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f997e6c81498ca471f80df5d59544610b6af4437e2a02d52f5f6dcad41a00426', 'amz-sdk-invocation-id': b'0450ed80-0bde-485e-ba0d-cf8b34ee3eb0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:01 GMT', 'x-amzn-requestid': 'iwqnwYk9hs9bQBgKU9gj9yRRDSq7PwvyvH5EJK4JAJ092H7OQdIg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25f0c6e4-59ed-46d4-a39d-aa7da419a8b7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25f0c6e4-59ed-46d4-a39d-aa7da419a8b7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25f0c6e4-59ed-46d4-a39d-aa7da419a8b7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 545e27c0-c6d4-4065-8193-94c84e5d56e9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 545e27c0-c6d4-4065-8193-94c84e5d56e9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 545e27c0-c6d4-4065-8193-94c84e5d56e9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183202Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183202Z
20251206/us-east-1/s3/aws4_request
8ba67fc67478a346e7fb364847368cbd18a3d91a52bb79874e4e43e107cad8f3
DEBUG    botocore.auth:auth.py:430 Signature:
b823c5b985964b1c29e6c8c5440b458b2e54c1cbdf9846c18a510720edfc9249
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183202Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b823c5b985964b1c29e6c8c5440b458b2e54c1cbdf9846c18a510720edfc9249', 'amz-sdk-invocation-id': b'6821afe2-9ffa-43eb-aa1f-19402036de58', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:02 GMT', 'x-amzn-requestid': '0QIjk48EYhfUe8MoHZH56TRBrpN2VcHsDFENXTfnfeBarJCUVYHW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183202Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183202Z
20251206/us-east-1/s3/aws4_request
a9275c47b130a506c77490b00571d359510012789193dc00c49f7ff7f407b433
DEBUG    botocore.auth:auth.py:430 Signature:
d6058f0672424d4d62a9c6714312ae35daeb803270c43719b0ff2a2afc1e917a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183202Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d6058f0672424d4d62a9c6714312ae35daeb803270c43719b0ff2a2afc1e917a', 'amz-sdk-invocation-id': b'c8ff9bfd-1c9b-4c52-ae7e-1ec2209ae2f2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:02 GMT', 'x-amzn-requestid': 'SPGOBVnu15bmo0XTXQuwMnB9g0NSdIbr7QIxm8EzJneVwM2BWI4m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183202Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183202Z
20251206/us-east-1/s3/aws4_request
f96dfd14fd25a27d84b06935a5c5712097b6c6bc2562089079153eba4cc2a625
DEBUG    botocore.auth:auth.py:430 Signature:
f94fc9f234909739cceb96ba6908cb7560169d84f0abbda9f59c1b1d0780e0f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183202Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f94fc9f234909739cceb96ba6908cb7560169d84f0abbda9f59c1b1d0780e0f4', 'amz-sdk-invocation-id': b'bffa98a3-2502-4a98-9ec4-61792ebcf8b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:02 GMT', 'x-amzn-requestid': '4ZDlHoVACnsPNLble3tG7CA1L1ijMcdyKecSi74vi7gkoXnidYLU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 539cd186-c55b-45ab-a29d-355c35d9fc5a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 539cd186-c55b-45ab-a29d-355c35d9fc5a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 539cd186-c55b-45ab-a29d-355c35d9fc5a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6f43e9eb-06f6-4990-863a-cdfd9e353afd, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6f43e9eb-06f6-4990-863a-cdfd9e353afd, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6f43e9eb-06f6-4990-863a-cdfd9e353afd, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183203Z
20251206/us-east-1/s3/aws4_request
df736ad0d96cb4623916551d4e765c24d83c51716b824045098e3566c7264bcc
DEBUG    botocore.auth:auth.py:430 Signature:
e68818095de15597a4e46f450d96bd2fa4ae55df612da41c3ebfddb4017b80f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e68818095de15597a4e46f450d96bd2fa4ae55df612da41c3ebfddb4017b80f4', 'amz-sdk-invocation-id': b'2eb1d1ad-35c3-4f32-b4ed-1abb0ef7a125', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:03 GMT', 'x-amzn-requestid': 'W7VC3smI1rgfgsxAhz61I6Gl8TqDsrgqr3iVj5SsGffwa4P7MC7Y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183203Z
20251206/us-east-1/s3/aws4_request
1b0619a7326c3c65668279af2801784334152c0d4fbeb6ce26fc688332f9006b
DEBUG    botocore.auth:auth.py:430 Signature:
61778cb7bd00679b0aa80adc384b17f713c9cc534a0898edeebf29035304589a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=61778cb7bd00679b0aa80adc384b17f713c9cc534a0898edeebf29035304589a', 'amz-sdk-invocation-id': b'e649d993-3e3b-41f4-aa9d-2c77776cc5fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:03 GMT', 'x-amzn-requestid': 'T49UJnito86PgCPWfRArJHCeugJOhsbfSdrcNLi2b6gtZuvKhTQe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183203Z
20251206/us-east-1/s3/aws4_request
e81d50e107688855d6191616b7a52bffcb5459743b966e377ad26b539d11a1e3
DEBUG    botocore.auth:auth.py:430 Signature:
c4235ae8c1823a890869777dc1a2a3874b553df6065c7125be8573fe4b330263
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c4235ae8c1823a890869777dc1a2a3874b553df6065c7125be8573fe4b330263', 'amz-sdk-invocation-id': b'1a592073-dc08-4fcd-888d-cd8b37c0f827', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:03 GMT', 'x-amzn-requestid': '7FjpkJ2QwUxoGOQVpbnpKsyb5yFijbL70sytOkpPzCQMe859AN6R', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86b942c2-7a95-4a9a-8041-0bc42f9ce187, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86b942c2-7a95-4a9a-8041-0bc42f9ce187, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 86b942c2-7a95-4a9a-8041-0bc42f9ce187, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 18d8a502-0d93-4893-90b3-43d79a65534d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 18d8a502-0d93-4893-90b3-43d79a65534d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 18d8a502-0d93-4893-90b3-43d79a65534d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 640, 'ActivePortions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 4457848, 'BlobCount': 1920}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183204Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183204Z
20251206/us-east-1/s3/aws4_request
e76ac08c4f6b42d496cbc3c591c0c979d63f2bd95ab7eb1f4369f495d9e00427
DEBUG    botocore.auth:auth.py:430 Signature:
eec6f13ee31fa39e9c221524c0e1c0364d51f6a07f6f171d6147c17c596b9274
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183204Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eec6f13ee31fa39e9c221524c0e1c0364d51f6a07f6f171d6147c17c596b9274', 'amz-sdk-invocation-id': b'56eef38f-486a-4e05-ba9f-5374f50ab539', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:04 GMT', 'x-amzn-requestid': 'GL1Jh7EIAvJjstiH5U0S2yGxCamTKWjk7TQ2oDIeO3SHgmQbKUuL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183204Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183204Z
20251206/us-east-1/s3/aws4_request
9fed3c1abf30afbd0f31d3496f0a1abdd3f3b0d10d13ba9d37500566dcd59759
DEBUG    botocore.auth:auth.py:430 Signature:
9cd6c6bddef0497d7766739a9aa77580a845ad8e6e4aa23f4df21876909dedca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183204Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9cd6c6bddef0497d7766739a9aa77580a845ad8e6e4aa23f4df21876909dedca', 'amz-sdk-invocation-id': b'c63e6ffc-f64a-4acc-b651-53e2db80eef6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:04 GMT', 'x-amzn-requestid': '3SAEmcCl21swyWZjhUwZzMUK4CLQ21pF6QrsF6h0DnwmgecVcx9o', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183204Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183204Z
20251206/us-east-1/s3/aws4_request
e1b923e583e34b80c55fdfe0d387d2244ea224936d5e3f83959373b2479c3d8c
DEBUG    botocore.auth:auth.py:430 Signature:
e61335a2c4a2e79c45f61552ec09d1f0e31b53c8ea73a7f583c84bfc8a730646
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183204Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e61335a2c4a2e79c45f61552ec09d1f0e31b53c8ea73a7f583c84bfc8a730646', 'amz-sdk-invocation-id': b'96a9cee5-ac6d-4fbc-8f02-84eba643cf6a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:04 GMT', 'x-amzn-requestid': 'ZHOnGlz5yVCVeaRgyHpxxsqbqmWxM7QUXw8U8XoA9DRAJq387opG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce4478d5-22a8-44a2-91a5-b1790289661f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce4478d5-22a8-44a2-91a5-b1790289661f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ce4478d5-22a8-44a2-91a5-b1790289661f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a1415cd3-ebd3-400d-9dde-6ca7d22ae741, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a1415cd3-ebd3-400d-9dde-6ca7d22ae741, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a1415cd3-ebd3-400d-9dde-6ca7d22ae741, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 101541, 'Portions': 406, 'ActivePortions': 396}}, blobs: {'__DEFAULT': {'Portions': 387, 'BlobSize': 4621616, 'BlobCount': 1375}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183205Z
20251206/us-east-1/s3/aws4_request
9552eb669a3fa006ea28c3d9a04604c4d54b540ccfbf520e6bfd884fdb012009
DEBUG    botocore.auth:auth.py:430 Signature:
d4acab5ec3033a39a9cad67e6ccefe853b7f7770a6a8ee4116453fdd4046dc5a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4acab5ec3033a39a9cad67e6ccefe853b7f7770a6a8ee4116453fdd4046dc5a', 'amz-sdk-invocation-id': b'b173e404-b349-43e5-8dd1-98298ee1e9b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:05 GMT', 'x-amzn-requestid': 'OmlffDJ9u63nCBkp9pejhAgF8bOhE0R2cdUqMvWTzVjOAouj4vJF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183205Z
20251206/us-east-1/s3/aws4_request
d00326fce297433a2196ea482898c04bda6eb4cbee7ded41a19f19aa56c96d90
DEBUG    botocore.auth:auth.py:430 Signature:
c3a27e14a9546cb5bb092c36ee65e19be9144b3e084215ab69e01e481c05b285
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c3a27e14a9546cb5bb092c36ee65e19be9144b3e084215ab69e01e481c05b285', 'amz-sdk-invocation-id': b'fabcaf16-ecb7-4d60-846b-86fac98f705b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:05 GMT', 'x-amzn-requestid': 'qhnz2SFUHRztAs8E5aikEtjMh2DrOXJMau4pjD7KgqE9Zp8NpSDv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183205Z
20251206/us-east-1/s3/aws4_request
1a7573be131032a02cfdc63259985e0b72fed69c7192e5d2ebf65b9182f2ab0a
DEBUG    botocore.auth:auth.py:430 Signature:
f7a882899bc94c142fd31333fcb58d3414eca986d944df319b44517017f6ed59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7a882899bc94c142fd31333fcb58d3414eca986d944df319b44517017f6ed59', 'amz-sdk-invocation-id': b'c05302b6-8001-4cb9-ae0f-602d4868f3df', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:05 GMT', 'x-amzn-requestid': 'Uc0hmUMUrBWhR8biOs1bDUVxckFkbKwd5ThNAVdiSoUaXZa558g2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8f39cd79-3f88-41a3-b0b4-0d18c3b4d6f5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8f39cd79-3f88-41a3-b0b4-0d18c3b4d6f5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8f39cd79-3f88-41a3-b0b4-0d18c3b4d6f5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dfa5eda6-a696-42b2-803a-82bedaab1288, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dfa5eda6-a696-42b2-803a-82bedaab1288, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dfa5eda6-a696-42b2-803a-82bedaab1288, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183206Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183206Z
20251206/us-east-1/s3/aws4_request
0bc00fa2beebe41cc1355e8c363f0200ae2d2ee51c8f969adec28da49d06eb5b
DEBUG    botocore.auth:auth.py:430 Signature:
cf9e6a356e73c555b8dba78cc4c9991c1f7c65ab965e0cbfa097883e2c3c00ec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183206Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cf9e6a356e73c555b8dba78cc4c9991c1f7c65ab965e0cbfa097883e2c3c00ec', 'amz-sdk-invocation-id': b'274a3f32-a4a7-4f92-8d99-ee789042fb3c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:06 GMT', 'x-amzn-requestid': '8obSaAKV6sFCoskHLGRnRHmvJqdm6HLwrdiPG9YlxkCAPVZo6lat', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183206Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183206Z
20251206/us-east-1/s3/aws4_request
64aec92f6fe650e4437d2921f8ae7558ca77995cc84799aefc37b9affcf70e03
DEBUG    botocore.auth:auth.py:430 Signature:
32bfbafa4051575d96785fe303c9a2d82cc167ed45bc1c70145a9b80052a18cc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183206Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=32bfbafa4051575d96785fe303c9a2d82cc167ed45bc1c70145a9b80052a18cc', 'amz-sdk-invocation-id': b'2f88fcb0-435f-4abc-8751-2d6aa21d32ae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:06 GMT', 'x-amzn-requestid': 'v5D4URezB8PwgOo9AviCdbGCBtR71S4e1DE8If8G5rSkrNsIBCng', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183206Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183206Z
20251206/us-east-1/s3/aws4_request
56920f29bc9c0084f19e86bd97ce7843819006206a314265e09eea8949f1be4c
DEBUG    botocore.auth:auth.py:430 Signature:
ec31257e495cf369c493ee6f61977174c5eaef9bf84edf0153bd1359461c8f44
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183206Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ec31257e495cf369c493ee6f61977174c5eaef9bf84edf0153bd1359461c8f44', 'amz-sdk-invocation-id': b'c1b0c6c4-88d2-45c0-8c5e-bff8d7cf8ff5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:06 GMT', 'x-amzn-requestid': 'p5knYJJAh7EsiPspinRS004UDEf1JUGdHMRyuWcfCU9NT7hAaYCR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a06c81a-3db7-4d4a-97e1-93c8461eeda4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a06c81a-3db7-4d4a-97e1-93c8461eeda4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6a06c81a-3db7-4d4a-97e1-93c8461eeda4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ab4ca516-8e8c-4c8b-bd7e-279d31ff7402, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ab4ca516-8e8c-4c8b-bd7e-279d31ff7402, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ab4ca516-8e8c-4c8b-bd7e-279d31ff7402, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183207Z
20251206/us-east-1/s3/aws4_request
48f4c8d99d3abff1edb824faff2df303506230944bb5e9e1507c6da689dfb016
DEBUG    botocore.auth:auth.py:430 Signature:
f0f68bd5d4b9dd062307aaf2e2c548f9436709a131ad2ce2cb0f79d7b08ed449
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0f68bd5d4b9dd062307aaf2e2c548f9436709a131ad2ce2cb0f79d7b08ed449', 'amz-sdk-invocation-id': b'7b8dbcc0-6e63-4ad3-b361-7240885f5146', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:07 GMT', 'x-amzn-requestid': 'eJ6rkhSyQhraTu8jUIq7nGoIbP3gvAko8tqLzSt5R8kMYkA5Xo9s', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183207Z
20251206/us-east-1/s3/aws4_request
79d54b6fa1785479aaa9de4056c88cc5f76d5cb1e084d76c69b18509df40d357
DEBUG    botocore.auth:auth.py:430 Signature:
efef78a50776b50dfeab422b791fb13bef29fdd0b982af4bbd422dc5267075e8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=efef78a50776b50dfeab422b791fb13bef29fdd0b982af4bbd422dc5267075e8', 'amz-sdk-invocation-id': b'42f1b89f-abd3-425a-a71b-13e0d5d829e8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:07 GMT', 'x-amzn-requestid': 'Qyn98Q5IgB2jFwMhyYDYwjDRBmnbHeE0uqZqZaGaBdfm0XnRBxur', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183207Z
20251206/us-east-1/s3/aws4_request
ba5d079e4f4bd43b162a26fa448449445c5e20b41b90a1fb029d071dc4e7d7e7
DEBUG    botocore.auth:auth.py:430 Signature:
90296a2b30f10563846261e0a1094192bdc5d875fff91abd724ab1eefbd05139
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=90296a2b30f10563846261e0a1094192bdc5d875fff91abd724ab1eefbd05139', 'amz-sdk-invocation-id': b'70aec8d4-f4c7-44d2-9a95-b5cf9c61637e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:07 GMT', 'x-amzn-requestid': 'Xm37WgIhK400gwKpmNIJp7ALujHeVXMpVjcV5hyyIYVT38EYy226', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d5111c3c-ee0d-477b-addb-9146f9348fb7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d5111c3c-ee0d-477b-addb-9146f9348fb7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d5111c3c-ee0d-477b-addb-9146f9348fb7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea5c3d0b-6595-44fa-89c6-36db4a705d5d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea5c3d0b-6595-44fa-89c6-36db4a705d5d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ea5c3d0b-6595-44fa-89c6-36db4a705d5d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183208Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183208Z
20251206/us-east-1/s3/aws4_request
fcdc742e94865deb1282526bb980b2bca0416e96a861311406edfbba54870d49
DEBUG    botocore.auth:auth.py:430 Signature:
9863f91f58a794b9636197ab350a7698dcf39c28be12b48a046c2cdf87738889
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183208Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9863f91f58a794b9636197ab350a7698dcf39c28be12b48a046c2cdf87738889', 'amz-sdk-invocation-id': b'822908da-2b41-4b85-b190-de4cff86cbf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:08 GMT', 'x-amzn-requestid': 'QLgGdfMxO6qB28i4onqjmRfgHK50hTJxH1RZQEadrY6bUdPBlVxT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183208Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183208Z
20251206/us-east-1/s3/aws4_request
d49f858a80992f0d12e0236b49c1646e965272706be019712c90570435a15e8f
DEBUG    botocore.auth:auth.py:430 Signature:
03998e5491c2f49b3761a4218729c715a37e4f7a233c62a77fb0bf4e86f17810
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183208Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03998e5491c2f49b3761a4218729c715a37e4f7a233c62a77fb0bf4e86f17810', 'amz-sdk-invocation-id': b'19ddf441-71eb-49af-848a-f4abefeb829c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:08 GMT', 'x-amzn-requestid': 'fXolqvjL1vVMu61SkVhfCk8xGsNDIiHahDMQ6tAjsBUyXNvjiQ1H', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183208Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183208Z
20251206/us-east-1/s3/aws4_request
6b572f1c7bfd0fe47e9262baacb01db998df0bc605bd95ca664926a2b3290160
DEBUG    botocore.auth:auth.py:430 Signature:
67977b111e4541bee44153ea24971a970edafc1b164d5c0d417421c048cd102e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183208Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67977b111e4541bee44153ea24971a970edafc1b164d5c0d417421c048cd102e', 'amz-sdk-invocation-id': b'f0661470-1597-4b23-8397-8975c764fb94', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:08 GMT', 'x-amzn-requestid': 'JqRKMO17iezOWPx6yZXJHRpYq3ZCqBf0TCn6mvpBr7kGfvGV5PzK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 04b4fc78-4510-4d09-b07e-8e84cf897dd8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 04b4fc78-4510-4d09-b07e-8e84cf897dd8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 04b4fc78-4510-4d09-b07e-8e84cf897dd8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 600b7d4a-7033-42a1-8a18-400133a2a37e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 600b7d4a-7033-42a1-8a18-400133a2a37e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 600b7d4a-7033-42a1-8a18-400133a2a37e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183210Z
20251206/us-east-1/s3/aws4_request
edcddca7859b491c04ae989806716c6353c5e9ab2bdbd3a20d5c0b188493fe0d
DEBUG    botocore.auth:auth.py:430 Signature:
821717c89df7c0ce1a80384af884dce46a0eb20ba6feb7db920d96ca2cfc3941
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=821717c89df7c0ce1a80384af884dce46a0eb20ba6feb7db920d96ca2cfc3941', 'amz-sdk-invocation-id': b'd593ce6a-397a-41a2-bb2f-ca5265e03a47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:10 GMT', 'x-amzn-requestid': '0RrGPbcOvNCaG0IoaWCBPcD6U8QfmjaQtrMHGbTekyHECXoN0ceC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183210Z
20251206/us-east-1/s3/aws4_request
8eacbaeb1dcc70255f79c0fd9a76ac3e51e9557fba5251ba6e39af888b1784f9
DEBUG    botocore.auth:auth.py:430 Signature:
e02586de9d3516d58bb2a530883dde93649c0930c1a2bb8cba539b3bf371a6c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e02586de9d3516d58bb2a530883dde93649c0930c1a2bb8cba539b3bf371a6c9', 'amz-sdk-invocation-id': b'194fc1e7-6305-454d-a640-9b2564134253', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:10 GMT', 'x-amzn-requestid': 'hkgyNQZCAUqBMiHKK9NkgkoB5PQhBbd7B4UXuMnvxt7XLEYaHIw0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183210Z
20251206/us-east-1/s3/aws4_request
c668ce8d4805d2eb5bad0f8c0fcb1182884545779e3c3b707e200ba445b9bd06
DEBUG    botocore.auth:auth.py:430 Signature:
4b543a6570bb2e21629a2b527b15b30df52d38967ddd5b984e6d567043473b8f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b543a6570bb2e21629a2b527b15b30df52d38967ddd5b984e6d567043473b8f', 'amz-sdk-invocation-id': b'52959ee9-f596-47fe-a6d5-37c94769b753', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:10 GMT', 'x-amzn-requestid': 'p7joPHJiTKeBuKqp17SC8uttOANLbejMo8fNxZYUNkbq5HEzYzh1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 981c4404-7631-42aa-ae7a-445c4f8b9af3, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 981c4404-7631-42aa-ae7a-445c4f8b9af3, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 981c4404-7631-42aa-ae7a-445c4f8b9af3, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1ad9021d-15a2-4773-bf93-5d52c6f2e0be, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1ad9021d-15a2-4773-bf93-5d52c6f2e0be, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1ad9021d-15a2-4773-bf93-5d52c6f2e0be, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183211Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183211Z
20251206/us-east-1/s3/aws4_request
cd7ab40360a72927a54c7e666fd7af24e8e1f86a07464dfbb9435e121c2d1681
DEBUG    botocore.auth:auth.py:430 Signature:
812529caaac3b311065ca434d3c3c6ee3d085a80453d362a10eacabfdbc73db0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183211Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=812529caaac3b311065ca434d3c3c6ee3d085a80453d362a10eacabfdbc73db0', 'amz-sdk-invocation-id': b'26d1fd66-0e1e-4cef-8148-7bdc1df18fc6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:11 GMT', 'x-amzn-requestid': 'tftNkhV0cle4pkfY5s9F6grPEKsQzRtDIoaXOfImkV0Ajes53J7A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183211Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183211Z
20251206/us-east-1/s3/aws4_request
438d51ab86017430cc594c1564d97c2880a7ff0a259bcb10f64fe5a92fc1ae37
DEBUG    botocore.auth:auth.py:430 Signature:
d46234a61abfd68bcd006d722b5145aba0fda227bde3f2d37f3f8c2e607000c3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183211Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d46234a61abfd68bcd006d722b5145aba0fda227bde3f2d37f3f8c2e607000c3', 'amz-sdk-invocation-id': b'1dcd3bf3-fd90-4f43-8039-5d82ccafae00', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:11 GMT', 'x-amzn-requestid': '2B53YF6bPDWJscWbE00CBJ86GUMZOM3fedcGj31gITbtDo291Zlx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183211Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183211Z
20251206/us-east-1/s3/aws4_request
03e11cccc83948a585e2c9d68897cc06d5b27f72ccd519b702ede855d2d9c4d2
DEBUG    botocore.auth:auth.py:430 Signature:
f3e6af82fbca93e30efb8a4cf64819d90148de5d997c73aa579fc672cb159212
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183211Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f3e6af82fbca93e30efb8a4cf64819d90148de5d997c73aa579fc672cb159212', 'amz-sdk-invocation-id': b'c4534795-ab14-4aac-8e31-4298c093260a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:11 GMT', 'x-amzn-requestid': 'Bdr3dnWQ4updd337XDbj07xwbTGKYfTOubxmUXiZhRXgJJCZhBxN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bad4c814-fd64-4355-9989-c0e969e9b79b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bad4c814-fd64-4355-9989-c0e969e9b79b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bad4c814-fd64-4355-9989-c0e969e9b79b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b80c9be3-ed68-4d71-a5a9-90dab56bc703, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b80c9be3-ed68-4d71-a5a9-90dab56bc703, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b80c9be3-ed68-4d71-a5a9-90dab56bc703, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183212Z
20251206/us-east-1/s3/aws4_request
0171fcc7d62ad9b9fc337d71aef890206053e4e7621507407ef8b5a6205f1261
DEBUG    botocore.auth:auth.py:430 Signature:
5f213f507ee4943585c95331bd3ca3704704d155132a993d4f0cfbeebec46780
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f213f507ee4943585c95331bd3ca3704704d155132a993d4f0cfbeebec46780', 'amz-sdk-invocation-id': b'33600aa6-1eaf-44a6-b94f-5db76262b522', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:12 GMT', 'x-amzn-requestid': 'etSJE8jBPaq1pdw7wkMAb78vqzK6XkvzUQx40qJd0mDK9MSIU4Of', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183212Z
20251206/us-east-1/s3/aws4_request
4fd862847d0d27650c43609f62d0b8bc4b8f9dd1acac5131bd3961a3f58ef0d0
DEBUG    botocore.auth:auth.py:430 Signature:
1c8793f09d6d6a656bb737d801d1cdea8b9258bab4f29119646b5a178338491c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1c8793f09d6d6a656bb737d801d1cdea8b9258bab4f29119646b5a178338491c', 'amz-sdk-invocation-id': b'767efdd7-05f3-467d-bcb9-08f2b6f19306', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:12 GMT', 'x-amzn-requestid': 'IhhPDEahZDX6oENoA38cW2y467GUZEowDhxBXYPag91tlGg3x0Sl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183212Z
20251206/us-east-1/s3/aws4_request
ab3d54c0b9482732e2a1022417281c59a5e144ad7d3c36f1abf8445df40a4595
DEBUG    botocore.auth:auth.py:430 Signature:
61bd66485adc2fc676a278551803e9a0f98bf9ace88268a4cf80d949a69b2b41
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=61bd66485adc2fc676a278551803e9a0f98bf9ace88268a4cf80d949a69b2b41', 'amz-sdk-invocation-id': b'fcc720fe-8c66-43b8-baaa-be70358053d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:12 GMT', 'x-amzn-requestid': 'eWhkC49b4LX49L37boRFOIvxTrxqoLBy0Qu2M9v7Ne2oMW4DERrd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aab8534b-b1f0-455d-8eec-4c6bcf07a170, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aab8534b-b1f0-455d-8eec-4c6bcf07a170, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aab8534b-b1f0-455d-8eec-4c6bcf07a170, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8452ebd4-a50b-42a6-ba6d-07987f3bd794, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8452ebd4-a50b-42a6-ba6d-07987f3bd794, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8452ebd4-a50b-42a6-ba6d-07987f3bd794, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183213Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183213Z
20251206/us-east-1/s3/aws4_request
82028b67e813b228486f49994fef714d6b80ebb4a8d05df36273924864504122
DEBUG    botocore.auth:auth.py:430 Signature:
d01497fd23ae5b9c7c896f7d177fd3fd23e41ec2aefa273593d4a5cb120ee746
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183213Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d01497fd23ae5b9c7c896f7d177fd3fd23e41ec2aefa273593d4a5cb120ee746', 'amz-sdk-invocation-id': b'c7193c0a-d9b8-440e-9b59-b52dcf0f23bf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:13 GMT', 'x-amzn-requestid': 'eeClB6ODPFnkM0YeuM8FRhQiMDXwEA1xdq6ulxTzk37JussWF6ll', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183213Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183213Z
20251206/us-east-1/s3/aws4_request
649c8233109febe36595a430d24e0ab9f4e324b627b15b65a78427cb562fcea5
DEBUG    botocore.auth:auth.py:430 Signature:
7fc6aa91aee971e937702530ed52a35bbecc0d0a231915f3ee24f7ff6b9836ba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183213Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7fc6aa91aee971e937702530ed52a35bbecc0d0a231915f3ee24f7ff6b9836ba', 'amz-sdk-invocation-id': b'831664e1-ea0e-43ea-bb67-f3abd72defa7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:13 GMT', 'x-amzn-requestid': 'SmBtAUWnqwgx2OMsE0y9c8uyQARdyxJgw4PxAzhBnwFNTsnBQwEM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183213Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183213Z
20251206/us-east-1/s3/aws4_request
2fdbb63393e0b0ec029500d0a1ffb39fa541bb741639f5f6a342dae7bdac3bbb
DEBUG    botocore.auth:auth.py:430 Signature:
4717900c2866e6c439f92460e198cdf88e473be4f7c6a5504d07b56b1ada4f9a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183213Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4717900c2866e6c439f92460e198cdf88e473be4f7c6a5504d07b56b1ada4f9a', 'amz-sdk-invocation-id': b'b2175b1c-10a1-4bb9-bc3e-65bc0e2593fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:13 GMT', 'x-amzn-requestid': 'ITKJWeG2yLPyDAW6AaZhEf2mKEwNU5aInqKZ1QgaEtSs7X6or6Ln', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 34d6e2dc-8899-47e4-949c-d89e329fc3ea, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 34d6e2dc-8899-47e4-949c-d89e329fc3ea, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 34d6e2dc-8899-47e4-949c-d89e329fc3ea, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 006f20fd-8d1d-4be0-a146-421513aa1e09, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 006f20fd-8d1d-4be0-a146-421513aa1e09, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 006f20fd-8d1d-4be0-a146-421513aa1e09, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183214Z
20251206/us-east-1/s3/aws4_request
0bddaa253b10c9ecfc8fbe8ef72d7535395325e2f69954debbcfe541913ee33f
DEBUG    botocore.auth:auth.py:430 Signature:
5b4ca14998cd1723394ba0217004a142c77cf9968762b51a13e241edc0f5de3a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5b4ca14998cd1723394ba0217004a142c77cf9968762b51a13e241edc0f5de3a', 'amz-sdk-invocation-id': b'1fbeb597-b244-4435-b1bc-2f4885efbf83', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:14 GMT', 'x-amzn-requestid': '1uXyDnU2ljgE6Rk7PvvXgEWHEnLMBW5cMhDdvLMwMensAmV55YkP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183214Z
20251206/us-east-1/s3/aws4_request
4639d5ef5e06d2e38d87d4f2dbff6705ab1ccf307924ba969af2696d97590e99
DEBUG    botocore.auth:auth.py:430 Signature:
a00120c3684ed9a9d8d23f8002da702c3502dadbb7d5595e08135544a8938130
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a00120c3684ed9a9d8d23f8002da702c3502dadbb7d5595e08135544a8938130', 'amz-sdk-invocation-id': b'2d4379e9-52a5-4dc8-92cc-5b82ac8216d2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:14 GMT', 'x-amzn-requestid': 'BohO4liRAYK5Rvx2KDz8VXsB7p4WbOz5HLfaipYKYyYhMwzu7DkN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183214Z
20251206/us-east-1/s3/aws4_request
fbb0d0f7cc081dd30d847d22bc6835717a9ea348a8c54c14917e0e25b0e836af
DEBUG    botocore.auth:auth.py:430 Signature:
648baa47ea0a956af6e9eb9fa03e0f07749f6698315e70abaed1b133b82c5525
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=648baa47ea0a956af6e9eb9fa03e0f07749f6698315e70abaed1b133b82c5525', 'amz-sdk-invocation-id': b'ce6b0a6b-a5ab-4e7b-a645-01b969f50bec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:14 GMT', 'x-amzn-requestid': 'oD3ratCOifG7rWnLUXx6EbO0SzcBjYJo44RSOtzlwgxV7aptaZSL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 787a34c5-ad77-4a8a-9861-3b6cbb7b775a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 787a34c5-ad77-4a8a-9861-3b6cbb7b775a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 787a34c5-ad77-4a8a-9861-3b6cbb7b775a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06432af4-a0a3-4036-9203-67444738eda2, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06432af4-a0a3-4036-9203-67444738eda2, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06432af4-a0a3-4036-9203-67444738eda2, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183215Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183215Z
20251206/us-east-1/s3/aws4_request
28b25f81c55fc6e15406ae3209b720dffbe0de1d645e4fbb1ca8e218fd996828
DEBUG    botocore.auth:auth.py:430 Signature:
89114a88ed73375bddee4cf65b77ef96418099bf9feba6a63896ca63f8c11fc6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183215Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=89114a88ed73375bddee4cf65b77ef96418099bf9feba6a63896ca63f8c11fc6', 'amz-sdk-invocation-id': b'be8a15a4-6533-44ec-861a-327579a177eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:15 GMT', 'x-amzn-requestid': 'KsTvFGd4hWvTI8d4jGZOrLgtYOOGbOQoMmIunAo21DIABVcM4w7e', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183215Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183215Z
20251206/us-east-1/s3/aws4_request
2c6059d3f1509ab90596263a58b00ded19333b3eea250fe96c45667614b8aab2
DEBUG    botocore.auth:auth.py:430 Signature:
5c4b83988dbf67b34715b001a2a9898935f7db83354a3ab65980e12a5f4f27ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183215Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c4b83988dbf67b34715b001a2a9898935f7db83354a3ab65980e12a5f4f27ed', 'amz-sdk-invocation-id': b'2e8fbb95-81e0-437c-bfa8-1a60782394d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:15 GMT', 'x-amzn-requestid': '7pOEhFjcRaitu7kFfevOBBLZipM6d77OGdXFtq9btbRU1AkU5c2T', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183215Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183215Z
20251206/us-east-1/s3/aws4_request
7bfe1ea8239f64f7a527f2587568e663dae210fbf5584d899502a70f7d6f73cf
DEBUG    botocore.auth:auth.py:430 Signature:
dcf5950d9b3b6c61dcf0194112dd42f322e7e0be42c2d13c0e2fea048b635792
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183215Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dcf5950d9b3b6c61dcf0194112dd42f322e7e0be42c2d13c0e2fea048b635792', 'amz-sdk-invocation-id': b'77b070f0-06a8-4e49-ae85-809789f153e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:15 GMT', 'x-amzn-requestid': '1svsuH5qCsq06mGu3giicf0tms2Se0Kz1Ta8E1VIkG3ngrGo3IPY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2060db7-1e9b-4fbc-a466-32fef113696a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2060db7-1e9b-4fbc-a466-32fef113696a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2060db7-1e9b-4fbc-a466-32fef113696a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4dbd1932-8f03-4c77-a734-0d294744bb77, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4dbd1932-8f03-4c77-a734-0d294744bb77, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4dbd1932-8f03-4c77-a734-0d294744bb77, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183216Z
20251206/us-east-1/s3/aws4_request
34c910e03115f837b9a4183303031e1ac4f3cb0e95c3e9310cd742519c0bed58
DEBUG    botocore.auth:auth.py:430 Signature:
a2c1f6c59f3055efd3b478d4ae51503df95b882fc6da60337b9dd954db8f584c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2c1f6c59f3055efd3b478d4ae51503df95b882fc6da60337b9dd954db8f584c', 'amz-sdk-invocation-id': b'acd7eeb7-65c7-4361-9267-2fe7e319562c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:16 GMT', 'x-amzn-requestid': '1YIm8Brh2DwmLwR6LFwYeoyxevHEnuo76QCKG4cH9B34xI0nP1LX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183216Z
20251206/us-east-1/s3/aws4_request
352dc40f960ad70782295a6bf470243b3c0c454e564df65fde640fbec56a9c90
DEBUG    botocore.auth:auth.py:430 Signature:
a37e0c0b73e55965d2bc3ac45ff10bd7a6eb262e305be422f5b3fd24bd15b967
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a37e0c0b73e55965d2bc3ac45ff10bd7a6eb262e305be422f5b3fd24bd15b967', 'amz-sdk-invocation-id': b'8bdb67bd-8c03-4c1b-b418-e1c0f046fd5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:16 GMT', 'x-amzn-requestid': 'aplKLR9QL18ykJa4gEaB4c85YgKtGnkSC951UCMRwC990GtPpgP2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183216Z
20251206/us-east-1/s3/aws4_request
1d98623a91c2909336dbeec822554d7090f3419fdf8072cf3c6316f605a1e939
DEBUG    botocore.auth:auth.py:430 Signature:
0401561af38253e83fb2bc7ac13c394418f54490d38747e54b8e6e8380f33cc2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0401561af38253e83fb2bc7ac13c394418f54490d38747e54b8e6e8380f33cc2', 'amz-sdk-invocation-id': b'99738379-bd49-4684-a982-facc4ad80fa8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:16 GMT', 'x-amzn-requestid': 'JLTt9ID3LB0DMYSlgYcT97YUNm2rk4ecPgxt2aONiTnYXJAQc36n', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d8dff25-81e3-4f4a-ad98-d2bc2e988085, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d8dff25-81e3-4f4a-ad98-d2bc2e988085, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d8dff25-81e3-4f4a-ad98-d2bc2e988085, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 302d16a7-e559-4492-bab1-7afefe9f2f88, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 302d16a7-e559-4492-bab1-7afefe9f2f88, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 302d16a7-e559-4492-bab1-7afefe9f2f88, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183217Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183217Z
20251206/us-east-1/s3/aws4_request
fddfaf34b4229fddedf5bb973516179ae893d4bc40742295dce538d0656fa45d
DEBUG    botocore.auth:auth.py:430 Signature:
a240955b4b6419f04ce9150ee2c4fa5425286df8c62bd1ea5f3ed28073f10a3a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183217Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a240955b4b6419f04ce9150ee2c4fa5425286df8c62bd1ea5f3ed28073f10a3a', 'amz-sdk-invocation-id': b'a7cf1248-bd59-44ca-a413-6ded3e215b69', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:17 GMT', 'x-amzn-requestid': 'AiNn7nAD8zrzk8H0I6afVzMpyewJcS3x0bvm9n2UHpGRbO1Zfy7m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183217Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183217Z
20251206/us-east-1/s3/aws4_request
0f89996f0df178bbeeb94d0d3dd8dcb61597fa35354a5fa07b03bd17cb2bbcbe
DEBUG    botocore.auth:auth.py:430 Signature:
cd4f0d14a463f680d58200d1b6459d4e148494409f6a583cc09f137a57ba520d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183217Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cd4f0d14a463f680d58200d1b6459d4e148494409f6a583cc09f137a57ba520d', 'amz-sdk-invocation-id': b'765d4179-cc77-4403-889b-d7083b594b06', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:17 GMT', 'x-amzn-requestid': 'zwUAMsXjsPKow5Rq9c3uFLOQ4KdFYW7pXOyYp48mywoAnYOuqpzd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183217Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183217Z
20251206/us-east-1/s3/aws4_request
166bb5ab76f7ec982ba8a49fd26d585f3cd3ac1b1ae64652ce8ae72eb669fed9
DEBUG    botocore.auth:auth.py:430 Signature:
7cf208f3f8226194431ceaad0ab7a65cb9938b21648d0642b6e1941efd812e7c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183217Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7cf208f3f8226194431ceaad0ab7a65cb9938b21648d0642b6e1941efd812e7c', 'amz-sdk-invocation-id': b'8f330b05-678b-40d9-9c16-770d222e4c22', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:17 GMT', 'x-amzn-requestid': '0mbkTKf3kZoZTDBTBd1WvAtctyYCm9y4HYo3Vz7yuyFHJpIgIGqf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9d65b28-9e33-42bf-ab3a-a093224b44ed, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9d65b28-9e33-42bf-ab3a-a093224b44ed, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9d65b28-9e33-42bf-ab3a-a093224b44ed, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 84e7d436-b188-436b-a99a-2402db34db01, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 84e7d436-b188-436b-a99a-2402db34db01, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 84e7d436-b188-436b-a99a-2402db34db01, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183218Z
20251206/us-east-1/s3/aws4_request
82d7f837dbe91e2d19910e992604514b4639c71a2baf92e9c7005407a5175e48
DEBUG    botocore.auth:auth.py:430 Signature:
dfd5a59fb643e91d9cd0f01f58da946710f55b09b65124fc3a5d2b38dd02facd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dfd5a59fb643e91d9cd0f01f58da946710f55b09b65124fc3a5d2b38dd02facd', 'amz-sdk-invocation-id': b'39dbcbcf-cd8f-4f7f-9d93-18c6b89faf77', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:18 GMT', 'x-amzn-requestid': '7npCgm8D3HW89kgNQE0wMQPwO1o4H4fejYiYPFzJ1PjQR0wQ4vEa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183218Z
20251206/us-east-1/s3/aws4_request
7c9d862e7a1cb8e989688b521019b35b269e9c986d56842d783839129e64aff0
DEBUG    botocore.auth:auth.py:430 Signature:
db2aa1a1d59d8d141b0d40e105ce9cb28fe0c4f0c501120730cf4adbfd089d46
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db2aa1a1d59d8d141b0d40e105ce9cb28fe0c4f0c501120730cf4adbfd089d46', 'amz-sdk-invocation-id': b'5cf7e55b-983a-4f4f-8a0b-79070ce85f31', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:18 GMT', 'x-amzn-requestid': 'HggGeZojfGBa6zy194iFkhUZqSyYw765NODBrQMSQD3lf732LxIt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183218Z
20251206/us-east-1/s3/aws4_request
cdc02ed91f1b747216081db067393b675ffe51112d1d10cf95d49a6d5cd19914
DEBUG    botocore.auth:auth.py:430 Signature:
67d820ef965f189bc8ff8c10c72419cc7de476866daa3814650d64a9512686e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67d820ef965f189bc8ff8c10c72419cc7de476866daa3814650d64a9512686e5', 'amz-sdk-invocation-id': b'd9cfb579-05d6-49cb-ae2f-f1a110be0fa6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:18 GMT', 'x-amzn-requestid': 'JjiJDA5RblLHNj5271VTEQiyqwxhZmcDwX94sWH1SKEnwyI0gkmw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a6c20f3-cc29-4067-be5a-02b5484b811d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a6c20f3-cc29-4067-be5a-02b5484b811d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3a6c20f3-cc29-4067-be5a-02b5484b811d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e4586bfa-58b3-4e13-9ef0-c6a34508800d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e4586bfa-58b3-4e13-9ef0-c6a34508800d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e4586bfa-58b3-4e13-9ef0-c6a34508800d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183219Z
20251206/us-east-1/s3/aws4_request
dc3cc236ff6eecee996ccf8f50657385d74b8efb3bfee0644976f91b718b864b
DEBUG    botocore.auth:auth.py:430 Signature:
ce999a427a59e79eadd22e3f8d74292c2d723617b06af11b387fd2e7f7e46da8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce999a427a59e79eadd22e3f8d74292c2d723617b06af11b387fd2e7f7e46da8', 'amz-sdk-invocation-id': b'c4a56641-e44b-4704-b5ba-f50bc507da6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:19 GMT', 'x-amzn-requestid': 'dw3SOtgRw0Cf64ZY5qObuqKw7WZXfrgoHq5hzcLaYwSGciwnzFT6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183219Z
20251206/us-east-1/s3/aws4_request
9b1e7297a0a81c6a5bd6d68ba74183085f9b24978f6efffeee6bd8b2aa63156b
DEBUG    botocore.auth:auth.py:430 Signature:
fdb774140bdec1863980bc2da071715e43657849aad299d4ba185557b4a9290a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fdb774140bdec1863980bc2da071715e43657849aad299d4ba185557b4a9290a', 'amz-sdk-invocation-id': b'd6b5bec9-1e6d-43b0-bbc3-f727e6264092', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:19 GMT', 'x-amzn-requestid': 'a8fAimJyhJ7s28rbRAml7cmveyN7fLwO78ifE6uqDKB2jjch1SzI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183219Z
20251206/us-east-1/s3/aws4_request
7398e1081320a677add6ece157bd4f8a5803bb2d1d6f63bc07b300151d29cdb4
DEBUG    botocore.auth:auth.py:430 Signature:
a30797dfe5dc502735051c0c7259d196fda32d5e5053c0dd404b864005492144
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a30797dfe5dc502735051c0c7259d196fda32d5e5053c0dd404b864005492144', 'amz-sdk-invocation-id': b'36d70352-6c7e-42a5-bb41-7473a718ec74', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:19 GMT', 'x-amzn-requestid': 'yZrU8TdpKPz6nMZf5CtCctfQ0nUT0CxU24MA8xbLkv0UKWZtqF6f', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dace7cff-42fa-4966-b7a3-d4c311bdb988, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dace7cff-42fa-4966-b7a3-d4c311bdb988, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dace7cff-42fa-4966-b7a3-d4c311bdb988, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 851df1f4-60ea-4b2c-b9d7-1b49e61641cd, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 851df1f4-60ea-4b2c-b9d7-1b49e61641cd, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 851df1f4-60ea-4b2c-b9d7-1b49e61641cd, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183220Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183220Z
20251206/us-east-1/s3/aws4_request
f03bb68f45003a06ab2ee84d586542289f6b2d51b117a5b1f8ffee82865cbd5c
DEBUG    botocore.auth:auth.py:430 Signature:
1e9a07c7ceaaf1746caa148bd09b82f045783b1b00d6f337cb2b33c420314f17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183220Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e9a07c7ceaaf1746caa148bd09b82f045783b1b00d6f337cb2b33c420314f17', 'amz-sdk-invocation-id': b'dcb9fcc0-49b7-41d4-b989-fc177457e4a0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:20 GMT', 'x-amzn-requestid': 'YR9SHNUGCBazb1XeF6rYir7pEf4TKIhryYzkskXcIYkxu1mKDt50', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183220Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183220Z
20251206/us-east-1/s3/aws4_request
e3d0e2f7ad301db38537a7db320bcacbf73923e586584a19bf167ff696cd5dda
DEBUG    botocore.auth:auth.py:430 Signature:
1bf95b7c6935a4ac4f516d9de3999bfe13430ccb3bd0f0df8e05a9f313f44137
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183220Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1bf95b7c6935a4ac4f516d9de3999bfe13430ccb3bd0f0df8e05a9f313f44137', 'amz-sdk-invocation-id': b'033284d8-f69b-45dd-9161-465d55ef0cf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:20 GMT', 'x-amzn-requestid': 'HbxILKfb7uQefqcVGp9LApzAkBnK30M0pjeBTREnuQt37wusDF0M', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183220Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183220Z
20251206/us-east-1/s3/aws4_request
ab84ae800a223cca9f5745bd4c1d59783eafc7fbe7631188a118fc076b7a1a8e
DEBUG    botocore.auth:auth.py:430 Signature:
d13f4da29ce41ceab28937b837346c34ab9bb7bdd9b27260ceb440e1372e09d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183220Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d13f4da29ce41ceab28937b837346c34ab9bb7bdd9b27260ceb440e1372e09d0', 'amz-sdk-invocation-id': b'9111e59e-1751-4210-98fc-79d9aaaa650c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:20 GMT', 'x-amzn-requestid': 'ehCfIVqMjrZYy7vAA4xJaKGxbu8LmxJxh8xbQGES7fiVhgJEkI9Z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 32c0fb96-bb8b-4638-ac14-813b9ebb9fbe, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 32c0fb96-bb8b-4638-ac14-813b9ebb9fbe, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 32c0fb96-bb8b-4638-ac14-813b9ebb9fbe, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c5ca0b14-7006-4dae-a4f8-4657df39224e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c5ca0b14-7006-4dae-a4f8-4657df39224e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c5ca0b14-7006-4dae-a4f8-4657df39224e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183221Z
20251206/us-east-1/s3/aws4_request
9c24647382249958ae6c522c01f30dcc6cc16f0f6318fee6ca76e401d9a2a4dc
DEBUG    botocore.auth:auth.py:430 Signature:
18933ba392333fe2f15c6fb7eaa56894c24abe56fd45d2cd220853504671986e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=18933ba392333fe2f15c6fb7eaa56894c24abe56fd45d2cd220853504671986e', 'amz-sdk-invocation-id': b'b25ac168-c70a-48cb-9de1-ba4a8f11d089', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:21 GMT', 'x-amzn-requestid': 'KbOsEj8IjYqiBCgXumu9sDqFKclwEucH1z3WPdsOGMjMpTPCp6VM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183221Z
20251206/us-east-1/s3/aws4_request
812a79644123d9195b7334cedbe7a83e435eec247a6cd83f36c9e5c2c0b87259
DEBUG    botocore.auth:auth.py:430 Signature:
e06abf801b9e7dfff9a205529d4f0c4694fc092e4d25d9f9e7de8828372ed9db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e06abf801b9e7dfff9a205529d4f0c4694fc092e4d25d9f9e7de8828372ed9db', 'amz-sdk-invocation-id': b'038451d5-003b-4908-8f84-64124ffaf8b2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:21 GMT', 'x-amzn-requestid': 'c5IgGJNtveQs2yWc6rLBHzrYt2QsGYBIlpZ9gzpUxx9zvXGz6qVq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183221Z
20251206/us-east-1/s3/aws4_request
9822152a2201af0e9fcadd5803be48ae4a24286aa904c85a5194dac398d98712
DEBUG    botocore.auth:auth.py:430 Signature:
6f4d88a3537f4b3f3e08a851b8d67a553984573d6f095cc096edfc5d0fc05d13
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f4d88a3537f4b3f3e08a851b8d67a553984573d6f095cc096edfc5d0fc05d13', 'amz-sdk-invocation-id': b'c7b572bd-706b-4db8-be27-7c10fd8cc18d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:21 GMT', 'x-amzn-requestid': 'TH2DmxsolmnG182NBcLuLfAjrMM6XAe5qPAyQNx9lJvVNWHJeZee', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b1f6406-41a8-4353-ae80-e850fa379e9c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b1f6406-41a8-4353-ae80-e850fa379e9c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b1f6406-41a8-4353-ae80-e850fa379e9c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bcc7fdfc-3b47-4f8e-84b2-8d589824ed6d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bcc7fdfc-3b47-4f8e-84b2-8d589824ed6d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bcc7fdfc-3b47-4f8e-84b2-8d589824ed6d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183222Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183222Z
20251206/us-east-1/s3/aws4_request
b2a5da6198466ddd2c3510b6de2a6b35d50b2e6277c998b8f3ae095c25224dcf
DEBUG    botocore.auth:auth.py:430 Signature:
3218091a83386f947d834a97660d4a2b6c5b46cb30e5edfffbcfb0c4bca1d202
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183222Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3218091a83386f947d834a97660d4a2b6c5b46cb30e5edfffbcfb0c4bca1d202', 'amz-sdk-invocation-id': b'cb43b4c6-c1bb-41c8-b356-f72ecb5033fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:22 GMT', 'x-amzn-requestid': 'lIxWWS8fswZMwZuwqshtH12wXRPqlHMfJCnv0hBJnz42vdxuaLR4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183222Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183222Z
20251206/us-east-1/s3/aws4_request
96487f593b7aae075943198c49f0277612bce53cac5a1e3227dcd330ebb21cd7
DEBUG    botocore.auth:auth.py:430 Signature:
1f14aa3dadead6ec385c1a7cf10bfda051f3e22dea62265f1a20585f8994fd2d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183222Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1f14aa3dadead6ec385c1a7cf10bfda051f3e22dea62265f1a20585f8994fd2d', 'amz-sdk-invocation-id': b'edd9f7d4-3296-407c-8bda-ed23a79e3a73', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:22 GMT', 'x-amzn-requestid': 'kl4FoQjEd6bj5LpC6qSPD7fNTQzDPaAn0RPsq5EWBrK2NNjGFQoW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183222Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183222Z
20251206/us-east-1/s3/aws4_request
832c57d1fec75b74f580ae7be72269fed09302c41aef06aa9f3122d933e8879e
DEBUG    botocore.auth:auth.py:430 Signature:
6f1b2b13c2e343e7b8c21a1acd3a3d351ea79459b7cdf9f8c596123dd66d1833
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183222Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f1b2b13c2e343e7b8c21a1acd3a3d351ea79459b7cdf9f8c596123dd66d1833', 'amz-sdk-invocation-id': b'eaba75a1-6f81-412d-bf16-864828dc5b04', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:22 GMT', 'x-amzn-requestid': 'kW7EdGaRtuXuCfTSQCw4J456SbiFCp0xhX8CLtqJTIbnl0bwy9LV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 38ac4d8e-b970-4e2f-906e-c90af2bc4697, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 38ac4d8e-b970-4e2f-906e-c90af2bc4697, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 38ac4d8e-b970-4e2f-906e-c90af2bc4697, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c0082d7-0cf5-4c7c-9980-a8a62957d2f8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c0082d7-0cf5-4c7c-9980-a8a62957d2f8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c0082d7-0cf5-4c7c-9980-a8a62957d2f8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, d8b994b1-17d7-492b-97d6-def79a45b83c, localhost:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, d8b994b1-17d7-492b-97d6-def79a45b83c, localhost:4341): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, d8b994b1-17d7-492b-97d6-def79a45b83c, localhost:4341): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yjxiyu4nhe.auto.internal" port: 4341 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-yjxiyu4nhe.auto.internal:4341, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:4341
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183224Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183224Z
20251206/us-east-1/s3/aws4_request
07dfbdc74449d966844f1fbf53f73b4032db06150a3fd8115982ca6517c08788
DEBUG    botocore.auth:auth.py:430 Signature:
e8e0a6be105c694cedf70ecbedd44b36278d0915d3c3fe0cf2f3da81578acdd7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183224Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e8e0a6be105c694cedf70ecbedd44b36278d0915d3c3fe0cf2f3da81578acdd7', 'amz-sdk-invocation-id': b'd0edfc81-75ba-4d0b-bdef-cffb849fffad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:24 GMT', 'x-amzn-requestid': 'JLk7jrVGh9q7D8ORhkDoX1fO66zyOvwkTFdRsodGwgGuk1Izp2t4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183224Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183224Z
20251206/us-east-1/s3/aws4_request
be84f9d1e36d04c9aba3eeb05cc8f40f6813c2697106106619309156cddcdc4f
DEBUG    botocore.auth:auth.py:430 Signature:
b3d9bbf11ad586d131d242766cb574c5d2c074d3c71217f846d62be711a81c2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183224Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b3d9bbf11ad586d131d242766cb574c5d2c074d3c71217f846d62be711a81c2b', 'amz-sdk-invocation-id': b'02ff4e3d-c069-4307-ac05-13c6eb90626a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:24 GMT', 'x-amzn-requestid': 'iq05gWzWImzjAce5I83Idag62SpCuc4SnpPDdn9OZ9K22xpVFGM5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183224Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183224Z
20251206/us-east-1/s3/aws4_request
553696a5c55a4d8f4e6c36e7ae63ae240e136c586a3cff4332fef82a0047a2f7
DEBUG    botocore.auth:auth.py:430 Signature:
23e1425cf729afd2badd3198ca34b39fe7e4f402e40fc102b28f6724a6622633
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183224Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23e1425cf729afd2badd3198ca34b39fe7e4f402e40fc102b28f6724a6622633', 'amz-sdk-invocation-id': b'780d1982-3a02-4dc5-9e93-2a116d9558e5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:24 GMT', 'x-amzn-requestid': 'JCCTVjUSgqlviiKeekj83QPheE5KnJwiGkIyuXFKHVNZA9ItCcXK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 49c88023-f3d0-4dbc-a353-42f3bf48f8a4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 49c88023-f3d0-4dbc-a353-42f3bf48f8a4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 49c88023-f3d0-4dbc-a353-42f3bf48f8a4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d9a3c7f7-ccab-432e-bbce-51d29dfdf682, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d9a3c7f7-ccab-432e-bbce-51d29dfdf682, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d9a3c7f7-ccab-432e-bbce-51d29dfdf682, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183225Z
20251206/us-east-1/s3/aws4_request
cb70a36b514f68cefb9f1986fda945a7e7b86b78c0a6d96be3bf6c26c0ff64d5
DEBUG    botocore.auth:auth.py:430 Signature:
6698c86ce9a631163e733a91fd7c0eabae4f28c5379570bab81488000e4f0d99
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6698c86ce9a631163e733a91fd7c0eabae4f28c5379570bab81488000e4f0d99', 'amz-sdk-invocation-id': b'3673460e-d28e-4b8b-8895-d2d08f7f12fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:25 GMT', 'x-amzn-requestid': 'sNDZttChQOPZ5t7r5tHXTY4nucHjnZdj2q1A4MkyJmXClUM9Y2zU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183225Z
20251206/us-east-1/s3/aws4_request
26abf80636fd5f447bb0fd3aa786b0950820c19ba8522b963a11c72979df4508
DEBUG    botocore.auth:auth.py:430 Signature:
9bd4dd6ba38d3f926a8acbef2d35caf4b28bcde8195d60feed8412503d4b12b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bd4dd6ba38d3f926a8acbef2d35caf4b28bcde8195d60feed8412503d4b12b1', 'amz-sdk-invocation-id': b'0ab6fbe2-74f6-4f67-8224-f3370d9c73cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:25 GMT', 'x-amzn-requestid': '7EWggKEDo1pjDd3FixJhTDxUrcXap13fiN4GwE5CSHvHCxVevF8y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183225Z
20251206/us-east-1/s3/aws4_request
31a1a2a996521932bada03a9206c5fc62229d4f022b77d3a3d2a1eea915c7b41
DEBUG    botocore.auth:auth.py:430 Signature:
cfe4829575473ead61c943e73df3d23a1becd1cdd51b1cb3b01f2f1af56ca205
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cfe4829575473ead61c943e73df3d23a1becd1cdd51b1cb3b01f2f1af56ca205', 'amz-sdk-invocation-id': b'd410ff12-060e-4836-894e-929d850e3b0d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:25 GMT', 'x-amzn-requestid': 'aVzOyn3oCTOglyuM4DuqBhqjheBvSXU9I3NCrG0zYPC45VG9Sbpw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8f1f9ccc-73ef-49bf-b5f4-b69bde4f8512, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8f1f9ccc-73ef-49bf-b5f4-b69bde4f8512, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8f1f9ccc-73ef-49bf-b5f4-b69bde4f8512, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a83a7191-9df8-4e07-b389-e9830c2e810d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a83a7191-9df8-4e07-b389-e9830c2e810d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a83a7191-9df8-4e07-b389-e9830c2e810d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183226Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183226Z
20251206/us-east-1/s3/aws4_request
fe711414434933ec6c387903ba77bd935b48a7ada1d43db964b474df912c49ec
DEBUG    botocore.auth:auth.py:430 Signature:
217ac2211b8563e6d84c34e807db8953bc940bbdce54eeb0c8765a62034f5231
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183226Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=217ac2211b8563e6d84c34e807db8953bc940bbdce54eeb0c8765a62034f5231', 'amz-sdk-invocation-id': b'e7de3b81-be20-4c41-b070-5cb8391386e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:26 GMT', 'x-amzn-requestid': 'rfbihwlWBjF3kTgRB7ecCzXvxJ3shDG7222lxxPyxhpXlEqP4SlH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183226Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183226Z
20251206/us-east-1/s3/aws4_request
034dcbb2b6c34f558105b385ab76a0020366388d9f7307e5f7f33e4ff6994400
DEBUG    botocore.auth:auth.py:430 Signature:
ba5f2243d154e1f32bb2074bbc869e5c3f3976598d1bf1b280a0291849b1dbca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183226Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba5f2243d154e1f32bb2074bbc869e5c3f3976598d1bf1b280a0291849b1dbca', 'amz-sdk-invocation-id': b'0257a7d7-8c14-4f24-9b9b-a85fda464263', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:26 GMT', 'x-amzn-requestid': '7bhXoigHsKlMudhhz0BxHcmqxilc1pZ6UNlfLUMKRgF46K0HJNc1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183226Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183226Z
20251206/us-east-1/s3/aws4_request
70a64126eadf8ae8d2fe2c4acc960e107189541a19606f3e8722da35cf0587a3
DEBUG    botocore.auth:auth.py:430 Signature:
200bea27bfcf7492d7b3edf5a7bd5027ea384a087dd7e2f75064c3f145dbe544
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183226Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=200bea27bfcf7492d7b3edf5a7bd5027ea384a087dd7e2f75064c3f145dbe544', 'amz-sdk-invocation-id': b'6ab96302-1ab3-4aa9-b3ce-cf4982ccfa79', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:26 GMT', 'x-amzn-requestid': 'bLlVJanY5Nsd1ZTbeWZoe6Ze2mQLSEbbtgaHqgmLyQbf0c60DKvz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d50fb52-a6ca-4b5a-b6e8-5dad70d29fbe, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d50fb52-a6ca-4b5a-b6e8-5dad70d29fbe, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d50fb52-a6ca-4b5a-b6e8-5dad70d29fbe, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b768d5b1-ee2c-4455-aaf5-30d86c25fc12, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b768d5b1-ee2c-4455-aaf5-30d86c25fc12, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b768d5b1-ee2c-4455-aaf5-30d86c25fc12, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183227Z
20251206/us-east-1/s3/aws4_request
a1bc2a9a9e68b39b4180e069c4efa0e0fec087fc05a2289fa4d038e0e8ea5710
DEBUG    botocore.auth:auth.py:430 Signature:
844da6e51f4493db06c70da42f5ea7a926a590a0e2b9b18a86da29ca7bd2acda
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=844da6e51f4493db06c70da42f5ea7a926a590a0e2b9b18a86da29ca7bd2acda', 'amz-sdk-invocation-id': b'a1b7430f-bac4-45b4-bd3b-a3ce01bec6dc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:27 GMT', 'x-amzn-requestid': '2JYZ47mqLkhbS2Ide3eYQIKt1FsP86furnDmm8TTfves12z28xYP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183227Z
20251206/us-east-1/s3/aws4_request
1dfd5924c9be36b423d27af03f246af7377b39d98e0fb136a6303481fb337211
DEBUG    botocore.auth:auth.py:430 Signature:
53645dd25c5a29264419bf7628a47885642c4f01e96226dd002a96414b1f13a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53645dd25c5a29264419bf7628a47885642c4f01e96226dd002a96414b1f13a1', 'amz-sdk-invocation-id': b'dc97700d-9640-4caa-9822-450a0474c41d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:27 GMT', 'x-amzn-requestid': 'fYDpfHps9osQhIzO8Xvc21DFYCeicL2kaF5OMH8vuspzH7PTHfJc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183227Z
20251206/us-east-1/s3/aws4_request
886fe09477defca01ba6906a142a142fa5a3024cbb77911601337a03840b4251
DEBUG    botocore.auth:auth.py:430 Signature:
66fc18b92afbf0f25e36cc856dcf36a140fe3dc84a06f69e18fc12613187e66a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66fc18b92afbf0f25e36cc856dcf36a140fe3dc84a06f69e18fc12613187e66a', 'amz-sdk-invocation-id': b'a9a9548d-45c5-489a-944a-6f6d1fb10c00', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:27 GMT', 'x-amzn-requestid': '6vcknSKTsAycPaFfMNcManrrTigjSyijYcxrCalArHX61AslploW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2399f76-2b44-4451-870a-01c7b3560aaf, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2399f76-2b44-4451-870a-01c7b3560aaf, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2399f76-2b44-4451-870a-01c7b3560aaf, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b69d6a3-7a79-45a5-a275-1a20378a1bbb, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b69d6a3-7a79-45a5-a275-1a20378a1bbb, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5b69d6a3-7a79-45a5-a275-1a20378a1bbb, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183228Z
20251206/us-east-1/s3/aws4_request
fab5d321404ca0c55e336ce7e720b5c4c1e73a61274fcc4b8f213ebcf4816e50
DEBUG    botocore.auth:auth.py:430 Signature:
9d7990f71d035293f1ade4b524789ae1f33d8d76beb692cfd5e4874890babb92
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d7990f71d035293f1ade4b524789ae1f33d8d76beb692cfd5e4874890babb92', 'amz-sdk-invocation-id': b'7cdb22b5-831b-4583-92f1-e9fc1ba2bc6e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:28 GMT', 'x-amzn-requestid': 'zQH9tWMoh1ZXjG5Az5lyoz2LBQAytyieRiW5ebKeJxutms8kWcA9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183228Z
20251206/us-east-1/s3/aws4_request
e06d4e25f4f75af4b981482eeff55c89bbf93a19fe1c0dc7b2090b72f2234d76
DEBUG    botocore.auth:auth.py:430 Signature:
e2261dbc39f24bc2e264d8910030b427b8a47649b68c2ec2d0f574cc1f0dc217
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2261dbc39f24bc2e264d8910030b427b8a47649b68c2ec2d0f574cc1f0dc217', 'amz-sdk-invocation-id': b'e428cd8c-f7a7-4d46-8c72-39e8efb085e0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:28 GMT', 'x-amzn-requestid': 'bl55qyNHxGeG1fuZIhwjXiQ9eVVMCZz8esdNUpZs2fVNhpFO5dAn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183228Z
20251206/us-east-1/s3/aws4_request
dee83081da164e7ce25e0efaa563ab40fd517f339e448c612b1b587ae9654f3a
DEBUG    botocore.auth:auth.py:430 Signature:
d45ed7afeeca6d3f015f353b39ad94243a927a43d17826a4f381374bb611a4d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d45ed7afeeca6d3f015f353b39ad94243a927a43d17826a4f381374bb611a4d9', 'amz-sdk-invocation-id': b'7e2247f6-072a-4f6d-ba86-6a2ab133494b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:28 GMT', 'x-amzn-requestid': 'mnUxRfizA2T7d5NQ7OD3olu8C4k1VFOCjYF2DfISduYglzU1BYO8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7b0aa9ec-3183-4c67-8dee-5be84224839f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7b0aa9ec-3183-4c67-8dee-5be84224839f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7b0aa9ec-3183-4c67-8dee-5be84224839f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4ee2f48-8776-4830-b5e8-cabda761cd8e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4ee2f48-8776-4830-b5e8-cabda761cd8e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4ee2f48-8776-4830-b5e8-cabda761cd8e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183229Z
20251206/us-east-1/s3/aws4_request
f8228205af87f5a8093e429f57154a1178b3198a5e740e974d58f435f7da61b5
DEBUG    botocore.auth:auth.py:430 Signature:
af76fb8571ece77d5c32defed66a8104a9a9e6df9a714c2fb15713e5336eb6c6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=af76fb8571ece77d5c32defed66a8104a9a9e6df9a714c2fb15713e5336eb6c6', 'amz-sdk-invocation-id': b'6714fba2-0ccb-4d42-ba2e-1509e34d79b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:29 GMT', 'x-amzn-requestid': 'rboFiBhaGpb4j25y4ugCgwwUPKVSWItqxMMfBwCWu82PbhZWizZ4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183229Z
20251206/us-east-1/s3/aws4_request
fccd4c59c48e21a5b74a651a4521090fb601d764e5eed23a54a1b281cf0ea7d7
DEBUG    botocore.auth:auth.py:430 Signature:
8501da55b7fe7a161e50f6f7817d7238496cc523bd967e61969b8efb493d1d68
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8501da55b7fe7a161e50f6f7817d7238496cc523bd967e61969b8efb493d1d68', 'amz-sdk-invocation-id': b'8109c1b6-0503-485b-9f6d-322abe6f954d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:29 GMT', 'x-amzn-requestid': 'wY8sv77zyOft87np7E2rhWfWQP1hWTr2Ys6hVnYyMbBtJdT0eGwD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183229Z
20251206/us-east-1/s3/aws4_request
20b5d5b748d583fff715f8da5887ff18fd4726d5ac24052557c1034f9c275493
DEBUG    botocore.auth:auth.py:430 Signature:
96762f677cd5085a85fd6c4c3b96b1565e8dbd31c2072a8df773b967ef0e5095
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=96762f677cd5085a85fd6c4c3b96b1565e8dbd31c2072a8df773b967ef0e5095', 'amz-sdk-invocation-id': b'814ae189-6af0-4119-a87a-39a4eaaa5aa1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:29 GMT', 'x-amzn-requestid': 'Xww4dV6qXFKL34dCFIczsxOVMfYbG9TqqiBL7ewe4v12ndaiwRWb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 66f75868-5ef4-4880-abbe-19891ae4a2ea, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 66f75868-5ef4-4880-abbe-19891ae4a2ea, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 66f75868-5ef4-4880-abbe-19891ae4a2ea, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7844fd56-16ec-4068-80b6-48826c88b9da, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7844fd56-16ec-4068-80b6-48826c88b9da, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7844fd56-16ec-4068-80b6-48826c88b9da, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183230Z
20251206/us-east-1/s3/aws4_request
ae623dbe8cd2d0142e5b4527ad81a294e539c9ad4a251e9f18b9268ad2140bb0
DEBUG    botocore.auth:auth.py:430 Signature:
0afa47dc77b4b0bdeb14ef0030d4b49fd80d2476b461ce110f900a0af3a625ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0afa47dc77b4b0bdeb14ef0030d4b49fd80d2476b461ce110f900a0af3a625ca', 'amz-sdk-invocation-id': b'11fcadd9-1e6b-40fe-a00a-fe0bfbfc98d7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:30 GMT', 'x-amzn-requestid': 'rxz0m42adkNoR3YhgeEEOH7aw5dV5friMIAUdQiOf6OL7xw0kQeb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183230Z
20251206/us-east-1/s3/aws4_request
41c621521f789a58c928ccde9281a5ce793d4139975292554e8e014fd80da53e
DEBUG    botocore.auth:auth.py:430 Signature:
93ed1233013e7d2a90dff4cd00d3d5e1caa7163e4dc15793f6ce4aa64b897366
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=93ed1233013e7d2a90dff4cd00d3d5e1caa7163e4dc15793f6ce4aa64b897366', 'amz-sdk-invocation-id': b'f2205916-8af7-46ca-addd-466a4b3f7b9c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:30 GMT', 'x-amzn-requestid': 'fnZ64nmxMVGv4nrTyFsYAPdybdi6GEYFtmUasUYbxVwfKg8sRYFH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183230Z
20251206/us-east-1/s3/aws4_request
946872785798d95c085301ea4c7584d140e9b00298eb8cdf4bdfdc54c6de73a2
DEBUG    botocore.auth:auth.py:430 Signature:
e0d3a18f0effa9d56cea76618e8f830dc4eaffe497bb9f78b220bc8757dd365d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0d3a18f0effa9d56cea76618e8f830dc4eaffe497bb9f78b220bc8757dd365d', 'amz-sdk-invocation-id': b'04b1a6d9-b777-4006-8392-e970bf6dac49', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:30 GMT', 'x-amzn-requestid': 'Qr6IGUsPYthnwoLGBt1LGij79HMvRveQkDmShpErIU8YMcjSA3bh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9b43aab-f4b2-40d8-bee9-b2e74addef13, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9b43aab-f4b2-40d8-bee9-b2e74addef13, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f9b43aab-f4b2-40d8-bee9-b2e74addef13, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a61ae864-d355-454b-8fb7-922015e6c8f6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a61ae864-d355-454b-8fb7-922015e6c8f6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a61ae864-d355-454b-8fb7-922015e6c8f6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183231Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183231Z
20251206/us-east-1/s3/aws4_request
bb86f330b75adcecb82fa97eedb3dbb6ad34999aa19e80378d01059fdd41583e
DEBUG    botocore.auth:auth.py:430 Signature:
0e80117b97cd67ce3fcf54ac20bd14bd6d0e41d76dd8c6f7f3f9c424e74efc04
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183231Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e80117b97cd67ce3fcf54ac20bd14bd6d0e41d76dd8c6f7f3f9c424e74efc04', 'amz-sdk-invocation-id': b'35274834-9cf9-4ff4-8457-49d3806f3dbc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:31 GMT', 'x-amzn-requestid': '8js1hQZxbCWoEOEaciyhprCWSIVLa1ab0EIHMc53hZEPfl4VZeam', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183231Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183231Z
20251206/us-east-1/s3/aws4_request
d7c66716764f13c09b0876193d2825ce20acb91098db094b64065e1e4d09326d
DEBUG    botocore.auth:auth.py:430 Signature:
e5cb2d854fbcd34064dfd76fe07bf8d75de14a21f806d9bda2fe9ee31c245fa3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183231Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5cb2d854fbcd34064dfd76fe07bf8d75de14a21f806d9bda2fe9ee31c245fa3', 'amz-sdk-invocation-id': b'9abf2437-5134-43ee-8545-9186e0f96fc9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:31 GMT', 'x-amzn-requestid': 'UeDbGnwNDb8BCdrahvNQj7eTtKtLsxksmSsTka2kMgc7nhwURe64', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183231Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183231Z
20251206/us-east-1/s3/aws4_request
c0e6a0c1e0b5dcefbc4f6b721d21d4bce527a739cc6af18dd29b8b0e790df767
DEBUG    botocore.auth:auth.py:430 Signature:
9b05afa4e1c7f64358a25ae878aaad504c34193ed46bbaacae7c80099ad0b58e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183231Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9b05afa4e1c7f64358a25ae878aaad504c34193ed46bbaacae7c80099ad0b58e', 'amz-sdk-invocation-id': b'e6bb7561-2b84-49b0-a914-0e348a8ccf9a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:31 GMT', 'x-amzn-requestid': 'VBCVl1BJ42Q8YySvPIKYIPoefuBEppNtml9Lqy6YgI7SZNqf2lGJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d4b0079-520e-448f-a14b-582841f31313, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d4b0079-520e-448f-a14b-582841f31313, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d4b0079-520e-448f-a14b-582841f31313, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 73902449-6ff0-4543-a95f-73039e059261, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 73902449-6ff0-4543-a95f-73039e059261, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 73902449-6ff0-4543-a95f-73039e059261, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183232Z
20251206/us-east-1/s3/aws4_request
995ac93fb2c73bbc12a769ff898c49916438f1c044f13ff486783884b926673c
DEBUG    botocore.auth:auth.py:430 Signature:
8259c899f14c3b076e00638ad9ff7be16efe7123fccd9713cd33c3a45b04204b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8259c899f14c3b076e00638ad9ff7be16efe7123fccd9713cd33c3a45b04204b', 'amz-sdk-invocation-id': b'fff3c923-a881-40b5-a60c-dc6940ca0c9a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:32 GMT', 'x-amzn-requestid': 'ruCK6GjYkwLKttcUrliOa85mEDqQhXNxNxfUPPsmKc9BjURdIkvU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183232Z
20251206/us-east-1/s3/aws4_request
fdcf80590e573e6f909a0241fb002efbfa61971fb63e2014a2dae1474602cb0a
DEBUG    botocore.auth:auth.py:430 Signature:
1829e13d545c12e83d128958f1c1bde0be8686382ab71f68b1003f53f719784e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1829e13d545c12e83d128958f1c1bde0be8686382ab71f68b1003f53f719784e', 'amz-sdk-invocation-id': b'e2ee4c86-cec4-45c5-b178-8e5bd10837fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:32 GMT', 'x-amzn-requestid': 'rKMMiPNe7GIwFM9j1uu39F5SBxkjmhBz4OrWiAdpdbw5tfRPj9wi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183232Z
20251206/us-east-1/s3/aws4_request
7b4e9971f71f82eb6c3448806a22f5cdccd7ab8d12987c0766eee0440a2c1a32
DEBUG    botocore.auth:auth.py:430 Signature:
30ff2831a6a14d33af23f795b9f6afcf67545d0be404f5242131a15b9cb60afa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=30ff2831a6a14d33af23f795b9f6afcf67545d0be404f5242131a15b9cb60afa', 'amz-sdk-invocation-id': b'39a3d7a1-8517-4bfe-9074-0c11e8c2752e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:32 GMT', 'x-amzn-requestid': 'I7NAFeKD0glTOQVD6UGTSr9yT6PZPsn9C4JQ5MrN0HPItM40L9tV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1582c77c-2db4-4d90-a3e2-9d1b27d62144, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1582c77c-2db4-4d90-a3e2-9d1b27d62144, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1582c77c-2db4-4d90-a3e2-9d1b27d62144, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a0c3d701-0e24-4cce-940f-2ccba2af8564, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a0c3d701-0e24-4cce-940f-2ccba2af8564, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a0c3d701-0e24-4cce-940f-2ccba2af8564, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183233Z
20251206/us-east-1/s3/aws4_request
536e669e4fcd227f470fada0233ba2615b33a8f458b4145a0f5193f7d82d7e03
DEBUG    botocore.auth:auth.py:430 Signature:
928100249b663511005d03b8f2bd7f671dbc2716e58650a0390569574caafb06
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=928100249b663511005d03b8f2bd7f671dbc2716e58650a0390569574caafb06', 'amz-sdk-invocation-id': b'8b32cf95-11cb-4c12-bcd9-b2a088baf599', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:33 GMT', 'x-amzn-requestid': 'vJJ2kUG877bIrtiZVJGw63UF1uVk5yNqqr5q5GgjC0Cfxx5tBVMX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183233Z
20251206/us-east-1/s3/aws4_request
8b61610010a685829e85c7dcf436930113acff2f72c1527cd60363582ed12d01
DEBUG    botocore.auth:auth.py:430 Signature:
4ae12f742b66908e4e3806ebcfbc8bdf6e4a3c2bdb3f84f93a577bff4d29ce32
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ae12f742b66908e4e3806ebcfbc8bdf6e4a3c2bdb3f84f93a577bff4d29ce32', 'amz-sdk-invocation-id': b'30976133-5bba-4396-b45e-a38663eb3739', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:33 GMT', 'x-amzn-requestid': 'AXBlp0jPKfXpH38UNmTy6OkAd4mPLwihc3oGfdkAms8Dl4215Zt7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183233Z
20251206/us-east-1/s3/aws4_request
96105d3e4ec1812ec1f79926af5cdd2357fc9fe572c445287ab139651d9542ba
DEBUG    botocore.auth:auth.py:430 Signature:
a5a8ba6523340fdb821f601956b78515d3477319eb8a1712205b113c8a174b34
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a5a8ba6523340fdb821f601956b78515d3477319eb8a1712205b113c8a174b34', 'amz-sdk-invocation-id': b'11c0966c-9b64-4ac2-8a2b-9a0b41d481b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:33 GMT', 'x-amzn-requestid': 'ncDeLOBNyBPEAD7td6HlZC6ykmrnsacaKLjv3ySXie8DAuglwonN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4887c78f-617b-491a-8224-5b3a78544b6d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4887c78f-617b-491a-8224-5b3a78544b6d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4887c78f-617b-491a-8224-5b3a78544b6d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d1ba9a1b-0b78-4c2b-a3c6-798793e02af7, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d1ba9a1b-0b78-4c2b-a3c6-798793e02af7, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d1ba9a1b-0b78-4c2b-a3c6-798793e02af7, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183234Z
20251206/us-east-1/s3/aws4_request
04a4cbb81bd379914b8f82b74cbc040ed80327a1b40e4ed90bb47598ccd61933
DEBUG    botocore.auth:auth.py:430 Signature:
658f985ae931648daf6fcaa57c3dbb8a12b7f01844dd42cb1b8613e91db6398a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=658f985ae931648daf6fcaa57c3dbb8a12b7f01844dd42cb1b8613e91db6398a', 'amz-sdk-invocation-id': b'841fe34a-84ee-45ce-a3ba-19f4cef7d5c7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:34 GMT', 'x-amzn-requestid': '8X4RXSnLyhjT7LXGKYSz0a0fxQNyv2hLRaLaa8jObobZig536Fbk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183234Z
20251206/us-east-1/s3/aws4_request
5b264631a1f3ff31283fe62826f51a17dd9cc506fb40458edb0ac1304d0ea81b
DEBUG    botocore.auth:auth.py:430 Signature:
5657e0e57530f11984aba6b5c7a5af02ec14e2b83436da62cde40ce4f8744612
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5657e0e57530f11984aba6b5c7a5af02ec14e2b83436da62cde40ce4f8744612', 'amz-sdk-invocation-id': b'966f4df7-481d-443b-b23a-f67837e536b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:34 GMT', 'x-amzn-requestid': '6Cc5hFbMAqBLX9KtBkJ5Zn4pGlljNKNOUIap5fZeKwMHMWbIktPu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183234Z
20251206/us-east-1/s3/aws4_request
2133a7e538de73c65eb280a00f6da274e6b84348016c9d187b58e819f41b2ac1
DEBUG    botocore.auth:auth.py:430 Signature:
c262032eaeef8b75d50fb5bf66ab9fc6e769dd26b9ba0f0c6042f2679e4fe52c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c262032eaeef8b75d50fb5bf66ab9fc6e769dd26b9ba0f0c6042f2679e4fe52c', 'amz-sdk-invocation-id': b'efabce1a-217a-4563-bd15-6081ad6ba004', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:34 GMT', 'x-amzn-requestid': 'qwaiKNoKAG95Gz5N8eHIeFDhxxYH0qlawsmH9MgOdd65nt4InMmx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 851ca898-5299-4944-8505-c39db07c0ecb, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 851ca898-5299-4944-8505-c39db07c0ecb, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 851ca898-5299-4944-8505-c39db07c0ecb, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 91abdd8f-15e7-45b7-86fe-9abffd2df2bb, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 91abdd8f-15e7-45b7-86fe-9abffd2df2bb, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 91abdd8f-15e7-45b7-86fe-9abffd2df2bb, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183235Z
20251206/us-east-1/s3/aws4_request
869bc127ec1100dd9ad0aeb065e40d9ce8bcb7dd4dafe39034e8872cfdb3fd5a
DEBUG    botocore.auth:auth.py:430 Signature:
1e9c8363d1cc37447d4f7d43c509038420f2af2c8a21bbbd737ccf8ba185fc9b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e9c8363d1cc37447d4f7d43c509038420f2af2c8a21bbbd737ccf8ba185fc9b', 'amz-sdk-invocation-id': b'e0f85437-e7f9-4ec8-bd2b-4c31a7942ea3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:35 GMT', 'x-amzn-requestid': 'AEGyK23BV83JFCuZpsMPLGTMSzfZT9HQANFcVUUc5Qrm2ie1lNE1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183235Z
20251206/us-east-1/s3/aws4_request
ecbcb0458f524786f13aba58987939d2ba72a1454cc16803e888dacc934b8a42
DEBUG    botocore.auth:auth.py:430 Signature:
1863ef9962c3d95da4d993d18db6e63f6b6d2ee6269a16ca1bc0e0cda226c282
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1863ef9962c3d95da4d993d18db6e63f6b6d2ee6269a16ca1bc0e0cda226c282', 'amz-sdk-invocation-id': b'fd63a284-4457-469f-a9ab-036d7742e5be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:35 GMT', 'x-amzn-requestid': 'xWFbOBvMmbTmF7m4ptygTJChVbkNJtkNAl26YWIET54rV4nXn55r', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183235Z
20251206/us-east-1/s3/aws4_request
ff535a73d3c98af6de4c671aa281f32a1c62400d3bb58adc19e2ed7f1aa3f1fc
DEBUG    botocore.auth:auth.py:430 Signature:
55993e5036b40e1994cf72e09b9d992ad3b2843df38c9a6b40327a7d7c40a62f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55993e5036b40e1994cf72e09b9d992ad3b2843df38c9a6b40327a7d7c40a62f', 'amz-sdk-invocation-id': b'd7829762-c1a2-47aa-b564-15378ec60779', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:35 GMT', 'x-amzn-requestid': 'AazT8Oy0qLfnidu4CjKHc9IyR0nHgxmvuberv98LoJ1clz1JVPD9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2c971911-7288-499b-b10c-6886ce0e3f4b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2c971911-7288-499b-b10c-6886ce0e3f4b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2c971911-7288-499b-b10c-6886ce0e3f4b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f7b6b3f-7058-4650-95c9-622c46a11dac, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f7b6b3f-7058-4650-95c9-622c46a11dac, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f7b6b3f-7058-4650-95c9-622c46a11dac, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183236Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183236Z
20251206/us-east-1/s3/aws4_request
1d74ecd6b7c8a138911cb5537e01fd52a7b7f00e80a2b8b962360805d7c80132
DEBUG    botocore.auth:auth.py:430 Signature:
b102741bb88fbad85fb3a2dcda3c23eeb3a203c6d85a770a69920acf22f91cc8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183236Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b102741bb88fbad85fb3a2dcda3c23eeb3a203c6d85a770a69920acf22f91cc8', 'amz-sdk-invocation-id': b'23b3ae09-2e65-4905-a1d2-5caf47cdcc6b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:36 GMT', 'x-amzn-requestid': 'mpFrKQv6fI5tzsWqUxC97l4qCRB5WpSUEGL3hFbws4k5AftYn7Vo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183237Z
20251206/us-east-1/s3/aws4_request
1d6e16432d47cd87efea5c2d9b627b31608bd6f17e390d825239d3aeeeb1b55b
DEBUG    botocore.auth:auth.py:430 Signature:
05e04fc6dfd43a4f00b00617e86c4a44328e66510d9b9f930710374044f0b354
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05e04fc6dfd43a4f00b00617e86c4a44328e66510d9b9f930710374044f0b354', 'amz-sdk-invocation-id': b'c6875e86-dae9-4cce-9637-dafdbc0b80d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:37 GMT', 'x-amzn-requestid': 'XggqxvhWS9O1yXZHXpZqeSCeokeKw3wcrbIGDZ3l35IZlmbC1Zex', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183237Z
20251206/us-east-1/s3/aws4_request
d931b2d6efbf3cdd684c1e05bbfdb36f9ccb17098578e664cd258ff63d88cd93
DEBUG    botocore.auth:auth.py:430 Signature:
c656253cf5174b1c515afe4b47d8c66c1ab95f1f117949ee0b43d299c73f810f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c656253cf5174b1c515afe4b47d8c66c1ab95f1f117949ee0b43d299c73f810f', 'amz-sdk-invocation-id': b'993a99aa-0e28-43db-9c77-046db314a822', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:37 GMT', 'x-amzn-requestid': 'xAuN1iqofDZtesiNAMoL3PxKaUVo3PJxLhrEaks8t6VknzgSAGDw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fdf4e0a6-9b1d-4a29-a485-4e5656612c08, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fdf4e0a6-9b1d-4a29-a485-4e5656612c08, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fdf4e0a6-9b1d-4a29-a485-4e5656612c08, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88a5a515-05bc-4565-a7b7-fe138b7cb14b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88a5a515-05bc-4565-a7b7-fe138b7cb14b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88a5a515-05bc-4565-a7b7-fe138b7cb14b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183238Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183238Z
20251206/us-east-1/s3/aws4_request
08230f20f35b5de95044a97cd60b49de1e3d99a2b0f5fc0458d59e32316004dc
DEBUG    botocore.auth:auth.py:430 Signature:
b6505682ca7a46e9d9ddaefe4caff2fd7ece41d55e2e0590e58a4c56fc0e3795
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183238Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6505682ca7a46e9d9ddaefe4caff2fd7ece41d55e2e0590e58a4c56fc0e3795', 'amz-sdk-invocation-id': b'24189799-ed5a-41eb-8d9a-ed0b5e6dab89', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:38 GMT', 'x-amzn-requestid': 'ckhbnsmRJMX27T8Ugc3nx14vSZ6UCTG0NGRn4JDLrBYTmmkt9bcm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183238Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183238Z
20251206/us-east-1/s3/aws4_request
37e4284bffdb401221160003f2b6614de1e6f6a83dfe1827995a66393803ef64
DEBUG    botocore.auth:auth.py:430 Signature:
3704ce5527ac9f14f90cb25b57b25c4c8638a001ab676866f269525e3a73c551
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183238Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3704ce5527ac9f14f90cb25b57b25c4c8638a001ab676866f269525e3a73c551', 'amz-sdk-invocation-id': b'39e9a328-ad3f-4611-b03b-fbfbd272f6cf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:38 GMT', 'x-amzn-requestid': 'PikjoTqFPDI9rwfdg0oOB9zHe3IYIZaEN5cnuZdcXhaBKGD3lVQk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183238Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183238Z
20251206/us-east-1/s3/aws4_request
d4d153833eabd56e10f26536d05a61f0e6d25a92fcd1560faa543721aecde906
DEBUG    botocore.auth:auth.py:430 Signature:
4b1c7d7866e04fff2764f4ebe5d2b7efc659edf60387429b49e21bcdaf73bd93
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183238Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b1c7d7866e04fff2764f4ebe5d2b7efc659edf60387429b49e21bcdaf73bd93', 'amz-sdk-invocation-id': b'c5467f41-16db-4f4d-a2a0-401f999f76e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:38 GMT', 'x-amzn-requestid': 'FDE4A6TXYrRcYQGXGLBZLBxA074I2pnjsVTKqolIUzYh8lGWlLEK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88189f3d-9559-4b69-9f1a-39b00f0c1c46, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88189f3d-9559-4b69-9f1a-39b00f0c1c46, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88189f3d-9559-4b69-9f1a-39b00f0c1c46, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 45cf8248-ccd7-4a55-ab30-5391e069ddc8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 45cf8248-ccd7-4a55-ab30-5391e069ddc8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 45cf8248-ccd7-4a55-ab30-5391e069ddc8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183239Z
20251206/us-east-1/s3/aws4_request
3e39369347eb69f56bf90417083b65847255f0f6067d9f9be112965b5c142a46
DEBUG    botocore.auth:auth.py:430 Signature:
7ae1727f668f4bc0eba5d0159f1092089751469119a0792c33784ad83d515e1d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7ae1727f668f4bc0eba5d0159f1092089751469119a0792c33784ad83d515e1d', 'amz-sdk-invocation-id': b'af5ef3af-4013-49e7-a327-826ff3ea4429', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:39 GMT', 'x-amzn-requestid': '6NKrcalA8iwMaAswsO5xsVF0cl7NCgCGAsdvj5nwnB3MgqB6o4QF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183239Z
20251206/us-east-1/s3/aws4_request
c205618e7bcb7952415bbc9b6dbcb918c8ccd9d36ac852ce8932c6df05819ded
DEBUG    botocore.auth:auth.py:430 Signature:
1405bdfcef1397289a72761000698d1142483df7b5ab4390101c820735433902
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1405bdfcef1397289a72761000698d1142483df7b5ab4390101c820735433902', 'amz-sdk-invocation-id': b'14939e09-363f-4f1d-8b1f-dedf275e3243', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:39 GMT', 'x-amzn-requestid': 'MktScBThTqKZYpH5WJtm3IklhzNrvVMi5EH9izYBaVr7C0R4Rxxl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183239Z
20251206/us-east-1/s3/aws4_request
c9101e97602c6b55c4d9cea4a9cad23efc8e5f34b00f7fee0e1db7f55c873d69
DEBUG    botocore.auth:auth.py:430 Signature:
6625433de6c6dd299729be1f02d73e3b01180c863a5fd88c0d46fc11ccfd56bc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6625433de6c6dd299729be1f02d73e3b01180c863a5fd88c0d46fc11ccfd56bc', 'amz-sdk-invocation-id': b'b969cab6-c891-4a32-9c54-d427e55d77ae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:39 GMT', 'x-amzn-requestid': '29uX4siSmNJQ5qbUWXWfMKTocGKpBkgTDDa7lBTX7nSWt58iNpkz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c332ba4-fb80-4359-8476-6b056a2ea16d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c332ba4-fb80-4359-8476-6b056a2ea16d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c332ba4-fb80-4359-8476-6b056a2ea16d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7fdd8ad2-59a8-481e-a910-064937e5f573, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7fdd8ad2-59a8-481e-a910-064937e5f573, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7fdd8ad2-59a8-481e-a910-064937e5f573, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183240Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183240Z
20251206/us-east-1/s3/aws4_request
e77448bad95177bc1dfd803ffc2cd0134cfec6f9ecb5fd228d7b9fe38ad2a67e
DEBUG    botocore.auth:auth.py:430 Signature:
ca25374cddb9203ba1af15169af1bc5dca89e7e4d1dc5918d70201112b3d9ed3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183240Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca25374cddb9203ba1af15169af1bc5dca89e7e4d1dc5918d70201112b3d9ed3', 'amz-sdk-invocation-id': b'5ad49855-6169-4571-ae97-315db3b3c86c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:40 GMT', 'x-amzn-requestid': 'awMfGiCN6h2rHOT035P4Sz7F3Gv5vjuRQctH4z3JSKnKKWKlO821', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183240Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183240Z
20251206/us-east-1/s3/aws4_request
9a080758ec03b7e9f38605757221043fa02b7d5e62649aff329a35a547187a04
DEBUG    botocore.auth:auth.py:430 Signature:
cb014fcfe46a6034e6f0b72eec0b40f7b082c6f47029f5bdaeabfb58f323d51b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183240Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb014fcfe46a6034e6f0b72eec0b40f7b082c6f47029f5bdaeabfb58f323d51b', 'amz-sdk-invocation-id': b'c03a2130-fb3b-4b70-92ed-7498e6682cb2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:40 GMT', 'x-amzn-requestid': '2THRhtCcIdYa6tx69oYWuPqab7Wer6mciUAyAuRlwQi9RNE5l1WK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183240Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183240Z
20251206/us-east-1/s3/aws4_request
40c287fa66a8a7d4a5d0fcd6f3bf325bca8e05a5f8305939ef2314713f9957e2
DEBUG    botocore.auth:auth.py:430 Signature:
d76446222a3c1f0f8b5e1f195645c3e80995ce0b9942f77666ed6fb73b889718
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183240Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d76446222a3c1f0f8b5e1f195645c3e80995ce0b9942f77666ed6fb73b889718', 'amz-sdk-invocation-id': b'3f587f7c-9510-4a4e-90cf-bcb586c3e79f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:40 GMT', 'x-amzn-requestid': 'itYgCQupuwzBHwKueVMRz3py0cPAVrn4ZMKoULnKQLwReYIFkMdB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2683f4c-f80d-4634-adc4-630272a63839, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2683f4c-f80d-4634-adc4-630272a63839, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2683f4c-f80d-4634-adc4-630272a63839, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6c0800b-f5ba-4df1-9e91-1f6f1d2228ce, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6c0800b-f5ba-4df1-9e91-1f6f1d2228ce, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c6c0800b-f5ba-4df1-9e91-1f6f1d2228ce, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183241Z
20251206/us-east-1/s3/aws4_request
53a838496e29a1cd2651a5e7f50cd88b4b61a0638588489c0f7e2f4b32c5de33
DEBUG    botocore.auth:auth.py:430 Signature:
799a68f9110462b59e509e582abbc6ae236c03633de034136a531a40c6bae462
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=799a68f9110462b59e509e582abbc6ae236c03633de034136a531a40c6bae462', 'amz-sdk-invocation-id': b'c5440190-315b-4a23-b7be-c129ad89af9f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:41 GMT', 'x-amzn-requestid': 'gC9PflkdUmlVW2IB6fH77kIMezlAVETpueIdDU71yzWSFphK7jEY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183241Z
20251206/us-east-1/s3/aws4_request
19fa7322f647bb4ccf3083ca624ce4db6dff35c0502caab8fd0e270456ec27ac
DEBUG    botocore.auth:auth.py:430 Signature:
2ab772167f12e21c690e45560422c31dcc93472a4de1c30fb2e252744cdaa600
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2ab772167f12e21c690e45560422c31dcc93472a4de1c30fb2e252744cdaa600', 'amz-sdk-invocation-id': b'f1f6cb7d-ba0a-4b7e-a71f-50f7d16fa0f1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:41 GMT', 'x-amzn-requestid': 'D14QbGtW64DJjGUt0AP2kFJKnYgeKslYfuHJMWnAAiqueXHAf9aD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183241Z
20251206/us-east-1/s3/aws4_request
28dd1d5da2ce885afb0a49e1202fee4181f70b0d0aba830d497a4ad822022f48
DEBUG    botocore.auth:auth.py:430 Signature:
59441c5d54bee4f6b26802986ecf2c171260dce2979662fb69bcad86cb2b4fd5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59441c5d54bee4f6b26802986ecf2c171260dce2979662fb69bcad86cb2b4fd5', 'amz-sdk-invocation-id': b'09cea85c-168d-4cfe-82e3-2fc8a9bd7755', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:41 GMT', 'x-amzn-requestid': '0DQPlB2CPaRu7uYrDAqu9UFJmhgRo0hjcobXNzTOUfRfHeZ2RnVj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1455004c-7159-4f76-ac93-4c5e53e74aae, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1455004c-7159-4f76-ac93-4c5e53e74aae, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1455004c-7159-4f76-ac93-4c5e53e74aae, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed9567d9-c0c0-4ec8-aeab-3045284b74a9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed9567d9-c0c0-4ec8-aeab-3045284b74a9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed9567d9-c0c0-4ec8-aeab-3045284b74a9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183242Z
20251206/us-east-1/s3/aws4_request
f0345faa6a53daa6db4518dbd9588827fce099692239b155f8c245f10372bb0b
DEBUG    botocore.auth:auth.py:430 Signature:
ca104ec823b7f7426126e6a183501a427e14a8f0563c7ff205e1c88f41db0e23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca104ec823b7f7426126e6a183501a427e14a8f0563c7ff205e1c88f41db0e23', 'amz-sdk-invocation-id': b'591a1068-a20e-4082-a64e-5bb60ca70381', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:42 GMT', 'x-amzn-requestid': '4L8Vp0lp0mcKjw7AGpFjgecVgfZSuM1iFQdVrKk24nx4cF9HJi7R', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183242Z
20251206/us-east-1/s3/aws4_request
5cf3ffb589b83a28e2ba124813970da30935f58cb36bf572854771183e282675
DEBUG    botocore.auth:auth.py:430 Signature:
95d989ef6a060049e3f23bf6a062e61a50e7d523152157c98053148e65933d54
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=95d989ef6a060049e3f23bf6a062e61a50e7d523152157c98053148e65933d54', 'amz-sdk-invocation-id': b'cbfe8cef-301f-4134-bb17-6697b9950bb0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:42 GMT', 'x-amzn-requestid': 'fzXArm4cL55GazQZAYnWwFQa0hpAdPdh30C5jSNKe8OHp4fGG39w', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183242Z
20251206/us-east-1/s3/aws4_request
ce41acf4cd8f39e9ea391945a4aff2f292e96e338aba092ff551f3fefd581040
DEBUG    botocore.auth:auth.py:430 Signature:
32a3f7c56f99bcda13daeecb92924784ea212a080a64a78b749724dce9ebf3d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=32a3f7c56f99bcda13daeecb92924784ea212a080a64a78b749724dce9ebf3d6', 'amz-sdk-invocation-id': b'0f0ef57a-5a18-454e-94f3-a9a930c08f26', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:42 GMT', 'x-amzn-requestid': 'orNEokbxNkNxnoDgINXcut2HHuQxxsw41eRfoSo5viOvBIG0Ylqz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3046ebc8-54ce-4df4-92b7-58a97c1a48b9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3046ebc8-54ce-4df4-92b7-58a97c1a48b9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3046ebc8-54ce-4df4-92b7-58a97c1a48b9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2e4fdc65-3982-48c1-9b60-9e478c4e0dd8, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2e4fdc65-3982-48c1-9b60-9e478c4e0dd8, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2e4fdc65-3982-48c1-9b60-9e478c4e0dd8, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183243Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183243Z
20251206/us-east-1/s3/aws4_request
2fd771b145151d39560695e7a5de6a8f66dfbf78a028853fc238767ec82bedd4
DEBUG    botocore.auth:auth.py:430 Signature:
98a2139414a3cdbe0ccb3f83e3965dd65972ea76ac657b2d3defa6689ce1f84d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183243Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=98a2139414a3cdbe0ccb3f83e3965dd65972ea76ac657b2d3defa6689ce1f84d', 'amz-sdk-invocation-id': b'6728a360-4609-4630-9f2a-9c0e436b68b2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:43 GMT', 'x-amzn-requestid': 'BTL1nGSeShntrYHBeSDskPLJ8VijxYvy1UglKrkoSmb3cRkgAsM8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183243Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183243Z
20251206/us-east-1/s3/aws4_request
23e7d100419b60ff653f07b2b2d8c3db19aaaedc35ab505167172b1df954fdcb
DEBUG    botocore.auth:auth.py:430 Signature:
78a25901b55c3b1188fe05896a092880471e6a5b3524a887268d7f92a0288329
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183243Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=78a25901b55c3b1188fe05896a092880471e6a5b3524a887268d7f92a0288329', 'amz-sdk-invocation-id': b'dd7dc335-7625-4578-a651-ea23c438f2d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:43 GMT', 'x-amzn-requestid': 'CS2lkbwVP1NaL4D0e3km1yu09qysQfKaKzDfSyJAJdnLztDScRuJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183243Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183243Z
20251206/us-east-1/s3/aws4_request
3253addba274504aaff5812187c7720858add4a0a5f38eb1ff7f5f3422964d8d
DEBUG    botocore.auth:auth.py:430 Signature:
ede120bca5b688aed7783837dfa726759ccd59bad4aca07e195582488b085d0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183243Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ede120bca5b688aed7783837dfa726759ccd59bad4aca07e195582488b085d0e', 'amz-sdk-invocation-id': b'5f3911a4-1749-40a4-89d5-d24a6101196d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:43 GMT', 'x-amzn-requestid': 'd3IXBbWX0sdob9PO8FirSkDutTLHTA10NzZLAot2jNNMN17THKbA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fd560644-429a-4983-a51b-91d546bd6030, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fd560644-429a-4983-a51b-91d546bd6030, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fd560644-429a-4983-a51b-91d546bd6030, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 817b756f-84cc-46c6-80a3-39be965371ce, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 817b756f-84cc-46c6-80a3-39be965371ce, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 817b756f-84cc-46c6-80a3-39be965371ce, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183244Z
20251206/us-east-1/s3/aws4_request
ec4bab552e62aaafa6b5a8b92979584ad84aeba6c975b0526d41c75108ef0669
DEBUG    botocore.auth:auth.py:430 Signature:
7bf9386d392b0fd483fcd809e49cd5f4a72494f3404973399fbe4f2bee40a74c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7bf9386d392b0fd483fcd809e49cd5f4a72494f3404973399fbe4f2bee40a74c', 'amz-sdk-invocation-id': b'7753c409-6b82-4f1c-abac-0932809e9307', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:44 GMT', 'x-amzn-requestid': 'dLsFN4Ii9ADB6NOW1qYSiq6zj7l9M2k9FGiRWs5WCseUXQzS8yXb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183244Z
20251206/us-east-1/s3/aws4_request
a4a3998fc0eeb4cdeab0ae22ccced39df946c87399d04d6487f8454cb5fd2d85
DEBUG    botocore.auth:auth.py:430 Signature:
65847bc4f677278745a3301d5f66c6e40248f6fe78dc72427c72c3ad0910f393
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=65847bc4f677278745a3301d5f66c6e40248f6fe78dc72427c72c3ad0910f393', 'amz-sdk-invocation-id': b'594ca790-601d-4de2-8393-f83573dd6083', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:44 GMT', 'x-amzn-requestid': 'dnVhu3qgY4htyfWrHBccKX7vfmIkWG1ZAAoJ18GDHnEAkIb0h3yc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183244Z
20251206/us-east-1/s3/aws4_request
11cdf4c7870d9f42be7c8a3e0f775b86ae5f74e863b693086a72db01c094961f
DEBUG    botocore.auth:auth.py:430 Signature:
75f10b97ce20254fb139ca3d401cc852d234d84a57d68ed8472cb086e761a28a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75f10b97ce20254fb139ca3d401cc852d234d84a57d68ed8472cb086e761a28a', 'amz-sdk-invocation-id': b'3e99b561-06d8-4712-bd94-3a704af99690', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:44 GMT', 'x-amzn-requestid': 'r3whH1u9l0ACWo6qn5aAdI6unGA6pixJ6RfhWenmqlxqt6MZKGlg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a01ca96f-17a2-487b-8ffb-07f45bb579fc, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a01ca96f-17a2-487b-8ffb-07f45bb579fc, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a01ca96f-17a2-487b-8ffb-07f45bb579fc, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fd6efc35-8f9a-4d03-9d4b-e6814a640f35, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fd6efc35-8f9a-4d03-9d4b-e6814a640f35, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fd6efc35-8f9a-4d03-9d4b-e6814a640f35, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183245Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183245Z
20251206/us-east-1/s3/aws4_request
44784088f10170b4a443f48ed29f1a3e6f5329fa2cec3e3f15384ad1c9fd25ce
DEBUG    botocore.auth:auth.py:430 Signature:
e2e7efdfd547708286dbce64363cdb49018e6030fca0e4ef70e4caee1333805d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183245Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2e7efdfd547708286dbce64363cdb49018e6030fca0e4ef70e4caee1333805d', 'amz-sdk-invocation-id': b'fd3d7cc8-e155-4d2f-9d1d-d1c78396c668', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:45 GMT', 'x-amzn-requestid': 'Xfoq3tLB2qZvmGnTwtIijUr6EYNztaYsbJvEo1c2u7QGdF2qmspV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183245Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183245Z
20251206/us-east-1/s3/aws4_request
7d4c16a5fbfe5fdf7f0109da11ab87b8fe959ab2aa512b5e681756592e783d74
DEBUG    botocore.auth:auth.py:430 Signature:
c7e3a88dab56624d61cf59a426d2a2af7e58542d039a417bd80cc3694c002de5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183245Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c7e3a88dab56624d61cf59a426d2a2af7e58542d039a417bd80cc3694c002de5', 'amz-sdk-invocation-id': b'449d388f-32e5-41b1-9795-9c294b98ab5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:45 GMT', 'x-amzn-requestid': 'BD2W8GNYWGoZkq5GrqGLt8VCJj8JFfN9HjI2VlN2YQsIIElzTKuf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183245Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183245Z
20251206/us-east-1/s3/aws4_request
9eb5f96cf03bf73ea6dc29955110941b55d233eae38f32d08b0274f0c4cc1e15
DEBUG    botocore.auth:auth.py:430 Signature:
9ebe93b2f38ddeed96f984a71c7edd8cf5849aea563dea533ba5b95a036e7810
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183245Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ebe93b2f38ddeed96f984a71c7edd8cf5849aea563dea533ba5b95a036e7810', 'amz-sdk-invocation-id': b'efa9660c-5949-451d-b373-2e9b2bdec2b4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:45 GMT', 'x-amzn-requestid': 'tdmVBosi3No8lOx7ltjNCddrmWaqnJ9MDrEZyd0emYALjDsUjFn6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0432d6c8-52e8-4c5a-bb0c-eb4a2499725a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0432d6c8-52e8-4c5a-bb0c-eb4a2499725a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0432d6c8-52e8-4c5a-bb0c-eb4a2499725a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 65898265-fa94-405f-b303-90449cbe3020, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 65898265-fa94-405f-b303-90449cbe3020, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 65898265-fa94-405f-b303-90449cbe3020, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183246Z
20251206/us-east-1/s3/aws4_request
8558bf81eda95a89cbca89b869ce04405041c886e423bac11332aa687b60e9d7
DEBUG    botocore.auth:auth.py:430 Signature:
5685b744ac9899d6dd3dc3cb1a7534dc9899f8e8c004ebd5678ddf768e501c81
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5685b744ac9899d6dd3dc3cb1a7534dc9899f8e8c004ebd5678ddf768e501c81', 'amz-sdk-invocation-id': b'5d5793ea-3832-46d4-aa1f-d89e20f616cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:46 GMT', 'x-amzn-requestid': 'pqMmOuJiY1SriBP0S1MAulSjJ73ciuQZOW1sYoc1iLULPk3seSJq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183246Z
20251206/us-east-1/s3/aws4_request
7d4db32a77b40ec0ff289f17eb7a706117efe54dac454c7e3c41af6f6cac44e9
DEBUG    botocore.auth:auth.py:430 Signature:
8049c910286c4fb6bf8702d96c427db08636fed808193e4c94a662598b8e94a6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8049c910286c4fb6bf8702d96c427db08636fed808193e4c94a662598b8e94a6', 'amz-sdk-invocation-id': b'2097fd34-3092-4c7a-8d73-c78c548c0ee9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:46 GMT', 'x-amzn-requestid': 'ntFDpUZY7B9rlwXlqB6IOokb6QRXK2xQlW5MKos37e60UIjB4GPH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183246Z
20251206/us-east-1/s3/aws4_request
6d16a2be57321b680eb42e3a44e1bd594e865ef15300afe9472ff16c221ebe80
DEBUG    botocore.auth:auth.py:430 Signature:
868fff9c0513c235af54b0ac30e839601ae09a99e1d76f2a086d608dcbbb1a5f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=868fff9c0513c235af54b0ac30e839601ae09a99e1d76f2a086d608dcbbb1a5f', 'amz-sdk-invocation-id': b'd1d203ff-6c78-4c43-b740-a186d7f3ff61', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:46 GMT', 'x-amzn-requestid': 'urFHavy8uL1UAgRaYIdTIFlr1mI3QpwIL8K0w8vTpVkZRb1uqbgi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9e0e5975-94ad-4533-98bd-18aa43c3a26f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9e0e5975-94ad-4533-98bd-18aa43c3a26f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9e0e5975-94ad-4533-98bd-18aa43c3a26f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 60a48e1c-cd52-4e46-a06f-41c0eb3bd78a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 60a48e1c-cd52-4e46-a06f-41c0eb3bd78a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 60a48e1c-cd52-4e46-a06f-41c0eb3bd78a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183247Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183247Z
20251206/us-east-1/s3/aws4_request
e3eb81aa3d18b44471c1f9cd1d6487e4c314c116e0e6050929e801c8a1284a56
DEBUG    botocore.auth:auth.py:430 Signature:
81105c85abc3bebe5370164fac159edef7ebfa57d8965d712ae39c537b1ac7b0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183247Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=81105c85abc3bebe5370164fac159edef7ebfa57d8965d712ae39c537b1ac7b0', 'amz-sdk-invocation-id': b'5470b0e3-a7c2-42e7-aee7-f247cbac98e1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:47 GMT', 'x-amzn-requestid': 'NW20Gi5NDS95q4TEN7gOwnzr4GjgKrVC8dPWjuyi74JYOXPItdo2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183247Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183247Z
20251206/us-east-1/s3/aws4_request
6d69cb6f52e2c2bb28b611b2eb1865da070c25b4e9c1308eaca79f136780c7a6
DEBUG    botocore.auth:auth.py:430 Signature:
aad2c5a59d3fdfb02e809735d6b8b3b0c13a22481757eeb53334eb2b52ab0ba9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183247Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aad2c5a59d3fdfb02e809735d6b8b3b0c13a22481757eeb53334eb2b52ab0ba9', 'amz-sdk-invocation-id': b'cb994841-4546-493a-9d7a-3582d0bfa5bf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:47 GMT', 'x-amzn-requestid': 'VjABKjUhYIOXxs0EefYw30TRCTOS0ZIyUVFSkFtutw6USGrwt22E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183247Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183247Z
20251206/us-east-1/s3/aws4_request
90993efe8753f9bc22054fd66b646a4cea2798a7c77762a85044e07dc25e4a36
DEBUG    botocore.auth:auth.py:430 Signature:
8eaabd3165000a477aa2ab57a01810a0f0a059bc990cbe27fb11923b2d728fdb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183247Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8eaabd3165000a477aa2ab57a01810a0f0a059bc990cbe27fb11923b2d728fdb', 'amz-sdk-invocation-id': b'cb5ce9ed-dbae-4001-a162-2e56fab30bd7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:47 GMT', 'x-amzn-requestid': 'X2AdmkkrmxBzAkuSJThpFGRTh13HcjDJgDDx6BwskdRbP3bYKAzG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9dda7fcf-7eb1-469b-82a4-15a71ed74d1a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9dda7fcf-7eb1-469b-82a4-15a71ed74d1a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9dda7fcf-7eb1-469b-82a4-15a71ed74d1a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0b9c6240-8c9b-4859-bc7b-e4937c9a8fae, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0b9c6240-8c9b-4859-bc7b-e4937c9a8fae, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0b9c6240-8c9b-4859-bc7b-e4937c9a8fae, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183248Z
20251206/us-east-1/s3/aws4_request
bb1f61134d612c51e88e0383aed431207929ce0e1d548ef993425783934aec31
DEBUG    botocore.auth:auth.py:430 Signature:
03e1b571538293e4f67148112a98718c5f16fa421049fcab4daabddfae1fc670
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03e1b571538293e4f67148112a98718c5f16fa421049fcab4daabddfae1fc670', 'amz-sdk-invocation-id': b'd1edb0fe-e4cf-4873-9cd1-2f4d836fefe6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:48 GMT', 'x-amzn-requestid': 'TE3pRraZmjf0n70OHjMTLNH0noLiPYajfx98beg8rHYCfpmKzLbb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183248Z
20251206/us-east-1/s3/aws4_request
ee2d1fa0376b0d460205e2f71ae35f079b689e2b368a7fc9a523b7280de122c3
DEBUG    botocore.auth:auth.py:430 Signature:
30b46ced4ac546448728c37c75fac30223c87e807b46831c50c1dddcbf6a072d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=30b46ced4ac546448728c37c75fac30223c87e807b46831c50c1dddcbf6a072d', 'amz-sdk-invocation-id': b'db3ce56b-0ffb-4f60-9d2e-fbc97c2bd2bd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:48 GMT', 'x-amzn-requestid': 'shYgklDN2a98hcsSieV4f4yGusC2mzstzyaQGLlTrVMTQrafflHr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183248Z
20251206/us-east-1/s3/aws4_request
90f3cebb5a2ee9ca37fa9fae72c131be77f075e1dc3a788f2bded686be891c8d
DEBUG    botocore.auth:auth.py:430 Signature:
be8c201d1a9de9dd2c103902cb6a06812d570ae6b01e20f9533f58e2b76df337
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=be8c201d1a9de9dd2c103902cb6a06812d570ae6b01e20f9533f58e2b76df337', 'amz-sdk-invocation-id': b'a9a7dbdd-f9d0-4bff-be4a-e23f334f54b5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:48 GMT', 'x-amzn-requestid': 'h4fnzJt9Kf5ieP1eoZvh4ewHRqxrjotldqSiQqzn5CsedGitWpWh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8f827ee9-e9d7-4a6a-818c-7fe09ad8ee9e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8f827ee9-e9d7-4a6a-818c-7fe09ad8ee9e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8f827ee9-e9d7-4a6a-818c-7fe09ad8ee9e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a62074cb-d60c-4b15-a4cc-5de7daf9f650, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a62074cb-d60c-4b15-a4cc-5de7daf9f650, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a62074cb-d60c-4b15-a4cc-5de7daf9f650, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183250Z
20251206/us-east-1/s3/aws4_request
12ddaae8279e159e6390ab4cd0ce625f5634e00a57596e79415411af361b796f
DEBUG    botocore.auth:auth.py:430 Signature:
980c2156c21bba49544000925438c781f6d1e60660243d8a584c40e735ce8f7c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=980c2156c21bba49544000925438c781f6d1e60660243d8a584c40e735ce8f7c', 'amz-sdk-invocation-id': b'bd3a3833-345b-4ee9-a599-45b7f9190923', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:50 GMT', 'x-amzn-requestid': 'iw5Foofdppxitu4DG3ePhEmnGTF22qq839Kb4ndS2a3C9TLHbZ7H', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183250Z
20251206/us-east-1/s3/aws4_request
2de7892c289706cdab4df6646a01e8af8af73d2472018fd6919afe1332e0cb8e
DEBUG    botocore.auth:auth.py:430 Signature:
84e245f95c83189aa84b653967f738caf0640d6cc8bd6a00a19cb0e10658440f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=84e245f95c83189aa84b653967f738caf0640d6cc8bd6a00a19cb0e10658440f', 'amz-sdk-invocation-id': b'6775ed92-f782-4d41-aba7-e79f11af95e5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:50 GMT', 'x-amzn-requestid': 'rdJRFYZkd7tFfHY6IHkDRAhkUdrgYhXCjsaewoRuL2FbfshEqk7m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183250Z
20251206/us-east-1/s3/aws4_request
a79224886a7987cefe3220ca0a0b6eef86592c41ddab9d3303b6eda90fc81f32
DEBUG    botocore.auth:auth.py:430 Signature:
610cd0d8445eaec914eb9bbe573867fd4172cbd1c1c571dc4cba090f3b3ba50e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=610cd0d8445eaec914eb9bbe573867fd4172cbd1c1c571dc4cba090f3b3ba50e', 'amz-sdk-invocation-id': b'bccfa6b8-2d52-45f2-910d-41578eb2254d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:50 GMT', 'x-amzn-requestid': 'CdDwIdoFadbHUutXUG7NyNclX2U6ECb3sdFU6gi6ZcbuKB0WUWuU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca780900-deaa-45cb-bd97-c7765b2f205d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca780900-deaa-45cb-bd97-c7765b2f205d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ca780900-deaa-45cb-bd97-c7765b2f205d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a1938085-d25a-4d21-80fa-b227939cd14c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a1938085-d25a-4d21-80fa-b227939cd14c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a1938085-d25a-4d21-80fa-b227939cd14c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183251Z
20251206/us-east-1/s3/aws4_request
d4621f6a4c51702b2075d11820a1bdfc517de3a8e1f0cda18f7057836374278a
DEBUG    botocore.auth:auth.py:430 Signature:
b291e6796c0e3212180b836518b9ec10428988be6f0d967dbc6e425b5f8b8284
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b291e6796c0e3212180b836518b9ec10428988be6f0d967dbc6e425b5f8b8284', 'amz-sdk-invocation-id': b'78781dbc-7595-4527-9192-d6dfe16b97fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:51 GMT', 'x-amzn-requestid': 'dA5esVNKUvVokUqDHIZgIEAN7XDj8lheF6kU09UyKe9fFKfB0Sv3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183251Z
20251206/us-east-1/s3/aws4_request
8c734e681ef2b4e29cff6ff7ea8d8b449caaca7364bcac5e48d81cd388b3cc1d
DEBUG    botocore.auth:auth.py:430 Signature:
d533ce0a43095aa9d24cbdf0283c822812601d1719d6e3a178e6cb05a8f9428e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d533ce0a43095aa9d24cbdf0283c822812601d1719d6e3a178e6cb05a8f9428e', 'amz-sdk-invocation-id': b'7f8975ac-6cbe-491f-a7bd-b8de4179d11e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:51 GMT', 'x-amzn-requestid': 'FTMmWkcHImBWX6r1PCRVYgptB9ggNMmbDEHme05eZ1ScmL4YHap1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183251Z
20251206/us-east-1/s3/aws4_request
e311b6e450628c7ea83bd6a42f18e1d1552865a2d5e6f130ebebd0afe84258c8
DEBUG    botocore.auth:auth.py:430 Signature:
78b7669b237342b32c7533c1ef4e134eec64c4c85b99ffed255c00820b267fd8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=78b7669b237342b32c7533c1ef4e134eec64c4c85b99ffed255c00820b267fd8', 'amz-sdk-invocation-id': b'f7b422d8-d322-4601-b258-b4f7b5b60952', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:51 GMT', 'x-amzn-requestid': '7LXxofCRBWxJUC10Vh3dmtgMhmgZYqLsAXaEYV2VxMpZRmsiVPIl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 15489b62-4e34-444a-bed1-8e9189b18b78, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 15489b62-4e34-444a-bed1-8e9189b18b78, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 15489b62-4e34-444a-bed1-8e9189b18b78, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b136da93-d3bf-4a26-8c4c-e38de700514c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b136da93-d3bf-4a26-8c4c-e38de700514c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b136da93-d3bf-4a26-8c4c-e38de700514c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183252Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183252Z
20251206/us-east-1/s3/aws4_request
2564dd21f7da465b6e1e54973ae57e20a587fc7f5d477b645ed75745412e8f78
DEBUG    botocore.auth:auth.py:430 Signature:
0baceac4a52e5f647d08db8e73b0159787c428481025daf500bbd950e670a590
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183252Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0baceac4a52e5f647d08db8e73b0159787c428481025daf500bbd950e670a590', 'amz-sdk-invocation-id': b'da72a8a7-570c-41c0-9fde-67f08477d76a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:52 GMT', 'x-amzn-requestid': 'WyZChnicwof4FBztuEzKIedJorek3DqL6Jwk8ZX19n5nHIu6BrYr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183252Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183252Z
20251206/us-east-1/s3/aws4_request
c9a99c141e2603f35b0a17c0fa0903684f7d2e7722f8cfcb4b3974a9acc1bd54
DEBUG    botocore.auth:auth.py:430 Signature:
285d1fb6323add2c11893385bf66d016c0f2afcb11cf4ed2b3c375c02a1f7c0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183252Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=285d1fb6323add2c11893385bf66d016c0f2afcb11cf4ed2b3c375c02a1f7c0e', 'amz-sdk-invocation-id': b'a713e4de-ef26-4608-be8a-17ff9c8fade3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:52 GMT', 'x-amzn-requestid': 'RIrv4WgpnCdHqdUL0WISXlpZNR2IuWFPHjZGnKFmgPPM61axorI9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183252Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183252Z
20251206/us-east-1/s3/aws4_request
48b2e43d2a3d86d2ba5c45b8fa22c2103f76354310af87f74f40424d34652bd9
DEBUG    botocore.auth:auth.py:430 Signature:
fedc6f165d2311647b43c487e59e58fa0e87c18c2864c451a3078815d99438e7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183252Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fedc6f165d2311647b43c487e59e58fa0e87c18c2864c451a3078815d99438e7', 'amz-sdk-invocation-id': b'b453ffa8-c8a2-42f0-a641-963d2c019183', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:52 GMT', 'x-amzn-requestid': 'OLRk80Ay0FXSCvrZwnGWXeGiBzBwQEnM6E0tVt6pZeiH6EPbrpmS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d7599a05-de53-4e66-94e7-63185e091ca2, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d7599a05-de53-4e66-94e7-63185e091ca2, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d7599a05-de53-4e66-94e7-63185e091ca2, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f60fb83a-445a-42e8-a657-95b14d72a92b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f60fb83a-445a-42e8-a657-95b14d72a92b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f60fb83a-445a-42e8-a657-95b14d72a92b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183253Z
20251206/us-east-1/s3/aws4_request
3b9c2199d67e1145747feb0c9a9c1ffa84f4879e0e30d59a66fa288ad51f7e53
DEBUG    botocore.auth:auth.py:430 Signature:
67c8f4f7a7f2bcf37d273ed509ed9980e8c51b913ea153e1ea7f18063142266c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67c8f4f7a7f2bcf37d273ed509ed9980e8c51b913ea153e1ea7f18063142266c', 'amz-sdk-invocation-id': b'c3acd552-12e9-4d9a-b9b1-7e06dfb62455', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:53 GMT', 'x-amzn-requestid': 'k6ik4ONKnm3FuwX8MVqJ1zIfbm5xAqIpG92Vbajm71RufVZFi0mD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183253Z
20251206/us-east-1/s3/aws4_request
25bf994fb6c2c0188fb44b12489b265ee665f146e0dde100e0145a3df583fa75
DEBUG    botocore.auth:auth.py:430 Signature:
890e451aa2f06b5fb261d7775f7a9e34880ad2aaac560402cc22dc40156588c5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=890e451aa2f06b5fb261d7775f7a9e34880ad2aaac560402cc22dc40156588c5', 'amz-sdk-invocation-id': b'4d597f2d-0f4c-4717-b6eb-a2a280376371', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:53 GMT', 'x-amzn-requestid': 'g4GTc71KDrtnSbGTNzzSIzNwjHlnqXwdTdFwowATGCmdu0wyVeQq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183253Z
20251206/us-east-1/s3/aws4_request
6e10cd219ed946490f1d0ee2dad4231f2d35f2ae280c40dd0aebb59eba95a8fe
DEBUG    botocore.auth:auth.py:430 Signature:
189536d4cace6cbefff1322c1aa032937af4044991dcaa3db30a9a66aaf56505
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=189536d4cace6cbefff1322c1aa032937af4044991dcaa3db30a9a66aaf56505', 'amz-sdk-invocation-id': b'2b360a5d-d934-4f8c-8d2e-8c6cf6b23c78', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:53 GMT', 'x-amzn-requestid': 'UW4KT67zrUjq9BwnfKSRijM5mf2N5RvZnKlI6z2oXVbEBwJqZgwk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, db8bb494-1c8d-417b-93ff-d75c5f3a464e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, db8bb494-1c8d-417b-93ff-d75c5f3a464e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, db8bb494-1c8d-417b-93ff-d75c5f3a464e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3713d337-e0eb-431c-b3d6-bcc328d49b1f, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3713d337-e0eb-431c-b3d6-bcc328d49b1f, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3713d337-e0eb-431c-b3d6-bcc328d49b1f, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183254Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183254Z
20251206/us-east-1/s3/aws4_request
75ba77c0b62ed6c90169f3cf0a396ecae549450c9a8338dae257d802b5447cc7
DEBUG    botocore.auth:auth.py:430 Signature:
9dbd7355cb5db63ed79289d101b2df6efbc264e630e53b22c5645b7f4beec2e9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183254Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9dbd7355cb5db63ed79289d101b2df6efbc264e630e53b22c5645b7f4beec2e9', 'amz-sdk-invocation-id': b'78b39e6a-ddca-4c7a-b7ca-432936fae31c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:54 GMT', 'x-amzn-requestid': 'mgPp9NHzbod7VCuHOtlSgkPrUqPdym2O4baI0HTksWguVNAgsF04', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183254Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183254Z
20251206/us-east-1/s3/aws4_request
82b8dcb8fc0f7b380e1e2532989a41d305fadc2b56523a5f76a2f35bf035d402
DEBUG    botocore.auth:auth.py:430 Signature:
5238b0af6092e86713523e7632d6568e13d66cd5ae61c2047f0389df26b90b1e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183254Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5238b0af6092e86713523e7632d6568e13d66cd5ae61c2047f0389df26b90b1e', 'amz-sdk-invocation-id': b'10248008-5627-4d36-9ee3-b84f6ab53590', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:54 GMT', 'x-amzn-requestid': 'TMl5twSkNUpkbxKADldqCjOXgv2iF7H4FhsdnsPvjBM0ajo8fgNB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183254Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183254Z
20251206/us-east-1/s3/aws4_request
1668dbfaa0ddfe18305ccada444fe264c379dde59a5da8fd100561739e0fecfb
DEBUG    botocore.auth:auth.py:430 Signature:
c0a3a59fcef2c151a05e465300c5db55406d91e5611f8d9dbb0cbd7bdd718546
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183254Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c0a3a59fcef2c151a05e465300c5db55406d91e5611f8d9dbb0cbd7bdd718546', 'amz-sdk-invocation-id': b'a990042e-8166-4720-bf36-42f026083277', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:54 GMT', 'x-amzn-requestid': 'fQwAqWRWnLePY2wISdNKwn7pb94WBXeL9i1tKyGxzpVhKYtgX9uZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86f6f41b-095d-4276-97bf-387addcb787b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86f6f41b-095d-4276-97bf-387addcb787b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 86f6f41b-095d-4276-97bf-387addcb787b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9ae6fb3a-9ba4-4038-bd75-e0d47946103a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9ae6fb3a-9ba4-4038-bd75-e0d47946103a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9ae6fb3a-9ba4-4038-bd75-e0d47946103a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183255Z
20251206/us-east-1/s3/aws4_request
4a4883479991a92f4ff335482da16beaf74fc0165dfd7aee707ad30cb3f643e4
DEBUG    botocore.auth:auth.py:430 Signature:
8d9b740b63d4b2156682b512281d6859ed1d15e1cc9f0b576e0ab376634fdc19
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d9b740b63d4b2156682b512281d6859ed1d15e1cc9f0b576e0ab376634fdc19', 'amz-sdk-invocation-id': b'79e81f63-5baf-40be-8640-ad1df1f1ba87', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:55 GMT', 'x-amzn-requestid': 'jW7bEzrNaQacdd996BFZxgnu1vkudoJwU9uaysRONtwfXphaZlt3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183255Z
20251206/us-east-1/s3/aws4_request
a381777b05bdf781457371cf49fa7d8ab17321d04ad1eda998001e87ab2fde90
DEBUG    botocore.auth:auth.py:430 Signature:
e48d646b3cf70c5441bb84a544ba4b950a89ef61c089c0802a10c12be89b7eae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e48d646b3cf70c5441bb84a544ba4b950a89ef61c089c0802a10c12be89b7eae', 'amz-sdk-invocation-id': b'4ff07a67-67aa-47c3-ab59-c04dad651474', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:55 GMT', 'x-amzn-requestid': '2Mr9t7u8rweO1Zp0zyCV3DILcACP3QhQMnftlPgyyUAgZhBNGaIg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183255Z
20251206/us-east-1/s3/aws4_request
2019a7c815d98578d731d441697d61d9b6258657edbf26c4f6219a81ce5e28ea
DEBUG    botocore.auth:auth.py:430 Signature:
4d2c6cd36622b3328cfa946e70762bc486b09197c9cede17eef0849794952ffa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d2c6cd36622b3328cfa946e70762bc486b09197c9cede17eef0849794952ffa', 'amz-sdk-invocation-id': b'ec1eab36-4192-4b4d-b8c1-b379ae6c987f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:55 GMT', 'x-amzn-requestid': 'mfQnkmbqGvtaeAYjjY63iaRUqMgjEaf0cTOvW2gI3lZVHkTWN24n', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2d1082f-b4c8-4f4b-9edf-a5d7c4d4c6ab, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2d1082f-b4c8-4f4b-9edf-a5d7c4d4c6ab, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2d1082f-b4c8-4f4b-9edf-a5d7c4d4c6ab, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0bee032a-3a56-465b-90e1-ee03e456ecdd, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0bee032a-3a56-465b-90e1-ee03e456ecdd, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0bee032a-3a56-465b-90e1-ee03e456ecdd, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183256Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183256Z
20251206/us-east-1/s3/aws4_request
7bae444cb355632ce2cf2751f0f8a5f0c6e1f91f3951dd8d79d91f3d93bf7912
DEBUG    botocore.auth:auth.py:430 Signature:
0c08211cea4a0510a2c00c1558067ab3e6a6703916890ef02ce402a2c74cf3b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183256Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c08211cea4a0510a2c00c1558067ab3e6a6703916890ef02ce402a2c74cf3b5', 'amz-sdk-invocation-id': b'a57f3618-bfa4-4fa7-ab01-5745cfabff5b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:56 GMT', 'x-amzn-requestid': 'edHwazl5F1RPFVrkipqoC3jcCjFF3unsv6cieKwipWEy3I302RCo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183256Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183256Z
20251206/us-east-1/s3/aws4_request
558df4ce8c673b725341e3ae695bf8484ac21556bea2818c499bd9dfe9cf2f7a
DEBUG    botocore.auth:auth.py:430 Signature:
766a7607931c327cb7a24b29031b5111aa0ce6550bd01ca30ef4b7095b8400c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183256Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=766a7607931c327cb7a24b29031b5111aa0ce6550bd01ca30ef4b7095b8400c4', 'amz-sdk-invocation-id': b'af340547-5eaf-4844-8787-6a5053847c73', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:56 GMT', 'x-amzn-requestid': 'iWDsCfehND1vdbpLyPxWBy6dqxlV7s2SxdCltLFaAgXlpEsVG0ur', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183256Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183256Z
20251206/us-east-1/s3/aws4_request
5bbaa317f9b3a93d633db14eb23bcbac43d6ecb54f2c59eb3e6e8faebaea3b74
DEBUG    botocore.auth:auth.py:430 Signature:
6aa932c1d38e2695466a21a1c6fc135ae4294d762ac3e21f1e53d7aa18b929ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183256Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6aa932c1d38e2695466a21a1c6fc135ae4294d762ac3e21f1e53d7aa18b929ac', 'amz-sdk-invocation-id': b'de37d998-5dbf-427e-8271-e9f712e54d6b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:56 GMT', 'x-amzn-requestid': 'MoKcybVERb6zTEREy3H22wzgEr8VFAbkRymyKMF9tu7GNZZvRpDc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c5818bb-2de3-46cb-b1c7-e3b4aa62afe5, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c5818bb-2de3-46cb-b1c7-e3b4aa62afe5, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c5818bb-2de3-46cb-b1c7-e3b4aa62afe5, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b851174f-ef08-49b8-b940-e8905d0cb337, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b851174f-ef08-49b8-b940-e8905d0cb337, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b851174f-ef08-49b8-b940-e8905d0cb337, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183257Z
20251206/us-east-1/s3/aws4_request
8369c450cb77e49ae7f5e87ac7ba5c06572b6fd6d6d555ccd5576c28b1eb8a48
DEBUG    botocore.auth:auth.py:430 Signature:
e5a7244285dd73bb4985b3680957d4803d10574c5f999cf630bbf3e28a2151ad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5a7244285dd73bb4985b3680957d4803d10574c5f999cf630bbf3e28a2151ad', 'amz-sdk-invocation-id': b'1057de14-8cf8-4bed-b940-35527d97e67a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:57 GMT', 'x-amzn-requestid': '7boDy01D4pHrrdrkQiavesvLOk5N5CdRNdCphLXYlIEUIxHwQveQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183257Z
20251206/us-east-1/s3/aws4_request
40416be567b9d81fc3d00a1b6df63148c2256de4718507eca3b9eaa21d833d69
DEBUG    botocore.auth:auth.py:430 Signature:
f134e27fa0c8a6f04949c6024a5847a37737394281e288e7d17e72763fe05047
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f134e27fa0c8a6f04949c6024a5847a37737394281e288e7d17e72763fe05047', 'amz-sdk-invocation-id': b'8ff80eb2-bb65-4f4f-8099-d6607430f70f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:57 GMT', 'x-amzn-requestid': 'FMQ4JleSmYlexEaNVY4tEetg3nf6SZrJf3xxA0kGGRKWJjL0LNz2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183257Z
20251206/us-east-1/s3/aws4_request
b3e4e1b94b2fb9aec3fb72ebdcbb51dee8a1eac8e1f242dd1bb9378fb304f9d6
DEBUG    botocore.auth:auth.py:430 Signature:
631b558d35b33521cdef0506b4ae2ee9b73d1eeb1b1b18e740268e5635843274
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=631b558d35b33521cdef0506b4ae2ee9b73d1eeb1b1b18e740268e5635843274', 'amz-sdk-invocation-id': b'3af107cc-76fd-4ce9-bda1-7366e9a702d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:57 GMT', 'x-amzn-requestid': 'fThouMXYA0pFaNZbOcCcYyE0smf4OUey9yX7Reo37bxNVDm5gVMz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f72e989b-abd9-4740-b927-c0b579635094, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f72e989b-abd9-4740-b927-c0b579635094, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f72e989b-abd9-4740-b927-c0b579635094, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc0b08e3-8b99-454f-93fa-6a7a6331967e, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc0b08e3-8b99-454f-93fa-6a7a6331967e, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc0b08e3-8b99-454f-93fa-6a7a6331967e, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183258Z
20251206/us-east-1/s3/aws4_request
f75d0ef1666a203902b3f1e8532dc063641825f5880694ff49ecb8dd71740b56
DEBUG    botocore.auth:auth.py:430 Signature:
bb3a7fc54ea1397ad7512c83c6fafde40004df1885aeeaee36096cf79ec631d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bb3a7fc54ea1397ad7512c83c6fafde40004df1885aeeaee36096cf79ec631d9', 'amz-sdk-invocation-id': b'71b7a6ba-9876-4148-a0db-094ef6cf0ac0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:58 GMT', 'x-amzn-requestid': 'ckDaLqrYoGT4zhcYmsRAVC5sxXvmT6DdC9Rvn4n0HAyoZeu6sHEl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183258Z
20251206/us-east-1/s3/aws4_request
22b530b5a11db9c672db1c4970ab99e8d9f2f478547a4fba573a5c71eba8c9e3
DEBUG    botocore.auth:auth.py:430 Signature:
044bdeceddc213f77fd484f890941c79eaa1295caa38ca0cef52d474841e90c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=044bdeceddc213f77fd484f890941c79eaa1295caa38ca0cef52d474841e90c9', 'amz-sdk-invocation-id': b'c3cedbf5-87d1-460e-b5a5-57b93704a1f7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:58 GMT', 'x-amzn-requestid': 'xJRmTlMbkvaWGKmPttG7xvMgyJAdlQJxQX3gplFbflfWkO0G4MXS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183258Z
20251206/us-east-1/s3/aws4_request
e855ac82481943e39915a0b85f34974d1b450b14a27fdc8ddea8572c29df55ad
DEBUG    botocore.auth:auth.py:430 Signature:
b179029a33167a32c287c0fdfec80a7c363f22225a05c231f622b339e7b252ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b179029a33167a32c287c0fdfec80a7c363f22225a05c231f622b339e7b252ab', 'amz-sdk-invocation-id': b'385af413-6123-43f9-b091-afd7c5e2e5a0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:58 GMT', 'x-amzn-requestid': 'qd5qpBalqVoJA7e7vvGFUxVhOysvW4yNHEItWJrF7DKwFvAiXmYq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c7a81ab7-19d4-4751-a1d7-c0063937521d, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c7a81ab7-19d4-4751-a1d7-c0063937521d, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c7a81ab7-19d4-4751-a1d7-c0063937521d, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 106dc295-ddf1-450d-bdf1-23848416d5f4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 106dc295-ddf1-450d-bdf1-23848416d5f4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 106dc295-ddf1-450d-bdf1-23848416d5f4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183259Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183259Z
20251206/us-east-1/s3/aws4_request
51b68ba16a148e9fea82a5ea8c10e877d503c769b8006ab54f681e3a8ed1fa62
DEBUG    botocore.auth:auth.py:430 Signature:
f42abb0eab13ac53af3f6135aea41ae0f6e1b4d5027dbf015d062c62549756c2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183259Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f42abb0eab13ac53af3f6135aea41ae0f6e1b4d5027dbf015d062c62549756c2', 'amz-sdk-invocation-id': b'bfc6e35c-1537-46e6-816d-613cb0ed2924', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:59 GMT', 'x-amzn-requestid': '3vrLdOmcpxoNUy1kThUQB2kzfvEMTCyvMMi8qiiJRKdhWgRawlZY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183259Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183259Z
20251206/us-east-1/s3/aws4_request
4acf6d8153334338d97469d5a7c67d45f717032fdd0932de59eb05170207826d
DEBUG    botocore.auth:auth.py:430 Signature:
7209cc4e6a0b9a629fecc61b1a28ed7c60e52e16ee972c0159b094ec420e3a89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183259Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7209cc4e6a0b9a629fecc61b1a28ed7c60e52e16ee972c0159b094ec420e3a89', 'amz-sdk-invocation-id': b'a8497c2b-8785-4761-8591-b90bcb4a30a4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:59 GMT', 'x-amzn-requestid': 'a3cJgw7vmm9G8fk3YdAxyMw96A9U4N1TIG6l4B07saEO1aCY2FOp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183259Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183259Z
20251206/us-east-1/s3/aws4_request
93780fcbf24e4f2396fa3b1994dab627afdeaf6bcebfcfac15dd9cc90c827aff
DEBUG    botocore.auth:auth.py:430 Signature:
a48b5540fca32616de9a26a5537a4e55d62de2cf42ab34b365fb18f76b7f3e0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183259Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a48b5540fca32616de9a26a5537a4e55d62de2cf42ab34b365fb18f76b7f3e0d', 'amz-sdk-invocation-id': b'ee5a82ea-70c2-4bde-93bf-e72550f0910c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:32:59 GMT', 'x-amzn-requestid': 'mZ67D2atjNAw9UwhLn5jLMNAWiq0BwYWh7259MWAfc7NYQa97sbQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 64ef4796-5d30-4d5d-8a58-87aa4e91187b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 64ef4796-5d30-4d5d-8a58-87aa4e91187b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 64ef4796-5d30-4d5d-8a58-87aa4e91187b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a87716d9-af7e-41a7-a671-26da82082e26, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a87716d9-af7e-41a7-a671-26da82082e26, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a87716d9-af7e-41a7-a671-26da82082e26, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183300Z
20251206/us-east-1/s3/aws4_request
84458b21aa14d85172edac3a819ae7c9ddb9f787c942f86a51d66498cde76f80
DEBUG    botocore.auth:auth.py:430 Signature:
2f5ef8d75a0b3bc444e78ea34e04783cdefd9f2dfd74e49fe4cae62e1914bbfd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2f5ef8d75a0b3bc444e78ea34e04783cdefd9f2dfd74e49fe4cae62e1914bbfd', 'amz-sdk-invocation-id': b'74f9fbea-e1d7-4f7c-8a9b-2adf5c40646c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:00 GMT', 'x-amzn-requestid': '6Zqf6iyfCgjypNpDHk59rxRYR60d09SH23IxEWPeA8uQ1GIXpidy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183300Z
20251206/us-east-1/s3/aws4_request
7608e6388aec3464b28c1f4e5c8b11de58a7ea180596bee0aa860d1b2b021a29
DEBUG    botocore.auth:auth.py:430 Signature:
0884823d3ee73a39a63abcab6ce62af76543521709892c7311ec3fafe954b5cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0884823d3ee73a39a63abcab6ce62af76543521709892c7311ec3fafe954b5cd', 'amz-sdk-invocation-id': b'9e057f52-ac74-4b20-b209-89f0ad1008d7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:00 GMT', 'x-amzn-requestid': 'EMoZFg2BssD9GuW7E5m6D1MINb6RiOAIH3lWjUhbcMCEGVzNMZsD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183300Z
20251206/us-east-1/s3/aws4_request
50a0869a4eadac38a587b7bd052d9466b145a88290359b8c4b49099409d9c91b
DEBUG    botocore.auth:auth.py:430 Signature:
4e6866aec19075b50467a0ea633b743a17238eac6c0a4e9b79dece378e4b3daa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e6866aec19075b50467a0ea633b743a17238eac6c0a4e9b79dece378e4b3daa', 'amz-sdk-invocation-id': b'26b15025-2fcd-42c7-bcb5-057212134d81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:00 GMT', 'x-amzn-requestid': '13f2huHJ06MNX7CeqydX9ujIAAGcH9mjGUPoM22et9ZOhDRzOYxh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc94b2d1-4415-4570-a3d9-79fb3a10441a, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc94b2d1-4415-4570-a3d9-79fb3a10441a, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fc94b2d1-4415-4570-a3d9-79fb3a10441a, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e4b08bf1-232f-40ba-aa1c-decb18a65772, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e4b08bf1-232f-40ba-aa1c-decb18a65772, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e4b08bf1-232f-40ba-aa1c-decb18a65772, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183301Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183301Z
20251206/us-east-1/s3/aws4_request
74e1a38f58787cc2f34aafed02f7a03a7ac64b889a05698d0df3aea844f89e67
DEBUG    botocore.auth:auth.py:430 Signature:
527810c377ba9ed377ccb136c514082023634fd4786c5a65591f3a4487657e16
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183301Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=527810c377ba9ed377ccb136c514082023634fd4786c5a65591f3a4487657e16', 'amz-sdk-invocation-id': b'411180db-59d0-4af3-8342-f79311f69add', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:01 GMT', 'x-amzn-requestid': 'mEPVZLmF68o2GGBYs8FX0iMBnSmBqbbQmupsS0sUexwOITr2VQNm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183301Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183301Z
20251206/us-east-1/s3/aws4_request
36139b234bd96faded271d1030802e90ca3119409a1fb797ae2701a3e6aa88d8
DEBUG    botocore.auth:auth.py:430 Signature:
5b36481cd67187bb0951ed480d22f1cf9d101b4ea91a20d0282cee17a51461fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183301Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5b36481cd67187bb0951ed480d22f1cf9d101b4ea91a20d0282cee17a51461fc', 'amz-sdk-invocation-id': b'cc838f4d-a742-4e8a-9bba-c4a617c96381', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:01 GMT', 'x-amzn-requestid': 'ALqwWWBLFD6CgdoqWISglVblWMOcDkvgTw8TZwAdJO4LpOs9nT6W', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183301Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183301Z
20251206/us-east-1/s3/aws4_request
60bc3b4a35a28090e2eeb437bbd9a301b4c2719c298a4883a86e07a91879e304
DEBUG    botocore.auth:auth.py:430 Signature:
a8835befcb3dd7815ef7e4c7f92dfdfc8b53edfbbb477c3601eaac509b7b8b0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183301Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8835befcb3dd7815ef7e4c7f92dfdfc8b53edfbbb477c3601eaac509b7b8b0e', 'amz-sdk-invocation-id': b'1e04951b-b6cf-4238-b375-f43bdd26ed9c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:01 GMT', 'x-amzn-requestid': '23nfq26hjdD45hb6rI5GRk8qi20h8jWrIMsOm4clBioawFxlxHNE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 40825b16-3f6f-4484-89f6-53581ad5ca64, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 40825b16-3f6f-4484-89f6-53581ad5ca64, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 40825b16-3f6f-4484-89f6-53581ad5ca64, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a73921c0-6dcc-4b3c-9aa0-9960a117edd1, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a73921c0-6dcc-4b3c-9aa0-9960a117edd1, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a73921c0-6dcc-4b3c-9aa0-9960a117edd1, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183302Z
20251206/us-east-1/s3/aws4_request
1bf2e1bb0cb7db186689953dd25699c32ddbe17ad667cea956e6afb2884c3ac8
DEBUG    botocore.auth:auth.py:430 Signature:
90decb159df2c2ce7545cad2f1f8277c1d7810ed26ed64de94d80244db83538f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=90decb159df2c2ce7545cad2f1f8277c1d7810ed26ed64de94d80244db83538f', 'amz-sdk-invocation-id': b'0d74a416-6bd5-4d43-aa9c-38c72539af81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:02 GMT', 'x-amzn-requestid': '9sV52aOCrBZUYKxLjXdgVBWHEpPGLsBRxGRckaSCxg3kLVd1YIVR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183302Z
20251206/us-east-1/s3/aws4_request
e5a718c44194ef6aeae33e7e8fe8cd2531b1ac3a52ed5395c34197f3c70d74e2
DEBUG    botocore.auth:auth.py:430 Signature:
7eeebb39742dcd298e6de55ae44eaae125867ce699562de507032941665b9ea8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7eeebb39742dcd298e6de55ae44eaae125867ce699562de507032941665b9ea8', 'amz-sdk-invocation-id': b'0deb92e8-2712-4466-b3b6-ad229869ce3a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:02 GMT', 'x-amzn-requestid': 'bqNetJbsYh4IPG4YcLWeGlmYCoJMphMQcp47SE1hLEf7sJgX3OkF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183302Z
20251206/us-east-1/s3/aws4_request
23fa2adaf90db666c99101378664f4d5c95735a79e28d48510170182df3e736d
DEBUG    botocore.auth:auth.py:430 Signature:
204ab3bf7fc7af93de1df91ee24c35c98bcb06b4be3e91afe0b687122b03d418
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=204ab3bf7fc7af93de1df91ee24c35c98bcb06b4be3e91afe0b687122b03d418', 'amz-sdk-invocation-id': b'fd6ec413-ecdc-46dc-8b81-a781157631d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:02 GMT', 'x-amzn-requestid': 'b2qKyRQS9mzNAKvwZZXLyODpxNfpkb3kFsLxaPOx84g7W2vxv5hd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c58b90bd-098b-422b-bd1c-85a5d96fc3cf, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c58b90bd-098b-422b-bd1c-85a5d96fc3cf, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c58b90bd-098b-422b-bd1c-85a5d96fc3cf, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f4c32c8d-9b69-4b6b-8c26-98bf3ab6f11b, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f4c32c8d-9b69-4b6b-8c26-98bf3ab6f11b, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f4c32c8d-9b69-4b6b-8c26-98bf3ab6f11b, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183303Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183303Z
20251206/us-east-1/s3/aws4_request
74c23aae8b29fe3be76031fe71a365de24b91036a1a9a6a1df44939903e53027
DEBUG    botocore.auth:auth.py:430 Signature:
e95d3b9438c83845e7aa37e8e7addfe40fa8c65964b60ddb69f42d4f6c4bd182
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183303Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e95d3b9438c83845e7aa37e8e7addfe40fa8c65964b60ddb69f42d4f6c4bd182', 'amz-sdk-invocation-id': b'db38482c-9903-4d5d-ad9b-a1ba56710940', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:03 GMT', 'x-amzn-requestid': 'R19YZhZxRZkPE0ZGqeeo2bl9qFFSEanQ4izb97nwrlsOMYwn5cF2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183303Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183303Z
20251206/us-east-1/s3/aws4_request
5a1a854a6cd4de4d18987c3d27e985c742e19630707e1c44452216bfe6e55293
DEBUG    botocore.auth:auth.py:430 Signature:
863232ca5f4a05128d2656ed9324de286b78313f4e801eab5381221187cbeeaa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183303Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=863232ca5f4a05128d2656ed9324de286b78313f4e801eab5381221187cbeeaa', 'amz-sdk-invocation-id': b'ca41aede-41a1-4b9e-b59a-6f2708ba6abc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:04 GMT', 'x-amzn-requestid': 'lMQTS9MQlgEamWZ6RTITTtMeSi2hiXpSG4Fh0ZXlcbomU6ZxyFav', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183304Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183304Z
20251206/us-east-1/s3/aws4_request
c73e5f3379e71e5c7f87636d09ee003477f273d52e591bbbb26104b5786eed2e
DEBUG    botocore.auth:auth.py:430 Signature:
109044dcb7dc28c2a815aed3ce85fd085ee93192ec61e4848a91fa7d77922410
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183304Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=109044dcb7dc28c2a815aed3ce85fd085ee93192ec61e4848a91fa7d77922410', 'amz-sdk-invocation-id': b'2efb942a-ec50-4ee1-91c9-b83b3a2db199', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:04 GMT', 'x-amzn-requestid': 'Ds590YxKQqCesdNIcXQRFqNPAPEIYy1kc7kBQFXTp1kEp2d1QIAD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cd9cc18c-20a9-4405-bd2d-d83fa23662a6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cd9cc18c-20a9-4405-bd2d-d83fa23662a6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cd9cc18c-20a9-4405-bd2d-d83fa23662a6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 57d5c431-cd44-4635-b881-468b86b7e764, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 57d5c431-cd44-4635-b881-468b86b7e764, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 57d5c431-cd44-4635-b881-468b86b7e764, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183305Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183305Z
20251206/us-east-1/s3/aws4_request
6e8ff582c638163b554902c492ac75dbd91d5a651c96c6894027909d556cd49e
DEBUG    botocore.auth:auth.py:430 Signature:
8e76c95bb6bd10d862e9728c3d601ae24a774287441981926fbaa4e2f5ef6e96
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183305Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8e76c95bb6bd10d862e9728c3d601ae24a774287441981926fbaa4e2f5ef6e96', 'amz-sdk-invocation-id': b'95020d71-703c-4117-94a7-11a166e114ce', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:05 GMT', 'x-amzn-requestid': '2BZ1BTkk7HIIiLb9GU7ikNGWhp0dIQ4ZHSWKfe9brSnEveGnBxI4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183305Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183305Z
20251206/us-east-1/s3/aws4_request
18ae281421ab08434b172058ca6ab88a3227c1edcc6acce5e266da94257c28ec
DEBUG    botocore.auth:auth.py:430 Signature:
01c206acf304f297d9f495fbde8c1c9b3f135e9e7b617bcf35b81f5a736fc7b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183305Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=01c206acf304f297d9f495fbde8c1c9b3f135e9e7b617bcf35b81f5a736fc7b9', 'amz-sdk-invocation-id': b'f5d0ae58-a83e-4b2d-b306-f7d54eea0c20', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:05 GMT', 'x-amzn-requestid': 'cZCuTNcrOP00EcvI3un2EpMfm3KzPjWgZSrHqH8J55KPMdjhtI5z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183305Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183305Z
20251206/us-east-1/s3/aws4_request
aaf5638c3ed0e78e156347b142b42db7bee265caf0b578af01bc439ea636baab
DEBUG    botocore.auth:auth.py:430 Signature:
5f1584ce2bf0a9a9496e5b6617b7ffdb4fd12fbc0ec18d1295cc5354b64cb492
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183305Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f1584ce2bf0a9a9496e5b6617b7ffdb4fd12fbc0ec18d1295cc5354b64cb492', 'amz-sdk-invocation-id': b'c671ef54-e68a-4628-bd19-e9d7aeececbb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:05 GMT', 'x-amzn-requestid': 'TRMhaPRQuqD0l5KOUrMKUtjJk9jr2hvheaSLZ2Zp6yVg68gzznv5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3e71c329-d211-4dc7-8cb4-7bbe26046904, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3e71c329-d211-4dc7-8cb4-7bbe26046904, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3e71c329-d211-4dc7-8cb4-7bbe26046904, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 62f771a6-9d8a-42ea-924b-f90219ff04f6, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 62f771a6-9d8a-42ea-924b-f90219ff04f6, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 62f771a6-9d8a-42ea-924b-f90219ff04f6, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183306Z
20251206/us-east-1/s3/aws4_request
b622e2540f94a1ae76cead42cadf83c1f521b698c665352d094ddfadabc37db8
DEBUG    botocore.auth:auth.py:430 Signature:
4a744be2cfd05f75cca96e6bdf8a7cb520128feff32f63369b38ad1b143499d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4a744be2cfd05f75cca96e6bdf8a7cb520128feff32f63369b38ad1b143499d3', 'amz-sdk-invocation-id': b'1896dbf8-d336-42ab-934c-6ef242dbb1f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:06 GMT', 'x-amzn-requestid': 'eaek3VZUBZaHDTxuqtc3KT3OVLWtn7wJYpOl13PDwcbfog2MwTJS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183306Z
20251206/us-east-1/s3/aws4_request
d4ea8e74b5ce5229db22adf606b91c7b11c5e41b1e043184d4e71ca2cfe13649
DEBUG    botocore.auth:auth.py:430 Signature:
f25e2475feaeae0b598799d5267241e22d7737c686bf6c51a2f3aece3d272b80
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f25e2475feaeae0b598799d5267241e22d7737c686bf6c51a2f3aece3d272b80', 'amz-sdk-invocation-id': b'0d1d2242-0afe-4743-b02a-4b21688d5930', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:06 GMT', 'x-amzn-requestid': 'utBhqD5nEhEuMvK0bVGxhYZrFVcN8wy4i5JHMuIGM5O9yQz0ETLA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183306Z
20251206/us-east-1/s3/aws4_request
038c8be10929fc39240fe7562373d6db159383a1e9a63eecdfe9e00fe212969b
DEBUG    botocore.auth:auth.py:430 Signature:
93f6a4bffcab6c977f758ffd627493c0d7e89df09fb9e855650d0180f7a18649
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=93f6a4bffcab6c977f758ffd627493c0d7e89df09fb9e855650d0180f7a18649', 'amz-sdk-invocation-id': b'c768fc29-86bb-400b-927f-c811a63e142d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:06 GMT', 'x-amzn-requestid': 'MgRalvuTAcDyy31HmJPD7F9dd0FaawG4aYdpQqFhm2YYASousG03', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25370639-7689-4eeb-94b2-9f897cfbb199, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25370639-7689-4eeb-94b2-9f897cfbb199, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25370639-7689-4eeb-94b2-9f897cfbb199, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c501708e-8931-46af-bb66-bac94d3b5ed9, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c501708e-8931-46af-bb66-bac94d3b5ed9, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c501708e-8931-46af-bb66-bac94d3b5ed9, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183307Z
20251206/us-east-1/s3/aws4_request
c0d601ce121234145e713ead422fd620a2c901655b95338737bbc0512042e3c8
DEBUG    botocore.auth:auth.py:430 Signature:
6a291b4c2729fd313ad54d1026c0961def977100f3762d8e1eda59bcb4a9351c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a291b4c2729fd313ad54d1026c0961def977100f3762d8e1eda59bcb4a9351c', 'amz-sdk-invocation-id': b'afdd60d3-bbf1-4174-baf8-7120766bd7bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:07 GMT', 'x-amzn-requestid': 'CwaSq1MlpBgPuhgRTXzSem06YNfQuLbnF0J4xLQYu0dTkX3tMtXw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183307Z
20251206/us-east-1/s3/aws4_request
6c39ee0f943fbb855415ac7f7e9d54ef703eb32bca9a55f41f5e7c39d2b0489e
DEBUG    botocore.auth:auth.py:430 Signature:
c724496ec679265fce7567ae76d6ddd6ff04d3a3a85987696a398d556043a205
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c724496ec679265fce7567ae76d6ddd6ff04d3a3a85987696a398d556043a205', 'amz-sdk-invocation-id': b'42f6d114-260c-4e91-a2f8-507562d8ed58', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:07 GMT', 'x-amzn-requestid': 'QbEbhKdNDhX1vIDpIGTw0pEPSTFu0XwxnhhKQjYi4VeP6dy4cGzO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183307Z
20251206/us-east-1/s3/aws4_request
27481d4ae3f954147457332981766999c8221a0b7e223bd80dd881a1435010a4
DEBUG    botocore.auth:auth.py:430 Signature:
2feb9964c4fd6bdef26405f81d7dcbbfe22b19eeccaf2c8cd4e6d56f98a67a2d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2feb9964c4fd6bdef26405f81d7dcbbfe22b19eeccaf2c8cd4e6d56f98a67a2d', 'amz-sdk-invocation-id': b'b61070c0-2ffd-48fe-a4aa-74a16b3025aa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:07 GMT', 'x-amzn-requestid': 'ZA5EziNfltokMhFVVgHGjNW4v8PEsVTMA5nfOGBpUiSpGpgXpqAZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5c319adb-5fb5-4626-91e5-ceeec5e098a0, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5c319adb-5fb5-4626-91e5-ceeec5e098a0, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5c319adb-5fb5-4626-91e5-ceeec5e098a0, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d0417d22-aa43-41aa-a20b-a85c303bfe72, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d0417d22-aa43-41aa-a20b-a85c303bfe72, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d0417d22-aa43-41aa-a20b-a85c303bfe72, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183308Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183308Z
20251206/us-east-1/s3/aws4_request
51ccb218379a9d89b4b7a7bb25ea8818ff917f55a1d0f88088d4c204d5f790b9
DEBUG    botocore.auth:auth.py:430 Signature:
60ac9de4091edf28b5ec93878f56e382ff699634b4953facadb119c968988b17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183308Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60ac9de4091edf28b5ec93878f56e382ff699634b4953facadb119c968988b17', 'amz-sdk-invocation-id': b'7e05e5b2-7155-4171-91fd-74222d451f09', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:08 GMT', 'x-amzn-requestid': 'BPV8sxy5JkqNf2DReW5OjZLfkn9MuDoUVNTd2VYqVXMW0vBKtgUd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183308Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183308Z
20251206/us-east-1/s3/aws4_request
34c8e1c808482bed2d87ff1d12eeaeb0b0cdb822eee101d18ebd199e1ce80b65
DEBUG    botocore.auth:auth.py:430 Signature:
1d9fb211eadccf2d4c0c1c36744a96eb24ee99ee537b7a228bdc24b9af468984
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183308Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1d9fb211eadccf2d4c0c1c36744a96eb24ee99ee537b7a228bdc24b9af468984', 'amz-sdk-invocation-id': b'59d887f1-d79d-42bb-8735-3f266dd8eb9c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:08 GMT', 'x-amzn-requestid': 'FMdPA2EaTaCHMiHl22gcOhIBDSqNlp6RFtZVFDpyTkpfzTnHLWIR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183308Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183308Z
20251206/us-east-1/s3/aws4_request
8d35f7f1197eef9d1a10845b29d45ef0e63c355424d7cf71ad928bd863d72c79
DEBUG    botocore.auth:auth.py:430 Signature:
071d5d3b0aa68f2ef05f417a01deadb759764602e41cd9ca80480b66d4f7d246
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183308Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=071d5d3b0aa68f2ef05f417a01deadb759764602e41cd9ca80480b66d4f7d246', 'amz-sdk-invocation-id': b'8675bcd8-0e24-4229-8283-325b55af7a27', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:08 GMT', 'x-amzn-requestid': '8fLZJD6f1u4G0YAgvDL2l9rfieKSQrsgjKmfnAczF41qym2NbLaa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f7bb2058-49a7-4283-a932-bbf7cb3e0553, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f7bb2058-49a7-4283-a932-bbf7cb3e0553, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f7bb2058-49a7-4283-a932-bbf7cb3e0553, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9de11d6b-6fe0-4e8d-ae54-9c066c32dd44, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9de11d6b-6fe0-4e8d-ae54-9c066c32dd44, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9de11d6b-6fe0-4e8d-ae54-9c066c32dd44, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183309Z
20251206/us-east-1/s3/aws4_request
e03a83b7ae9fd3ce401c5d5242c300158d2dab6e0573a4c0f09086b197f19c9f
DEBUG    botocore.auth:auth.py:430 Signature:
d7b272e132b14bbbeec89f93ba71a083ceb6a4e643a06670f5bcda2e575e04b7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7b272e132b14bbbeec89f93ba71a083ceb6a4e643a06670f5bcda2e575e04b7', 'amz-sdk-invocation-id': b'1a506364-7504-4631-8517-0407f7abe2a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:09 GMT', 'x-amzn-requestid': 'mi1Ig7mNpdnzV3rJPQ8kZOXojzdd3oK4tcn75f8B8N8dT5NGPL8c', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183309Z
20251206/us-east-1/s3/aws4_request
4f23cccd5a7de10dd8dcc5b8c7004b0f14c079cfb675909dec4389e007e7980d
DEBUG    botocore.auth:auth.py:430 Signature:
7f0a1959ecb7482ffd17832c8100a7ed9038e46879edec43a6034035397f3e9b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7f0a1959ecb7482ffd17832c8100a7ed9038e46879edec43a6034035397f3e9b', 'amz-sdk-invocation-id': b'574069a7-5299-453a-a820-446b36c4c11b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:09 GMT', 'x-amzn-requestid': 'Gj3pnknjQHnoxGWi0zxjiknuHqn2UQcP1LurQyLTaUPSs9IX74ku', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183309Z
20251206/us-east-1/s3/aws4_request
551325dcc21a4be31ee63bbdeffa8f3ffd862564ce1a09ddbcdd214a4d47becb
DEBUG    botocore.auth:auth.py:430 Signature:
d98babac08baecb14ca41e55679625968de4118b43c5ba3c1dcde0eaac212d93
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d98babac08baecb14ca41e55679625968de4118b43c5ba3c1dcde0eaac212d93', 'amz-sdk-invocation-id': b'3cc1802d-2e18-41cf-8523-a3c5189a49e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:09 GMT', 'x-amzn-requestid': '4j5nluePV78hxzZZEdlDjMHUck934InTyVBi7Fyly6HS9hR9Zh06', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c94c0fa6-2da1-45d0-8c34-952bc0ac7181, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c94c0fa6-2da1-45d0-8c34-952bc0ac7181, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c94c0fa6-2da1-45d0-8c34-952bc0ac7181, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9a0bdbe-2a6d-44d8-9abd-2caf848f5076, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9a0bdbe-2a6d-44d8-9abd-2caf848f5076, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f9a0bdbe-2a6d-44d8-9abd-2caf848f5076, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183310Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183310Z
20251206/us-east-1/s3/aws4_request
62e841a5788dcd73b83ff29d8e8cf45099153160004ca66907e60226d78bfcc9
DEBUG    botocore.auth:auth.py:430 Signature:
6377fe53d2cebb3f7e0f055fdc3df535f4834cf3d79350f570d9f30dffe84159
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183310Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6377fe53d2cebb3f7e0f055fdc3df535f4834cf3d79350f570d9f30dffe84159', 'amz-sdk-invocation-id': b'c420174c-2246-4868-8698-b0d3c026ceff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:10 GMT', 'x-amzn-requestid': 'AOheoKDBKMMbKl0rPMipj4RLjd21UGOTjlwpf6gKZSknVI1CL0HM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183310Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183310Z
20251206/us-east-1/s3/aws4_request
6de9a4f73dbcb164e6b78d9ec5bbcc73bda6dc2720fd9c9b8358990ee8ab3355
DEBUG    botocore.auth:auth.py:430 Signature:
49a6d1a7ef308a75b18c5c4243bc9049e3785cb8669fd5fcef3dbffe2c120bb8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183310Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49a6d1a7ef308a75b18c5c4243bc9049e3785cb8669fd5fcef3dbffe2c120bb8', 'amz-sdk-invocation-id': b'e13454c5-97b6-4756-8c8d-fad53bb5f82b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:10 GMT', 'x-amzn-requestid': 'E9aWVmbrKXyCoT1RO4Ce58W7HXMxGWWIixuwvIChsxYF5ogt28zX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183310Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183310Z
20251206/us-east-1/s3/aws4_request
c9c9b36a83fc3134896d3791f8551d15b238c2fa30fb2401e335a64d8f1986ab
DEBUG    botocore.auth:auth.py:430 Signature:
f56fe5bbc5a95e64c784bc2bedcdded06a1c8972f489c999c27031ece34d7b34
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183310Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f56fe5bbc5a95e64c784bc2bedcdded06a1c8972f489c999c27031ece34d7b34', 'amz-sdk-invocation-id': b'24d35061-ea97-4419-8986-77c859e0e953', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:10 GMT', 'x-amzn-requestid': 'ABwxuCiqrhw8nFLOOANkn6cMRJiXNi9vYtp8Nf08aQJbRwsh2g7T', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7f2c660a-ae7b-40d9-8e0f-74cca9172551, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7f2c660a-ae7b-40d9-8e0f-74cca9172551, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7f2c660a-ae7b-40d9-8e0f-74cca9172551, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4ec3101-741d-474c-9e98-4a013f194e45, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4ec3101-741d-474c-9e98-4a013f194e45, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4ec3101-741d-474c-9e98-4a013f194e45, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183311Z
20251206/us-east-1/s3/aws4_request
5e52aa6e6a1f019e02001dde6d7ed0d6f6b84f4c00d2d0a6e8f42a1260a59c75
DEBUG    botocore.auth:auth.py:430 Signature:
9eec1caf3b5e0e04cf40d6a4940c1d9a471ce6112286c1884f2951f77d0792d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9eec1caf3b5e0e04cf40d6a4940c1d9a471ce6112286c1884f2951f77d0792d9', 'amz-sdk-invocation-id': b'00095b2c-3c2f-44ba-b251-3a51fb27a5fb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:11 GMT', 'x-amzn-requestid': 'GKDDnn3VzG9mkZcJezgreoJjpOXlyhbvkj0eekQODgLL9e6bQQ0G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183311Z
20251206/us-east-1/s3/aws4_request
93413766687278d93deef9eda9c13dd0e6470306886c0fc23b54dd9b62ec49bc
DEBUG    botocore.auth:auth.py:430 Signature:
e83389d738de51f0069e632e1ccf69611cf433617ddc60140ea07d90dda1af17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e83389d738de51f0069e632e1ccf69611cf433617ddc60140ea07d90dda1af17', 'amz-sdk-invocation-id': b'a49397fa-a461-459e-9b6d-e167f790bea4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:11 GMT', 'x-amzn-requestid': 'MWXGrAOagj5xyOB3TMF8C26JeFTWxMjapwSfkoRmi74pL9jrKQiR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183311Z
20251206/us-east-1/s3/aws4_request
7dd0a96b13e10dfc8e73655837dea59384667fbcb5c451d0b09bb1172626855c
DEBUG    botocore.auth:auth.py:430 Signature:
3a10ad204f33e56edc0a55b1bc757daef405bad31840c72b561b03f10a83fb1e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3a10ad204f33e56edc0a55b1bc757daef405bad31840c72b561b03f10a83fb1e', 'amz-sdk-invocation-id': b'307f7b5e-e46b-4073-bc3d-b024f8d6a681', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:11 GMT', 'x-amzn-requestid': 'GT0LlB5X5p8pQJsQa2Q3gouPJveLSsQGF4xULkmLNRjA21kXB7Dp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06b7daea-0bf7-4a32-ba3e-3d89a0c6d213, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06b7daea-0bf7-4a32-ba3e-3d89a0c6d213, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06b7daea-0bf7-4a32-ba3e-3d89a0c6d213, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b5f83fb7-50eb-48ec-b3fe-7a2bbc3bcdbd, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b5f83fb7-50eb-48ec-b3fe-7a2bbc3bcdbd, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b5f83fb7-50eb-48ec-b3fe-7a2bbc3bcdbd, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183312Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183312Z
20251206/us-east-1/s3/aws4_request
a032a0a793745ba050a8e1f0038ea5abeaea908c3c0551d9b2de2bf102991914
DEBUG    botocore.auth:auth.py:430 Signature:
0efaa500e6a861f0a22c025c5478d1f0e94393b68fd740f3d0b5b4b6b0522b54
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183312Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0efaa500e6a861f0a22c025c5478d1f0e94393b68fd740f3d0b5b4b6b0522b54', 'amz-sdk-invocation-id': b'89270088-cd3f-4fce-aa0e-713cd360e8a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:12 GMT', 'x-amzn-requestid': 'ZZUNCKbegTnSML7vLaXjazXzjq31xciRqGB5Hx3Rz3cnMcOTFtsD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183312Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183312Z
20251206/us-east-1/s3/aws4_request
fdf596a878f0a0877c153bb22d16ae5a1fdbe842ebfd971fce5e5ce62baaeae4
DEBUG    botocore.auth:auth.py:430 Signature:
70ed5e125aced1cc1bca91a601c1f8299340ddebce966a1710c08b7a33775399
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183312Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70ed5e125aced1cc1bca91a601c1f8299340ddebce966a1710c08b7a33775399', 'amz-sdk-invocation-id': b'6b558394-89fd-4d2c-9e3e-dfe9e45bbe11', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:12 GMT', 'x-amzn-requestid': 'TutV6Ufh8N1cQ4FdTuuFvZGd4nDp05vjecxrBLB8827k0dyeaNh5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183312Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183312Z
20251206/us-east-1/s3/aws4_request
3f7d9a86865991b1875c7ec04d27fb72c38c1981d2aff91453d8ba841ae4138e
DEBUG    botocore.auth:auth.py:430 Signature:
4f0e11357530707ff0b92ad48469d85d2f96f770ec89f9125f05db02fa25db8e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183312Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4f0e11357530707ff0b92ad48469d85d2f96f770ec89f9125f05db02fa25db8e', 'amz-sdk-invocation-id': b'fe5057f6-bffc-4370-90b9-0323e45a94e8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:12 GMT', 'x-amzn-requestid': 'OhyXXBZJlh7Gf0hMYVQjOQeqHeKz0f7lc5TbT7AXQHHiZOXFvQd2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2ee95f3f-8ad9-4fa4-b08e-ba4f4dedf2c4, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2ee95f3f-8ad9-4fa4-b08e-ba4f4dedf2c4, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2ee95f3f-8ad9-4fa4-b08e-ba4f4dedf2c4, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b508ee4e-7391-466a-bb87-ddeab6eed747, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b508ee4e-7391-466a-bb87-ddeab6eed747, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b508ee4e-7391-466a-bb87-ddeab6eed747, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:15683/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183313Z
20251206/us-east-1/s3/aws4_request
72e52514b5be25b2929e22dfceb47f16e4f4a3f573693a9cc6c474b8bd02c6cb
DEBUG    botocore.auth:auth.py:430 Signature:
7d0c7bec7660a6de07ae2f6c94ad8effb9e4760a72c2d088115baa8c59d1f154
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d0c7bec7660a6de07ae2f6c94ad8effb9e4760a72c2d088115baa8c59d1f154', 'amz-sdk-invocation-id': b'26c3426c-556f-4b1b-9518-f7cc12bc8844', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /cold_uc?encoding-type=url HTTP/1.1" 200 230
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:13 GMT', 'x-amzn-requestid': 'H7B17wcPJXFuqIhn3K5zAN2TD3FgCNIiHlXYkEjgvvytEPbaZivK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:15683/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183313Z
20251206/us-east-1/s3/aws4_request
2f76ac11dc4a8855e0106dbad2c42dc42649fc1c552d0006a288c5328a70ae1e
DEBUG    botocore.auth:auth.py:430 Signature:
7a360b5c10f9a2519430a82e63fc1871a43a4eb621c7981a4d8b06425ecbf4a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7a360b5c10f9a2519430a82e63fc1871a43a4eb621c7981a4d8b06425ecbf4a1', 'amz-sdk-invocation-id': b'b1f57d1d-a111-400f-8ed7-802365d21d5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 232
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:13 GMT', 'x-amzn-requestid': '5CK8f5X8W9BGULXjgOWWX7l3PwqScJ7d99teYTnc0lHbnH1QqMe4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '232', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5190>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x7f778d6d4290>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x7f778d6ae990>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x7f778d6d5250>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x7f778d6ae750>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x7f778d6d5490>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:15683', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:15683/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f778d6aee10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x7f778d6acd10>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x7f778d6d4890>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:15683/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x7f778a20f850>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x7f778a20fc60>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x7f778a4969a0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x7f778d6ae5d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x7f778d6d53d0>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:15683
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251206T183313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251206T183313Z
20251206/us-east-1/s3/aws4_request
080db63720a8e242ced747c533aed2ad3e51d2330ccf58c8f45cd3673cae24b8
DEBUG    botocore.auth:auth.py:430 Signature:
414f9d53981493c0a5012b6bb1e799c2999287deb0552250389a337c9d7408e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x7f778d6d5190>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:15683/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251206T183313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251206/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=414f9d53981493c0a5012b6bb1e799c2999287deb0552250389a337c9d7408e4', 'amz-sdk-invocation-id': b'07dab172-6b4b-4c88-b457-2d266f5d23be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:15683 "GET /medium?encoding-type=url HTTP/1.1" 200 229
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Sat, 06 Dec 2025 18:33:13 GMT', 'x-amzn-requestid': 'V6ROmz7EfddM3nLkjIW5T7KHZQSyS2SNASiZbAJIlMXEgUEIC46J', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f778da38740>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x7f778a1ea950>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x7f778d6d4350>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x7f778bfa5010>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5936bb79-e20a-4ec7-b77b-28a853cdd189, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5936bb79-e20a-4ec7-b77b-28a853cdd189, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5936bb79-e20a-4ec7-b77b-28a853cdd189, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cb52e400-29c2-48b4-b2de-0e77d1883a8c, ghrun-yjxiyu4nhe.auto.internal:4341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cb52e400-29c2-48b4-b2de-0e77d1883a8c, ghrun-yjxiyu4nhe.auto.internal:4341): request = { session_id: "ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cb52e400-29c2-48b4-b2de-0e77d1883a8c, ghrun-yjxiyu4nhe.auto.internal:4341): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=MzkyYmEyYTUtNzU3YzJkZjAtY2YyNzJlZTMtODRiZDQxZGM=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 177, 'ActivePortions': 177}}, blobs: {'__DEFAULT': {'Portions': 177, 'BlobSize': 4500448, 'BlobCount': 885}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
130.99s call     ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
5.31s setup    ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
0.02s teardown ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change - Exception: Data eviction has not been started
ERROR ttl_portion_size.py - ModuleNotFoundError: No module named 'ydb.tests.olap'
Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
ERROR ttl_portion_size.py - ModuleNotFoundError: No module named 'ydb.tests.olap'
Failed to load module "__tests__.ttl_portion_size" and obtain list of tests due to an error
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
============ 1 failed, 2 deselected, 2 errors in 607.60s (0:10:07) =============

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...r', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/wicv/000111', '--source-root', '/home/runner/.ya/build/build_root/wicv/000111/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/ttl_tiering', '--test-tool-bin', '/home/runner/.ya/tools/v4/8067063302/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--test-filter', 'ttl_unavailable_s3.py::TestUnavailableS3::test', '--test-filter', 'data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_ttl_delete', '--tb', 'short', '--dep-root', 'ydb/tests/olap/ttl_tiering', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1749, in main
    res.wait(check_exit_code=False, timeout=run_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...r', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/wicv/000111', '--source-root', '/home/runner/.ya/build/build_root/wicv/000111/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/wicv/000111/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/ttl_tiering', '--test-tool-bin', '/home/runner/.ya/tools/v4/8067063302/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--test-filter', 'ttl_unavailable_s3.py::TestUnavailableS3::test', '--test-filter', 'data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change', '--test-filter', 'ttl_delete_s3.py::TestDeleteS3Ttl::test_ttl_delete', '--tb', 'short', '--dep-root', 'ydb/tests/olap/ttl_tiering', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
