============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_workload.py F

=================================== FAILURES ===================================
_____________________________ TestYdbWorkload.test _____________________________
ydb/tests/stress/olap_workload/tests/test_workload.py:26: in test
    yatest.common.execute([
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:13698 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
E       return [result_set for result_set in it]
E                                            ^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
E       return self._next()
E              ^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
E       res = self.wrapper(next(self.it))
E             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
E       lambda resp: base.wrap_execute_query_response(
E                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
E       return func(rpc_state, response_pb, session_state, *args, **kwargs)
E              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
E       issues._process_response(response_pb)
E     File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
E       raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c9\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64213
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32611
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6305
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6738
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11431
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11432
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16762
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/cxjm/002f67/r3tmp/kikimr_cluster_v1nnr_1w
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13698
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27083
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5051
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26084
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/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/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_3x0v0x6i.log --grpc-port=13698 --mon-port=27083 --ic-port=64213
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3964
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62216
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3888
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11472
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_vnakq2n0.log --grpc-port=3964 --mon-port=62216 --ic-port=8423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18929
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12202
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61559
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tjtavqnh.log --grpc-port=18929 --mon-port=12202 --ic-port=32611
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63381
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23408
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1120
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4667
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_58pm3iw6.log --grpc-port=63381 --mon-port=23408 --ic-port=27106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10183
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13383
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5587
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62863
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_ekkojw8u.log --grpc-port=10183 --mon-port=13383 --ic-port=6305
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6418
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25781
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14474
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_cimfd7ie.log --grpc-port=6418 --mon-port=25781 --ic-port=6738
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6015
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13666
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25167
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7799
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_tf5tsteb.log --grpc-port=6015 --mon-port=13666 --ic-port=65064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4062
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61575
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27123
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32443
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1de8dxtc.log --grpc-port=4062 --mon-port=61575 --ic-port=11432
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19043
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8914
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21515
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vcrodc05.log --grpc-port=16757 --mon-port=19043 --ic-port=16762
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13698/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/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/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_3x0v0x6i.log --grpc-port=13698 --mon-port=27083 --ic-port=64213
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_3x0v0x6i.log', '--grpc-port=13698', '--mon-port=27083', '--ic-port=64213')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3791440
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13698/1
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/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3791441
DEBUG    ya.test:process.py:259 Command (pid 3791441) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3791441) elapsed time (sec): 0.737083911895752
DEBUG    ya.test:process.py:263 Command (pid 3791441) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) maxrss: 541112
DEBUG    ya.test:process.py:263 Command (pid 3791441) minflt: 16169
DEBUG    ya.test:process.py:263 Command (pid 3791441) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 3791441) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3791441) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3791441) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3791441) stime: 0.285953
DEBUG    ya.test:process.py:263 Command (pid 3791441) utime: 0.12447
DEBUG    ya.test:process.py:263 Command (pid 3791441) wtime: 0.741
DEBUG    ya.test:process.py:275 Command (pid 3791441) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3791441) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3964/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_vnakq2n0.log --grpc-port=3964 --mon-port=62216 --ic-port=8423
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_vnakq2n0.log', '--grpc-port=3964', '--mon-port=62216', '--ic-port=8423')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3791637
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:3964/2
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/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3791639
DEBUG    ya.test:process.py:259 Command (pid 3791639) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3791639) elapsed time (sec): 0.6368827819824219
DEBUG    ya.test:process.py:263 Command (pid 3791639) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) maxrss: 541132
DEBUG    ya.test:process.py:263 Command (pid 3791639) minflt: 16167
DEBUG    ya.test:process.py:263 Command (pid 3791639) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) nivcsw: 92
DEBUG    ya.test:process.py:263 Command (pid 3791639) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3791639) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3791639) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3791639) stime: 0.267978
DEBUG    ya.test:process.py:263 Command (pid 3791639) utime: 0.114853
DEBUG    ya.test:process.py:263 Command (pid 3791639) wtime: 0.644
DEBUG    ya.test:process.py:275 Command (pid 3791639) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3791639) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:18929/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tjtavqnh.log --grpc-port=18929 --mon-port=12202 --ic-port=32611
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tjtavqnh.log', '--grpc-port=18929', '--mon-port=12202', '--ic-port=32611')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3791717
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:18929/3
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/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3791718
DEBUG    ya.test:process.py:259 Command (pid 3791718) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3791718) elapsed time (sec): 0.6030113697052002
DEBUG    ya.test:process.py:263 Command (pid 3791718) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) maxrss: 541132
DEBUG    ya.test:process.py:263 Command (pid 3791718) minflt: 16164
DEBUG    ya.test:process.py:263 Command (pid 3791718) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) nivcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 3791718) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3791718) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3791718) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3791718) stime: 0.266391
DEBUG    ya.test:process.py:263 Command (pid 3791718) utime: 0.12258999999999999
DEBUG    ya.test:process.py:263 Command (pid 3791718) wtime: 0.638
DEBUG    ya.test:process.py:275 Command (pid 3791718) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3791718) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:63381/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_58pm3iw6.log --grpc-port=63381 --mon-port=23408 --ic-port=27106
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_58pm3iw6.log', '--grpc-port=63381', '--mon-port=23408', '--ic-port=27106')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3791915
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:63381/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3791919
DEBUG    ya.test:process.py:259 Command (pid 3791919) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3791919) elapsed time (sec): 0.6442437171936035
DEBUG    ya.test:process.py:263 Command (pid 3791919) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) maxrss: 541116
DEBUG    ya.test:process.py:263 Command (pid 3791919) minflt: 16167
DEBUG    ya.test:process.py:263 Command (pid 3791919) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) nivcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 3791919) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3791919) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3791919) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3791919) stime: 0.290802
DEBUG    ya.test:process.py:263 Command (pid 3791919) utime: 0.12004899999999999
DEBUG    ya.test:process.py:263 Command (pid 3791919) wtime: 0.656
DEBUG    ya.test:process.py:275 Command (pid 3791919) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3791919) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10183/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_ekkojw8u.log --grpc-port=10183 --mon-port=13383 --ic-port=6305
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_ekkojw8u.log', '--grpc-port=10183', '--mon-port=13383', '--ic-port=6305')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3792173
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:10183/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792181
DEBUG    ya.test:process.py:259 Command (pid 3792181) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792181) elapsed time (sec): 0.758962869644165
DEBUG    ya.test:process.py:263 Command (pid 3792181) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) maxrss: 541112
DEBUG    ya.test:process.py:263 Command (pid 3792181) minflt: 16169
DEBUG    ya.test:process.py:263 Command (pid 3792181) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) nivcsw: 106
DEBUG    ya.test:process.py:263 Command (pid 3792181) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792181) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3792181) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792181) stime: 0.305953
DEBUG    ya.test:process.py:263 Command (pid 3792181) utime: 0.15516
DEBUG    ya.test:process.py:263 Command (pid 3792181) wtime: 0.765
DEBUG    ya.test:process.py:275 Command (pid 3792181) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3792181) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6418/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_cimfd7ie.log --grpc-port=6418 --mon-port=25781 --ic-port=6738
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_cimfd7ie.log', '--grpc-port=6418', '--mon-port=25781', '--ic-port=6738')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3792376
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6418/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792391
DEBUG    ya.test:process.py:259 Command (pid 3792391) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792391) elapsed time (sec): 0.5726087093353271
DEBUG    ya.test:process.py:263 Command (pid 3792391) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) maxrss: 541116
DEBUG    ya.test:process.py:263 Command (pid 3792391) minflt: 16168
DEBUG    ya.test:process.py:263 Command (pid 3792391) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) nivcsw: 264
DEBUG    ya.test:process.py:263 Command (pid 3792391) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792391) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3792391) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792391) stime: 0.277045
DEBUG    ya.test:process.py:263 Command (pid 3792391) utime: 0.122331
DEBUG    ya.test:process.py:263 Command (pid 3792391) wtime: 0.575
DEBUG    ya.test:process.py:275 Command (pid 3792391) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3792391) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6015/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_tf5tsteb.log --grpc-port=6015 --mon-port=13666 --ic-port=65064
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_tf5tsteb.log', '--grpc-port=6015', '--mon-port=13666', '--ic-port=65064')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3792612
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6015/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792614
DEBUG    ya.test:process.py:259 Command (pid 3792614) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792614) elapsed time (sec): 0.6886792182922363
DEBUG    ya.test:process.py:263 Command (pid 3792614) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) maxrss: 541128
DEBUG    ya.test:process.py:263 Command (pid 3792614) minflt: 16168
DEBUG    ya.test:process.py:263 Command (pid 3792614) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) nivcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 3792614) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792614) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3792614) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792614) stime: 0.27674699999999997
DEBUG    ya.test:process.py:263 Command (pid 3792614) utime: 0.11652
DEBUG    ya.test:process.py:263 Command (pid 3792614) wtime: 0.712
DEBUG    ya.test:process.py:275 Command (pid 3792614) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3792614) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4062/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1de8dxtc.log --grpc-port=4062 --mon-port=61575 --ic-port=11432
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1de8dxtc.log', '--grpc-port=4062', '--mon-port=61575', '--ic-port=11432')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3792879
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:4062/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792896
DEBUG    ya.test:process.py:259 Command (pid 3792896) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792896) elapsed time (sec): 0.6574945449829102
DEBUG    ya.test:process.py:263 Command (pid 3792896) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) maxrss: 541120
DEBUG    ya.test:process.py:263 Command (pid 3792896) minflt: 16165
DEBUG    ya.test:process.py:263 Command (pid 3792896) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) nivcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 3792896) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792896) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3792896) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792896) stime: 0.286588
DEBUG    ya.test:process.py:263 Command (pid 3792896) utime: 0.103131
DEBUG    ya.test:process.py:263 Command (pid 3792896) wtime: 0.682
DEBUG    ya.test:process.py:275 Command (pid 3792896) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3792896) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16757/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vcrodc05.log --grpc-port=16757 --mon-port=19043 --ic-port=16762
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vcrodc05.log', '--grpc-port=16757', '--mon-port=19043', '--ic-port=16762')' in '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3793107
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:16757/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3793110
DEBUG    ya.test:process.py:259 Command (pid 3793110) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3793110) elapsed time (sec): 0.5268418788909912
DEBUG    ya.test:process.py:263 Command (pid 3793110) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) maxrss: 541136
DEBUG    ya.test:process.py:263 Command (pid 3793110) minflt: 16166
DEBUG    ya.test:process.py:263 Command (pid 3793110) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) nivcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 3793110) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793110) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3793110) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3793110) stime: 0.301083
DEBUG    ya.test:process.py:263 Command (pid 3793110) utime: 0.09594599999999999
DEBUG    ya.test:process.py:263 Command (pid 3793110) wtime: 0.531
DEBUG    ya.test:process.py:275 Command (pid 3793110) output:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-k6w43pqfnq
    Host information: 
        Linux ghrun-k6w43pqfnq 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -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 -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -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 3793110) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 9 version:
Git info:
    Commit: d951e6677c38ebdd6569e6affda038b7ec0dcd73
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge c2bda7a48744aababd08d376c19d40e30411b1c2 into 4e0685800275111225607954e1f1bf0783794f3b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13698', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 64213\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8423\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32611\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27106\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6305\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6738\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65064\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11432\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16762\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13698', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 64213\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8423\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32611\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27106\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6305\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6738\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65064\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11432\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16762\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3793700
DEBUG    ya.test:process.py:259 Command (pid 3793700) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3793700) elapsed time (sec): 0.5651123523712158
DEBUG    ya.test:process.py:263 Command (pid 3793700) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) maxrss: 549380
DEBUG    ya.test:process.py:263 Command (pid 3793700) minflt: 18311
DEBUG    ya.test:process.py:263 Command (pid 3793700) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) nivcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3793700) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793700) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3793700) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3793700) stime: 0.291363
DEBUG    ya.test:process.py:263 Command (pid 3793700) utime: 0.144267
DEBUG    ya.test:process.py:263 Command (pid 3793700) wtime: 0.566
DEBUG    ya.test:process.py:275 Command (pid 3793700) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13698', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13698', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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: 3793798
DEBUG    ya.test:process.py:259 Command (pid 3793798) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3793798) elapsed time (sec): 0.5524532794952393
DEBUG    ya.test:process.py:263 Command (pid 3793798) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) maxrss: 549380
DEBUG    ya.test:process.py:263 Command (pid 3793798) minflt: 18307
DEBUG    ya.test:process.py:263 Command (pid 3793798) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) nivcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 3793798) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793798) nvcsw: 113
DEBUG    ya.test:process.py:263 Command (pid 3793798) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3793798) stime: 0.280011
DEBUG    ya.test:process.py:263 Command (pid 3793798) utime: 0.12537199999999998
DEBUG    ya.test:process.py:263 Command (pid 3793798) wtime: 0.554
DEBUG    ya.test:process.py:275 Command (pid 3793798) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d9892363-ec47-4a35-bef4-b09551c2cb7e, localhost:13698): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d9892363-ec47-4a35-bef4-b09551c2cb7e, localhost:13698): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d9892363-ec47-4a35-bef4-b09551c2cb7e, localhost:13698): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 3964 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: "2" node_id: 2 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 4062 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: "2" node_id: 8 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 6015 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: 7 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 13698 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 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 18929 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: "3" node_id: 3 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 6418 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: "3" node_id: 6 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 63381 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: 4 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 16757 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: "3" node_id: 9 } endpoints { address: "ghrun-k6w43pqfnq.auto.internal" port: 10183 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: "2" node_id: 5 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-k6w43pqfnq.auto.internal:63381, location 1, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:13698, location 1, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:6015, location 1, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:3964, location 2, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:6418, location 3, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:18929, location 3, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:4062, location 2, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:10183, location 2, ssl: False>, <Endpoint ghrun-k6w43pqfnq.auto.internal:16757, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:13698', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3793934
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 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'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13698
DEBUG    ya.test:process.py:259 Command (pid 3793934) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3793934) elapsed time (sec): 7.426388263702393
DEBUG    ya.test:process.py:263 Command (pid 3793934) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) inblock: 220856
DEBUG    ya.test:process.py:263 Command (pid 3793934) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) majflt: 28
DEBUG    ya.test:process.py:263 Command (pid 3793934) maxrss: 204520
DEBUG    ya.test:process.py:263 Command (pid 3793934) minflt: 16605
DEBUG    ya.test:process.py:263 Command (pid 3793934) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) nivcsw: 435
DEBUG    ya.test:process.py:263 Command (pid 3793934) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793934) nvcsw: 1323
DEBUG    ya.test:process.py:263 Command (pid 3793934) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 3793934) stime: 0.174069
DEBUG    ya.test:process.py:263 Command (pid 3793934) utime: 1.185196
DEBUG    ya.test:process.py:263 Command (pid 3793934) wtime: 7.439
DEBUG    ya.test:process.py:275 Command (pid 3793934) output:

