+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /usr/share/clickhouse-test/ci/stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_23.3.19.33.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 55078 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_23.3.19.33.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (23.3.19.33.altinitystable+asan) ...
Setting up clickhouse-common-static (23.3.19.33.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.33.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 55092 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.33.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (23.3.19.33.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (23.3.19.33.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_23.3.19.33.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 55101 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_23.3.19.33.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (23.3.19.33.altinitystable+asan) ...
Setting up clickhouse-server (23.3.19.33.altinitystable+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
[1mPassword for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.[0m
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
Processing triggers for systemd (245.4-4ubuntu3.23) ...
+ dpkg -i package_folder/clickhouse-client_23.3.19.33.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 55115 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_23.3.19.33.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (23.3.19.33.altinitystable+asan) ...
Setting up clickhouse-client (23.3.19.33.altinitystable+asan) ...
++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\'''
+ is_tsan_build=0
+ '[' 0 -eq 0 ']'
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US=100000
+ THREAD_FUZZER_SLEEP_TIME_US=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
Adding azure configuration
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ total_mem=32098980
+ total_mem=32869355520
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ ./minio server --address :11111 ./minio_data
+ local url=http://localhost:11111
+ params=(--silent --verbose)
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:33977 http://127.0.0.1:33977
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (33977), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17B8BEA6E94EFBB7e9072f87-f9b4-4e2e-9b99-90a5012817c1
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 248 root 10u IPv6 42254 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.82 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.63 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.07 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 7.51 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln?blockid=joepswhwabpbzxvfamvmrfhrxrcjbxzttpwncsjazxewfkedbmhkxiwqcakxnjoj&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "PUT /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "GET /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "GET /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:20:41:37 +0000] "DELETE /devstoreaccount1/cont/irqdbvafadxnlbpolayzdyybwifpcjln HTTP/1.1" 202 -
+ counter=12
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 505
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m0.174s
user 0m0.098s
sys 0m0.038s
+ shellcheck disable=SC2086
/run.sh: line 59: shellcheck: command not found
+ /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits
INFO:root:Will fetch following datasets: hits, visits
INFO:root:Processing hits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/95l9b6li
INFO:root:Content length is 1271623680 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/95l9b6li to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/95l9b6li from filesystem if it exists
INFO:root:Processing of hits finished
INFO:root:Processing visits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/visits/partitions/visits_v1.tar to temp path /tmp/cx9tmrjq
INFO:root:Content length is 563968000 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/cx9tmrjq to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/cx9tmrjq from filesystem if it exists
INFO:root:Processing of visits finished
INFO:root:Fetch finished, enjoy your tables!
+ chmod 777 -R /var/lib/clickhouse
+ clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary'
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=505
+ clickhouse stop --max-tries 90 --do-not-kill
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Sent terminate signal to process with pid 505.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 505.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Found pid = 505 in the list of running processes.
The process with pid = 505 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco?blockid=apkjslpiktriilyjggcpqfhzzadcvbtgshqqikyidtmnxsczefxwnovorqfapktx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "PUT /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "GET /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "GET /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:20:43:01 +0000] "DELETE /devstoreaccount1/cont/kkvjcygmhcfhftpmgwvcyqcldplzjfco HTTP/1.1" 202 -
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 978
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m0.179s
user 0m0.086s
sys 0m0.055s
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'SHOW TABLES FROM test'
+ clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String,
Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8,
FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2),
CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String,
IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8,
WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8,
SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32,
IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8,
IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8,
Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32,
RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2),
BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32,
DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32,
RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String,
RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16),
URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16,
UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8,
MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16,
SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16,
ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32,
SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8,
FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8,
HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8,
GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32,
HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String,
HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,
FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8,
VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32,
Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String,
EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String,
AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32,
SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32,
ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32,
SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16,
UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16,
FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8,
Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8,
BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16),
Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32),
WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64,
ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32,
ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32,
ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32,
ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16,
ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32,
OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String,
UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime,
PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8,
PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16),
CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64,
StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64,
OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64,
UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32,
DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16))
ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID)
SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC'
+ clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC'
+ clickhouse-client --query 'SHOW TABLES FROM test'
hits
hits_s3
visits
+ clickhouse-client --query 'SYSTEM STOP THREAD FUZZER'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=978
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Sent terminate signal to process with pid 978.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 978.
The process with pid = 978 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32098980
+ total_mem=32869355520
+ max_server_memory_usage_to_ram_ratio=0.5
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sed 's|s3|s3default|'
+ mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy?blockid=cyumwbqsmnjayrpkncxsnnuihsfkpmyajsmxcrhsnfwouujzqamankohajwygaot&comp=block HTTP/1.1" 201 -
+ counter=11
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "PUT /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "GET /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 206 4
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "GET /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 206 2
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [01/Mar/2024:21:00:11 +0000] "DELETE /devstoreaccount1/cont/hgzrdniilhtwkgeislududtipfuuclhy HTTP/1.1" 202 -
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
script.gdb:13: Error in sourced command file:
No stack.
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1759
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m0.257s
user 0m0.088s
sys 0m0.052s
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-03-02 00:00:28,740 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-03-02 00:00:29,242 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:29,744 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 '
2024-03-02 00:00:30,246 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:30,748 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:31,250 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:31,752 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 '
2024-03-02 00:00:32,254 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:32,756 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 00:00:33,257 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:33,759 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:34,261 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:34,763 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 '
2024-03-02 00:00:35,265 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:35,766 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 '
2024-03-02 00:00:36,268 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:00:36,770 Will wait functests to finish
2024-03-02 00:00:36,770 Finished 0 from 16 processes
2024-03-02 00:00:41,775 Finished 0 from 16 processes
2024-03-02 00:00:46,779 Finished 0 from 16 processes
2024-03-02 00:00:51,783 Finished 0 from 16 processes
2024-03-02 00:00:56,787 Finished 0 from 16 processes
2024-03-02 00:01:01,791 Finished 0 from 16 processes
2024-03-02 00:01:06,795 Finished 0 from 16 processes
2024-03-02 00:01:11,799 Finished 0 from 16 processes
2024-03-02 00:01:16,803 Finished 0 from 16 processes
2024-03-02 00:01:21,807 Finished 0 from 16 processes
2024-03-02 00:01:26,811 Finished 0 from 16 processes
2024-03-02 00:01:31,815 Finished 0 from 16 processes
2024-03-02 00:01:36,819 Finished 0 from 16 processes
2024-03-02 00:01:41,823 Finished 0 from 16 processes
2024-03-02 00:01:46,828 Finished 0 from 16 processes
2024-03-02 00:01:51,832 Finished 0 from 16 processes
[Detaching after vfork from child process 4152]
[Detaching after vfork from child process 4165]
2024-03-02 00:01:56,834 Finished 0 from 16 processes
2024-03-02 00:02:01,839 Finished 0 from 16 processes
2024-03-02 00:02:06,843 Finished 0 from 16 processes
2024-03-02 00:02:11,848 Finished 0 from 16 processes
2024-03-02 00:02:16,853 Finished 0 from 16 processes
2024-03-02 00:02:21,857 Finished 0 from 16 processes
2024-03-02 00:02:26,859 Finished 0 from 16 processes
2024-03-02 00:02:31,863 Finished 0 from 16 processes
2024-03-02 00:02:36,867 Finished 0 from 16 processes
2024-03-02 00:02:41,872 Finished 0 from 16 processes
2024-03-02 00:02:46,875 Finished 0 from 16 processes
2024-03-02 00:02:51,879 Finished 0 from 16 processes
2024-03-02 00:02:56,883 Finished 0 from 16 processes
2024-03-02 00:03:01,887 Finished 0 from 16 processes
2024-03-02 00:03:06,891 Finished 0 from 16 processes
2024-03-02 00:03:11,895 Finished 0 from 16 processes
2024-03-02 00:03:16,895 Finished 0 from 16 processes
2024-03-02 00:03:21,900 Finished 0 from 16 processes
2024-03-02 00:03:26,903 Finished 0 from 16 processes
2024-03-02 00:03:31,907 Finished 0 from 16 processes
2024-03-02 00:03:36,911 Finished 0 from 16 processes
2024-03-02 00:03:41,915 Finished 0 from 16 processes
2024-03-02 00:03:46,920 Finished 0 from 16 processes
2024-03-02 00:03:51,923 Finished 0 from 16 processes
2024-03-02 00:03:56,927 Finished 0 from 16 processes
2024-03-02 00:04:01,931 Finished 0 from 16 processes
2024-03-02 00:04:06,931 Finished 0 from 16 processes
2024-03-02 00:04:11,935 Finished 0 from 16 processes
2024-03-02 00:04:16,939 Finished 0 from 16 processes
2024-03-02 00:04:21,943 Finished 0 from 16 processes
2024-03-02 00:04:26,947 Finished 0 from 16 processes
2024-03-02 00:04:31,951 Finished 0 from 16 processes
2024-03-02 00:04:36,955 Finished 0 from 16 processes
2024-03-02 00:04:41,959 Finished 0 from 16 processes
2024-03-02 00:04:46,963 Finished 0 from 16 processes
2024-03-02 00:04:51,967 Finished 0 from 16 processes
2024-03-02 00:04:56,971 Finished 0 from 16 processes
2024-03-02 00:05:01,975 Finished 0 from 16 processes
2024-03-02 00:05:06,979 Finished 0 from 16 processes
2024-03-02 00:05:11,983 Finished 0 from 16 processes
2024-03-02 00:05:16,987 Finished 0 from 16 processes
2024-03-02 00:05:21,991 Finished 0 from 16 processes
2024-03-02 00:05:26,995 Finished 0 from 16 processes
2024-03-02 00:05:32,000 Finished 0 from 16 processes
2024-03-02 00:05:37,003 Finished 0 from 16 processes
2024-03-02 00:05:42,007 Finished 0 from 16 processes
2024-03-02 00:05:47,011 Finished 0 from 16 processes
2024-03-02 00:05:52,015 Finished 0 from 16 processes
2024-03-02 00:05:57,019 Finished 0 from 16 processes
2024-03-02 00:06:02,024 Finished 0 from 16 processes
2024-03-02 00:06:07,027 Finished 0 from 16 processes
2024-03-02 00:06:12,031 Finished 0 from 16 processes
2024-03-02 00:06:17,035 Finished 0 from 16 processes
2024-03-02 00:06:22,039 Finished 0 from 16 processes
2024-03-02 00:06:27,043 Finished 0 from 16 processes
2024-03-02 00:06:32,047 Finished 0 from 16 processes
2024-03-02 00:06:37,051 Finished 0 from 16 processes
2024-03-02 00:06:42,055 Finished 0 from 16 processes
2024-03-02 00:06:47,058 Finished 0 from 16 processes
2024-03-02 00:06:52,063 Finished 0 from 16 processes
2024-03-02 00:06:57,063 Finished 0 from 16 processes
2024-03-02 00:07:02,067 Finished 0 from 16 processes
2024-03-02 00:07:07,072 Finished 0 from 16 processes
2024-03-02 00:07:12,075 Finished 0 from 16 processes
2024-03-02 00:07:17,079 Finished 0 from 16 processes
2024-03-02 00:07:22,083 Finished 0 from 16 processes
2024-03-02 00:07:27,087 Finished 0 from 16 processes
2024-03-02 00:07:32,091 Finished 0 from 16 processes
2024-03-02 00:07:37,095 Finished 0 from 16 processes
2024-03-02 00:07:42,099 Finished 0 from 16 processes
2024-03-02 00:07:47,103 Finished 0 from 16 processes
2024-03-02 00:07:52,107 Finished 0 from 16 processes
2024-03-02 00:07:57,111 Finished 0 from 16 processes
2024-03-02 00:08:02,116 Finished 0 from 16 processes
2024-03-02 00:08:07,119 Finished 0 from 16 processes
2024-03-02 00:08:12,123 Finished 0 from 16 processes
2024-03-02 00:08:17,127 Finished 0 from 16 processes
2024-03-02 00:08:22,128 Finished 0 from 16 processes
2024-03-02 00:08:27,132 Finished 0 from 16 processes
2024-03-02 00:08:32,135 Finished 0 from 16 processes
2024-03-02 00:08:37,139 Finished 0 from 16 processes
2024-03-02 00:08:42,144 Finished 0 from 16 processes
2024-03-02 00:08:47,147 Finished 0 from 16 processes
2024-03-02 00:08:52,151 Finished 0 from 16 processes
2024-03-02 00:08:57,155 Finished 0 from 16 processes
2024-03-02 00:09:02,159 Finished 0 from 16 processes
2024-03-02 00:09:07,163 Finished 0 from 16 processes
2024-03-02 00:09:12,167 Finished 0 from 16 processes
2024-03-02 00:09:17,168 Finished 0 from 16 processes
2024-03-02 00:09:22,171 Finished 0 from 16 processes
2024-03-02 00:09:27,175 Finished 0 from 16 processes
2024-03-02 00:09:32,179 Finished 0 from 16 processes
2024-03-02 00:09:37,183 Finished 0 from 16 processes
2024-03-02 00:09:42,187 Finished 0 from 16 processes
2024-03-02 00:09:47,191 Finished 0 from 16 processes
2024-03-02 00:09:52,196 Finished 0 from 16 processes
2024-03-02 00:09:57,199 Finished 0 from 16 processes
2024-03-02 00:10:02,203 Finished 0 from 16 processes
2024-03-02 00:10:07,207 Finished 0 from 16 processes
2024-03-02 00:10:12,211 Finished 0 from 16 processes
2024-03-02 00:10:17,215 Finished 0 from 16 processes
2024-03-02 00:10:22,217 Finished 0 from 16 processes
2024-03-02 00:10:27,219 Finished 0 from 16 processes
2024-03-02 00:10:32,223 Finished 0 from 16 processes
2024-03-02 00:10:37,227 Finished 0 from 16 processes
2024-03-02 00:10:42,232 Finished 0 from 16 processes
2024-03-02 00:10:47,235 Finished 0 from 16 processes
2024-03-02 00:10:52,239 Finished 0 from 16 processes
2024-03-02 00:10:57,243 Finished 0 from 16 processes
2024-03-02 00:11:02,245 Finished 0 from 16 processes
2024-03-02 00:11:07,247 Finished 0 from 16 processes
2024-03-02 00:11:12,248 Finished 0 from 16 processes
2024-03-02 00:11:17,253 Finished 0 from 16 processes
2024-03-02 00:11:22,255 Finished 0 from 16 processes
2024-03-02 00:11:27,259 Finished 0 from 16 processes
2024-03-02 00:11:32,263 Finished 0 from 16 processes
2024-03-02 00:11:37,267 Finished 0 from 16 processes
2024-03-02 00:11:42,271 Finished 0 from 16 processes
2024-03-02 00:11:47,275 Finished 0 from 16 processes
2024-03-02 00:11:52,280 Finished 0 from 16 processes
2024-03-02 00:11:57,283 Finished 0 from 16 processes
2024-03-02 00:12:02,287 Finished 0 from 16 processes
2024-03-02 00:12:07,291 Finished 0 from 16 processes
2024-03-02 00:12:12,295 Finished 0 from 16 processes
2024-03-02 00:12:17,299 Finished 0 from 16 processes
2024-03-02 00:12:22,303 Finished 0 from 16 processes
2024-03-02 00:12:27,307 Finished 0 from 16 processes
2024-03-02 00:12:32,311 Finished 0 from 16 processes
2024-03-02 00:12:37,315 Finished 0 from 16 processes
2024-03-02 00:12:42,319 Finished 0 from 16 processes
2024-03-02 00:12:47,323 Finished 0 from 16 processes
2024-03-02 00:12:52,327 Finished 0 from 16 processes
2024-03-02 00:12:57,331 Finished 0 from 16 processes
2024-03-02 00:13:02,335 Finished 0 from 16 processes
2024-03-02 00:13:07,339 Finished 0 from 16 processes
[Detaching after vfork from child process 18686]
[Detaching after vfork from child process 18727]
[Detaching after vfork from child process 18845]
[Detaching after vfork from child process 18960]
2024-03-02 00:13:12,343 Finished 0 from 16 processes
2024-03-02 00:13:17,347 Finished 0 from 16 processes
2024-03-02 00:13:22,351 Finished 0 from 16 processes
2024-03-02 00:13:27,355 Finished 0 from 16 processes
2024-03-02 00:13:32,359 Finished 0 from 16 processes
2024-03-02 00:13:37,363 Finished 0 from 16 processes
2024-03-02 00:13:42,367 Finished 0 from 16 processes
2024-03-02 00:13:47,371 Finished 0 from 16 processes
2024-03-02 00:13:52,375 Finished 0 from 16 processes
2024-03-02 00:13:57,379 Finished 0 from 16 processes
2024-03-02 00:14:02,383 Finished 0 from 16 processes
2024-03-02 00:14:07,387 Finished 0 from 16 processes
2024-03-02 00:14:12,391 Finished 0 from 16 processes
2024-03-02 00:14:17,395 Finished 0 from 16 processes
2024-03-02 00:14:22,399 Finished 0 from 16 processes
2024-03-02 00:14:27,403 Finished 0 from 16 processes
2024-03-02 00:14:32,407 Finished 0 from 16 processes
2024-03-02 00:14:37,411 Finished 0 from 16 processes
2024-03-02 00:14:43,245 Finished 0 from 16 processes
2024-03-02 00:14:48,255 Finished 0 from 16 processes
2024-03-02 00:14:53,259 Finished 0 from 16 processes
2024-03-02 00:14:58,264 Finished 0 from 16 processes
2024-03-02 00:15:03,267 Finished 0 from 16 processes
2024-03-02 00:15:08,271 Finished 0 from 16 processes
2024-03-02 00:15:13,275 Finished 0 from 16 processes
2024-03-02 00:15:18,279 Finished 0 from 16 processes
2024-03-02 00:15:23,283 Finished 0 from 16 processes
[Detaching after vfork from child process 25562]
2024-03-02 00:15:28,288 Finished 0 from 16 processes
2024-03-02 00:15:33,291 Finished 0 from 16 processes
2024-03-02 00:15:38,295 Finished 0 from 16 processes
2024-03-02 00:15:43,299 Finished 0 from 16 processes
2024-03-02 00:15:48,303 Finished 0 from 16 processes
2024-03-02 00:15:53,307 Finished 0 from 16 processes
2024-03-02 00:15:58,311 Finished 0 from 16 processes
2024-03-02 00:16:03,315 Finished 0 from 16 processes
2024-03-02 00:16:08,319 Finished 0 from 16 processes
2024-03-02 00:16:13,323 Finished 0 from 16 processes
2024-03-02 00:16:18,327 Finished 0 from 16 processes
2024-03-02 00:16:23,331 Finished 0 from 16 processes
2024-03-02 00:16:28,335 Finished 0 from 16 processes
2024-03-02 00:16:33,339 Finished 0 from 16 processes
2024-03-02 00:16:38,343 Finished 0 from 16 processes
2024-03-02 00:16:43,347 Finished 0 from 16 processes
2024-03-02 00:16:48,351 Finished 0 from 16 processes
2024-03-02 00:16:53,355 Finished 0 from 16 processes
2024-03-02 00:16:58,359 Finished 0 from 16 processes
2024-03-02 00:17:03,363 Finished 0 from 16 processes
2024-03-02 00:17:08,367 Finished 0 from 16 processes
2024-03-02 00:17:13,371 Finished 0 from 16 processes
2024-03-02 00:17:18,375 Finished 0 from 16 processes
2024-03-02 00:17:23,379 Finished 0 from 16 processes
2024-03-02 00:17:28,383 Finished 0 from 16 processes
2024-03-02 00:17:33,387 Finished 0 from 16 processes
2024-03-02 00:17:38,391 Finished 0 from 16 processes
2024-03-02 00:17:43,395 Finished 0 from 16 processes
2024-03-02 00:17:48,399 Finished 0 from 16 processes
2024-03-02 00:17:53,403 Finished 0 from 16 processes
2024-03-02 00:17:58,407 Finished 0 from 16 processes
2024-03-02 00:18:03,411 Finished 0 from 16 processes
2024-03-02 00:18:08,415 Finished 0 from 16 processes
2024-03-02 00:18:13,419 Finished 0 from 16 processes
2024-03-02 00:18:18,423 Finished 0 from 16 processes
2024-03-02 00:18:23,427 Finished 0 from 16 processes
2024-03-02 00:18:28,431 Finished 0 from 16 processes
2024-03-02 00:18:33,435 Finished 0 from 16 processes
2024-03-02 00:18:38,440 Finished 2 from 16 processes
2024-03-02 00:18:43,444 Finished 3 from 16 processes
2024-03-02 00:18:48,447 Finished 3 from 16 processes
2024-03-02 00:18:53,451 Finished 3 from 16 processes
2024-03-02 00:18:58,456 Finished 3 from 16 processes
2024-03-02 00:19:03,459 Finished 3 from 16 processes
2024-03-02 00:19:08,463 Finished 3 from 16 processes
2024-03-02 00:19:13,467 Finished 3 from 16 processes
2024-03-02 00:19:18,471 Finished 3 from 16 processes
2024-03-02 00:19:23,475 Finished 3 from 16 processes
2024-03-02 00:19:28,479 Finished 3 from 16 processes
2024-03-02 00:19:33,483 Finished 3 from 16 processes
2024-03-02 00:19:38,487 Finished 3 from 16 processes
2024-03-02 00:19:43,491 Finished 3 from 16 processes
2024-03-02 00:19:48,495 Finished 3 from 16 processes
2024-03-02 00:19:53,499 Finished 3 from 16 processes
2024-03-02 00:19:58,503 Finished 3 from 16 processes
2024-03-02 00:20:03,507 Finished 3 from 16 processes
2024-03-02 00:20:08,511 Finished 3 from 16 processes
2024-03-02 00:20:13,514 Finished 3 from 16 processes
2024-03-02 00:20:18,519 Finished 3 from 16 processes
2024-03-02 00:20:23,524 Finished 3 from 16 processes
2024-03-02 00:20:28,528 Finished 3 from 16 processes
2024-03-02 00:20:33,531 Finished 3 from 16 processes
2024-03-02 00:20:38,535 Finished 4 from 16 processes
2024-03-02 00:20:43,539 Finished 5 from 16 processes
2024-03-02 00:20:48,543 Finished 6 from 16 processes
2024-03-02 00:20:53,547 Finished 7 from 16 processes
2024-03-02 00:20:58,551 Finished 8 from 16 processes
2024-03-02 00:21:03,555 Finished 8 from 16 processes
2024-03-02 00:21:08,559 Finished 9 from 16 processes
2024-03-02 00:21:13,563 Finished 9 from 16 processes
2024-03-02 00:21:18,567 Finished 10 from 16 processes
2024-03-02 00:21:23,571 Finished 10 from 16 processes
2024-03-02 00:21:28,575 Finished 11 from 16 processes
2024-03-02 00:21:33,579 Finished 12 from 16 processes
2024-03-02 00:21:38,583 Finished 12 from 16 processes
2024-03-02 00:21:43,587 Finished 12 from 16 processes
2024-03-02 00:21:48,591 Finished 13 from 16 processes
2024-03-02 00:21:53,595 Finished 13 from 16 processes
2024-03-02 00:21:58,600 Finished 13 from 16 processes
2024-03-02 00:22:03,603 Finished 13 from 16 processes
2024-03-02 00:22:08,603 Finished 13 from 16 processes
2024-03-02 00:22:13,607 Finished 14 from 16 processes
2024-03-02 00:22:18,611 Finished 14 from 16 processes
2024-03-02 00:22:23,615 Finished 14 from 16 processes
2024-03-02 00:22:28,619 Finished 14 from 16 processes
2024-03-02 00:22:33,623 Finished 14 from 16 processes
2024-03-02 00:22:38,627 Finished 14 from 16 processes
2024-03-02 00:22:43,631 Finished 14 from 16 processes
2024-03-02 00:22:48,635 Finished 14 from 16 processes
2024-03-02 00:22:53,639 Finished 14 from 16 processes
2024-03-02 00:22:58,643 Finished 14 from 16 processes
2024-03-02 00:23:03,647 Finished 15 from 16 processes
2024-03-02 00:23:08,651 Finished 15 from 16 processes
2024-03-02 00:23:13,656 Finished 15 from 16 processes
2024-03-02 00:23:18,659 Finished 15 from 16 processes
2024-03-02 00:23:23,663 Finished 15 from 16 processes
2024-03-02 00:23:28,667 Finished 15 from 16 processes
2024-03-02 00:23:33,672 Finished 15 from 16 processes
2024-03-02 00:23:38,677 Finished 15 from 16 processes
2024-03-02 00:23:43,679 Finished 15 from 16 processes
2024-03-02 00:23:48,684 Finished 15 from 16 processes
2024-03-02 00:23:53,689 Finished 15 from 16 processes
2024-03-02 00:23:58,691 Finished 15 from 16 processes
2024-03-02 00:24:03,695 Finished 15 from 16 processes
2024-03-02 00:24:08,699 Finished 15 from 16 processes
2024-03-02 00:24:13,704 Finished 15 from 16 processes
2024-03-02 00:24:18,707 Finished 15 from 16 processes
2024-03-02 00:24:23,711 Finished 15 from 16 processes
2024-03-02 00:24:28,716 Finished 15 from 16 processes
2024-03-02 00:24:33,719 Finished 15 from 16 processes
2024-03-02 00:24:38,723 Finished 15 from 16 processes
2024-03-02 00:24:43,727 Finished 15 from 16 processes
2024-03-02 00:24:48,731 Finished 15 from 16 processes
2024-03-02 00:24:53,736 Finished 15 from 16 processes
2024-03-02 00:24:58,739 Finished 15 from 16 processes
2024-03-02 00:25:03,744 Finished 15 from 16 processes
2024-03-02 00:25:08,747 Finished 15 from 16 processes
2024-03-02 00:25:13,752 Finished 15 from 16 processes
2024-03-02 00:25:18,755 Finished 15 from 16 processes
2024-03-02 00:25:23,759 Finished 15 from 16 processes
2024-03-02 00:25:28,764 Finished 15 from 16 processes
2024-03-02 00:25:33,767 Finished 15 from 16 processes
2024-03-02 00:25:38,771 Finished 15 from 16 processes
2024-03-02 00:25:43,775 Finished 15 from 16 processes
2024-03-02 00:25:48,779 Finished 15 from 16 processes
2024-03-02 00:25:53,783 Finished 15 from 16 processes
2024-03-02 00:25:58,787 Finished 15 from 16 processes
2024-03-02 00:26:03,792 Finished 15 from 16 processes
2024-03-02 00:26:08,795 Finished 15 from 16 processes
2024-03-02 00:26:13,799 Finished 15 from 16 processes
2024-03-02 00:26:18,803 Finished 15 from 16 processes
2024-03-02 00:26:23,807 Finished 15 from 16 processes
2024-03-02 00:26:28,812 Finished 15 from 16 processes
2024-03-02 00:26:33,815 Finished 15 from 16 processes
2024-03-02 00:26:38,820 Finished 15 from 16 processes
2024-03-02 00:26:43,823 Finished 15 from 16 processes
2024-03-02 00:26:48,827 Finished 15 from 16 processes
2024-03-02 00:26:53,831 Finished 15 from 16 processes
2024-03-02 00:26:58,835 Finished 15 from 16 processes
2024-03-02 00:27:03,839 Finished 15 from 16 processes
2024-03-02 00:27:08,844 Finished 15 from 16 processes
2024-03-02 00:27:13,847 Finished 15 from 16 processes
2024-03-02 00:27:18,851 Finished 15 from 16 processes
2024-03-02 00:27:23,856 Finished 15 from 16 processes
2024-03-02 00:27:28,859 Finished 15 from 16 processes
2024-03-02 00:27:33,864 Finished 15 from 16 processes
2024-03-02 00:27:38,867 Finished 15 from 16 processes
2024-03-02 00:27:43,871 Finished 15 from 16 processes
2024-03-02 00:27:48,875 Finished 15 from 16 processes
2024-03-02 00:27:53,880 Finished 15 from 16 processes
2024-03-02 00:27:58,883 Finished 15 from 16 processes
2024-03-02 00:28:03,887 Finished 15 from 16 processes
2024-03-02 00:28:08,887 Finished 15 from 16 processes
2024-03-02 00:28:13,891 Finished 15 from 16 processes
2024-03-02 00:28:18,895 Finished 15 from 16 processes
2024-03-02 00:28:23,899 Finished 15 from 16 processes
2024-03-02 00:28:28,904 Finished 15 from 16 processes
2024-03-02 00:28:33,907 Finished 15 from 16 processes
2024-03-02 00:28:38,912 Finished 15 from 16 processes
2024-03-02 00:28:43,915 Finished 15 from 16 processes
2024-03-02 00:28:48,919 Finished 15 from 16 processes
2024-03-02 00:28:53,923 Finished 15 from 16 processes
2024-03-02 00:28:58,927 All processes finished
2024-03-02 00:28:58,927 Compressing stress logs
2024-03-02 00:28:58,984 Logs compressed
2024-03-02 00:28:58,985 Will terminate gdb (if any)
Received exception from server (version 23.3.19):
Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.81 GiB (attempt to allocate chunk of 0 bytes), maximum: 15.31 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: While executing AggregatingTransform: While processing (SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331: While processing ((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331) / 300: While processing sleepEachRow(((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery331) / 300). (MEMORY_LIMIT_EXCEEDED)
(query:
select sleepEachRow((
select maxOrDefault(300 - elapsed) + 1
from system.processes
where query not like '%from system.processes%' and elapsed < 300
) / 300)
from numbers(300)
format Null
)
2024-03-02 00:29:03,605 Checking if some queries hung
Using queries from '/usr/share/clickhouse-test/queries' directory
Connecting to ClickHouse server...Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
Connection error, will retry: [Errno 104] Connection reset by peer
All connection tries failed
Server is not responding. Cannot execute 'SELECT 1' query.
Got server pid 1759
Located ClickHouse server process 1759 listening at TCP port 9000
Collecting stacktraces from all running threads with gdb:
[New LWP 1760]
[New LWP 1763]
[New LWP 1791]
[New LWP 1792]
[New LWP 1808]
[New LWP 1819]
[New LWP 1820]
[New LWP 1821]
[New LWP 1822]
[New LWP 1823]
[New LWP 1824]
[New LWP 1825]
[New LWP 1826]
[New LWP 1827]
[New LWP 1828]
[New LWP 1829]
[New LWP 1830]
[New LWP 1831]
[New LWP 1832]
[New LWP 1833]
[New LWP 1834]
[New LWP 1835]
[New LWP 1836]
[New LWP 1837]
[New LWP 1838]
[New LWP 1839]
[New LWP 1840]
[New LWP 1841]
[New LWP 1842]
[New LWP 1843]
[New LWP 1844]
[New LWP 1845]
[New LWP 1846]
[New LWP 1847]
[New LWP 1848]
[New LWP 1849]
[New LWP 1850]
[New LWP 1851]
[New LWP 1852]
[New LWP 1853]
[New LWP 1854]
[New LWP 1855]
[New LWP 1856]
[New LWP 1857]
[New LWP 1858]
[New LWP 1859]
[New LWP 1860]
[New LWP 1861]
[New LWP 1862]
[New LWP 1863]
[New LWP 1864]
[New LWP 1865]
[New LWP 1866]
[New LWP 1867]
[New LWP 1868]
[New LWP 1869]
[New LWP 1870]
[New LWP 1871]
[New LWP 1872]
[New LWP 1873]
[New LWP 1874]
[New LWP 1875]
[New LWP 1876]
[New LWP 1877]
[New LWP 1878]
[New LWP 1879]
[New LWP 1880]
[New LWP 1881]
[New LWP 1882]
[New LWP 1883]
[New LWP 1884]
[New LWP 1885]
[New LWP 1886]
[New LWP 1887]
[New LWP 1888]
[New LWP 1889]
[New LWP 1890]
[New LWP 1891]
[New LWP 1892]
[New LWP 1893]
[New LWP 1894]
[New LWP 1895]
[New LWP 1896]
[New LWP 1897]
[New LWP 1898]
[New LWP 1899]
[New LWP 1900]
[New LWP 1901]
[New LWP 1902]
[New LWP 1903]
[New LWP 1904]
[New LWP 1905]
[New LWP 1906]
[New LWP 1907]
[New LWP 1908]
[New LWP 1909]
[New LWP 1910]
[New LWP 1911]
[New LWP 1912]
[New LWP 1913]
[New LWP 1914]
[New LWP 1915]
[New LWP 1916]
[New LWP 1917]
[New LWP 1918]
[New LWP 1919]
[New LWP 1920]
[New LWP 1921]
[New LWP 1922]
[New LWP 1923]
[New LWP 1924]
[New LWP 1925]
[New LWP 1926]
[New LWP 1927]
[New LWP 1928]
[New LWP 1929]
[New LWP 1930]
[New LWP 1931]
[New LWP 1932]
[New LWP 1933]
[New LWP 1934]
[New LWP 1935]
[New LWP 1936]
[New LWP 1937]
[New LWP 1938]
[New LWP 1939]
[New LWP 1940]
[New LWP 1941]
[New LWP 1942]
[New LWP 1943]
[New LWP 1944]
[New LWP 1945]
[New LWP 1946]
[New LWP 1947]
[New LWP 1948]
[New LWP 1949]
[New LWP 1950]
[New LWP 1951]
[New LWP 1952]
[New LWP 1953]
[New LWP 1954]
[New LWP 1955]
[New LWP 1956]
[New LWP 1957]
[New LWP 1958]
[New LWP 1959]
[New LWP 1960]
[New LWP 1961]
[New LWP 1962]
[New LWP 1963]
[New LWP 1964]
[New LWP 1965]
[New LWP 1966]
[New LWP 1967]
[New LWP 1968]
[New LWP 1969]
[New LWP 1970]
[New LWP 1971]
[New LWP 1972]
[New LWP 1973]
[New LWP 1974]
[New LWP 1975]
[New LWP 1976]
[New LWP 1977]
[New LWP 1978]
[New LWP 1979]
[New LWP 1980]
[New LWP 1981]
[New LWP 1982]
[New LWP 1983]
[New LWP 1984]
[New LWP 1985]
[New LWP 1986]
[New LWP 1987]
[New LWP 1988]
[New LWP 1989]
[New LWP 1990]
[New LWP 1991]
[New LWP 1992]
[New LWP 1993]
[New LWP 1994]
[New LWP 1995]
[New LWP 1996]
[New LWP 1997]
[New LWP 1998]
[New LWP 1999]
[New LWP 2000]
[New LWP 2005]
[New LWP 2006]
[New LWP 2007]
[New LWP 2008]
[New LWP 2010]
[New LWP 2011]
[New LWP 2012]
[New LWP 2013]
[New LWP 2014]
[New LWP 2015]
[New LWP 2016]
[New LWP 2017]
[New LWP 2018]
[New LWP 2019]
[New LWP 2020]
[New LWP 2021]
[New LWP 2022]
[New LWP 2023]
[New LWP 2024]
[New LWP 2025]
[New LWP 2026]
[New LWP 2027]
[New LWP 2028]
[New LWP 2029]
[New LWP 2030]
[New LWP 2036]
[New LWP 2037]
[New LWP 2038]
[New LWP 2044]
[New LWP 2045]
[New LWP 2046]
[New LWP 2047]
[New LWP 2048]
[New LWP 2049]
[New LWP 2050]
[New LWP 2051]
[New LWP 2052]
[New LWP 2053]
[New LWP 2054]
[New LWP 2055]
[New LWP 2056]
[New LWP 2057]
[New LWP 2058]
[New LWP 2059]
[New LWP 2060]
[New LWP 2061]
[New LWP 2062]
[New LWP 2063]
[New LWP 2064]
[New LWP 2065]
[New LWP 2066]
[New LWP 2067]
[New LWP 2068]
[New LWP 2069]
[New LWP 2070]
[New LWP 2071]
[New LWP 2072]
[New LWP 2073]
[New LWP 2074]
[New LWP 2075]
[New LWP 2076]
[New LWP 2077]
[New LWP 2078]
[New LWP 2079]
[New LWP 2080]
[New LWP 2081]
[New LWP 2082]
[New LWP 2083]
[New LWP 2084]
[New LWP 2085]
[New LWP 2086]
[New LWP 2087]
[New LWP 2088]
[New LWP 2089]
[New LWP 2090]
[New LWP 2091]
[New LWP 2092]
[New LWP 2093]
[New LWP 2094]
[New LWP 2095]
[New LWP 2096]
[New LWP 2097]
[New LWP 2098]
[New LWP 2099]
[New LWP 2100]
[New LWP 2101]
[New LWP 2102]
[New LWP 2103]
[New LWP 2104]
[New LWP 2105]
[New LWP 2106]
[New LWP 2107]
[New LWP 2108]
[New LWP 2115]
[New LWP 2116]
[New LWP 2147]
[New LWP 2148]
[New LWP 2149]
[New LWP 2150]
[New LWP 2151]
[New LWP 2152]
[New LWP 2153]
[New LWP 2154]
[New LWP 2155]
[New LWP 2156]
[New LWP 2157]
[New LWP 2158]
[New LWP 2159]
[New LWP 2160]
[New LWP 2161]
[New LWP 2162]
[New LWP 2163]
[New LWP 2164]
[New LWP 2165]
[New LWP 2166]
[New LWP 2167]
[New LWP 2168]
[New LWP 2169]
[New LWP 2170]
[New LWP 2171]
[New LWP 2172]
[New LWP 2173]
[New LWP 2174]
[New LWP 2175]
[New LWP 2176]
[New LWP 2177]
[New LWP 2178]
[New LWP 2179]
[New LWP 2180]
[New LWP 2181]
[New LWP 2182]
[New LWP 2183]
[New LWP 2184]
[New LWP 2185]
[New LWP 2226]
[New LWP 2227]
[New LWP 2228]
[New LWP 2229]
[New LWP 2230]
[New LWP 2231]
[New LWP 2232]
[New LWP 2233]
[New LWP 2234]
[New LWP 2235]
[New LWP 2236]
[New LWP 2237]
[New LWP 2238]
[New LWP 2239]
[New LWP 2240]
[New LWP 2241]
[New LWP 2242]
[New LWP 2243]
[New LWP 2244]
[New LWP 2245]
[New LWP 2247]
[New LWP 2248]
[New LWP 2249]
[New LWP 2250]
[New LWP 2251]
[New LWP 2252]
[New LWP 2253]
[New LWP 2254]
[New LWP 2255]
[New LWP 2256]
[New LWP 2257]
[New LWP 2258]
[New LWP 2259]
[New LWP 2260]
[New LWP 2261]
[New LWP 2262]
[New LWP 2264]
[New LWP 2278]
[New LWP 2279]
[New LWP 2280]
[New LWP 2281]
[New LWP 2282]
[New LWP 2283]
[New LWP 2284]
[New LWP 2285]
[New LWP 2286]
[New LWP 2287]
[New LWP 2288]
[New LWP 2289]
[New LWP 2290]
[New LWP 2291]
[New LWP 2292]
[New LWP 2293]
[New LWP 2294]
[New LWP 2337]
[New LWP 2338]
[New LWP 2339]
[New LWP 2340]
[New LWP 2341]
[New LWP 2342]
[New LWP 2343]
[New LWP 2344]
[New LWP 2345]
[New LWP 2346]
[New LWP 2347]
[New LWP 2348]
[New LWP 2349]
[New LWP 2350]
[New LWP 2351]
[New LWP 2380]
[New LWP 2423]
[New LWP 2424]
[New LWP 2457]
[New LWP 2468]
[New LWP 2469]
[New LWP 2473]
[New LWP 2474]
[New LWP 2475]
[New LWP 2483]
[New LWP 2498]
[New LWP 2499]
[New LWP 2500]
[New LWP 2501]
[New LWP 2502]
[New LWP 2503]
[New LWP 2504]
[New LWP 2505]
[New LWP 2506]
[New LWP 2507]
[New LWP 2508]
[New LWP 2509]
[New LWP 2510]
[New LWP 2511]
[New LWP 2512]
[New LWP 2544]
[New LWP 2568]
[New LWP 2577]
[New LWP 2591]
[New LWP 2612]
[New LWP 2613]
[New LWP 2614]
[New LWP 2615]
[New LWP 2616]
[New LWP 2617]
[New LWP 2618]
[New LWP 2619]
[New LWP 2630]
[New LWP 2631]
[New LWP 2632]
[New LWP 2633]
[New LWP 2635]
[New LWP 2636]
[New LWP 2637]
[New LWP 2638]
[New LWP 2639]
[New LWP 2640]
[New LWP 2641]
[New LWP 2642]
[New LWP 2643]
[New LWP 2644]
[New LWP 2645]
[New LWP 2646]
[New LWP 2647]
[New LWP 2648]
[New LWP 2649]
[New LWP 2650]
[New LWP 2651]
[New LWP 2652]
[New LWP 2653]
[New LWP 2654]
[New LWP 2655]
[New LWP 2656]
[New LWP 2657]
[New LWP 2658]
[New LWP 2659]
[New LWP 2661]
[New LWP 2662]
[New LWP 2663]
[New LWP 2664]
[New LWP 2697]
[New LWP 2698]
[New LWP 2699]
[New LWP 2700]
[New LWP 2701]
[New LWP 2702]
[New LWP 2703]
[New LWP 2704]
[New LWP 2705]
[New LWP 2714]
[New LWP 2715]
[New LWP 2716]
[New LWP 2717]
[New LWP 2718]
[New LWP 2719]
[New LWP 2720]
[New LWP 2721]
[New LWP 2722]
[New LWP 2723]
[New LWP 2724]
[New LWP 2732]
[New LWP 2733]
[New LWP 2734]
[New LWP 2735]
[New LWP 2736]
[New LWP 2737]
[New LWP 2738]
[New LWP 2739]
[New LWP 2740]
[New LWP 2741]
[New LWP 2742]
[New LWP 2743]
[New LWP 2744]
[New LWP 2746]
[New LWP 2747]
[New LWP 2748]
[New LWP 2749]
[New LWP 2750]
[New LWP 2751]
[New LWP 2760]
[New LWP 2770]
[New LWP 2773]
[New LWP 2774]
[New LWP 2775]
[New LWP 2776]
[New LWP 2777]
[New LWP 2778]
[New LWP 2779]
[New LWP 2781]
[New LWP 2782]
[New LWP 2783]
[New LWP 2784]
[New LWP 2785]
[New LWP 2786]
[New LWP 2787]
[New LWP 2788]
[New LWP 2789]
[New LWP 2790]
[New LWP 2791]
[New LWP 2792]
[New LWP 2793]
[New LWP 2794]
[New LWP 2795]
[New LWP 2796]
[New LWP 2797]
[New LWP 2798]
[New LWP 2805]
[New LWP 2806]
[New LWP 2807]
[New LWP 2808]
[New LWP 2809]
[New LWP 2810]
[New LWP 2811]
[New LWP 2812]
[New LWP 2813]
[New LWP 2816]
[New LWP 2817]
[New LWP 2818]
[New LWP 2819]
[New LWP 2820]
[New LWP 2821]
[New LWP 2822]
[New LWP 2823]
[New LWP 2825]
[New LWP 2826]
[New LWP 2827]
[New LWP 2828]
[New LWP 2829]
[New LWP 2887]
[New LWP 2888]
[New LWP 2889]
[New LWP 2891]
[New LWP 2892]
[New LWP 2893]
[New LWP 2894]
[New LWP 2895]
[New LWP 2897]
[New LWP 2937]
[New LWP 2940]
[New LWP 2941]
[New LWP 2942]
[New LWP 2943]
[New LWP 2945]
[New LWP 2946]
[New LWP 2947]
[New LWP 2948]
[New LWP 2949]
[New LWP 2950]
[New LWP 2951]
[New LWP 2952]
[New LWP 2953]
[New LWP 2954]
[New LWP 2955]
[New LWP 2956]
[New LWP 2957]
[New LWP 2959]
[New LWP 2960]
[New LWP 2961]
[New LWP 2962]
[New LWP 2963]
[New LWP 2964]
[New LWP 2967]
[New LWP 2968]
[New LWP 2969]
[New LWP 2970]
[New LWP 2971]
[New LWP 2972]
[New LWP 2973]
[New LWP 2974]
[New LWP 2975]
[New LWP 2976]
[New LWP 2977]
[New LWP 2978]
[New LWP 2980]
[New LWP 2981]
[New LWP 2982]
[New LWP 2983]
[New LWP 2984]
[New LWP 2988]
[New LWP 3010]
[New LWP 3011]
[New LWP 3012]
[New LWP 3013]
[New LWP 3014]
[New LWP 3015]
[New LWP 3016]
[New LWP 3017]
[New LWP 3018]
[New LWP 3019]
[New LWP 3020]
[New LWP 3021]
[New LWP 3022]
[New LWP 3023]
[New LWP 3024]
[New LWP 3025]
[New LWP 3026]
[New LWP 3027]
[New LWP 3028]
[New LWP 3029]
[New LWP 3030]
[New LWP 3031]
[New LWP 3032]
[New LWP 3033]
[New LWP 3034]
[New LWP 3035]
[New LWP 3036]
[New LWP 3037]
[New LWP 3038]
[New LWP 3039]
[New LWP 3040]
[New LWP 3043]
[New LWP 3044]
[New LWP 3045]
[New LWP 3049]
[New LWP 3050]
[New LWP 3051]
[New LWP 3052]
[New LWP 3054]
[New LWP 3055]
[New LWP 3056]
[New LWP 3385]
[New LWP 3387]
[New LWP 3390]
[New LWP 3391]
[New LWP 3393]
[New LWP 3421]
[New LWP 3422]
[New LWP 3423]
[New LWP 3424]
[New LWP 3425]
[New LWP 3429]
[New LWP 3430]
[New LWP 3431]
[New LWP 3432]
[New LWP 3434]
[New LWP 3438]
[New LWP 3439]
[New LWP 3440]
[New LWP 3441]
[New LWP 3442]
[New LWP 3443]
[New LWP 3444]
[New LWP 3445]
[New LWP 3446]
[New LWP 3447]
[New LWP 3448]
[New LWP 3449]
[New LWP 3450]
[New LWP 3451]
[New LWP 3452]
[New LWP 3453]
[New LWP 3454]
[New LWP 3455]
[New LWP 3456]
[New LWP 3457]
[New LWP 3458]
[New LWP 3459]
[New LWP 3460]
[New LWP 3461]
[New LWP 3462]
[New LWP 3463]
[New LWP 3464]
[New LWP 3478]
[New LWP 3479]
[New LWP 3480]
[New LWP 3481]
[New LWP 3482]
[New LWP 3483]
[New LWP 3484]
[New LWP 3485]
[New LWP 3486]
[New LWP 3487]
[New LWP 3488]
[New LWP 3489]
[New LWP 3490]
[New LWP 3491]
[New LWP 3492]
[New LWP 3493]
[New LWP 3494]
[New LWP 3495]
[New LWP 3496]
[New LWP 3497]
[New LWP 3498]
[New LWP 3499]
[New LWP 3500]
[New LWP 3501]
[New LWP 3502]
[New LWP 3503]
[New LWP 3504]
[New LWP 3505]
[New LWP 3506]
[New LWP 3507]
[New LWP 3508]
[New LWP 3509]
[New LWP 3512]
[New LWP 3513]
[New LWP 3514]
[New LWP 3515]
[New LWP 3516]
[New LWP 3517]
[New LWP 3518]
[New LWP 3519]
[New LWP 3520]
[New LWP 3521]
[New LWP 3522]
[New LWP 3523]
[New LWP 3524]
[New LWP 3525]
[New LWP 3526]
[New LWP 3527]
[New LWP 3528]
[New LWP 3529]
[New LWP 3568]
[New LWP 3569]
[New LWP 3571]
[New LWP 3581]
[New LWP 3583]
[New LWP 3584]
[New LWP 3585]
[New LWP 3586]
[New LWP 3587]
[New LWP 3591]
[New LWP 3592]
[New LWP 3593]
[New LWP 3594]
[New LWP 6575]
[New LWP 6792]
[New LWP 6904]
[New LWP 6905]
[New LWP 6906]
[New LWP 6907]
[New LWP 6908]
[New LWP 6909]
[New LWP 6910]
[New LWP 6911]
[New LWP 6913]
[New LWP 6914]
[New LWP 6915]
[New LWP 6916]
[New LWP 6917]
[New LWP 6918]
[New LWP 6919]
[New LWP 6920]
[New LWP 6921]
[New LWP 6922]
[New LWP 6923]
[New LWP 6924]
[New LWP 6925]
[New LWP 6926]
[New LWP 6927]
[New LWP 6928]
[New LWP 6929]
[New LWP 6930]
[New LWP 6931]
[New LWP 6932]
[New LWP 6933]
[New LWP 6934]
[New LWP 6935]
[New LWP 6936]
[New LWP 6937]
[New LWP 6938]
[New LWP 6939]
[New LWP 6940]
[New LWP 6941]
[New LWP 6942]
[New LWP 6943]
[New LWP 6944]
[New LWP 6945]
[New LWP 6946]
[New LWP 6947]
[New LWP 6948]
[New LWP 6949]
[New LWP 6950]
[New LWP 6951]
[New LWP 6952]
[New LWP 6953]
[New LWP 6954]
[New LWP 6955]
[New LWP 6956]
[New LWP 6957]
[New LWP 6958]
[New LWP 6959]
[New LWP 6960]
[New LWP 6961]
[New LWP 6962]
[New LWP 6963]
[New LWP 6964]
[New LWP 6966]
[New LWP 6967]
[New LWP 6968]
[New LWP 6969]
[New LWP 6970]
[New LWP 6971]
[New LWP 6972]
[New LWP 6973]
[New LWP 6974]
[New LWP 6975]
[New LWP 6976]
[New LWP 6977]
[New LWP 6978]
[New LWP 6979]
[New LWP 6980]
[New LWP 6981]
[New LWP 6982]
[New LWP 6983]
[New LWP 6984]
[New LWP 6985]
[New LWP 6986]
[New LWP 6987]
[New LWP 6988]
[New LWP 6989]
[New LWP 6990]
[New LWP 6991]
[New LWP 6992]
[New LWP 6993]
[New LWP 6994]
[New LWP 6995]
[New LWP 6996]
[New LWP 6998]
[New LWP 6999]
[New LWP 7000]
[New LWP 7001]
[New LWP 7002]
[New LWP 7003]
[New LWP 7007]
[New LWP 7012]
[New LWP 7013]
[New LWP 7014]
[New LWP 7015]
[New LWP 7016]
[New LWP 7017]
[New LWP 7018]
[New LWP 7019]
[New LWP 7020]
[New LWP 7021]
[New LWP 7022]
[New LWP 7023]
[New LWP 7024]
[New LWP 7025]
[New LWP 7026]
[New LWP 7027]
[New LWP 7028]
[New LWP 7029]
[New LWP 7030]
[New LWP 7031]
[New LWP 7032]
[New LWP 7033]
[New LWP 7034]
[New LWP 7035]
[New LWP 7036]
[New LWP 7037]
[New LWP 7038]
[New LWP 7039]
[New LWP 7040]
[New LWP 7041]
[New LWP 7042]
[New LWP 7043]
[New LWP 7044]
[New LWP 7045]
[New LWP 7046]
[New LWP 7047]
[New LWP 7048]
[New LWP 7049]
[New LWP 7050]
[New LWP 7051]
[New LWP 7052]
[New LWP 7053]
[New LWP 7054]
[New LWP 7055]
[New LWP 7056]
[New LWP 7057]
[New LWP 7058]
[New LWP 7059]
[New LWP 7060]
[New LWP 7061]
[New LWP 7062]
[New LWP 7063]
[New LWP 7064]
[New LWP 7065]
[New LWP 7066]
[New LWP 7067]
[New LWP 7068]
[New LWP 7069]
[New LWP 7070]
[New LWP 7071]
[New LWP 7072]
[New LWP 7073]
[New LWP 7074]
[New LWP 7076]
[New LWP 7077]
[New LWP 7078]
[New LWP 7079]
[New LWP 7080]
[New LWP 7081]
[New LWP 7083]
[New LWP 7084]
[New LWP 7085]
[New LWP 7086]
[New LWP 7087]
[New LWP 7088]
[New LWP 7089]
[New LWP 7090]
[New LWP 7091]
[New LWP 7092]
[New LWP 7093]
[New LWP 7094]
[New LWP 7095]
[New LWP 7096]
[New LWP 7097]
[New LWP 7098]
[New LWP 7099]
[New LWP 7100]
[New LWP 7101]
[New LWP 7102]
[New LWP 7103]
[New LWP 7104]
[New LWP 7105]
[New LWP 7106]
[New LWP 7107]
[New LWP 7108]
[New LWP 7109]
[New LWP 7110]
[New LWP 7111]
[New LWP 7112]
[New LWP 7113]
[New LWP 7114]
[New LWP 7115]
[New LWP 7116]
[New LWP 7117]
[New LWP 7118]
[New LWP 7119]
[New LWP 7120]
[New LWP 7121]
[New LWP 7122]
[New LWP 7123]
[New LWP 7124]
[New LWP 7125]
[New LWP 7126]
[New LWP 7127]
[New LWP 7128]
[New LWP 7129]
[New LWP 7130]
[New LWP 7131]
[New LWP 7132]
[New LWP 7133]
[New LWP 7134]
[New LWP 7135]
[New LWP 7136]
[New LWP 7137]
[New LWP 7138]
[New LWP 7139]
[New LWP 7140]
[New LWP 7141]
[New LWP 7142]
[New LWP 7143]
[New LWP 7144]
[New LWP 7145]
[New LWP 7146]
[New LWP 7147]
[New LWP 7148]
[New LWP 7149]
[New LWP 7150]
[New LWP 7151]
[New LWP 7152]
[New LWP 7153]
[New LWP 7154]
[New LWP 7155]
[New LWP 7171]
[New LWP 8037]
[New LWP 8038]
[New LWP 8039]
[New LWP 8040]
[New LWP 8041]
[New LWP 8042]
[New LWP 8043]
[New LWP 8044]
[New LWP 8045]
[New LWP 8046]
[New LWP 8214]
[New LWP 8215]
[New LWP 8216]
[New LWP 8217]
[New LWP 8218]
[New LWP 8219]
[New LWP 10551]
[New LWP 10552]
[New LWP 10553]
[New LWP 10554]
[New LWP 10555]
[New LWP 10556]
[New LWP 10557]
[New LWP 10558]
[New LWP 10559]
[New LWP 10560]
[New LWP 10561]
[New LWP 10562]
[New LWP 10564]
[New LWP 10566]
[New LWP 10567]
[New LWP 10568]
[New LWP 10569]
[New LWP 10570]
[New LWP 10571]
[New LWP 10575]
[New LWP 10576]
[New LWP 10577]
[New LWP 10578]
[New LWP 10580]
[New LWP 10581]
[New LWP 10582]
[New LWP 10583]
[New LWP 10584]
[New LWP 10585]
[New LWP 10586]
[New LWP 10587]
[New LWP 10588]
[New LWP 10589]
[New LWP 10590]
[New LWP 10591]
[New LWP 10592]
[New LWP 10593]
[New LWP 10594]
[New LWP 10595]
[New LWP 10596]
[New LWP 10597]
[New LWP 10598]
[New LWP 10599]
[New LWP 10600]
[New LWP 10601]
[New LWP 10602]
[New LWP 10603]
[New LWP 10604]
[New LWP 10605]
[New LWP 10606]
[New LWP 10607]
[New LWP 10608]
[New LWP 10609]
[New LWP 10610]
[New LWP 10611]
[New LWP 10612]
[New LWP 10613]
[New LWP 10614]
[New LWP 10615]
[New LWP 10616]
[New LWP 10617]
[New LWP 10618]
[New LWP 10619]
[New LWP 10620]
[New LWP 10621]
[New LWP 10622]
[New LWP 10623]
[New LWP 10624]
[New LWP 10625]
[New LWP 10626]
[New LWP 10627]
[New LWP 10628]
[New LWP 10629]
[New LWP 10630]
[New LWP 10631]
[New LWP 10632]
[New LWP 10633]
[New LWP 10634]
[New LWP 10635]
[New LWP 10714]
[New LWP 10717]
[New LWP 10718]
[New LWP 10719]
[New LWP 10720]
[New LWP 10721]
[New LWP 10722]
[New LWP 10723]
[New LWP 10805]
[New LWP 10806]
[New LWP 10807]
[New LWP 10809]
[New LWP 10810]
[New LWP 11025]
[New LWP 11026]
[New LWP 11027]
[New LWP 11028]
[New LWP 11029]
[New LWP 11030]
[New LWP 11031]
[New LWP 11032]
[New LWP 11033]
[New LWP 11034]
[New LWP 11035]
[New LWP 11036]
[New LWP 11037]
[New LWP 11038]
[New LWP 11039]
[New LWP 11040]
[New LWP 11041]
[New LWP 11042]
[New LWP 11043]
[New LWP 11044]
[New LWP 11045]
[New LWP 11046]
[New LWP 11047]
[New LWP 11048]
[New LWP 11049]
[New LWP 11050]
[New LWP 11051]
[New LWP 11052]
[New LWP 11053]
[New LWP 11054]
[New LWP 11055]
[New LWP 11056]
[New LWP 11057]
[New LWP 11059]
[New LWP 11060]
[New LWP 11061]
[New LWP 11062]
[New LWP 11063]
[New LWP 11064]
[New LWP 11065]
[New LWP 11066]
[New LWP 11067]
[New LWP 11068]
[New LWP 11069]
[New LWP 11070]
[New LWP 11071]
[New LWP 11072]
[New LWP 11073]
[New LWP 11074]
[New LWP 11075]
[New LWP 11076]
[New LWP 11077]
[New LWP 11078]
[New LWP 11079]
[New LWP 11080]
[New LWP 11081]
[New LWP 11082]
[New LWP 11083]
[New LWP 11093]
[New LWP 11094]
[New LWP 11095]
[New LWP 11096]
[New LWP 11097]
[New LWP 11098]
[New LWP 11099]
[New LWP 11100]
[New LWP 11101]
[New LWP 11102]
[New LWP 11103]
[New LWP 11104]
[New LWP 11105]
[New LWP 11106]
[New LWP 11107]
[New LWP 11108]
[New LWP 11109]
[New LWP 11111]
[New LWP 11112]
[New LWP 11113]
[New LWP 11114]
[New LWP 11115]
[New LWP 11116]
[New LWP 11117]
[New LWP 11118]
[New LWP 11119]
[New LWP 11120]
[New LWP 11121]
[New LWP 11122]
[New LWP 11123]
[New LWP 11124]
[New LWP 11125]
[New LWP 11126]
[New LWP 11127]
[New LWP 11128]
[New LWP 11129]
[New LWP 11130]
[New LWP 11131]
[New LWP 11132]
[New LWP 11133]
[New LWP 11134]
[New LWP 11135]
[New LWP 11136]
[New LWP 11137]
[New LWP 11138]
[New LWP 11139]
[New LWP 11140]
[New LWP 11141]
[New LWP 11142]
[New LWP 11143]
[New LWP 11144]
[New LWP 11145]
[New LWP 11146]
[New LWP 11147]
[New LWP 11148]
[New LWP 11149]
[New LWP 11150]
[New LWP 11151]
[New LWP 11152]
[New LWP 11153]
[New LWP 11154]
[New LWP 11157]
[New LWP 11158]
[New LWP 24332]
[New LWP 24591]
[New LWP 24661]
[New LWP 27887]
[New LWP 27888]
[New LWP 27889]
[New LWP 27890]
[New LWP 27891]
[New LWP 27892]
[New LWP 27893]
[New LWP 27894]
[New LWP 27895]
[New LWP 27896]
[New LWP 27897]
[New LWP 27898]
[New LWP 27899]
[New LWP 27900]
[New LWP 27901]
[New LWP 27902]
[New LWP 27903]
[New LWP 27904]
[New LWP 27905]
[New LWP 27906]
[New LWP 27907]
[New LWP 27909]
[New LWP 27910]
[New LWP 27911]
[New LWP 27912]
[New LWP 27913]
[New LWP 27914]
[New LWP 27915]
[New LWP 27916]
[New LWP 27917]
[New LWP 27920]
[New LWP 27921]
[New LWP 27922]
[New LWP 27923]
[New LWP 27924]
[New LWP 27925]
[New LWP 27927]
[New LWP 27928]
[New LWP 27930]
[New LWP 27931]
[New LWP 27932]
[New LWP 27933]
[New LWP 27934]
[New LWP 27935]
[New LWP 27936]
[New LWP 27937]
[New LWP 27938]
[New LWP 27939]
[New LWP 27942]
[New LWP 27946]
[New LWP 27947]
[New LWP 27948]
[New LWP 27949]
[New LWP 27950]
[New LWP 27951]
[New LWP 27952]
[New LWP 27953]
[New LWP 27954]
[New LWP 27955]
[New LWP 27956]
[New LWP 27957]
[New LWP 27958]
[New LWP 27959]
[New LWP 27960]
[New LWP 27961]
[New LWP 27962]
[New LWP 27963]
[New LWP 27966]
[New LWP 27967]
[New LWP 27968]
[New LWP 27969]
[New LWP 27970]
[New LWP 27971]
[New LWP 27972]
[New LWP 27975]
[New LWP 27976]
[New LWP 27977]
[New LWP 27978]
[New LWP 27979]
[New LWP 27983]
[New LWP 27987]
[New LWP 27992]
[New LWP 27997]
[New LWP 27999]
[New LWP 28000]
[New LWP 28001]
[New LWP 28002]
[New LWP 28003]
[New LWP 28008]
[New LWP 28009]
[New LWP 28010]
[New LWP 28011]
[New LWP 28012]
[New LWP 28013]
[New LWP 28014]
[New LWP 28015]
[New LWP 28017]
[New LWP 28018]
[New LWP 28019]
[New LWP 28020]
[New LWP 28021]
[New LWP 28026]
[New LWP 28027]
[New LWP 28031]
[New LWP 28032]
[New LWP 28033]
[New LWP 28034]
[New LWP 28035]
[New LWP 28036]
[New LWP 28037]
[New LWP 28038]
[New LWP 28041]
[New LWP 28042]
[New LWP 28043]
[New LWP 28044]
[New LWP 28045]
[New LWP 28046]
[New LWP 28047]
[New LWP 28048]
[New LWP 28049]
[New LWP 28050]
[New LWP 28051]
[New LWP 28052]
[New LWP 28053]
[New LWP 28054]
[New LWP 28055]
[New LWP 28056]
[New LWP 28057]
[New LWP 28059]
[New LWP 28061]
[New LWP 28062]
[New LWP 28063]
[New LWP 28064]
[New LWP 28068]
[New LWP 28069]
[New LWP 28070]
[New LWP 28073]
[New LWP 28074]
[New LWP 28075]
[New LWP 28076]
[New LWP 28077]
[New LWP 28078]
[New LWP 28079]
[New LWP 28080]
[New LWP 28081]
[New LWP 28082]
[New LWP 28083]
[New LWP 28084]
[New LWP 28085]
[New LWP 28086]
[New LWP 28087]
[New LWP 28088]
[New LWP 28089]
[New LWP 28090]
[New LWP 28091]
[New LWP 28092]
[New LWP 28093]
[New LWP 28094]
[New LWP 28095]
[New LWP 28096]
[New LWP 28097]
[New LWP 28098]
[New LWP 28099]
[New LWP 28100]
[New LWP 28101]
[New LWP 28102]
[New LWP 28103]
[New LWP 28104]
[New LWP 28106]
[New LWP 28107]
[New LWP 28108]
[New LWP 28109]
[New LWP 28110]
[New LWP 28111]
[New LWP 28112]
[New LWP 28113]
[New LWP 28114]
[New LWP 28115]
[New LWP 28118]
[New LWP 28119]
[New LWP 28120]
[New LWP 28121]
[New LWP 28122]
[New LWP 28123]
[New LWP 28124]
[New LWP 28125]
[New LWP 28126]
[New LWP 28127]
[New LWP 28128]
[New LWP 28129]
[New LWP 28130]
[New LWP 28131]
[New LWP 28136]
[New LWP 28138]
[New LWP 28139]
[New LWP 28140]
[New LWP 28145]
[New LWP 28146]
[New LWP 28147]
[New LWP 28150]
[New LWP 28151]
[New LWP 28152]
[New LWP 28153]
[New LWP 28154]
[New LWP 28155]
[New LWP 28156]
[New LWP 28157]
[New LWP 28159]
[New LWP 28161]
[New LWP 28162]
[New LWP 28163]
[New LWP 28164]
[New LWP 28165]
[New LWP 28166]
[New LWP 28167]
[New LWP 28168]
[New LWP 28169]
[New LWP 28170]
[New LWP 28171]
[New LWP 28172]
[New LWP 28175]
[New LWP 28176]
[New LWP 28177]
[New LWP 28178]
[New LWP 28179]
[New LWP 28180]
[New LWP 28181]
[New LWP 28182]
[New LWP 28185]
[New LWP 28186]
[New LWP 28187]
[New LWP 28188]
[New LWP 28189]
[New LWP 28190]
[New LWP 28191]
[New LWP 28192]
[New LWP 28193]
[New LWP 28194]
[New LWP 28195]
[New LWP 28196]
[New LWP 28197]
[New LWP 28198]
[New LWP 28199]
[New LWP 28200]
[New LWP 28201]
[New LWP 28202]
[New LWP 28203]
[New LWP 28204]
[New LWP 28205]
[New LWP 28206]
[New LWP 28207]
[New LWP 28208]
[New LWP 28209]
[New LWP 28211]
[New LWP 28212]
[New LWP 28213]
[New LWP 28214]
[New LWP 28215]
[New LWP 28216]
[New LWP 28217]
[New LWP 28218]
[New LWP 28219]
[New LWP 28220]
[New LWP 28221]
[New LWP 28222]
[New LWP 28225]
[New LWP 28226]
[New LWP 28227]
[New LWP 28228]
[New LWP 28229]
[New LWP 28232]
[New LWP 28233]
[New LWP 28234]
[New LWP 28235]
[New LWP 28236]
[New LWP 28237]
[New LWP 28238]
[New LWP 28239]
[New LWP 28240]
[New LWP 28241]
[New LWP 28242]
[New LWP 28243]
[New LWP 28244]
[New LWP 28245]
[New LWP 28246]
[New LWP 28247]
[New LWP 28248]
[New LWP 28249]
[New LWP 28250]
[New LWP 28251]
[New LWP 28252]
[New LWP 28253]
[New LWP 28254]
[New LWP 28255]
[New LWP 28256]
[New LWP 28257]
[New LWP 28258]
[New LWP 28259]
[New LWP 28260]
[New LWP 28261]
[New LWP 28262]
[New LWP 28264]
[New LWP 28265]
[New LWP 28266]
[New LWP 28267]
[New LWP 28268]
[New LWP 28269]
[New LWP 28270]
[New LWP 28271]
[New LWP 28272]
[New LWP 28273]
[New LWP 28274]
[New LWP 28275]
[New LWP 28276]
[New LWP 28277]
[New LWP 28278]
[New LWP 28279]
[New LWP 28280]
[New LWP 28281]
[New LWP 28284]
[New LWP 28290]
[New LWP 28291]
[New LWP 28292]
[New LWP 28293]
[New LWP 28294]
[New LWP 28295]
[New LWP 28296]
[New LWP 28297]
[New LWP 28298]
[New LWP 28300]
[New LWP 28301]
[New LWP 28308]
[New LWP 28309]
[New LWP 28310]
[New LWP 28311]
[New LWP 28312]
[New LWP 28313]
[New LWP 28314]
[New LWP 28315]
[New LWP 28316]
[New LWP 28317]
[New LWP 28320]
[New LWP 28321]
[New LWP 28322]
[New LWP 28323]
[New LWP 28324]
[New LWP 28325]
[New LWP 28326]
[New LWP 28327]
[New LWP 28328]
[New LWP 28329]
[New LWP 28330]
[New LWP 28331]
[New LWP 28333]
[New LWP 28334]
[New LWP 28335]
[New LWP 28336]
[New LWP 28337]
[New LWP 28338]
[New LWP 28339]
[New LWP 28340]
[New LWP 28341]
[New LWP 28342]
[New LWP 28343]
[New LWP 28344]
[New LWP 28351]
[New LWP 28352]
[New LWP 28353]
[New LWP 28354]
[New LWP 28355]
[New LWP 28356]
[New LWP 28357]
[New LWP 28359]
[New LWP 28360]
[New LWP 28361]
[New LWP 28362]
[New LWP 28363]
[New LWP 28364]
[New LWP 28365]
[New LWP 28366]
[New LWP 28368]
[New LWP 28369]
[New LWP 28371]
[New LWP 28372]
[New LWP 28373]
[New LWP 28374]
[New LWP 28375]
[New LWP 28376]
[New LWP 28377]
[New LWP 28378]
[New LWP 28379]
[New LWP 28380]
[New LWP 28381]
[New LWP 28382]
[New LWP 28383]
[New LWP 28384]
[New LWP 28385]
[New LWP 28386]
[New LWP 28387]
[New LWP 28388]
[New LWP 28389]
[New LWP 28391]
[New LWP 28393]
[New LWP 28396]
[New LWP 28397]
[New LWP 28399]
[New LWP 28400]
[New LWP 28403]
[New LWP 28404]
[New LWP 28405]
[New LWP 28406]
[New LWP 28407]
[New LWP 28408]
[New LWP 28409]
[New LWP 28410]
[New LWP 28411]
[New LWP 28412]
[New LWP 28413]
[New LWP 28414]
[New LWP 28416]
[New LWP 28417]
[New LWP 28419]
[New LWP 28420]
[New LWP 28421]
[New LWP 28422]
[New LWP 28423]
[New LWP 28424]
[New LWP 28425]
[New LWP 28430]
[New LWP 28431]
[New LWP 28432]
[New LWP 28433]
[New LWP 28434]
[New LWP 28435]
[New LWP 28437]
[New LWP 28439]
[New LWP 28440]
[New LWP 28441]
[New LWP 28443]
[New LWP 28445]
[New LWP 28447]
[New LWP 28449]
[New LWP 28451]
[New LWP 28453]
[New LWP 28455]
[New LWP 28457]
[New LWP 28460]
[New LWP 28461]
[New LWP 28462]
[New LWP 28464]
[New LWP 28465]
[New LWP 28468]
[New LWP 28471]
[New LWP 28473]
[New LWP 28475]
[New LWP 28477]
[New LWP 28478]
[New LWP 28481]
[New LWP 28486]
[New LWP 28487]
[New LWP 28488]
[New LWP 28489]
[New LWP 28490]
[New LWP 28492]
[New LWP 28493]
[New LWP 28494]
[New LWP 28497]
[New LWP 28499]
[New LWP 28501]
[New LWP 28503]
[New LWP 28505]
[New LWP 28507]
[New LWP 28509]
[New LWP 28510]
[New LWP 28511]
[New LWP 28512]
[New LWP 28514]
[New LWP 28515]
[New LWP 28517]
[New LWP 35388]
[New LWP 35391]
[New LWP 35393]
[New LWP 35395]
[New LWP 35397]
[New LWP 35399]
[New LWP 35400]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Thread 1707 (Thread 0x7fafebc6f700 (LWP 35400)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616002ac7c88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x616002ac7c88) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1706 (Thread 0x7fb09308d700 (LWP 35399)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000426d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000426d88) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1705 (Thread 0x7fb09388e700 (LWP 35397)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616003a42088) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x616003a42088) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1704 (Thread 0x7fa9bb12e700 (LWP 35395)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160036a6388) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160036a6388) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1703 (Thread 0x7fae90bdd700 (LWP 35393)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160018f6a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160018f6a88) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1702 (Thread 0x7fa9c236a700 (LWP 35391)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x616000fbe688) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x616000fbe688) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1701 (Thread 0x7fae86785700 (LWP 35388)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000003edb3e4d in Poco::EventImpl::waitImpl (this=0x6160004fc988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x000000003eedbd74 in Poco::Event::wait (this=0x6160004fc988) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x000000003eed520b in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1700 (Thread 0x7fa652b34700 (LWP 28517)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1699 (Thread 0x7fa655148700 (LWP 28515)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1698 (Thread 0x7fa656452700 (LWP 28514)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1697 (Thread 0x7fa658a66700 (LWP 28512)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1696 (Thread 0x7fa659d70700 (LWP 28511)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1695 (Thread 0x7fa65b07a700 (LWP 28510)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb3af9b8609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb3af8dd353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1694 (Thread 0x7fa65c384700 (LWP 28509)):
#0 0x00007fb3af9bf376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000046539e1a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x612000016ec4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x612000016ec4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000206be1ec in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x612000016e98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x612000016e40, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000206ca0e0 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional