+ 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 /attach_gdb.lib
++ source /utils.lib
+ source /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_24.3.5.47.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49227 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.5.47.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.5.47.altinitystable+asan) ...
Setting up clickhouse-common-static (24.3.5.47.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.47.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49256 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.47.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.5.47.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (24.3.5.47.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.5.47.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49265 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.5.47.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (24.3.5.47.altinitystable+asan) ...
Setting up clickhouse-server (24.3.5.47.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.
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.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink 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 symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc 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'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
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
+ dpkg -i package_folder/clickhouse-client_24.3.5.47.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49282 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.5.47.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (24.3.5.47.altinitystable+asan) ...
Setting up clickhouse-client (24.3.5.47.altinitystable+asan) ...
+ 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_MAX=100000
+ THREAD_FUZZER_SLEEP_TIME_US_MAX=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_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=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
+ 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/max_num_to_warn.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/blob_storage_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/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/graphite_alternative.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/backoff_failed_mutation.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/lost_forever_check.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_trace.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/forbidden_headers.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/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /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/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ 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/
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=37736448
+ sed --follow-symlinks -i 's|[[:digit:]]\+|37736448|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=42092544
+ sed --follow-symlinks -i 's|[[:digit:]]\+|42092544|' /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
+ [[ -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/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.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
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ 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
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.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=32086448
+ total_mem=32856522752
+ 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
+ local max_users_mem
+ max_users_mem=9856956825
Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G
+ echo 'Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G'
+ 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
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ 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
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 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
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ 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
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:37735 http://127.0.0.1:37735
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (37735), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17E49CA47595F5F81a4427d0-6d40-49c4-8ff9-d04f23a24f30
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 291 root 10u IPv6 37846 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
+ 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
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
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 107.67 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 57.40 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 30.33 KiB/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: 2.30 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: 3.35 KiB/s
c.tsv
+ 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
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.06 KiB/s
tsv_with_header.tsv
+ 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
`/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: 4.67 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ start_server
+ counter=0
+ max_attempt=120
+ 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 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer?blockid=fjpbqoejfhrkclbrkegatfnzfmzfwmhecpgtnxkhnmmsffopuufdedzjkrionsmy&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "GET /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 206 4
127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "GET /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 206 2
127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "DELETE /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 202 -
+ counter=11
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ 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 583
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ clickhouse-client --query 'CREATE DATABASE datasets'
+ clickhouse-client --multiquery
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=583
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Sent terminate signal to process with pid 583.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 isscript.gdb:13: Error in sourced command file:
No stack.
running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 is running.
Waiting for server to stop
Found pid = 583 in the list of running processes.
The process with pid = 583 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
+ cache_policy=
+ '[' 1 -eq 1 ']'
+ cache_policy=SLRU
Using cache policy: SLRU
+ echo 'Using cache policy: SLRU'
+ '[' SLRU = SLRU ']'
+ sudo cat /etc/clickhouse-server/config.d/storage_conf.xml
+ sed 's|LRU|SLRU|'
+ mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml
+ start_server
+ counter=0
+ max_attempt=120
+ 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 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd?blockid=qxuwmrepkddcquchfcurhpwarpbbowpualbzdnymyofiaqvebrgrnnbaafpvesge&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "GET /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd HTTP/1.1" 206 4
127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "GET /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd HTTP/1.1" 206 2
127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "DELETE /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd 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'
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'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 36 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=37
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 37 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=38
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 38 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=39
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ 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 1505
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ 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_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1505
+ 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 = 1505.
The process with pid = 1505 is running.
Sent terminate signal to process with pid 1505.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 is running.
Waiting for server to stop
Found pid = 1505 in the list of running processes.
The process with pid = 1505 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 RANDOMIZE_OBJECT_KEY_TYPE=1
+ RANDOMIZE_OBJECT_KEY_TYPE=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
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/max_num_to_warn.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/blob_storage_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/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/graphite_alternative.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/backoff_failed_mutation.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/lost_forever_check.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_trace.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/forbidden_headers.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/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /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/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ 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/
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=24899584
+ sed --follow-symlinks -i 's|[[:digit:]]\+|24899584|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=56297472
+ sed --follow-symlinks -i 's|[[:digit:]]\+|56297472|' /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 ]]
+ object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key")
+ object_key_type=generate-suffix
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ object_key_type=generate-suffix
+ case $object_key_type in
+ 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/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.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
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ 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
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.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=32086448
+ total_mem=32856522752
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9856956825
+ echo 'Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G'
+ 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
+ sudo cat /etc/clickhouse-server/config.d/logger_trace.xml
+ sed 's|trace|test|'
+ mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml
+ '[' SLRU = SLRU ']'
+ sudo cat /etc/clickhouse-server/config.d/storage_conf.xml
+ sed 's|LRU|SLRU|'
+ mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml
++ date +%-d
+ '[' 0 -eq 1 ']'
+ start_server
+ counter=0
+ max_attempt=120
+ 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
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk?blockid=agjohyenaobfxfduifotkeuqodpeiwvojpsqeewfugzvdreknnhuotntuxvbscgm&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "GET /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk HTTP/1.1" 206 4
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "GET /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk HTTP/1.1" 206 2
127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "DELETE /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk HTTP/1.1" 202 -
+ 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
+ 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'
1
+ attach_gdb_to_clickhouse
++ 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 2970
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-07-22 21:03:58,007 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-07-22 21:03:58,508 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2024-07-22 21:03:59,010 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 '
2024-07-22 21:03:59,512 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-07-22 21:04:00,013 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 '
2024-07-22 21:04:00,515 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-07-22 21:04:01,017 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 --global_time_limit=1200 '
2024-07-22 21:04:01,518 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-07-22 21:04:02,020 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 '
2024-07-22 21:04:02,521 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-07-22 21:04:03,023 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-07-22 21:04:03,524 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2024-07-22 21:04:04,026 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-07-22 21:04:04,527 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 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2024-07-22 21:04:05,028 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 '
2024-07-22 21:04:05,530 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 '
2024-07-22 21:04:06,031 Will wait functests to finish
2024-07-22 21:04:06,032 Finished 3 from 16 processes
2024-07-22 21:04:11,036 Finished 3 from 16 processes
2024-07-22 21:04:16,040 Finished 3 from 16 processes
2024-07-22 21:04:21,044 Finished 3 from 16 processes
2024-07-22 21:04:26,049 Finished 3 from 16 processes
2024-07-22 21:04:31,052 Finished 3 from 16 processes
2024-07-22 21:04:36,056 Finished 3 from 16 processes
2024-07-22 21:04:41,061 Finished 3 from 16 processes
2024-07-22 21:04:46,064 Finished 3 from 16 processes
2024-07-22 21:04:51,068 Finished 3 from 16 processes
2024-07-22 21:04:56,072 Finished 3 from 16 processes
2024-07-22 21:05:01,077 Finished 3 from 16 processes
2024-07-22 21:05:06,080 Finished 3 from 16 processes
2024-07-22 21:05:11,084 Finished 3 from 16 processes
2024-07-22 21:05:16,088 Finished 3 from 16 processes
2024-07-22 21:05:21,092 Finished 3 from 16 processes
2024-07-22 21:05:26,096 Finished 3 from 16 processes
2024-07-22 21:05:31,100 Finished 3 from 16 processes
2024-07-22 21:05:36,104 Finished 3 from 16 processes
2024-07-22 21:05:41,108 Finished 3 from 16 processes
2024-07-22 21:05:46,112 Finished 3 from 16 processes
2024-07-22 21:05:51,116 Finished 3 from 16 processes
2024-07-22 21:05:56,120 Finished 3 from 16 processes
2024-07-22 21:06:01,124 Finished 3 from 16 processes
2024-07-22 21:06:06,130 Finished 3 from 16 processes
2024-07-22 21:06:11,132 Finished 3 from 16 processes
2024-07-22 21:06:16,136 Finished 3 from 16 processes
2024-07-22 21:06:21,142 Finished 3 from 16 processes
2024-07-22 21:06:26,144 Finished 3 from 16 processes
2024-07-22 21:06:31,148 Finished 3 from 16 processes
2024-07-22 21:06:36,152 Finished 3 from 16 processes
2024-07-22 21:06:41,158 Finished 3 from 16 processes
2024-07-22 21:06:46,160 Finished 3 from 16 processes
2024-07-22 21:06:51,164 Finished 3 from 16 processes
2024-07-22 21:06:56,168 Finished 3 from 16 processes
2024-07-22 21:07:01,172 Finished 3 from 16 processes
2024-07-22 21:07:06,176 Finished 3 from 16 processes
2024-07-22 21:07:11,180 Finished 3 from 16 processes
2024-07-22 21:07:16,184 Finished 3 from 16 processes
2024-07-22 21:07:21,188 Finished 3 from 16 processes
2024-07-22 21:07:26,193 Finished 3 from 16 processes
2024-07-22 21:07:31,196 Finished 3 from 16 processes
2024-07-22 21:07:36,199 Finished 3 from 16 processes
2024-07-22 21:07:41,204 Finished 3 from 16 processes
2024-07-22 21:07:46,208 Finished 3 from 16 processes
2024-07-22 21:07:51,212 Finished 3 from 16 processes
2024-07-22 21:07:56,216 Finished 3 from 16 processes
2024-07-22 21:08:01,220 Finished 3 from 16 processes
2024-07-22 21:08:06,224 Finished 3 from 16 processes
2024-07-22 21:08:11,228 Finished 3 from 16 processes
2024-07-22 21:08:16,233 Finished 3 from 16 processes
2024-07-22 21:08:21,236 Finished 3 from 16 processes
2024-07-22 21:08:26,240 Finished 3 from 16 processes
2024-07-22 21:08:31,241 Finished 3 from 16 processes
2024-07-22 21:08:36,244 Finished 3 from 16 processes
2024-07-22 21:08:41,248 Finished 3 from 16 processes
2024-07-22 21:08:46,252 Finished 3 from 16 processes
2024-07-22 21:08:51,256 Finished 4 from 16 processes
2024-07-22 21:08:56,260 Finished 4 from 16 processes
2024-07-22 21:09:01,264 Finished 4 from 16 processes
2024-07-22 21:09:06,268 Finished 4 from 16 processes
2024-07-22 21:09:11,272 Finished 4 from 16 processes
2024-07-22 21:09:16,276 Finished 4 from 16 processes
2024-07-22 21:09:21,282 Finished 4 from 16 processes
2024-07-22 21:09:26,284 Finished 4 from 16 processes
2024-07-22 21:09:31,290 Finished 4 from 16 processes
2024-07-22 21:09:36,293 Finished 4 from 16 processes
2024-07-22 21:09:41,296 Finished 4 from 16 processes
2024-07-22 21:09:46,300 Finished 4 from 16 processes
2024-07-22 21:09:51,305 Finished 4 from 16 processes
2024-07-22 21:09:56,308 Finished 4 from 16 processes
2024-07-22 21:10:01,314 Finished 4 from 16 processes
2024-07-22 21:10:06,318 Finished 4 from 16 processes
2024-07-22 21:10:11,320 Finished 4 from 16 processes
2024-07-22 21:10:16,324 Finished 4 from 16 processes
2024-07-22 21:10:21,327 Finished 4 from 16 processes
2024-07-22 21:10:26,333 Finished 4 from 16 processes
2024-07-22 21:10:31,336 Finished 4 from 16 processes
2024-07-22 21:10:36,340 Finished 4 from 16 processes
2024-07-22 21:10:41,344 Finished 4 from 16 processes
2024-07-22 21:10:46,349 Finished 4 from 16 processes
2024-07-22 21:10:51,354 Finished 4 from 16 processes
2024-07-22 21:10:56,359 Finished 4 from 16 processes
2024-07-22 21:11:01,365 Finished 4 from 16 processes
2024-07-22 21:11:07,607 Finished 4 from 16 processes
2024-07-22 21:11:12,612 Finished 4 from 16 processes
2024-07-22 21:11:17,616 Finished 4 from 16 processes
2024-07-22 21:11:22,620 Finished 4 from 16 processes
2024-07-22 21:11:27,624 Finished 4 from 16 processes
2024-07-22 21:11:32,629 Finished 4 from 16 processes
2024-07-22 21:11:37,634 Finished 4 from 16 processes
2024-07-22 21:11:42,636 Finished 4 from 16 processes
2024-07-22 21:11:47,642 Finished 4 from 16 processes
2024-07-22 21:11:52,646 Finished 4 from 16 processes
2024-07-22 21:11:57,648 Finished 4 from 16 processes
2024-07-22 21:12:02,652 Finished 4 from 16 processes
2024-07-22 21:12:07,656 Finished 4 from 16 processes
2024-07-22 21:12:12,662 Finished 4 from 16 processes
2024-07-22 21:12:17,665 Finished 4 from 16 processes
2024-07-22 21:12:22,668 Finished 4 from 16 processes
2024-07-22 21:12:27,674 Finished 4 from 16 processes
2024-07-22 21:12:32,676 Finished 4 from 16 processes
2024-07-22 21:12:37,680 Finished 4 from 16 processes
2024-07-22 21:12:42,684 Finished 4 from 16 processes
2024-07-22 21:12:47,688 Finished 4 from 16 processes
2024-07-22 21:12:52,692 Finished 4 from 16 processes
2024-07-22 21:12:57,698 Finished 4 from 16 processes
2024-07-22 21:13:02,703 Finished 4 from 16 processes
2024-07-22 21:13:07,705 Finished 4 from 16 processes
2024-07-22 21:13:12,708 Finished 4 from 16 processes
2024-07-22 21:13:17,712 Finished 4 from 16 processes
2024-07-22 21:13:22,716 Finished 4 from 16 processes
2024-07-22 21:13:27,720 Finished 4 from 16 processes
2024-07-22 21:13:32,724 Finished 4 from 16 processes
2024-07-22 21:13:37,728 Finished 4 from 16 processes
2024-07-22 21:13:42,732 Finished 4 from 16 processes
2024-07-22 21:13:47,737 Finished 4 from 16 processes
2024-07-22 21:13:52,743 Finished 4 from 16 processes
2024-07-22 21:13:57,744 Finished 4 from 16 processes
2024-07-22 21:14:02,747 Finished 4 from 16 processes
2024-07-22 21:14:07,748 Finished 4 from 16 processes
2024-07-22 21:14:12,752 Finished 4 from 16 processes
2024-07-22 21:14:17,758 Finished 4 from 16 processes
2024-07-22 21:14:22,760 Finished 4 from 16 processes
2024-07-22 21:14:27,764 Finished 4 from 16 processes
2024-07-22 21:14:32,768 Finished 4 from 16 processes
2024-07-22 21:14:37,772 Finished 4 from 16 processes
2024-07-22 21:14:42,776 Finished 4 from 16 processes
2024-07-22 21:14:47,780 Finished 4 from 16 processes
2024-07-22 21:14:52,786 Finished 4 from 16 processes
2024-07-22 21:14:57,789 Finished 4 from 16 processes
2024-07-22 21:15:02,792 Finished 4 from 16 processes
2024-07-22 21:15:07,796 Finished 4 from 16 processes
2024-07-22 21:15:12,800 Finished 4 from 16 processes
2024-07-22 21:15:17,804 Finished 4 from 16 processes
2024-07-22 21:15:22,808 Finished 4 from 16 processes
2024-07-22 21:15:27,812 Finished 4 from 16 processes
2024-07-22 21:15:32,816 Finished 4 from 16 processes
2024-07-22 21:15:37,821 Finished 4 from 16 processes
2024-07-22 21:15:42,822 Finished 4 from 16 processes
2024-07-22 21:15:47,824 Finished 4 from 16 processes
2024-07-22 21:15:52,828 Finished 4 from 16 processes
2024-07-22 21:15:57,832 Finished 4 from 16 processes
2024-07-22 21:16:02,836 Finished 4 from 16 processes
2024-07-22 21:16:07,840 Finished 4 from 16 processes
2024-07-22 21:16:12,844 Finished 4 from 16 processes
2024-07-22 21:16:17,848 Finished 4 from 16 processes
2024-07-22 21:16:22,854 Finished 4 from 16 processes
2024-07-22 21:16:27,856 Finished 4 from 16 processes
2024-07-22 21:16:32,860 Finished 4 from 16 processes
2024-07-22 21:16:37,864 Finished 4 from 16 processes
2024-07-22 21:16:42,868 Finished 4 from 16 processes
2024-07-22 21:16:47,874 Finished 4 from 16 processes
2024-07-22 21:16:52,876 Finished 4 from 16 processes
2024-07-22 21:16:57,880 Finished 4 from 16 processes
2024-07-22 21:17:02,884 Finished 4 from 16 processes
2024-07-22 21:17:07,888 Finished 4 from 16 processes
2024-07-22 21:17:12,893 Finished 4 from 16 processes
2024-07-22 21:17:17,896 Finished 4 from 16 processes
2024-07-22 21:17:22,900 Finished 4 from 16 processes
2024-07-22 21:17:27,904 Finished 4 from 16 processes
2024-07-22 21:17:32,906 Finished 4 from 16 processes
2024-07-22 21:17:37,908 Finished 4 from 16 processes
2024-07-22 21:17:42,912 Finished 4 from 16 processes
2024-07-22 21:17:47,916 Finished 4 from 16 processes
2024-07-22 21:17:52,921 Finished 4 from 16 processes
2024-07-22 21:17:57,923 Finished 4 from 16 processes
2024-07-22 21:18:02,927 Finished 4 from 16 processes
2024-07-22 21:18:07,929 Finished 4 from 16 processes
2024-07-22 21:18:12,932 Finished 4 from 16 processes
2024-07-22 21:18:17,936 Finished 4 from 16 processes
2024-07-22 21:18:22,940 Finished 4 from 16 processes
2024-07-22 21:18:27,944 Finished 4 from 16 processes
2024-07-22 21:18:32,948 Finished 4 from 16 processes
2024-07-22 21:18:37,952 Finished 4 from 16 processes
2024-07-22 21:18:42,956 Finished 4 from 16 processes
2024-07-22 21:18:47,960 Finished 4 from 16 processes
2024-07-22 21:18:52,964 Finished 4 from 16 processes
2024-07-22 21:18:57,969 Finished 5 from 16 processes
2024-07-22 21:19:02,972 Finished 5 from 16 processes
2024-07-22 21:19:07,976 Finished 5 from 16 processes
2024-07-22 21:19:12,980 Finished 5 from 16 processes
2024-07-22 21:19:17,984 Finished 5 from 16 processes
2024-07-22 21:19:22,989 Finished 5 from 16 processes
2024-07-22 21:19:27,992 Finished 5 from 16 processes
2024-07-22 21:19:32,996 Finished 5 from 16 processes
2024-07-22 21:19:38,000 Finished 5 from 16 processes
2024-07-22 21:19:43,004 Finished 5 from 16 processes
2024-07-22 21:19:48,008 Finished 5 from 16 processes
2024-07-22 21:19:53,012 Finished 5 from 16 processes
2024-07-22 21:19:58,016 Finished 5 from 16 processes
2024-07-22 21:20:03,020 Finished 5 from 16 processes
2024-07-22 21:20:08,024 Finished 5 from 16 processes
2024-07-22 21:20:13,028 Finished 5 from 16 processes
2024-07-22 21:20:18,032 Finished 5 from 16 processes
2024-07-22 21:20:23,038 Finished 5 from 16 processes
2024-07-22 21:20:28,040 Finished 5 from 16 processes
2024-07-22 21:20:33,044 Finished 5 from 16 processes
2024-07-22 21:20:38,048 Finished 5 from 16 processes
2024-07-22 21:20:43,052 Finished 5 from 16 processes
2024-07-22 21:20:48,056 Finished 5 from 16 processes
2024-07-22 21:20:53,060 Finished 5 from 16 processes
2024-07-22 21:20:58,064 Finished 5 from 16 processes
2024-07-22 21:21:03,069 Finished 5 from 16 processes
2024-07-22 21:21:08,072 Finished 5 from 16 processes
2024-07-22 21:21:13,076 Finished 5 from 16 processes
2024-07-22 21:21:18,080 Finished 5 from 16 processes
2024-07-22 21:21:23,084 Finished 5 from 16 processes
2024-07-22 21:21:28,088 Finished 6 from 16 processes
2024-07-22 21:21:33,092 Finished 6 from 16 processes
2024-07-22 21:21:38,096 Finished 6 from 16 processes
2024-07-22 21:21:43,101 Finished 6 from 16 processes
2024-07-22 21:21:48,104 Finished 6 from 16 processes
2024-07-22 21:21:53,108 Finished 6 from 16 processes
2024-07-22 21:21:58,112 Finished 6 from 16 processes
2024-07-22 21:22:03,116 Finished 6 from 16 processes
2024-07-22 21:22:08,120 Finished 6 from 16 processes
2024-07-22 21:22:13,124 Finished 6 from 16 processes
2024-07-22 21:22:18,128 Finished 6 from 16 processes
2024-07-22 21:22:23,132 Finished 6 from 16 processes
2024-07-22 21:22:28,136 Finished 6 from 16 processes
2024-07-22 21:22:33,140 Finished 6 from 16 processes
2024-07-22 21:22:38,144 Finished 6 from 16 processes
2024-07-22 21:22:43,148 Finished 6 from 16 processes
2024-07-22 21:22:48,152 Finished 6 from 16 processes
2024-07-22 21:22:53,156 Finished 6 from 16 processes
2024-07-22 21:22:58,160 Finished 6 from 16 processes
2024-07-22 21:23:03,166 Finished 6 from 16 processes
2024-07-22 21:23:08,168 Finished 6 from 16 processes
2024-07-22 21:23:13,172 Finished 6 from 16 processes
2024-07-22 21:23:18,176 Finished 6 from 16 processes
2024-07-22 21:23:23,182 Finished 6 from 16 processes
2024-07-22 21:23:28,184 Finished 6 from 16 processes
2024-07-22 21:23:33,188 Finished 6 from 16 processes
2024-07-22 21:23:38,192 Finished 6 from 16 processes
2024-07-22 21:23:43,196 Finished 6 from 16 processes
2024-07-22 21:23:48,200 Finished 6 from 16 processes
2024-07-22 21:23:53,204 Finished 6 from 16 processes
2024-07-22 21:23:58,208 Finished 7 from 16 processes
2024-07-22 21:24:03,212 Finished 7 from 16 processes
2024-07-22 21:24:08,216 Finished 7 from 16 processes
2024-07-22 21:24:13,220 Finished 10 from 16 processes
2024-07-22 21:24:18,224 Finished 11 from 16 processes
2024-07-22 21:24:23,225 Finished 13 from 16 processes
2024-07-22 21:24:28,228 Finished 14 from 16 processes
2024-07-22 21:24:33,231 Finished 14 from 16 processes
2024-07-22 21:24:38,236 Finished 14 from 16 processes
2024-07-22 21:24:43,240 Finished 15 from 16 processes
2024-07-22 21:24:48,244 Finished 15 from 16 processes
2024-07-22 21:24:53,248 Finished 15 from 16 processes
2024-07-22 21:24:58,254 Finished 15 from 16 processes
2024-07-22 21:25:03,256 Finished 15 from 16 processes
2024-07-22 21:25:08,260 Finished 15 from 16 processes
2024-07-22 21:25:13,265 Finished 15 from 16 processes
2024-07-22 21:25:18,270 Finished 15 from 16 processes
2024-07-22 21:25:23,272 Finished 15 from 16 processes
2024-07-22 21:25:28,276 Finished 15 from 16 processes
2024-07-22 21:25:33,280 Finished 15 from 16 processes
2024-07-22 21:25:38,284 Finished 15 from 16 processes
2024-07-22 21:25:43,288 Finished 15 from 16 processes
2024-07-22 21:25:48,292 Finished 15 from 16 processes
2024-07-22 21:25:53,296 Finished 15 from 16 processes
2024-07-22 21:25:58,298 Finished 15 from 16 processes
2024-07-22 21:26:03,300 Finished 15 from 16 processes
2024-07-22 21:26:08,304 Finished 15 from 16 processes
2024-07-22 21:26:13,308 Finished 15 from 16 processes
2024-07-22 21:26:18,312 Finished 15 from 16 processes
2024-07-22 21:26:23,318 Finished 15 from 16 processes
2024-07-22 21:26:28,320 Finished 15 from 16 processes
2024-07-22 21:26:33,323 Finished 15 from 16 processes
2024-07-22 21:26:38,328 Finished 15 from 16 processes
2024-07-22 21:26:43,332 Finished 15 from 16 processes
2024-07-22 21:26:48,334 Finished 15 from 16 processes
2024-07-22 21:26:53,336 Finished 15 from 16 processes
2024-07-22 21:26:58,337 Finished 15 from 16 processes
2024-07-22 21:27:03,342 Finished 15 from 16 processes
2024-07-22 21:27:08,348 Finished 15 from 16 processes
2024-07-22 21:27:13,352 Finished 15 from 16 processes
2024-07-22 21:27:18,356 Finished 15 from 16 processes
2024-07-22 21:27:23,357 Finished 15 from 16 processes
2024-07-22 21:27:28,360 Finished 15 from 16 processes
2024-07-22 21:27:33,364 Finished 15 from 16 processes
2024-07-22 21:27:38,370 Finished 15 from 16 processes
2024-07-22 21:27:43,372 Finished 15 from 16 processes
2024-07-22 21:27:48,378 Finished 15 from 16 processes
2024-07-22 21:27:53,380 Finished 15 from 16 processes
2024-07-22 21:27:58,386 Finished 15 from 16 processes
2024-07-22 21:28:03,388 Finished 15 from 16 processes
2024-07-22 21:28:08,392 Finished 15 from 16 processes
2024-07-22 21:28:13,396 Finished 15 from 16 processes
2024-07-22 21:28:18,400 Finished 15 from 16 processes
2024-07-22 21:28:23,406 Finished 15 from 16 processes
2024-07-22 21:28:28,407 Finished 15 from 16 processes
2024-07-22 21:28:33,408 Finished 15 from 16 processes
2024-07-22 21:28:38,412 Finished 15 from 16 processes
2024-07-22 21:28:43,416 Finished 15 from 16 processes
2024-07-22 21:28:48,420 Finished 15 from 16 processes
2024-07-22 21:28:53,425 Finished 15 from 16 processes
2024-07-22 21:28:58,428 Finished 15 from 16 processes
2024-07-22 21:29:03,432 Finished 15 from 16 processes
2024-07-22 21:29:08,437 Finished 15 from 16 processes
2024-07-22 21:29:13,440 Finished 15 from 16 processes
2024-07-22 21:29:18,444 Finished 15 from 16 processes
2024-07-22 21:29:23,445 Finished 15 from 16 processes
2024-07-22 21:29:28,448 Finished 15 from 16 processes
2024-07-22 21:29:33,452 Finished 15 from 16 processes
2024-07-22 21:29:38,456 Finished 15 from 16 processes
2024-07-22 21:29:43,460 Finished 15 from 16 processes
2024-07-22 21:29:48,464 Finished 15 from 16 processes
2024-07-22 21:29:53,470 Finished 15 from 16 processes
2024-07-22 21:29:58,472 Finished 15 from 16 processes
2024-07-22 21:30:03,475 Finished 15 from 16 processes
2024-07-22 21:30:08,477 Finished 15 from 16 processes
2024-07-22 21:30:13,482 Finished 15 from 16 processes
2024-07-22 21:30:18,484 Finished 15 from 16 processes
2024-07-22 21:30:23,488 Finished 15 from 16 processes
2024-07-22 21:30:28,492 Finished 15 from 16 processes
2024-07-22 21:30:33,496 Finished 15 from 16 processes
2024-07-22 21:30:38,500 Finished 15 from 16 processes
2024-07-22 21:30:43,506 Finished 15 from 16 processes
2024-07-22 21:30:48,508 Finished 15 from 16 processes
2024-07-22 21:30:53,512 Finished 15 from 16 processes
2024-07-22 21:30:58,515 Finished 15 from 16 processes
2024-07-22 21:31:03,520 Finished 15 from 16 processes
2024-07-22 21:31:08,526 Finished 15 from 16 processes
2024-07-22 21:31:13,531 Finished 15 from 16 processes
2024-07-22 21:31:18,536 Finished 15 from 16 processes
2024-07-22 21:31:23,539 Finished 15 from 16 processes
2024-07-22 21:31:28,544 Finished 15 from 16 processes
2024-07-22 21:31:33,548 Finished 15 from 16 processes
2024-07-22 21:31:38,554 Finished 15 from 16 processes
2024-07-22 21:31:43,556 Finished 15 from 16 processes
2024-07-22 21:31:48,562 Finished 15 from 16 processes
2024-07-22 21:31:53,567 Finished 15 from 16 processes
2024-07-22 21:31:58,571 Finished 15 from 16 processes
2024-07-22 21:32:03,572 Finished 15 from 16 processes
2024-07-22 21:32:08,576 Finished 15 from 16 processes
2024-07-22 21:32:13,581 Finished 15 from 16 processes
2024-07-22 21:32:18,584 Finished 15 from 16 processes
2024-07-22 21:32:23,590 Finished 15 from 16 processes
2024-07-22 21:32:28,595 Finished 15 from 16 processes
2024-07-22 21:32:33,600 Finished 15 from 16 processes
2024-07-22 21:32:38,604 Finished 15 from 16 processes
2024-07-22 21:32:43,608 Finished 15 from 16 processes
2024-07-22 21:32:48,614 Finished 15 from 16 processes
2024-07-22 21:32:53,619 Finished 15 from 16 processes
2024-07-22 21:32:58,624 Finished 15 from 16 processes
2024-07-22 21:33:03,630 Finished 15 from 16 processes
2024-07-22 21:33:08,630 Finished 15 from 16 processes
2024-07-22 21:33:13,632 Finished 15 from 16 processes
2024-07-22 21:33:18,636 Finished 15 from 16 processes
2024-07-22 21:33:23,640 Finished 15 from 16 processes
2024-07-22 21:33:28,646 All processes finished
2024-07-22 21:33:28,646 Compressing stress logs
2024-07-22 21:33:28,693 Logs compressed
2024-07-22 21:33:28,694 Will terminate gdb (if any)
2024-07-22 21:33:28,694 Running command: kill -TERM $(pidof gdb)
2024-07-22 21:33:28,705 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||:
Quit
2024-07-22 21:33:29,723 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null'
2024-07-22 21:33:30,195 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:30,460 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:30,675 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:30,890 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:31,105 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:31,371 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:31,636 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:31,851 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:32,167 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:32,683 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:32,949 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:33,215 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-07-22 21:33:33,481 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
Received exception from server (version 24.3.5):
Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.86 GiB (attempt to allocate chunk of 0 bytes), maximum: 15.30 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: While executing AggregatingTransform. (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
SETTINGS function_sleep_max_microseconds_per_block = 0
)
2024-07-22 21:33:35,022 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 2970
Located ClickHouse server process 2970 listening at TCP port 9000
Collecting stacktraces from all running threads with gdb:
[New LWP 2971]
[New LWP 2988]
[New LWP 2989]
[New LWP 2990]
[New LWP 2991]
[New LWP 2992]
[New LWP 2993]
[New LWP 2994]
[New LWP 2995]
[New LWP 3001]
[New LWP 3002]
[New LWP 3003]
[New LWP 3004]
[New LWP 3005]
[New LWP 3006]
[New LWP 3007]
[New LWP 3008]
[New LWP 3009]
[New LWP 3010]
[New LWP 3011]
[New LWP 3012]
[New LWP 3013]
[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 3041]
[New LWP 3042]
[New LWP 3043]
[New LWP 3044]
[New LWP 3045]
[New LWP 3046]
[New LWP 3047]
[New LWP 3048]
[New LWP 3049]
[New LWP 3050]
[New LWP 3051]
[New LWP 3052]
[New LWP 3053]
[New LWP 3054]
[New LWP 3065]
[New LWP 3066]
[New LWP 3067]
[New LWP 3068]
[New LWP 3069]
[New LWP 3070]
[New LWP 3071]
[New LWP 3072]
[New LWP 3073]
[New LWP 3074]
[New LWP 3075]
[New LWP 3076]
[New LWP 3077]
[New LWP 3078]
[New LWP 3079]
[New LWP 3080]
[New LWP 3081]
[New LWP 3082]
[New LWP 3083]
[New LWP 3084]
[New LWP 3085]
[New LWP 3086]
[New LWP 3087]
[New LWP 3088]
[New LWP 3089]
[New LWP 3090]
[New LWP 3091]
[New LWP 3092]
[New LWP 3093]
[New LWP 3094]
[New LWP 3095]
[New LWP 3096]
[New LWP 3097]
[New LWP 3098]
[New LWP 3099]
[New LWP 3100]
[New LWP 3101]
[New LWP 3102]
[New LWP 3103]
[New LWP 3104]
[New LWP 3105]
[New LWP 3106]
[New LWP 3107]
[New LWP 3108]
[New LWP 3109]
[New LWP 3110]
[New LWP 3111]
[New LWP 3112]
[New LWP 3113]
[New LWP 3114]
[New LWP 3115]
[New LWP 3116]
[New LWP 3117]
[New LWP 3118]
[New LWP 3119]
[New LWP 3120]
[New LWP 3121]
[New LWP 3122]
[New LWP 3123]
[New LWP 3124]
[New LWP 3125]
[New LWP 3126]
[New LWP 3127]
[New LWP 3128]
[New LWP 3129]
[New LWP 3130]
[New LWP 3131]
[New LWP 3132]
[New LWP 3133]
[New LWP 3134]
[New LWP 3135]
[New LWP 3136]
[New LWP 3137]
[New LWP 3138]
[New LWP 3139]
[New LWP 3140]
[New LWP 3141]
[New LWP 3142]
[New LWP 3143]
[New LWP 3144]
[New LWP 3145]
[New LWP 3146]
[New LWP 3147]
[New LWP 3148]
[New LWP 3149]
[New LWP 3150]
[New LWP 3151]
[New LWP 3152]
[New LWP 3153]
[New LWP 3154]
[New LWP 3155]
[New LWP 3156]
[New LWP 3157]
[New LWP 3158]
[New LWP 3159]
[New LWP 3160]
[New LWP 3161]
[New LWP 3162]
[New LWP 3163]
[New LWP 3164]
[New LWP 3165]
[New LWP 3166]
[New LWP 3167]
[New LWP 3168]
[New LWP 3169]
[New LWP 3170]
[New LWP 3171]
[New LWP 3172]
[New LWP 3173]
[New LWP 3174]
[New LWP 3175]
[New LWP 3176]
[New LWP 3177]
[New LWP 3178]
[New LWP 3179]
[New LWP 3180]
[New LWP 3181]
[New LWP 3182]
[New LWP 3183]
[New LWP 3184]
[New LWP 3185]
[New LWP 3186]
[New LWP 3187]
[New LWP 3188]
[New LWP 3189]
[New LWP 3190]
[New LWP 3191]
[New LWP 3192]
[New LWP 3193]
[New LWP 3194]
[New LWP 3195]
[New LWP 3196]
[New LWP 3197]
[New LWP 3198]
[New LWP 3199]
[New LWP 3200]
[New LWP 3201]
[New LWP 3202]
[New LWP 3203]
[New LWP 3204]
[New LWP 3205]
[New LWP 3206]
[New LWP 3207]
[New LWP 3208]
[New LWP 3209]
[New LWP 3210]
[New LWP 3211]
[New LWP 3212]
[New LWP 3213]
[New LWP 3214]
[New LWP 3215]
[New LWP 3216]
[New LWP 3217]
[New LWP 3218]
[New LWP 3219]
[New LWP 3220]
[New LWP 3221]
[New LWP 3222]
[New LWP 3223]
[New LWP 3224]
[New LWP 3225]
[New LWP 3226]
[New LWP 3227]
[New LWP 3228]
[New LWP 3229]
[New LWP 3230]
[New LWP 3231]
[New LWP 3232]
[New LWP 3233]
[New LWP 3234]
[New LWP 3235]
[New LWP 3236]
[New LWP 3237]
[New LWP 3238]
[New LWP 3239]
[New LWP 3240]
[New LWP 3241]
[New LWP 3242]
[New LWP 3243]
[New LWP 3244]
[New LWP 3245]
[New LWP 3246]
[New LWP 3247]
[New LWP 3248]
[New LWP 3249]
[New LWP 3250]
[New LWP 3251]
[New LWP 3252]
[New LWP 3254]
[New LWP 3255]
[New LWP 3256]
[New LWP 3257]
[New LWP 3258]
[New LWP 3259]
[New LWP 3260]
[New LWP 3261]
[New LWP 3262]
[New LWP 3263]
[New LWP 3264]
[New LWP 3265]
[New LWP 3266]
[New LWP 3267]
[New LWP 3268]
[New LWP 3269]
[New LWP 3270]
[New LWP 3271]
[New LWP 3272]
[New LWP 3273]
[New LWP 3274]
[New LWP 3275]
[New LWP 3276]
[New LWP 3277]
[New LWP 3278]
[New LWP 3279]
[New LWP 3280]
[New LWP 3281]
[New LWP 3282]
[New LWP 3283]
[New LWP 3284]
[New LWP 3285]
[New LWP 3286]
[New LWP 3287]
[New LWP 3288]
[New LWP 3289]
[New LWP 3290]
[New LWP 3291]
[New LWP 3292]
[New LWP 3293]
[New LWP 3294]
[New LWP 3295]
[New LWP 3296]
[New LWP 3297]
[New LWP 3298]
[New LWP 3299]
[New LWP 3300]
[New LWP 3301]
[New LWP 3302]
[New LWP 3303]
[New LWP 3304]
[New LWP 3306]
[New LWP 3307]
[New LWP 3308]
[New LWP 3309]
[New LWP 3310]
[New LWP 3311]
[New LWP 3312]
[New LWP 3313]
[New LWP 3314]
[New LWP 3315]
[New LWP 3316]
[New LWP 3318]
[New LWP 3319]
[New LWP 3320]
[New LWP 3321]
[New LWP 3322]
[New LWP 3323]
[New LWP 3324]
[New LWP 3325]
[New LWP 3326]
[New LWP 3327]
[New LWP 3328]
[New LWP 3329]
[New LWP 3330]
[New LWP 3331]
[New LWP 3332]
[New LWP 3333]
[New LWP 3335]
[New LWP 3336]
[New LWP 3337]
[New LWP 3338]
[New LWP 3339]
[New LWP 3340]
[New LWP 3341]
[New LWP 3342]
[New LWP 3343]
[New LWP 3344]
[New LWP 3345]
[New LWP 3346]
[New LWP 3347]
[New LWP 3348]
[New LWP 3349]
[New LWP 3350]
[New LWP 3351]
[New LWP 3352]
[New LWP 3353]
[New LWP 3354]
[New LWP 3355]
[New LWP 3356]
[New LWP 3357]
[New LWP 3358]
[New LWP 3359]
[New LWP 3360]
[New LWP 3361]
[New LWP 3362]
[New LWP 3364]
[New LWP 3365]
[New LWP 3366]
[New LWP 3367]
[New LWP 3368]
[New LWP 3369]
[New LWP 3370]
[New LWP 3371]
[New LWP 3372]
[New LWP 3373]
[New LWP 3374]
[New LWP 3375]
[New LWP 3376]
[New LWP 3377]
[New LWP 3378]
[New LWP 3379]
[New LWP 3380]
[New LWP 3381]
[New LWP 3382]
[New LWP 3383]
[New LWP 3384]
[New LWP 3385]
[New LWP 3386]
[New LWP 3387]
[New LWP 3388]
[New LWP 3389]
[New LWP 3390]
[New LWP 3391]
[New LWP 3392]
[New LWP 3393]
[New LWP 3394]
[New LWP 3395]
[New LWP 3396]
[New LWP 3397]
[New LWP 3398]
[New LWP 3399]
[New LWP 3400]
[New LWP 3401]
[New LWP 3402]
[New LWP 3403]
[New LWP 3404]
[New LWP 3405]
[New LWP 3406]
[New LWP 3407]
[New LWP 3408]
[New LWP 3409]
[New LWP 3410]
[New LWP 3411]
[New LWP 3412]
[New LWP 3413]
[New LWP 3414]
[New LWP 3415]
[New LWP 3416]
[New LWP 3417]
[New LWP 3418]
[New LWP 3419]
[New LWP 3420]
[New LWP 3421]
[New LWP 3422]
[New LWP 3423]
[New LWP 3424]
[New LWP 3425]
[New LWP 3426]
[New LWP 3427]
[New LWP 3428]
[New LWP 3429]
[New LWP 3430]
[New LWP 3431]
[New LWP 3432]
[New LWP 3433]
[New LWP 3434]
[New LWP 3435]
[New LWP 3436]
[New LWP 3437]
[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 3465]
[New LWP 3466]
[New LWP 3467]
[New LWP 3468]
[New LWP 3469]
[New LWP 3470]
[New LWP 3471]
[New LWP 3472]
[New LWP 3473]
[New LWP 3474]
[New LWP 3475]
[New LWP 3476]
[New LWP 3477]
[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 3510]
[New LWP 3511]
[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 3530]
[New LWP 3531]
[New LWP 3532]
[New LWP 3533]
[New LWP 3534]
[New LWP 3535]
[New LWP 3536]
[New LWP 3537]
[New LWP 3538]
[New LWP 3539]
[New LWP 3540]
[New LWP 3541]
[New LWP 3542]
[New LWP 3543]
[New LWP 3544]
[New LWP 3545]
[New LWP 3546]
[New LWP 3547]
[New LWP 3548]
[New LWP 3549]
[New LWP 3550]
[New LWP 3551]
[New LWP 3552]
[New LWP 3553]
[New LWP 3554]
[New LWP 3555]
[New LWP 3556]
[New LWP 3557]
[New LWP 3558]
[New LWP 3559]
[New LWP 3560]
[New LWP 3561]
[New LWP 3562]
[New LWP 3563]
[New LWP 3564]
[New LWP 3565]
[New LWP 3566]
[New LWP 3567]
[New LWP 3568]
[New LWP 3569]
[New LWP 3570]
[New LWP 3571]
[New LWP 3572]
[New LWP 3573]
[New LWP 3574]
[New LWP 3575]
[New LWP 3576]
[New LWP 3577]
[New LWP 3578]
[New LWP 3579]
[New LWP 3580]
[New LWP 3581]
[New LWP 3582]
[New LWP 3583]
[New LWP 3584]
[New LWP 3585]
[New LWP 3586]
[New LWP 3587]
[New LWP 3588]
[New LWP 3589]
[New LWP 3590]
[New LWP 3591]
[New LWP 3592]
[New LWP 3593]
[New LWP 3594]
[New LWP 3595]
[New LWP 3596]
[New LWP 3597]
[New LWP 3598]
[New LWP 3599]
[New LWP 3600]
[New LWP 3601]
[New LWP 3602]
[New LWP 3603]
[New LWP 3604]
[New LWP 3605]
[New LWP 3606]
[New LWP 3607]
[New LWP 3608]
[New LWP 3609]
[New LWP 3610]
[New LWP 3611]
[New LWP 3612]
[New LWP 3613]
[New LWP 3614]
[New LWP 3615]
[New LWP 3616]
[New LWP 3617]
[New LWP 3618]
[New LWP 3619]
[New LWP 3620]
[New LWP 3621]
[New LWP 3622]
[New LWP 3623]
[New LWP 3624]
[New LWP 3625]
[New LWP 3626]
[New LWP 3627]
[New LWP 3628]
[New LWP 3629]
[New LWP 3630]
[New LWP 3631]
[New LWP 3632]
[New LWP 3633]
[New LWP 3649]
[New LWP 3650]
[New LWP 3651]
[New LWP 3652]
[New LWP 3653]
[New LWP 3654]
[New LWP 3655]
[New LWP 3656]
[New LWP 3657]
[New LWP 3658]
[New LWP 3659]
[New LWP 3660]
[New LWP 3661]
[New LWP 3662]
[New LWP 3663]
[New LWP 3664]
[New LWP 3665]
[New LWP 3666]
[New LWP 3667]
[New LWP 3668]
[New LWP 3669]
[New LWP 3670]
[New LWP 3671]
[New LWP 3672]
[New LWP 3673]
[New LWP 3674]
[New LWP 3685]
[New LWP 3686]
[New LWP 3687]
[New LWP 3688]
[New LWP 3694]
[New LWP 3695]
[New LWP 3696]
[New LWP 3697]
[New LWP 3698]
[New LWP 3699]
[New LWP 3700]
[New LWP 3701]
[New LWP 3702]
[New LWP 3703]
[New LWP 3704]
[New LWP 3705]
[New LWP 3706]
[New LWP 3707]
[New LWP 3708]
[New LWP 3709]
[New LWP 3710]
[New LWP 3711]
[New LWP 3712]
[New LWP 3713]
[New LWP 3714]
[New LWP 3715]
[New LWP 3716]
[New LWP 3717]
[New LWP 3718]
[New LWP 3719]
[New LWP 3720]
[New LWP 3721]
[New LWP 3722]
[New LWP 3723]
[New LWP 3724]
[New LWP 3725]
[New LWP 3726]
[New LWP 3727]
[New LWP 3728]
[New LWP 3729]
[New LWP 3730]
[New LWP 3731]
[New LWP 3732]
[New LWP 3733]
[New LWP 3734]
[New LWP 3735]
[New LWP 3736]
[New LWP 3737]
[New LWP 3738]
[New LWP 3739]
[New LWP 3740]
[New LWP 3741]
[New LWP 3742]
[New LWP 3743]
[New LWP 3744]
[New LWP 3745]
[New LWP 3746]
[New LWP 3747]
[New LWP 3748]
[New LWP 3749]
[New LWP 3750]
[New LWP 3751]
[New LWP 3752]
[New LWP 3753]
[New LWP 3754]
[New LWP 3755]
[New LWP 3756]
[New LWP 3757]
[New LWP 3758]
[New LWP 3759]
[New LWP 3760]
[New LWP 3761]
[New LWP 3762]
[New LWP 3763]
[New LWP 3764]
[New LWP 3765]
[New LWP 3766]
[New LWP 3767]
[New LWP 3768]
[New LWP 3769]
[New LWP 3770]
[New LWP 3776]
[New LWP 3777]
[New LWP 3778]
[New LWP 3779]
[New LWP 3780]
[New LWP 3781]
[New LWP 3782]
[New LWP 3783]
[New LWP 3784]
[New LWP 3790]
[New LWP 3791]
[New LWP 3792]
[New LWP 3794]
[New LWP 3795]
[New LWP 3796]
[New LWP 3805]
[New LWP 3806]
[New LWP 3807]
[New LWP 3809]
[New LWP 3810]
[New LWP 3811]
[New LWP 3812]
[New LWP 3813]
[New LWP 3814]
[New LWP 3815]
[New LWP 3816]
[New LWP 3817]
[New LWP 3818]
[New LWP 3819]
[New LWP 3820]
[New LWP 3821]
[New LWP 3822]
[New LWP 3823]
[New LWP 3824]
[New LWP 3825]
[New LWP 3826]
[New LWP 3827]
[New LWP 3828]
[New LWP 3829]
[New LWP 3830]
[New LWP 3831]
[New LWP 3847]
[New LWP 3848]
[New LWP 3850]
[New LWP 3851]
[New LWP 3852]
[New LWP 3853]
[New LWP 3854]
[New LWP 3855]
[New LWP 3856]
[New LWP 3857]
[New LWP 3858]
[New LWP 3859]
[New LWP 3860]
[New LWP 3861]
[New LWP 3862]
[New LWP 3863]
[New LWP 3864]
[New LWP 3865]
[New LWP 3866]
[New LWP 3867]
[New LWP 3868]
[New LWP 3869]
[New LWP 3870]
[New LWP 3871]
[New LWP 3872]
[New LWP 3873]
[New LWP 3874]
[New LWP 3875]
[New LWP 3876]
[New LWP 3877]
[New LWP 3878]
[New LWP 3879]
[New LWP 3880]
[New LWP 3881]
[New LWP 3882]
[New LWP 3883]
[New LWP 3884]
[New LWP 3885]
[New LWP 3886]
[New LWP 3887]
[New LWP 3888]
[New LWP 3889]
[New LWP 3890]
[New LWP 3891]
[New LWP 3892]
[New LWP 3893]
[New LWP 3894]
[New LWP 3895]
[New LWP 3897]
[New LWP 3929]
[New LWP 3930]
[New LWP 3931]
[New LWP 3933]
[New LWP 3934]
[New LWP 3935]
[New LWP 3937]
[New LWP 3938]
[New LWP 3939]
[New LWP 3940]
[New LWP 3941]
[New LWP 3942]
[New LWP 3946]
[New LWP 3957]
[New LWP 4011]
[New LWP 4086]
[New LWP 4087]
[New LWP 4090]
[New LWP 4148]
[New LWP 4149]
[New LWP 4150]
[New LWP 4151]
[New LWP 4152]
[New LWP 4153]
[New LWP 4154]
[New LWP 4155]
[New LWP 4156]
[New LWP 4157]
[New LWP 4160]
[New LWP 4161]
[New LWP 4162]
[New LWP 4164]
[New LWP 4165]
[New LWP 4168]
[New LWP 4171]
[New LWP 4172]
[New LWP 4174]
[New LWP 4176]
[New LWP 4177]
[New LWP 4178]
[New LWP 4179]
[New LWP 4180]
[New LWP 4181]
[New LWP 4182]
[New LWP 4201]
[New LWP 4294]
[New LWP 4295]
[New LWP 4296]
[New LWP 4297]
[New LWP 4298]
[New LWP 4299]
[New LWP 4300]
[New LWP 4302]
[New LWP 4312]
[New LWP 4313]
[New LWP 4315]
[New LWP 4316]
[New LWP 4319]
[New LWP 4320]
[New LWP 4334]
[New LWP 4335]
[New LWP 4336]
[New LWP 4337]
[New LWP 4338]
[New LWP 4339]
[New LWP 4340]
[New LWP 4341]
[New LWP 4342]
[New LWP 4343]
[New LWP 4346]
[New LWP 4347]
[New LWP 4348]
[New LWP 4349]
[New LWP 4350]
[New LWP 4351]
[New LWP 4352]
[New LWP 4353]
[New LWP 4354]
[New LWP 4355]
[New LWP 4356]
[New LWP 4357]
[New LWP 4358]
[New LWP 4359]
[New LWP 4360]
[New LWP 4361]
[New LWP 4362]
[New LWP 4363]
[New LWP 4367]
[New LWP 4376]
[New LWP 4377]
[New LWP 4378]
[New LWP 4391]
[New LWP 4392]
[New LWP 4393]
[New LWP 4394]
[New LWP 4395]
[New LWP 4396]
[New LWP 4397]
[New LWP 4398]
[New LWP 4399]
[New LWP 4400]
[New LWP 4401]
[New LWP 4402]
[New LWP 4409]
[New LWP 4413]
[New LWP 4440]
[New LWP 4441]
[New LWP 4442]
[New LWP 4443]
[New LWP 4458]
[New LWP 4476]
[New LWP 4477]
[New LWP 4478]
[New LWP 4479]
[New LWP 4480]
[New LWP 4481]
[New LWP 4482]
[New LWP 4483]
[New LWP 4484]
[New LWP 4485]
[New LWP 4486]
[New LWP 4487]
[New LWP 4488]
[New LWP 4489]
[New LWP 4492]
[New LWP 4493]
[New LWP 4494]
[New LWP 4495]
[New LWP 4496]
[New LWP 4497]
[New LWP 4498]
[New LWP 4499]
[New LWP 4500]
[New LWP 4501]
[New LWP 4502]
[New LWP 4503]
[New LWP 4504]
[New LWP 4505]
[New LWP 4506]
[New LWP 4507]
[New LWP 4508]
[New LWP 4509]
[New LWP 4511]
[New LWP 4512]
[New LWP 4513]
[New LWP 4514]
[New LWP 4515]
[New LWP 4516]
[New LWP 4517]
[New LWP 4518]
[New LWP 4519]
[New LWP 4522]
[New LWP 4523]
[New LWP 4524]
[New LWP 4525]
[New LWP 4526]
[New LWP 4527]
[New LWP 4528]
[New LWP 4529]
[New LWP 4530]
[New LWP 4531]
[New LWP 4532]
[New LWP 4533]
[New LWP 4534]
[New LWP 4535]
[New LWP 4536]
[New LWP 4537]
[New LWP 4538]
[New LWP 4539]
[New LWP 4540]
[New LWP 4541]
[New LWP 4542]
[New LWP 4543]
[New LWP 4544]
[New LWP 4545]
[New LWP 4546]
[New LWP 4547]
[New LWP 4548]
[New LWP 4549]
[New LWP 4550]
[New LWP 4551]
[New LWP 4552]
[New LWP 4553]
[New LWP 4554]
[New LWP 4555]
[New LWP 4556]
[New LWP 4557]
[New LWP 4558]
[New LWP 4559]
[New LWP 4560]
[New LWP 4561]
[New LWP 4562]
[New LWP 4563]
[New LWP 4564]
[New LWP 4566]
[New LWP 4567]
[New LWP 4568]
[New LWP 4569]
[New LWP 4570]
[New LWP 4571]
[New LWP 4572]
[New LWP 4573]
[New LWP 4574]
[New LWP 4575]
[New LWP 4576]
[New LWP 4577]
[New LWP 4578]
[New LWP 4579]
[New LWP 4580]
[New LWP 4581]
[New LWP 4582]
[New LWP 4583]
[New LWP 4584]
[New LWP 4585]
[New LWP 4586]
[New LWP 4587]
[New LWP 4588]
[New LWP 4589]
[New LWP 4590]
[New LWP 4591]
[New LWP 4592]
[New LWP 4593]
[New LWP 4594]
[New LWP 4595]
[New LWP 4596]
[New LWP 4597]
[New LWP 4598]
[New LWP 4601]
[New LWP 4602]
[New LWP 4603]
[New LWP 4604]
[New LWP 4605]
[New LWP 4606]
[New LWP 4607]
[New LWP 4608]
[New LWP 4609]
[New LWP 4610]
[New LWP 4611]
[New LWP 4612]
[New LWP 4613]
[New LWP 4614]
[New LWP 4615]
[New LWP 4617]
[New LWP 4618]
[New LWP 4619]
[New LWP 4620]
[New LWP 4621]
[New LWP 4622]
[New LWP 4623]
[New LWP 4624]
[New LWP 4651]
[New LWP 4652]
[New LWP 4653]
[New LWP 4654]
[New LWP 4655]
[New LWP 4656]
[New LWP 4661]
[New LWP 4666]
[New LWP 4667]
[New LWP 4671]
[New LWP 4672]
[New LWP 4872]
[New LWP 4879]
[New LWP 4880]
[New LWP 4881]
[New LWP 4882]
[New LWP 4883]
[New LWP 4884]
[New LWP 4885]
[New LWP 4886]
[New LWP 4887]
[New LWP 4888]
[New LWP 4889]
[New LWP 4890]
[New LWP 4891]
[New LWP 4892]
[New LWP 4893]
[New LWP 4894]
[New LWP 4895]
[New LWP 4896]
[New LWP 4897]
[New LWP 4898]
[New LWP 4899]
[New LWP 4900]
[New LWP 4901]
[New LWP 4902]
[New LWP 4903]
[New LWP 4904]
[New LWP 4905]
[New LWP 4906]
[New LWP 4907]
[New LWP 4908]
[New LWP 4909]
[New LWP 4910]
[New LWP 4911]
[New LWP 4912]
[New LWP 4914]
[New LWP 4915]
[New LWP 4916]
[New LWP 4917]
[New LWP 4918]
[New LWP 4919]
[New LWP 4920]
[New LWP 4921]
[New LWP 4922]
[New LWP 4923]
[New LWP 4924]
[New LWP 4925]
[New LWP 4928]
[New LWP 4929]
[New LWP 4930]
[New LWP 4931]
[New LWP 4932]
[New LWP 4933]
[New LWP 4934]
[New LWP 4935]
[New LWP 4936]
[New LWP 4937]
[New LWP 4938]
[New LWP 4939]
[New LWP 4940]
[New LWP 4941]
[New LWP 4942]
[New LWP 4943]
[New LWP 4945]
[New LWP 4946]
[New LWP 4947]
[New LWP 4948]
[New LWP 4949]
[New LWP 4950]
[New LWP 4951]
[New LWP 4952]
[New LWP 4953]
[New LWP 4954]
[New LWP 4955]
[New LWP 4956]
[New LWP 4957]
[New LWP 4958]
[New LWP 4959]
[New LWP 4960]
[New LWP 4961]
[New LWP 4962]
[New LWP 4963]
[New LWP 4964]
[New LWP 4965]
[New LWP 4966]
[New LWP 4967]
[New LWP 4968]
[New LWP 4969]
[New LWP 4970]
[New LWP 4971]
[New LWP 4973]
[New LWP 4974]
[New LWP 4975]
[New LWP 4976]
[New LWP 4977]
[New LWP 4978]
[New LWP 4986]
[New LWP 5190]
[New LWP 5191]
[New LWP 5192]
[New LWP 5193]
[New LWP 5194]
[New LWP 5195]
[New LWP 5197]
[New LWP 5203]
[New LWP 5204]
[New LWP 5205]
[New LWP 5207]
[New LWP 5208]
[New LWP 5209]
[New LWP 5210]
[New LWP 5211]
[New LWP 5212]
[New LWP 5213]
[New LWP 5214]
[New LWP 5215]
[New LWP 5216]
[New LWP 5217]
[New LWP 5218]
[New LWP 5219]
[New LWP 5220]
[New LWP 5221]
[New LWP 5222]
[New LWP 5223]
[New LWP 5224]
[New LWP 5226]
[New LWP 5227]
[New LWP 5228]
[New LWP 5229]
[New LWP 5230]
[New LWP 5231]
[New LWP 5232]
[New LWP 5233]
[New LWP 5234]
[New LWP 5235]
[New LWP 5236]
[New LWP 5237]
[New LWP 5238]
[New LWP 5239]
[New LWP 5240]
[New LWP 5268]
[New LWP 5510]
[New LWP 5546]
[New LWP 5547]
[New LWP 5548]
[New LWP 5550]
[New LWP 5551]
[New LWP 5552]
[New LWP 5553]
[New LWP 5554]
[New LWP 5555]
[New LWP 5556]
[New LWP 5557]
[New LWP 5558]
[New LWP 5559]
[New LWP 5560]
[New LWP 5561]
[New LWP 5562]
[New LWP 5563]
[New LWP 5582]
[New LWP 5583]
[New LWP 5584]
[New LWP 5585]
[New LWP 5586]
[New LWP 5587]
[New LWP 5588]
[New LWP 5589]
[New LWP 5590]
[New LWP 5591]
[New LWP 5592]
[New LWP 5593]
[New LWP 5594]
[New LWP 5595]
[New LWP 5596]
[New LWP 5597]
[New LWP 5598]
[New LWP 5599]
[New LWP 5600]
[New LWP 5601]
[New LWP 5602]
[New LWP 5603]
[New LWP 5604]
[New LWP 5605]
[New LWP 5606]
[New LWP 5607]
[New LWP 5608]
[New LWP 5609]
[New LWP 5610]
[New LWP 5611]
[New LWP 5612]
[New LWP 5613]
[New LWP 5614]
[New LWP 5615]
[New LWP 5616]
[New LWP 5617]
[New LWP 5634]
[New LWP 7181]
[New LWP 7198]
[New LWP 7201]
[New LWP 7204]
[New LWP 7205]
[New LWP 7206]
[New LWP 7207]
[New LWP 7209]
[New LWP 7212]
[New LWP 7213]
[New LWP 7214]
[New LWP 7215]
[New LWP 7216]
[New LWP 7217]
[New LWP 7218]
[New LWP 7219]
[New LWP 7220]
[New LWP 7222]
[New LWP 7223]
[New LWP 7224]
[New LWP 7225]
[New LWP 7226]
[New LWP 7227]
[New LWP 7228]
[New LWP 7229]
[New LWP 7230]
[New LWP 7231]
[New LWP 7232]
[New LWP 7233]
[New LWP 7234]
[New LWP 7235]
[New LWP 7236]
[New LWP 7237]
[New LWP 7238]
[New LWP 7239]
[New LWP 7240]
[New LWP 7241]
[New LWP 7247]
[New LWP 7248]
[New LWP 7249]
[New LWP 7250]
[New LWP 7251]
[New LWP 7252]
[New LWP 7253]
[New LWP 7254]
[New LWP 7255]
[New LWP 7256]
[New LWP 7257]
[New LWP 7258]
[New LWP 7261]
[New LWP 7262]
[New LWP 7263]
[New LWP 7264]
[New LWP 7270]
[New LWP 7271]
[New LWP 7335]
[New LWP 7336]
[New LWP 7337]
[New LWP 7338]
[New LWP 7516]
[New LWP 7517]
[New LWP 7518]
[New LWP 7519]
[New LWP 7745]
[New LWP 7746]
[New LWP 7747]
[New LWP 7748]
[New LWP 7749]
[New LWP 7750]
[New LWP 7751]
[New LWP 7752]
[New LWP 7753]
[New LWP 7754]
[New LWP 7755]
[New LWP 7756]
[New LWP 7757]
[New LWP 7758]
[New LWP 7759]
[New LWP 7760]
[New LWP 7761]
[New LWP 7762]
[New LWP 7763]
[New LWP 7764]
[New LWP 7765]
[New LWP 7981]
[New LWP 7982]
[New LWP 7983]
[New LWP 7984]
[New LWP 8010]
[New LWP 8011]
[New LWP 8012]
[New LWP 8013]
[New LWP 8241]
[New LWP 8242]
[New LWP 8243]
[New LWP 8244]
[New LWP 8245]
[New LWP 8246]
[New LWP 8247]
[New LWP 8248]
[New LWP 8249]
[New LWP 8251]
[New LWP 8253]
[New LWP 8255]
[New LWP 8256]
[New LWP 8260]
[New LWP 8261]
[New LWP 8262]
[New LWP 8263]
[New LWP 8264]
[New LWP 8265]
[New LWP 8266]
[New LWP 8267]
[New LWP 8268]
[New LWP 8269]
[New LWP 8270]
[New LWP 8271]
[New LWP 8272]
[New LWP 8273]
[New LWP 8274]
[New LWP 8275]
[New LWP 8276]
[New LWP 8277]
[New LWP 8278]
[New LWP 8279]
[New LWP 8280]
[New LWP 8305]
[New LWP 8306]
[New LWP 8307]
[New LWP 8308]
[New LWP 8309]
[New LWP 8310]
[New LWP 8311]
[New LWP 8312]
[New LWP 8313]
[New LWP 8314]
[New LWP 8315]
[New LWP 8316]
[New LWP 8317]
[New LWP 8318]
[New LWP 8319]
[New LWP 8320]
[New LWP 8321]
[New LWP 8322]
[New LWP 8323]
[New LWP 8324]
[New LWP 8325]
[New LWP 8326]
[New LWP 8327]
[New LWP 8328]
[New LWP 8329]
[New LWP 8330]
[New LWP 8331]
[New LWP 8332]
[New LWP 8333]
[New LWP 8334]
[New LWP 8335]
[New LWP 10483]
[New LWP 14016]
[New LWP 14197]
[New LWP 16953]
[New LWP 17186]
[New LWP 17208]
[New LWP 17328]
[New LWP 17721]
[New LWP 17727]
[New LWP 17729]
[New LWP 18008]
[New LWP 18010]
[New LWP 18011]
[New LWP 21798]
[New LWP 21799]
[New LWP 26097]
[New LWP 26100]
[New LWP 26101]
[New LWP 26102]
[New LWP 26103]
[New LWP 26104]
[New LWP 26105]
[New LWP 26107]
[New LWP 26108]
[New LWP 26109]
[New LWP 26110]
[New LWP 26111]
[New LWP 26112]
[New LWP 26113]
[New LWP 26114]
[New LWP 26115]
[New LWP 26116]
[New LWP 26117]
[New LWP 26118]
[New LWP 26121]
[New LWP 26122]
[New LWP 26123]
[New LWP 26124]
[New LWP 26125]
[New LWP 26126]
[New LWP 26127]
[New LWP 26128]
[New LWP 26129]
[New LWP 26130]
[New LWP 26131]
[New LWP 26132]
[New LWP 26134]
[New LWP 26135]
[New LWP 26137]
[New LWP 26138]
[New LWP 26139]
[New LWP 26140]
[New LWP 26148]
[New LWP 26160]
[New LWP 26163]
[New LWP 26167]
[New LWP 26174]
[New LWP 26175]
[New LWP 26176]
[New LWP 26177]
[New LWP 26178]
[New LWP 26179]
[New LWP 26180]
[New LWP 26181]
[New LWP 26182]
[New LWP 26183]
[New LWP 26184]
[New LWP 26185]
[New LWP 26186]
[New LWP 26187]
[New LWP 26188]
[New LWP 26189]
[New LWP 26205]
[New LWP 26206]
[New LWP 26207]
[New LWP 26208]
[New LWP 26209]
[New LWP 26210]
[New LWP 26211]
[New LWP 26212]
[New LWP 26213]
[New LWP 26214]
[New LWP 26215]
[New LWP 26216]
[New LWP 26217]
[New LWP 26218]
[New LWP 26219]
[New LWP 26220]
[New LWP 26221]
[New LWP 26222]
[New LWP 26223]
[New LWP 26224]
[New LWP 26225]
[New LWP 26226]
[New LWP 26227]
[New LWP 26228]
[New LWP 26229]
[New LWP 26230]
[New LWP 26231]
[New LWP 26232]
[New LWP 26233]
[New LWP 26234]
[New LWP 26235]
[New LWP 26236]
[New LWP 26237]
[New LWP 26238]
[New LWP 26239]
[New LWP 26240]
[New LWP 26241]
[New LWP 26242]
[New LWP 26243]
[New LWP 26244]
[New LWP 26245]
[New LWP 26246]
[New LWP 26254]
[New LWP 26255]
[New LWP 26256]
[New LWP 26257]
[New LWP 26258]
[New LWP 26259]
[New LWP 26260]
[New LWP 26261]
[New LWP 26262]
[New LWP 26921]
[New LWP 28954]
[New LWP 28955]
[New LWP 28956]
[New LWP 28957]
[New LWP 28958]
[New LWP 28959]
[New LWP 28960]
[New LWP 28961]
[New LWP 28962]
[New LWP 28963]
[New LWP 28964]
[New LWP 28965]
[New LWP 28966]
[New LWP 28967]
[New LWP 28968]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1573 (Thread 0x7f4507c9f640 (LWP 28968) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002407688) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002407688) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1572 (Thread 0x7f4514508640 (LWP 28967) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516004038188) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516004038188) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1571 (Thread 0x7f4521d09640 (LWP 28966) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002407988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002407988) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1570 (Thread 0x7f4625da6640 (LWP 28965) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516004038488) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516004038488) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1569 (Thread 0x7f4669a0c640 (LWP 28964) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160014dbe88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160014dbe88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1568 (Thread 0x7f4842e79640 (LWP 28963) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x51600472d888) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x51600472d888) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1567 (Thread 0x7f487435b640 (LWP 28962) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x51600472db88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x51600472db88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1566 (Thread 0x7f4878fea640 (LWP 28961) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516003918a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516003918a88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1565 (Thread 0x7f487c406640 (LWP 28960) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160028fde88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160028fde88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1564 (Thread 0x7f487cd9c640 (LWP 28959) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516003a37e88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516003a37e88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1563 (Thread 0x7f4882014640 (LWP 28958) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516000f80888) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516000f80888) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1562 (Thread 0x7f489984a640 (LWP 28957) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516000b4f788) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516000b4f788) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1561 (Thread 0x7f445179f640 (LWP 28956) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160004cde88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160004cde88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1560 (Thread 0x7f44bf5ef640 (LWP 28955) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002950088) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002950088) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1559 (Thread 0x7f4c81fda640 (LWP 28954) "TCPHandler"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002950c88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002950c88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00005600c2472a5b in asan_thread_start(void*) ()
#7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1558 (Thread 0x7f44dd1f0640 (LWP 26921) "TCPHandler"):
#0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00005600c2419e66 in __interceptor_poll ()
#2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504003a21490, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436
#3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504003a21490, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504
#4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374
#5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134
#6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b00116ef80) at ./build_docker/./src/Server/TCPHandler.cpp:322
#7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b00116ef80) at ./build_docker/./src/Server/TCPHandler.cpp:2329
#8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f44ccefe460) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43
#9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115
#10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188
#11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#12 0x00005600c2472a5b in asan_thread_start(void*) ()
#13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1557 (Thread 0x7f43f621a640 (LWP 26262) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1556 (Thread 0x7f43f7524640 (LWP 26261) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1555 (Thread 0x7f43f7d25640 (LWP 26260) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1554 (Thread 0x7f443764b640 (LWP 26259) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1553 (Thread 0x7f44380c6640 (LWP 26258) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1552 (Thread 0x7f43fa641640 (LWP 26257) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x00005600c2472a5b in asan_thread_start(void*) ()
#11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1551 (Thread 0x7f43fbd4d640 (LWP 26256) "ThreadPool"):
#0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function