DEBUG    ya.test:process.py:276 Command (pid 3793934) errors:
Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c9\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: 
                CREATE TABLE `/Root/olap_workload/create_drop/26585` (
                    c0 Int16 NOT NULL, c1 Int16 NOT NULL, c2 Date NOT NULL, c3 Interval64 NOT NULL, c4 Utf8 NOT NULL, c5 Timestamp NOT NULL, c6 Timestamp64 NOT NULL, c7 Int32 NOT NULL, c8 Decimal(35,10) NOT NULL, c9 Bool NOT NULL, c10 Decimal(15,0) NOT NULL, c11 Int32 NOT NULL, c12 String NOT NULL, c13 Datetime NOT NULL, c14 String NOT NULL, c15 Uint8 NOT NULL, c16 Uint32 NOT NULL, c17 Decimal(15,0) NOT NULL, c18 Int8 NOT NULL, c19 Uint32 NOT NULL, c20 Int8 NOT NULL, c21 Uint64 NOT NULL, c22 Int32 NOT NULL, c23 Timestamp NOT NULL, c24 Uint16 NOT NULL, c25 Uint8 NOT NULL, c26 Timestamp64 NOT NULL, c27 Decimal(35,10) NOT NULL, c28 Int32 NOT NULL, c29 Date32 NOT NULL, c30 Utf8 NOT NULL, c31 Decimal(35,10) NOT NULL, c32 String NOT NULL, c33 Date32 NOT NULL, c34 Uint32 NOT NULL, c35 Uint16 NOT NULL, c36 Uint64 NOT NULL, c37 String NOT NULL, c38 Timestamp NOT NULL, c39 Date32 NOT NULL, c40 Date32 NOT NULL, c41 Utf8 NOT NULL, c42 Interval64 NOT NULL, c43 Timestamp64 NOT NULL, c44 Datetime64 NOT NULL, c45 Int16 NOT NULL, c46 Utf8 NOT NULL, c47 Uint64 NOT NULL, c48 Datetime64 NOT NULL, c49 Int16 NOT NULL, c50 Int32 NOT NULL, c51 Int16 NOT NULL, c52 Timestamp64 NOT NULL, c53 Uint64 NOT NULL, c54 Uint16 NOT NULL, c55 Interval64 NOT NULL, c56 Uint16 NOT NULL, c57 Timestamp NOT NULL, c58 Uint32 NOT NULL, c59 Uint16 NOT NULL, c60 Timestamp64 NOT NULL, c61 Decimal(15,0) NOT NULL, c62 Bool NOT NULL, c63 Date NOT NULL, c64 String NOT NULL, c65 Int16 NOT NULL, c66 String NOT NULL, c67 Datetime NOT NULL, c68 Int8 NOT NULL, c69 Int64 NOT NULL, c70 Datetime NOT NULL, c71 Int8 NOT NULL, c72 Utf8 NOT NULL, c73 Decimal(35,10) NOT NULL, c74 Datetime64 NOT NULL, c75 Decimal(15,0) NOT NULL, c76 Int64 NOT NULL, c77 Uint16 NOT NULL, c78 Uint16 NOT NULL, c79 Datetime64 NOT NULL, c80 Decimal(15,0) NOT NULL, c81 Decimal(15,0) NOT NULL, c82 Int32 NOT NULL, c83 Utf8 NOT NULL, c84 Timestamp64 NOT NULL, c85 Timestamp NOT NULL, c86 Uint32 NOT NULL, c87 Timestamp64 NOT NULL, c88 Int32 NOT NULL, c89 Utf8 NOT NULL, c90 Int16 NOT NULL, c91 Timestamp64 NOT NULL, c92 Bool NOT NULL, c93 Decimal(22,9) NOT NULL, c94 Int8 NOT NULL, c95 Uint8 NOT NULL, c96 Uint16 NOT NULL, c97 Decimal(22,9) NOT NULL, c98 Date32 NOT NULL, c99 Int64 NOT NULL, c100 Date32 NOT NULL, c101 Uint16 NOT NULL, c102 Uint64 NOT NULL, c103 Int8 NOT NULL, c104 Uint32 NOT NULL, c105 Int16 NOT NULL, c106 Uint16 NOT NULL, c107 Int8 NOT NULL, c108 Datetime NOT NULL, c109 Interval64 NOT NULL, c110 Decimal(15,0) NOT NULL, c111 Bool NOT NULL, c112 Uint64 NOT NULL, c113 Date NOT NULL, c114 Int64 NOT NULL, c115 Timestamp NOT NULL, c116 Datetime64 NOT NULL, c117 Decimal(15,0) NOT NULL, c118 Utf8 NOT NULL, c119 Uint8 NOT NULL, c120 String NOT NULL, c121 Uint64 NOT NULL, c122 Uint64 NOT NULL, c123 Datetime64 NOT NULL, c124 Timestamp64 NOT NULL, c125 Utf8 NOT NULL, c126 Bool NOT NULL, c127 Date NOT NULL, c128 Uint8 NOT NULL, c129 Decimal(22,9) NOT NULL, c130 Uint64 NOT NULL, c131 Int8 NOT NULL, c132 Decimal(15,0) NOT NULL, c133 Timestamp64 NOT NULL, c134 Uint16 NOT NULL, c135 Int32 NOT NULL, c136 Uint8 NOT NULL, c137 Interval64 NOT NULL, c138 Timestamp64 NOT NULL, c139 Datetime64 NOT NULL, c140 Int32 NOT NULL, c141 Date32 NOT NULL, c142 Uint16 NOT NULL, c143 Uint64 NOT NULL, c144 Decimal(15,0) NOT NULL, c145 Decimal(22,9) NOT NULL, c146 Interval64 NOT NULL, c147 Datetime64 NOT NULL, c148 Int64 NOT NULL, c149 Datetime64 NOT NULL, c150 Timestamp NOT NULL, c151 Uint16 NOT NULL, c152 Decimal(22,9) NOT NULL, c153 Uint32 NOT NULL, c154 Uint16 NOT NULL, c155 Utf8 NOT NULL, c156 Int16 NOT NULL, c157 Decimal(15,0) NOT NULL, c158 Datetime64 NOT NULL, c159 Bool NOT NULL, c160 Interval64 NOT NULL, c161 Date NOT NULL, c162 Timestamp64 NOT NULL, c163 Datetime64 NOT NULL, c164 Decimal(35,10) NOT NULL, c165 Timestamp NOT NULL, c166 Utf8 NOT NULL, c167 Uint8 NOT NULL, c168 Timestamp64 NOT NULL, c169 Uint32 NOT NULL, c170 Uint16 NOT NULL, c171 Utf8 NOT NULL, c172 String NOT NULL, c173 Datetime64 NOT NULL, c174 String, c175 Datetime NOT NULL, c176 Date, c177 Uint32, c178 Date32, c179 String NOT NULL, c180 Json NOT NULL, c181 Interval64, c182 String NOT NULL, c183 Uint16, c184 Timestamp64 NOT NULL, c185 Timestamp64, c186 Yson NOT NULL, c187 Decimal(35,10) NOT NULL, c188 Timestamp, c189 Json NOT NULL, c190 Bool NOT NULL, c191 Int8, c192 Datetime, c193 Date, c194 Date32, c195 Decimal(15,0), c196 Decimal(35,10), c197 Timestamp, c198 Datetime64, c199 Datetime64 NOT NULL, c200 Int64 NOT NULL, c201 Decimal(22,9) NOT NULL, c202 Uint32 NOT NULL, c203 Uint32, c204 Decimal(35,10) NOT NULL, c205 Double, c206 Int8 NOT NULL, c207 Bool, c208 Datetime, c209 Utf8, c210 Int32, c211 Int64, c212 Decimal(22,9), c213 Uint8, c214 Utf8 NOT NULL, c215 String, c216 Decimal(15,0) NOT NULL, c217 Interval64, c218 Float NOT NULL, c219 JsonDocument NOT NULL, c220 Datetime64, c221 Date NOT NULL, c222 Yson NOT NULL, c223 Yson NOT NULL, c224 Int64 NOT NULL, c225 Decimal(35,10), c226 Json NOT NULL, c227 Int16 NOT NULL, c228 Int32 NOT NULL, c229 Datetime, c230 Decimal(35,10) NOT NULL, c231 Uint8, c232 Uint32, c233 Timestamp64 NOT NULL, c234 Date, c235 Uint8 NOT NULL, c236 Datetime64, c237 Decimal(22,9) NOT NULL, c238 Uint64 NOT NULL, c239 Datetime64, c240 Utf8, c241 Json, c242 Decimal(22,9), c243 Timestamp NOT NULL, c244 Decimal(35,10) NOT NULL, c245 Double, c246 Decimal(15,0) NOT NULL, c247 String, c248 Date NOT NULL, c249 Uint8, c250 Decimal(22,9), c251 Yson, c252 Uint16 NOT NULL, c253 Timestamp NOT NULL, c254 Timestamp, c255 Date32, c256 Uint32 NOT NULL, c257 Decimal(15,0), c258 Int64 NOT NULL, c259 Bool, c260 Int8, c261 Uint16 NOT NULL, c262 String, c263 Datetime64 NOT NULL, c264 Decimal(22,9) NOT NULL, c265 Timestamp NOT NULL, c266 Interval64, c267 Int16, c268 Double, c269 Date, c270 Uint8, c271 Uint16, c272 Utf8, c273 Bool NOT NULL, c274 Timestamp64, c275 Date32 NOT NULL, c276 Int16 NOT NULL, c277 Int32, c278 Datetime64 NOT NULL, c279 Interval64, c280 Json, c281 Datetime64 NOT NULL, c282 Int8 NOT NULL, c283 Int8, c284 Timestamp, c285 Int64, c286 Decimal(35,10), c287 Date32 NOT NULL, c288 Int16 NOT NULL, c289 String NOT NULL, c290 Interval64, c291 Int16 NOT NULL, c292 Timestamp64, c293 JsonDocument NOT NULL, c294 Decimal(22,9), c295 Int32 NOT NULL, c296 Double NOT NULL, c297 Bool NOT NULL, c298 JsonDocument NOT NULL, c299 Bool, c300 Datetime, c301 Int64, c302 Date32 NOT NULL, c303 String, c304 Uint32 NOT NULL, c305 Interval64, c306 Decimal(15,0), c307 Date32, c308 String, c309 Decimal(15,0) NOT NULL, c310 Date, c311 Date32 NOT NULL, c312 JsonDocument NOT NULL, c313 Bool, c314 Int64 NOT NULL, c315 Timestamp64 NOT NULL, c316 Decimal(22,9), c317 Int8, c318 Interval64 NOT NULL, c319 Uint16 NOT NULL, c320 Uint64 NOT NULL, c321 Utf8 NOT NULL, c322 Int8 NOT NULL, c323 Timestamp, c324 Uint8, c325 Decimal(15,0), c326 Int64, c327 String, c328 Decimal(15,0) NOT NULL, c329 Int16, c330 Date, c331 Uint32, c332 Timestamp, c333 JsonDocument, c334 Yson, c335 Int8 NOT NULL, c336 Datetime, c337 Uint64, c338 Int8, c339 Int64 NOT NULL, c340 Decimal(35,10) NOT NULL, c341 Decimal(15,0) NOT NULL, c342 JsonDocument NOT NULL, c343 Json, c344 Int16 NOT NULL, c345 Utf8 NOT NULL, c346 JsonDocument, c347 String, c348 Int64 NOT NULL, c349 Decimal(15,0) NOT NULL, c350 JsonDocument, c351 Int16, c352 Datetime NOT NULL, c353 Uint8 NOT NULL, c354 Int64, c355 String, c356 Interval64 NOT NULL, c357 Timestamp64 NOT NULL, c358 String NOT NULL, c359 Timestamp, c360 Bool NOT NULL, c361 Int8 NOT NULL, c362 Uint8 NOT NULL, c363 Float, c364 Int64 NOT NULL, c365 Decimal(22,9), c366 Uint8, c367 Date32 NOT NULL, c368 Interval64 NOT NULL, c369 Decimal(35,10), c370 Decimal(35,10) NOT NULL, c371 Datetime NOT NULL, c372 Datetime64 NOT NULL, c373 Interval64 NOT NULL, c374 Uint8 NOT NULL, c375 Int8, c376 Int16 NOT NULL, c377 Int8, c378 Int64 NOT NULL, c379 Uint8, c380 Date, c381 Decimal(15,0) NOT NULL, c382 Bool NOT NULL, c383 Date32, c384 Int8, c385 Date, c386 Date32, c387 Timestamp64, c388 Datetime, c389 Float, c390 Int8 NOT NULL, c391 Date NOT NULL, c392 Uint8 NOT NULL, c393 Decimal(35,10) NOT NULL, c394 Uint32, c395 Bool NOT NULL, c396 Timestamp, c397 Yson, c398 Utf8 NOT NULL, c399 Decimal(15,0) NOT NULL, c400 Int8, c401 Float NOT NULL, c402 Date32 NOT NULL, c403 Uint32, c404 Bool NOT NULL, c405 Datetime64, c406 Int32 NOT NULL, c407 Uint32 NOT NULL, c408 Json, c409 Int32, c410 Uint64, c411 Utf8 NOT NULL, c412 Uint8 NOT NULL, c413 Timestamp64 NOT NULL, c414 Uint16, c415 Float, c416 Int16 NOT NULL, c417 Uint16 NOT NULL, c418 JsonDocument NOT NULL, c419 Uint8 NOT NULL, c420 Date32 NOT NULL, c421 Decimal(35,10), c422 Uint32 NOT NULL, c423 Int16 NOT NULL, c424 Uint8, c425 Yson, c426 Timestamp, c427 Utf8, c428 Datetime NOT NULL, c429 Json, c430 Float NOT NULL, c431 Interval64 NOT NULL, c432 Uint8 NOT NULL, c433 Uint64 NOT NULL, c434 Utf8 NOT NULL, c435 Datetime64 NOT NULL, c436 Int8, c437 String NOT NULL, c438 Interval64 NOT NULL, c439 Float, c440 Float NOT NULL, c441 Uint64 NOT NULL, c442 Datetime, c443 Uint32, c444 Uint8, c445 Int32 NOT NULL, c446 Float NOT NULL, c447 Decimal(35,10) NOT NULL, c448 Uint32 NOT NULL, c449 Decimal(15,0), c450 JsonDocument NOT NULL, c451 Decimal(15,0) NOT NULL, c452 String NOT NULL, c453 Json, c454 Int64, c455 Bool NOT NULL, c456 Yson NOT NULL, c457 JsonDocument NOT NULL, c458 Datetime, c459 Utf8, c460 Decimal(35,10) NOT NULL, c461 Json, c462 Int32, c463 Json, c464 Date32 NOT NULL, c465 Decimal(35,10), c466 JsonDocument, c467 Timestamp NOT NULL, c468 Date NOT NULL, c469 Int16 NOT NULL, c470 Uint8, c471 Decimal(35,10), c472 Json NOT NULL, c473 Int16, c474 Datetime, c475 Date NOT NULL, c476 Int32 NOT NULL, c477 Int32 NOT NULL, c478 Datetime NOT NULL, c479 Uint32 NOT NULL, c480 Decimal(22,9) NOT NULL, c481 Uint16 NOT NULL, c482 Timestamp NOT NULL, c483 Json, c484 Timestamp, c485 Yson NOT NULL, c486 JsonDocument, c487 Decimal(15,0) NOT NULL, c488 Int16 NOT NULL, c489 Uint16 NOT NULL, c490 Uint32, c491 Double NOT NULL, c492 Int32, c493 Uint32 NOT NULL, c494 Interval64 NOT NULL, c495 Datetime64 NOT NULL, c496 Timestamp, c497 Uint16 NOT NULL, c498 String NOT NULL, c499 Int8 NOT NULL, c500 Utf8, c501 Int64 NOT NULL, c502 Decimal(15,0), c503 Double, c504 Int16 NOT NULL, c505 String, c506 Uint16 NOT NULL, c507 Datetime NOT NULL, c508 Interval64, c509 JsonDocument NOT NULL, c510 Uint32 NOT NULL, c511 Uint32, c512 Datetime NOT NULL, c513 Uint8, c514 Date32, c515 Decimal(35,10), c516 Date, c517 Uint32 NOT NULL, c518 Double NOT NULL, c519 Uint16, c520 Uint8, c521 Interval64, c522 String, c523 Int64 NOT NULL, c524 Json, c525 Decimal(22,9) NOT NULL, c526 Datetime NOT NULL, c527 Decimal(35,10) NOT NULL, c528 Bool NOT NULL, c529 Timestamp, c530 Bool, c531 Datetime64 NOT NULL, c532 Int64 NOT NULL, c533 Uint32,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c9\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c9\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c9\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: \n                CREATE TABLE `/Root/olap_workload/create_drop/26585` (\n                    c0 Int16 NOT NULL, c1 Int16 NOT NULL, c2 Date NOT NULL, c3 Interval64 NOT NULL, c4 Utf8 NOT NULL, c5 Timestamp NOT NULL, c6 Timestamp64 NOT NULL, c7 Int32 NOT NULL, c8 Decimal(35,10) NOT NULL, c9 Bool NOT NULL, c10 Decimal(15,0) NOT NULL, c11 Int32 NOT NULL, c12 String NOT NULL, c13 Datetime NOT NULL, c14 String NOT NULL, c15 Uint8 NOT NULL, c16 Uint32 NOT NULL, c17 Decimal(15,0) NOT NULL, c18 Int8 NOT NULL, c19 Uint32 NOT NULL, c20 Int8 NOT NULL, c21 Uint64 NOT NULL, c22 Int32 NOT NULL, c23 Timestamp NOT NULL, c24 Uint16 NOT NULL, c25 Uint8 NOT NULL, c26 Timestamp64 NOT NULL, c27 Decimal(35,10) NOT NULL, c28 Int32 NOT NULL, c29 Date32 NOT NULL, c30 Utf8 NOT NULL, c31 Decimal(35,10) NOT NULL, c32 String NOT NULL, c33 Date32 NOT NULL, c34 Uint32 NOT NULL, c35 Uint16 NOT NULL, c36 Uint64 NOT NULL, c37 String NOT NULL, c38 Timestamp NOT NULL, c39 Date32 NOT NULL, c40 Date32 NOT NULL, c41 Utf8 NOT NULL, c42 Interval64 NOT NULL, c43 Timestamp64 NOT NULL, c44 Datetime64 NOT NULL, c45 Int16 NOT NULL, c46 Utf8 NOT NULL, c47 Uint64 NOT NULL, c48 Datetime64 NOT NULL, c49 Int16 NOT NULL, c50 Int32 NOT NULL, c51 Int16 NOT NULL, c52 Timestamp64 NOT NULL, c53 Uint64 NOT NULL, c54 Uint16 NOT NULL, c55 Interval64 NOT NULL, c56 Uint16 NOT NULL, c57 Timestamp NOT NULL, c58 Uint32 NOT NULL, c59 Uint16 NOT NULL, c60 Timestamp64 NOT NULL, c61 Decimal(15,0) NOT NULL, c62 Bool NOT NULL, c63 Date NOT NULL, c64 String NOT NULL, c65 Int16 NOT NULL, c66 String NOT NULL, c67 Datetime NOT NULL, c68 Int8 NOT NULL, c69 Int64 NOT NULL, c70 Datetime NOT NULL, c71 Int8 NOT NULL, c72 Utf8 NOT NULL, c73 Decimal(35,10) NOT NULL, c74 Datetime64 NOT NULL, c75 Decimal(15,0) NOT NULL, c76 Int64 NOT NULL, c77 Uint16 NOT NULL, c78 Uint16 NOT NULL, c79 Datetime64 NOT NULL, c80 Decimal(15,0) NOT NULL, c81 Decimal(15,0) NOT NULL, c82 Int32 NOT NULL, c83 Utf8 NOT NULL, c84 Timestamp64 NOT NULL, c85 Timestamp NOT NULL, c86 Uint32 NOT NULL, c87 Timestamp64 NOT NULL, c88 Int32 NOT NULL, c89 Utf8 NOT NULL, c90 Int16 NOT NULL, c91 Timestamp64 NOT NULL, c92 Bool NOT NULL, c93 Decimal(22,9) NOT NULL, c94 Int8 NOT NULL, c95 Uint8 NOT NULL, c96 Uint16 NOT NULL, c97 Decimal(22,9) NOT NULL, c98 Date32 NOT NULL, c99 Int64 NOT NULL, c100 Date32 NOT NULL, c101 Uint16 NOT NULL, c102 Uint64 NOT NULL, c103 Int8 NOT NULL, c104 Uint32 NOT NULL, c105 Int16 NOT NULL, c106 Uint16 NOT NULL, c107 Int8 NOT NULL, c108 Datetime NOT NULL, c109 Interval64 NOT NULL, c110 Decimal(15,0) NOT NULL, c111 Bool NOT NULL, c112 Uint64 NOT NULL, c113 Date NOT NULL, c114 Int64 NOT NULL, c115 Timestamp NOT NULL, c116 Datetime64 NOT NULL, c117 Decimal(15,0) NOT NULL, c118 Utf8 NOT NULL, c119 Uint8 NOT NULL, c120 String NOT NULL, c121 Uint64 NOT NULL, c122 Uint64 NOT NULL, c123 Datetime64 NOT NULL, c124 Timestamp64 NOT NULL, c125 Utf8 NOT NULL, c126 Bool NOT NULL, c127 Date NOT NULL, c128 Uint8 NOT NULL, c129 Decimal(22,9) NOT NULL, c130 Uint64 NOT NULL, c131 Int8 NOT NULL, c132 Decimal(15,0) NOT NULL, c133 Timestamp64 NOT NULL, c134 Uint16 NOT NULL, c135 Int32 NOT NULL, c136 Uint8 NOT NULL, c137 Interval64 NOT NULL, c138 Timestamp64 NOT NULL, c139 Datetime64 NOT NULL, c140 Int32 NOT NULL, c141 Date32 NOT NULL, c142 Uint16 NOT NULL, c143 Uint64 NOT NULL, c144 Decimal(15,0) NOT NULL, c145 Decimal(22,9) NOT NULL, c146 Interval64 NOT NULL, c147 Datetime64 NOT NULL, c148 Int64 NOT NULL, c149 Datetime64 NOT NULL, c150 Timestamp NOT NULL, c151 Uint16 NOT NULL, c152 Decimal(22,9) NOT NULL, c153 Uint32 NOT NULL, c154 Uint16 NOT NULL, c155 Utf8 NOT NULL, c156 Int16 NOT NULL, c157 Decimal(15,0) NOT NULL, c158 Datetime64 NOT NULL, c159 Bool NOT NULL, c160 Interval64 NOT NULL, c161 Date NOT NULL, c162 Timestamp64 NOT NULL, c163 Datetime64 NOT NULL, c164 Decimal(35,10) NOT NULL, c165 Timestamp NOT NULL, c166 Utf8 NOT NULL, c167 Uint8 NOT NULL, c168 Timestamp64 NOT NULL, c169 Uint32 NOT NULL, c170 Uint16 NOT NULL, c171 Utf8 NOT NULL, c172 String NOT NULL, c173 Datetime64 NOT NULL, c174 String, c175 Datetime NOT NULL, c176 Date, c177 Uint32, c178 Date32, c179 String NOT NULL, c180 Json NOT NULL, c181 Interval64, c182 String NOT NULL, c183 Uint16, c184 Timestamp64 NOT NULL, c185 Timestamp64, c186 Yson NOT NULL, c187 Decimal(35,10) NOT NULL, c188 Timestamp, c189 Json NOT NULL, c190 Bool NOT NULL, c191 Int8, c192 Datetime, c193 Date, c194 Date32, c195 Decimal(15,0), c196 Decimal(35,10), c197 Timestamp, c198 Datetime64, c199 Datetime64 NOT NULL, c200 Int64 NOT NULL, c201 Decimal(22,9) NOT NULL, c202 Uint32 NOT NULL, c203 Uint32, c204 Decimal(35,10) NOT NULL, c205 Double, c206 Int8 NOT NULL, c207 Bool, c208 Datetime, c209 Utf8, c210 Int32, c211 Int64, c212 Decimal(22,9), c213 Uint8, c214 Utf8 NOT NULL, c215 String, c216 Decimal(15,0) NOT NULL, c217 Interval64, c218 Float NOT NULL, c219 JsonDocument NOT NULL, c220 Datetime64, c221 Date NOT NULL, c222 Yson NOT NULL, c223 Yson NOT NULL, c224 Int64 NOT NULL, c225 Decimal(35,10), c226 Json NOT NULL, c227 Int16 NOT NULL, c228 Int32 NOT NULL, c229 Datetime, c230 Decimal(35,10) NOT NULL, c231 Uint8, c232 Uint32, c233 Timestamp64 NOT NULL, c234 Date, c235 Uint8 NOT NULL, c236 Datetime64, c237 Decimal(22,9) NOT NULL, c238 Uint64 NOT NULL, c239 Datetime64, c240 Utf8, c241 Json, c242 Decimal(22,9), c243 Timestamp NOT NULL, c244 Decimal(35,10) NOT NULL, c245 Double, c246 Decimal(15,0) NOT NULL, c247 String, c248 Date NOT NULL, c249 Uint8, c250 Decimal(22,9), c251 Yson, c252 Uint16 NOT NULL, c253 Timestamp NOT NULL, c254 Timestamp, c255 Date32, c256 Uint32 NOT NULL, c257 Decimal(15,0), c258 Int64 NOT NULL, c259 Bool, c260 Int8, c261 Uint16 NOT NULL, c262 String, c263 Datetime64 NOT NULL, c264 Decimal(22,9) NOT NULL, c265 Timestamp NOT NULL, c266 Interval64, c267 Int16, c268 Double, c269 Date, c270 Uint8, c271 Uint16, c272 Utf8, c273 Bool NOT NULL, c274 Timestamp64, c275 Date32 NOT NULL, c276 Int16 NOT NULL, c277 Int32, c278 Datetime64 NOT NULL, c279 Interval64, c280 Json, c281 Datetime64 NOT NULL, c282 Int8 NOT NULL, c283 Int8, c284 Timestamp, c285 Int64, c286 Decimal(35,10), c287 Date32 NOT NULL, c288 Int16 NOT NULL, c289 String NOT NULL, c290 Interval64, c291 Int16 NOT NULL, c292 Timestamp64, c293 JsonDocument NOT NULL, c294 Decimal(22,9), c295 Int32 NOT NULL, c296 Double NOT NULL, c297 Bool NOT NULL, c298 JsonDocument NOT NULL, c299 Bool, c300 Datetime, c301 Int64, c302 Date32 NOT NULL, c303 String, c304 Uint32 NOT NULL, c305 Interval64, c306 Decimal(15,0), c307 Date32, c308 String, c309 Decimal(15,0) NOT NULL, c310 Date, c311 Date32 NOT NULL, c312 JsonDocument NOT NULL, c313 Bool, c314 Int64 NOT NULL, c315 Timestamp64 NOT NULL, c316 Decimal(22,9), c317 Int8, c318 Interval64 NOT NULL, c319 Uint16 NOT NULL, c320 Uint64 NOT NULL, c321 Utf8 NOT NULL, c322 Int8 NOT NULL, c323 Timestamp, c324 Uint8, c325 Decimal(15,0), c326 Int64, c327 String, c328 Decimal(15,0) NOT NULL, c329 Int16, c330 Date, c331 Uint32, c332 Timestamp, c333 JsonDocument, c334 Yson, c335 Int8 NOT NULL, c336 Datetime, c337 Uint64, c338 Int8, c339 Int64 NOT NULL, c340 Decimal(35,10) NOT NULL, c341 Decimal(15,0) NOT NULL, c342 JsonDocument NOT NULL, c343 Json, c344 Int16 NOT NULL, c345 Utf8 NOT NULL, c346 JsonDocument, c347 String, c348 Int64 NOT NULL, c349 Decimal(15,0) NOT NULL, c350 JsonDocument, c351 Int16, c352 Datetime NOT NULL, c353 Uint8 NOT NULL, c354 Int64, c355 String, c356 Interval64 NOT NULL, c357 Timestamp64 NOT NULL, c358 String NOT NULL, c359 Timestamp, c360 Bool NOT NULL, c361 Int8 NOT NULL, c362 Uint8 NOT NULL, c363 Float, c364 Int64 NOT NULL, c365 Decimal(22,9), c366 Uint8, c367 Date32 NOT NULL, c368 Interval64 NOT NULL, c369 Decimal(35,10), c370 Decimal(35,10) NOT NULL, c371 Datetime NOT NULL, c372 Datetime64 NOT NULL, c373 Interval64 NOT NULL, c374 Uint8 NOT NULL, c375 Int8, c376 Int16 NOT NULL, c377 Int8, c378 Int64 NOT NULL, c379 Uint8, c380 Date, c381 Decimal(15,0) NOT NULL, c382 Bool NOT NULL, c383 Date32, c384 Int8, c385 Date, c386 Date32, c387 Timestamp64, c388 Datetime, c389 Float, c390 Int8 NOT NULL, c391 Date NOT NULL, c392 Uint8 NOT NULL, c393 Decimal(35,10) NOT NULL, c394 Uint32, c395 Bool NOT NULL, c396 Timestamp, c397 Yson, c398 Utf8 NOT NULL, c399 Decimal(15,0) NOT NULL, c400 Int8, c401 Float NOT NULL, c402 Date32 NOT NULL, c403 Uint32, c404 Bool NOT NULL, c405 Datetime64, c406 Int32 NOT NULL, c407 Uint32 NOT NULL, c408 Json, c409 Int32, c410 Uint64, c411 Utf8 NOT NULL, c412 Uint8 NOT NULL, c413 Timestamp64 NOT NULL, c414 Uint16, c415 Float, c416 Int16 NOT NULL, c417 Uint16 NOT NULL, c418 JsonDocument NOT NULL, c419 Uint8 NOT NULL, c420 Date32 NOT NULL, c421 Decimal(35,10), c422 Uint32 NOT NULL, c423 Int16 NOT NULL, c424 Uint8, c425 Yson, c426 Timestamp, c427 Utf8, c428 Datetime NOT NULL, c429 Json, c430 Float NOT NULL, c431 Interval64 NOT NULL, c432 Uint8 NOT NULL, c433 Uint64 NOT NULL, c434 Utf8 NOT NULL, c435 Datetime64 NOT NULL, c436 Int8, c437 String NOT NULL, c438 Interval64 NOT NULL, c439 Float, c440 Float NOT NULL, c441 Uint64 NOT NULL, c442 Datetime, c443 Uint32, c444 Uint8, c445 Int32 NOT NULL, c446 Float NOT NULL, c447 Decimal(35,10) NOT NULL, c448 Uint32 NOT NULL, c449 Decimal(15,0), c450 JsonDocument NOT NULL, c451 Decimal(15,0) NOT NULL, c452 String NOT NULL, c453 Json, c454 Int64, c455 Bool NOT NULL, c456 Yson NOT NULL, c457 JsonDocument NOT NULL, c458 Datetime, c459 Utf8, c460 Decimal(35,10) NOT NULL, c461 Json, c462 Int32, c463 Json, c464 Date32 NOT NULL, c465 Decimal(35,10), c466 JsonDocument, c467 Timestamp NOT NULL, c468 Date NOT NULL, c469 Int16 NOT NULL, c470 Uint8, c471 Decimal(35,10), c472 Json NOT NULL, c473 Int16, c474 Datetime, c475 Date NOT NULL, c476 Int32 NOT NULL, c477 Int32 NOT NULL, c478 Datetime NOT NULL, c479 Uint32 NOT NULL, c480 Decimal(22,9) NOT NULL, c481 Uint16 NOT NULL, c482 Timestamp NOT NULL, c483 Json, c484 Timestamp, c485 Yson NOT NULL, c486 JsonDocument, c487 Decimal(15,0) NOT NULL, c488 Int16 NOT NULL, c489 Uint16 NOT NULL, c490 Uint32, c491 Double NOT NULL, c492 Int32, c493 Uint32 NOT NULL, c494 Interval64 NOT NULL, c495 Datetime64 NOT NULL, c496 Timestamp, c497 Uint16 NOT NULL, c498 String NOT NULL, c499 Int8 NOT NULL, c500 Utf8, c501 Int64 NOT NULL, c502 Decimal(15,0), c503 Double, c504 Int16 NOT NULL, c505 String, c506 Uint16 NOT NULL, c507 Datetime NOT NULL, c508 Interval64, c509 JsonDocument NOT NULL, c510 Uint32 NOT NULL, c511 Uint32, c512 Datetime NOT NULL, c513 Uint8, c514 Date32, c515 Decimal(35,10), c516 Date, c517 Uint32 NOT NULL, c518 Double NOT NULL, c519 Uint16, c520 Uint8, c521 Interval64, c522 String, c523 Int64 NOT NULL, c524 Json, c525 Decimal(22,9) NOT NULL, c526 Datetime NOT NULL, c527 Decimal(35,10) NOT NULL, c528 Bool NOT NULL, c529 Timestamp, c530 Bool, c531 Datetime64 NOT NULL, c532 Int64 NOT NULL, c533 Uint32,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c9\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee\n    return [result_set for result_set in it]\n                                         ^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__\n    return self._next()\n           ^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next\n    res = self.wrapper(next(self.it))\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>\n    lambda resp: base.wrap_execute_query_response(\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator\n    return func(rpc_state, response_pb, session_state, *args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response\n    issues._process_response(response_pb)\n  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response\n    raise exc_obj(_format_response(response_proto), response_proto.issues)\nydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c9\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:3964/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:63381/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:18929/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13698/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:10183/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:6015/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:4062/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:6418/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:16757/9
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21515
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8914
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19043
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32443
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27123
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61575
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4062
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7799
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25167
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13666
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6015
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14474
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9798
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25781
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6418
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62863
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5587
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13383
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10183
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4667
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1120
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23408
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63381
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61559
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9980
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12202
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18929
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11472
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3888
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62216
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3964
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26084
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5051
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27083
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13698
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16762
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11432
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65064
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6738
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6305
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27106
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32611
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8423
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64213
============================== slowest durations ===============================
22.03s teardown test_workload.py::TestYdbWorkload::test
11.33s setup    test_workload.py::TestYdbWorkload::test
7.47s call     test_workload.py::TestYdbWorkload::test
=========================== short test summary info ============================
FAILED test_workload.py::TestYdbWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/cxjm/002f67/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:13698 --database /Root --duration 120' has failed with code 1.
Errors:
...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c9\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
============================== 1 failed in 41.80s ==============================
