contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 0 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 114, in test_multi
    t.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Traceback (most recent call last):
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
         ^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 308, in wrap_session
    config.hook.pytest_sessionfinish(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 676, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-30T06:45:37.014431Z): tablet_id=72075186224037898;self_id=[1:7566902230811685418:2476];ev=NActors::IEventHandle;tx_id=281474976710694;lock_id=281474976710692;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7F9DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7F2316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB682E48
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x1696C976
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C88571
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C88384
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C8039E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA190D7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA998C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D0D59E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0xD15EC26
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0xD15CBEE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0xD15FF6E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD138CF6
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD138CF6
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D0CCD9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CD532A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB62BD57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB6738F4
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB6779B4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB6775C0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6781AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7FBA2C
23. ??:0: ?? @ 0x7F8FADF50AC2
24. ??:0: ?? @ 0x7F8FADFE28BF
Thread 0x00007f498e37f640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f498f3ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f499b1ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f49935ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f49995ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f499cdff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f49bb416440 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

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 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...7/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/k7ua/002567/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/k7ua/002567', '--source-root', '/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--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 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_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: (("...7/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/k7ua/002567/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/k7ua/002567', '--source-root', '/home/runner/.ya/build/build_root/k7ua/002567/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/k7ua/002567/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--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",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 1937 30% 1937 50% 1937 90% 1937 99% 1937 ms
Write: 10% 5218 30% 5218 50% 5218 90% 5218 99% 5218 ms
Write: 10% 8710 30% 8710 50% 8710 90% 8710 99% 8710 ms
Write: 10% 8595 30% 8595 50% 8595 90% 8595 99% 8595 ms
Write: 10% 11549 30% 11549 50% 11549 90% 11549 99% 11549 ms
Write: 10% 11404 30% 11404 50% 11404 90% 11404 99% 11404 ms
Write: 10% 11482 30% 11482 50% 11482 90% 11482 99% 11482 ms
Write: 10% 9961 30% 9961 50% 9961 90% 9961 99% 9961 ms
Write: 10% 11504 30% 11504 50% 11504 90% 11504 99% 11504 ms
Write: 10% 9677 30% 9677 50% 9677 90% 9677 99% 9677 ms
Write: 10% 9308 30% 9308 50% 9308 90% 9308 99% 9308 ms
Write: 10% 9078 30% 9078 50% 9078 90% 9078 99% 9078 ms
Write: 10% 8818 30% 8818 50% 8818 90% 8818 99% 8818 ms
Write: 10% 8272 30% 8272 50% 8272 90% 8272 99% 8272 ms
Write: 10% 8313 30% 8313 50% 8313 90% 8313 99% 8313 ms
Write: 10% 7985 30% 7985 50% 7985 90% 7985 99% 7985 ms
Write: 10% 7566 30% 7566 50% 7566 90% 7566 99% 7566 ms
Write: 10% 8045 30% 8045 50% 8045 90% 8045 99% 8045 ms
Write: 10% 10469 30% 10469 50% 10469 90% 10469 99% 10469 ms
Write: 10% 7492 30% 7492 50% 7492 90% 7492 99% 7492 ms
Write: 10% 10436 30% 10436 50% 10436 90% 10436 99% 10436 ms
Write: 10% 10585 30% 10585 50% 10585 90% 10585 99% 10585 ms
Write: 10% 10093 30% 10093 50% 10093 90% 10093 99% 10093 ms
Write: 10% 1845 30% 1845 50% 1845 90% 1845 99% 1845 ms
Write: 10% 9289 30% 9289 50% 9289 90% 9289 99% 9289 ms
Write: 10% 5681 30% 5681 50% 5681 90% 5681 99% 5681 ms
Write: 10% 6439 30% 6439 50% 6439 90% 6439 99% 6439 ms
Write: 10% 11153 30% 11153 50% 11153 90% 11153 99% 11153 ms
Write: 10% 5271 30% 5271 50% 5271 90% 5271 99% 5271 ms
Write: 10% 4601 30% 4601 50% 4601 90% 4601 99% 4601 ms
Write: 10% 8332 30% 8332 50% 8332 90% 8332 99% 8332 ms
Write: 10% 3478 30% 3478 50% 3478 90% 3478 99% 3478 ms
Write: 10% 3735 30% 3735 50% 3735 90% 3735 99% 3735 ms
Write: 10% 11013 30% 11013 50% 11013 90% 11013 99% 11013 ms
Write: 10% 8281 30% 8281 50% 8281 90% 8281 99% 8281 ms
Write: 10% 7847 30% 7847 50% 7847 90% 7847 99% 7847 ms
Write: 10% 8254 30% 8254 50% 8254 90% 8254 99% 8254 ms
Write: 10% 2052 30% 2052 50% 2052 90% 2052 99% 2052 ms
Write: 10% 7550 30% 7550 50% 7550 90% 7550 99% 7550 ms
Write: 10% 1936 30% 1936 50% 1936 90% 1936 99% 1936 ms
Write: 10% 1962 30% 1962 50% 1962 90% 1962 99% 1962 ms
Write: 10% 2195 30% 2195 50% 2195 90% 2195 99% 2195 ms
Write: 10% 9422 30% 9422 50% 9422 90% 9422 99% 9422 ms
Write: 10% 7207 30% 7207 50% 7207 90% 7207 99% 7207 ms
Write: 10% 5070 30% 5070 50% 5070 90% 5070 99% 5070 ms
Write: 10% 3449 30% 3449 50% 3449 90% 3449 99% 3449 ms
Write: 10% 2831 30% 2831 50% 2831 90% 2831 99% 2831 ms
Write: 10% 2872 30% 2872 50% 2872 90% 2872 99% 2872 ms
Write: 10% 9996 30% 9996 50% 9996 90% 9996 99% 9996 ms
Write: 10% 9831 30% 9831 50% 9831 90% 9831 99% 9831 ms
Write: 10% 2655 30% 2655 50% 2655 90% 2655 99% 2655 ms
Write: 10% 6821 30% 6821 50% 6821 90% 6821 99% 6821 ms
Write: 10% 5261 30% 5261 50% 5261 90% 5261 99% 5261 ms
Write: 10% 3740 30% 3740 50% 3740 90% 3740 99% 3740 ms
Write: 10% 1908 30% 1908 50% 1908 90% 1908 99% 1908 ms
Write: 10% 2474 30% 2474 50% 2474 90% 2474 99% 2474 ms
Write: 10% 5384 30% 5384 50% 5384 90% 5384 99% 5384 ms
Write: 10% 2123 30% 2123 50% 2123 90% 2123 99% 2123 ms
Write: 10% 11702 30% 11702 50% 11702 90% 11702 99% 11702 ms
Write: 10% 2206 30% 2206 50% 2206 90% 2206 99% 2206 ms
Write: 10% 2420 30% 2420 50% 2420 90% 2420 99% 2420 ms
Write: 10% 2593 30% 2593 50% 2593 90% 2593 99% 2593 ms
Write: 10% 2883 30% 2883 50% 2883 90% 2883 99% 2883 ms
Write: 10% 3893 30% 3893 50% 3893 90% 3893 99% 3893 ms
Step 2. read write
Write: 10% 12398 30% 12398 50% 12398 90% 12398 99% 12398 ms
Write: 10% 11125 30% 11125 50% 11125 90% 11125 99% 11125 ms
Write: 10% 11563 30% 11563 50% 11563 90% 11563 99% 11563 ms
Write: 10% 11379 30% 11379 50% 11379 90% 11379 99% 11379 ms
Write: 10% 11354 30% 11354 50% 11354 90% 11354 99% 11354 ms
Write: 10% 11453 30% 11453 50% 11453 90% 11453 99% 11453 ms
Write: 10% 9702 30% 9702 50% 9702 90% 9702 99% 9702 ms
Write: 10% 10108 30% 10108 50% 10108 90% 10108 99% 10108 ms
Write: 10% 3076 30% 3076 50% 3076 90% 3076 99% 3076 ms
Write: 10% 9979 30% 9979 50% 9979 90% 9979 99% 9979 ms
Write: 10% 10362 30% 10362 50% 10362 90% 10362 99% 10362 ms
Write: 10% 6121 30% 6121 50% 6121 90% 6121 99% 6121 ms
Write: 10% 7298 30% 7298 50% 7298 90% 7298 99% 7298 ms
Write: 10% 2443 30% 2443 50% 2443 90% 2443 99% 2443 ms
Write: 10% 10342 30% 10342 50% 10342 90% 10342 99% 10342 ms
Write: 10% 9311 30% 9311 50% 9311 90% 9311 99% 9311 ms
Write: 10% 9344 30% 9344 50% 9344 90% 9344 99% 9344 ms
Write: 10% 10809 30% 10809 50% 10809 90% 10809 99% 10809 ms
Write: 10% 11088 30% 11088 50% 11088 90% 11088 99% 11088 ms
Write: 10% 7192 30% 7192 50% 7192 90% 7192 99% 7192 ms
Write: 10% 9253 30% 9253 50% 9253 90% 9253 99% 9253 ms
Write: 10% 8550 30% 8550 50% 8550 90% 8550 99% 8550 ms
Write: 10% 9098 30% 9098 50% 9098 90% 9098 99% 9098 ms
Write: 10% 8239 30% 8239 50% 8239 90% 8239 99% 8239 ms
Write: 10% 9002 30% 9002 50% 9002 90% 9002 99% 9002 ms
Write: 10% 8849 30% 8849 50% 8849 90% 8849 99% 8849 ms
Write: 10% 8410 30% 8410 50% 8410 90% 8410 99% 8410 ms
Write: 10% 8100 30% 8100 50% 8100 90% 8100 99% 8100 ms
Write: 10% 9590 30% 9590 50% 9590 90% 9590 99% 9590 ms
Write: 10% 7456 30% 7456 50% 7456 90% 7456 99% 7456 ms
Write: 10% 7724 30% 7724 50% 7724 90% 7724 99% 7724 ms
Write: 10% 7448 30% 7448 50% 7448 90% 7448 99% 7448 ms
Write: 10% 2206 30% 2206 50% 2206 90% 2206 99% 2206 ms
Write: 10% 7830 30% 7830 50% 7830 90% 7830 99% 7830 ms
Write: 10% 7214 30% 7214 50% 7214 90% 7214 99% 7214 ms
Write: 10% 4854 30% 4854 50% 4854 90% 4854 99% 4854 ms
Write: 10% 9534 30% 9534 50% 9534 90% 9534 99% 9534 ms
Write: 10% 5140 30% 5140 50% 5140 90% 5140 99% 5140 ms
Write: 10% 4903 30% 4903 50% 4903 90% 4903 99% 4903 ms
Write: 10% 2946 30% 2946 50% 2946 90% 2946 99% 2946 ms
Write: 10% 3991 30% 3991 50% 3991 90% 3991 99% 3991 ms
Write: 10% 3268 30% 3268 50% 3268 90% 3268 99% 3268 ms
Write: 10% 3675 30% 3675 50% 3675 90% 3675 99% 3675 ms
Write: 10% 3604 30% 3604 50% 3604 90% 3604 99% 3604 ms
Write: 10% 3559 30% 3559 50% 3559 90% 3559 99% 3559 ms
Write: 10% 3026 30% 3026 50% 3026 90% 3026 99% 3026 ms
Write: 10% 2704 30% 2704 50% 2704 90% 2704 99% 2704 ms
Write: 10% 2987 30% 2987 50% 2987 90% 2987 99% 2987 ms
Write: 10% 2369 30% 2369 50% 2369 90% 2369 99% 2369 ms
Write: 10% 3107 30% 3107 50% 3107 90% 3107 99% 3107 ms
Write: 10% 5824 30% 5824 50% 5824 90% 5824 99% 5824 ms
Write: 10% 2358 30% 2358 50% 2358 90% 2358 99% 2358 ms
Write: 10% 8260 30% 8260 50% 8260 90% 8260 99% 8260 ms
Write: 10% 2392 30% 2392 50% 2392 90% 2392 99% 2392 ms
Write: 10% 6151 30% 6151 50% 6151 90% 6151 99% 6151 ms
Write: 10% 2501 30% 2501 50% 2501 90% 2501 99% 2501 ms
Write: 10% 2210 30% 2210 50% 2210 90% 2210 99% 2210 ms
Write: 10% 2313 30% 2313 50% 2313 90% 2313 99% 2313 ms
Write: 10% 2177 30% 2177 50% 2177 90% 2177 99% 2177 ms
Write: 10% 5905 30% 5905 50% 5905 90% 5905 99% 5905 ms
Write: 10% 6251 30% 6251 50% 6251 90% 6251 99% 6251 ms
Write: 10% 4508 30% 4508 50% 4508 90% 4508 99% 4508 ms
Write: 10% 4623 30% 4623 50% 4623 90% 4623 99% 4623 ms
Write: 10% 4233 30% 4233 50% 4233 90% 4233 99% 4233 ms
Read: 10% 4536 30% 7243 50% 9951 90% 15365 99% 16583 ms
Step 3. write modify
Write: 10% 4889 30% 4889 50% 4889 90% 4889 99% 4889 ms
Write: 10% 8847 30% 8847 50% 8847 90% 8847 99% 8847 ms
Write: 10% 12462 30% 12462 50% 12462 90% 12462 99% 12462 ms
Write: 10% 10526 30% 10526 50% 10526 90% 10526 99% 10526 ms
Write: 10% 12750 30% 12750 50% 12750 90% 12750 99% 12750 ms
Write: 10% 12233 30% 12233 50% 12233 90% 12233 99% 12233 ms
Write: 10% 9766 30% 9766 50% 9766 90% 9766 99% 9766 ms
Write: 10% 11906 30% 11906 50% 11906 90% 11906 99% 11906 ms
Write: 10% 11793 30% 11793 50% 11793 90% 11793 99% 11793 ms
Write: 10% 12161 30% 12161 50% 12161 90% 12161 99% 12161 ms
Write: 10% 9317 30% 9317 50% 9317 90% 9317 99% 9317 ms
Write: 10% 9509 30% 9509 50% 9509 90% 9509 99% 9509 ms
Write: 10% 9060 30% 9060 50% 9060 90% 9060 99% 9060 ms
Write: 10% 9055 30% 9055 50% 9055 90% 9055 99% 9055 ms
Write: 10% 11575 30% 11575 50% 11575 90% 11575 99% 11575 ms
Write: 10% 12360 30% 12360 50% 12360 90% 12360 99% 12360 ms
Write: 10% 12964 30% 12964 50% 12964 90% 12964 99% 12964 ms
Write: 10% 8843 30% 8843 50% 8843 90% 8843 99% 8843 ms
Write: 10% 9008 30% 9008 50% 9008 90% 9008 99% 9008 ms
Write: 10% 8916 30% 8916 50% 8916 90% 8916 99% 8916 ms
Write: 10% 8159 30% 8159 50% 8159 90% 8159 99% 8159 ms
Write: 10% 7289 30% 7289 50% 7289 90% 7289 99% 7289 ms
Write: 10% 8411 30% 8411 50% 8411 90% 8411 99% 8411 ms
Write: 10% 5978 30% 5978 50% 5978 90% 5978 99% 5978 ms
Write: 10% 6694 30% 6694 50% 6694 90% 6694 99% 6694 ms
Write: 10% 9963 30% 9963 50% 9963 90% 9963 99% 9963 ms
Write: 10% 9234 30% 9234 50% 9234 90% 9234 99% 9234 ms
Write: 10% 12270 30% 12270 50% 12270 90% 12270 99% 12270 ms
Write: 10% 8286 30% 8286 50% 8286 90% 8286 99% 8286 ms
Write: 10% 9072 30% 9072 50% 9072 90% 9072 99% 9072 ms
Write: 10% 8805 30% 8805 50% 8805 90% 8805 99% 8805 ms
Write: 10% 10804 30% 10804 50% 10804 90% 10804 99% 10804 ms
Write: 10% 10620 30% 10620 50% 10620 90% 10620 99% 10620 ms
Write: 10% 7531 30% 7531 50% 7531 90% 7531 99% 7531 ms
Write: 10% 6894 30% 6894 50% 6894 90% 6894 99% 6894 ms
Write: 10% 10728 30% 10728 50% 10728 90% 10728 99% 10728 ms
Write: 10% 6470 30% 6470 50% 6470 90% 6470 99% 6470 ms
Write: 10% 6560 30% 6560 50% 6560 90% 6560 99% 6560 ms
Write: 10% 4641 30% 4641 50% 4641 90% 4641 99% 4641 ms
Write: 10% 6614 30% 6614 50% 6614 90% 6614 99% 6614 ms
Write: 10% 6128 30% 6128 50% 6128 90% 6128 99% 6128 ms
Write: 10% 5264 30% 5264 50% 5264 90% 5264 99% 5264 ms
Write: 10% 9730 30% 9730 50% 9730 90% 9730 99% 9730 ms
Write: 10% 5218 30% 5218 50% 5218 90% 5218 99% 5218 ms
Write: 10% 6525 30% 6525 50% 6525 90% 6525 99% 6525 ms
Write: 10% 5266 30% 5266 50% 5266 90% 5266 99% 5266 ms
Write: 10% 6441 30% 6441 50% 6441 90% 6441 99% 6441 ms
Write: 10% 4433 30% 4433 50% 4433 90% 4433 99% 4433 ms
Write: 10% 4343 30% 4343 50% 4343 90% 4343 99% 4343 ms
Write: 10% 4019 30% 4019 50% 4019 90% 4019 99% 4019 ms
Write: 10% 3956 30% 3956 50% 3956 90% 3956 99% 3956 ms
Write: 10% 3701 30% 3701 50% 3701 90% 3701 99% 3701 ms
Write: 10% 3895 30% 3895 50% 3895 90% 3895 99% 3895 ms
Write: 10% 8467 30% 8467 50% 8467 90% 8467 99% 8467 ms
Write: 10% 3840 30% 3840 50% 3840 90% 3840 99% 3840 ms
Write: 10% 8790 30% 8790 50% 8790 90% 8790 99% 8790 ms
Write: 10% 3862 30% 3862 50% 3862 90% 3862 99% 3862 ms
Write: 10% 7602 30% 7602 50% 7602 90% 7602 99% 7602 ms
Write: 10% 7283 30% 7283 50% 7283 90% 7283 99% 7283 ms
Write: 10% 5839 30% 5839 50% 5839 90% 5839 99% 5839 ms
Write: 10% 5159 30% 5159 50% 5159 90% 5159 99% 5159 ms
Write: 10% 5072 30% 5072 50% 5072 90% 5072 99% 5072 ms
Write: 10% 4071 30% 4071 50% 4071 90% 4071 99% 4071 ms
Write: 10% 3737 30% 3737 50% 3737 90% 3737 99% 3737 ms
Update: 10% 1299 30% 1299 50% 1299 90% 1299 99% 1299 ms
Step 4. read modify write
Was written: 22.65625 MiB, Speed: 0.3776041666666667 MiB/s
Write: 10% 8672 30% 8672 50% 8672 90% 8672 99% 8672 ms
Write: 10% 13367 30% 13367 50% 13367 90% 13367 99% 13367 ms
Write: 10% 13033 30% 13033 50% 13033 90% 13033 99% 13033 ms
Write: 10% 12397 30% 12397 50% 12397 90% 12397 99% 12397 ms
Write: 10% 12972 30% 12972 50% 12972 90% 12972 99% 12972 ms
Write: 10% 11146 30% 11146 50% 11146 90% 11146 99% 11146 ms
Write: 10% 12229 30% 12229 50% 12229 90% 12229 99% 12229 ms
Write: 10% 12061 30% 12061 50% 12061 90% 12061 99% 12061 ms
Write: 10% 11917 30% 11917 50% 11917 90% 11917 99% 11917 ms
Write: 10% 12510 30% 12510 50% 12510 90% 12510 99% 12510 ms
Write: 10% 9661 30% 9661 50% 9661 90% 9661 99% 9661 ms
Write: 10% 12665 30% 12665 50% 12665 90% 12665 99% 12665 ms
Write: 10% 12025 30% 12025 50% 12025 90% 12025 99% 12025 ms
Write: 10% 11491 30% 11491 50% 11491 90% 11491 99% 11491 ms
Write: 10% 11447 30% 11447 50% 11447 90% 11447 99% 11447 ms
Write: 10% 11657 30% 11657 50% 11657 90% 11657 99% 11657 ms
Write: 10% 10947 30% 10947 50% 10947 90% 10947 99% 10947 ms
Write: 10% 11369 30% 11369 50% 11369 90% 11369 99% 11369 ms
Write: 10% 8478 30% 8478 50% 8478 90% 8478 99% 8478 ms
Write: 10% 11382 30% 11382 50% 11382 90% 11382 99% 11382 ms
Write: 10% 9618 30% 9618 50% 9618 90% 9618 99% 9618 ms
Write: 10% 9981 30% 9981 50% 9981 90% 9981 99% 9981 ms
Write: 10% 10600 30% 10600 50% 10600 90% 10600 99% 10600 ms
Write: 10% 7966 30% 7966 50% 7966 90% 7966 99% 7966 ms
Write: 10% 10392 30% 10392 50% 10392 90% 10392 99% 10392 ms
Write: 10% 10480 30% 10480 50% 10480 90% 10480 99% 10480 ms
Write: 10% 10980 30% 10980 50% 10980 90% 10980 99% 10980 ms
Write: 10% 5518 30% 5518 50% 5518 90% 5518 99% 5518 ms
Write: 10% 10146 30% 10146 50% 10146 90% 10146 99% 10146 ms
Write: 10% 8230 30% 8230 50% 8230 90% 8230 99% 8230 ms
Write: 10% 4965 30% 4965 50% 4965 90% 4965 99% 4965 ms
Write: 10% 9634 30% 9634 50% 9634 90% 9634 99% 9634 ms
Write: 10% 8466 30% 8466 50% 8466 90% 8466 99% 8466 ms
Write: 10% 9491 30% 9491 50% 9491 90% 9491 99% 9491 ms
Write: 10% 7185 30% 7185 50% 7185 90% 7185 99% 7185 ms
Write: 10% 3934 30% 3934 50% 3934 90% 3934 99% 3934 ms
Write: 10% 8334 30% 8334 50% 8334 90% 8334 99% 8334 ms
Write: 10% 5322 30% 5322 50% 5322 90% 5322 99% 5322 ms
Write: 10% 11072 30% 11072 50% 11072 90% 11072 99% 11072 ms
Write: 10% 7698 30% 7698 50% 7698 90% 7698 99% 7698 ms
Write: 10% 6619 30% 6619 50% 6619 90% 6619 99% 6619 ms
Write: 10% 7358 30% 7358 50% 7358 90% 7358 99% 7358 ms
Write: 10% 6318 30% 6318 50% 6318 90% 6318 99% 6318 ms
Write: 10% 6372 30% 6372 50% 6372 90% 6372 99% 6372 ms
Write: 10% 5717 30% 5717 50% 5717 90% 5717 99% 5717 ms
Write: 10% 5911 30% 5911 50% 5911 90% 5911 99% 5911 ms
Write: 10% 5684 30% 5684 50% 5684 90% 5684 99% 5684 ms
Write: 10% 6559 30% 6559 50% 6559 90% 6559 99% 6559 ms
Write: 10% 5513 30% 5513 50% 5513 90% 5513 99% 5513 ms
Write: 10% 5454 30% 5454 50% 5454 90% 5454 99% 5454 ms
Write: 10% 4973 30% 4973 50% 4973 90% 4973 99% 4973 ms
Write: 10% 5001 30% 5001 50% 5001 90% 5001 99% 5001 ms
Write: 10% 5212 30% 5212 50% 5212 90% 5212 99% 5212 ms
Write: 10% 6829 30% 6829 50% 6829 90% 6829 99% 6829 ms
Write: 10% 5622 30% 5622 50% 5622 90% 5622 99% 5622 ms
Write: 10% 4872 30% 4872 50% 4872 90% 4872 99% 4872 ms
Write: 10% 4627 30% 4627 50% 4627 90% 4627 99% 4627 ms
Write: 10% 6547 30% 6547 50% 6547 90% 6547 99% 6547 ms
Write: 10% 4531 30% 4531 50% 4531 90% 4531 99% 4531 ms
Write: 10% 4925 30% 4925 50% 4925 90% 4925 99% 4925 ms
Write: 10% 6018 30% 6018 50% 6018 90% 6018 99% 6018 ms
Write: 10% 10231 30% 10231 50% 10231 90% 10231 99% 10231 ms
Write: 10% 4427 30% 4427 50% 4427 90% 4427 99% 4427 ms
Write: 10% 4469 30% 4469 50% 4469 90% 4469 99% 4469 ms
Read: 10% 7924 30% 9695 50% 11465 90% 15006 99% 15803 ms
Update: 10% 1608 30% 1608 50% 1608 90% 1608 99% 1608 ms
