+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /usr/share/clickhouse-test/ci/attach_gdb.lib
++ source /usr/share/clickhouse-test/ci/utils.lib
+ source /usr/share/clickhouse-test/ci/stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_23.8.11.29.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 58438 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_23.8.11.29.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (23.8.11.29.altinitystable+asan) ...
Setting up clickhouse-common-static (23.8.11.29.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_23.8.11.29.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 58452 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_23.8.11.29.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (23.8.11.29.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (23.8.11.29.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_23.8.11.29.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 58461 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_23.8.11.29.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (23.8.11.29.altinitystable+asan) ...
Setting up clickhouse-server (23.8.11.29.altinitystable+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
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 clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
[1mPassword for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.[0m
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_23.8.11.29.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 58480 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_23.8.11.29.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (23.8.11.29.altinitystable+asan) ...
Setting up clickhouse-client (23.8.11.29.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=100000
+ THREAD_FUZZER_SLEEP_TIME_US=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_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/
+ '[' /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/
+ [[ -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/
+ create_snapshot_on_exit=1
+ sed --follow-symlinks -i 's|true|1|' /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
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
Adding azure configuration
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32098980
+ total_mem=32869355520
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ ./minio server --address :11111 ./minio_data
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ 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
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:43217 http://127.0.0.1:43217
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (43217), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17CA7CCCCC67A4B8aeb234e3-f06d-4287-8a0a-c6e68ce9ef59
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 250 root 10u IPv6 40435 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
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: 123.13 MiB/s
02731.parquet
+ 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
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 94.03 MiB/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: 4.09 KiB/s
+ 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
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.34 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.79 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 7.77 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
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [28/Apr/2024:15:57:20 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:15:57:21 +0000] "PUT /devstoreaccount1/cont/woztfquiwrqqyusskyuczpzzpxrawite?blockid=mbxwekoahgdqkcnjjkfgwsesirrojhodokurkddbpazikjfpudejpdworoasmmig&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:15:57:21 +0000] "PUT /devstoreaccount1/cont/woztfquiwrqqyusskyuczpzzpxrawite?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:15:57:21 +0000] "GET /devstoreaccount1/cont/woztfquiwrqqyusskyuczpzzpxrawite HTTP/1.1" 206 4
127.0.0.1 - - [28/Apr/2024:15:57:21 +0000] "GET /devstoreaccount1/cont/woztfquiwrqqyusskyuczpzzpxrawite HTTP/1.1" 206 2
127.0.0.1 - - [28/Apr/2024:15:57:21 +0000] "DELETE /devstoreaccount1/cont/woztfquiwrqqyusskyuczpzzpxrawite HTTP/1.1" 202 -
+ counter=10
+ 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 527
+ 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
+ /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits
INFO:root:Will fetch following datasets: hits, visits
INFO:root:Processing hits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/hp5st4au
INFO:root:Content length is 1271623680 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/hp5st4au to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/hp5st4au from filesystem if it exists
INFO:root:Processing of hits finished
INFO:root:Processing visits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/visits/partitions/visits_v1.tar to temp path /tmp/6fkwyzi_
INFO:root:Content length is 563968000 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/6fkwyzi_ to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/6fkwyzi_ from filesystem if it exists
INFO:root:Processing of visits finished
INFO:root:Fetch finished, enjoy your tables!
+ chmod 777 -R /var/lib/clickhouse
+ clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary'
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=527
+ 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 = 527.
The process with pid = 527 is running.
Sent terminate signal to process with pid 527.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 527.
The process with pid = 527 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 527.
The process with pid = 527 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 527.
The process with pid = 527 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 527.
The process with pid = 527 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 527.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Found pid = 527 in the list of running processes.
The process with pid = 527 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "PUT /devstoreaccount1/cont/skvrjklgjmikeaqikvyitmonvjlaflal?blockid=gltdaqtmvcdplxhlxulwbtjlmepasfsovxnwqgmfyhrqhiiveadoonayfgoiivfn&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "PUT /devstoreaccount1/cont/skvrjklgjmikeaqikvyitmonvjlaflal?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "GET /devstoreaccount1/cont/skvrjklgjmikeaqikvyitmonvjlaflal HTTP/1.1" 206 4
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "GET /devstoreaccount1/cont/skvrjklgjmikeaqikvyitmonvjlaflal HTTP/1.1" 206 2
127.0.0.1 - - [28/Apr/2024:15:59:30 +0000] "DELETE /devstoreaccount1/cont/skvrjklgjmikeaqikvyitmonvjlaflal 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'
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 1025
+ 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
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1025
+ 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 = 1025.
The process with pid = 1025 is running.
Sent terminate signal to process with pid 1025.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1025.
The process with pid = 1025 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1025.
The process with pid = 1025 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1025.
The process with pid = 1025 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1025.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Found pid = 1025 in the list of running processes.
The process with pid = 1025 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ 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/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_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/
+ '[' /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/
+ [[ -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/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32098980
+ total_mem=32869355520
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9860806656 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
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "PUT /devstoreaccount1/cont/hxhlvxdghgiqvdvgpllgzmctbwapfgmv?blockid=vqpwbmghnbsoatjnnwocvvqwmmxjbzznyoxrltjnxwcjqxmumqhkjrioizykufcn&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "PUT /devstoreaccount1/cont/hxhlvxdghgiqvdvgpllgzmctbwapfgmv?comp=blocklist HTTP/1.1" 201 -
+ counter=8
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "GET /devstoreaccount1/cont/hxhlvxdghgiqvdvgpllgzmctbwapfgmv HTTP/1.1" 206 4
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "GET /devstoreaccount1/cont/hxhlvxdghgiqvdvgpllgzmctbwapfgmv HTTP/1.1" 206 2
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [28/Apr/2024:16:19:13 +0000] "DELETE /devstoreaccount1/cont/hxhlvxdghgiqvdvgpllgzmctbwapfgmv HTTP/1.1" 202 -
+ 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'
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 1869
+ 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-04-28 18:20:18,572 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-04-28 18:20:19,073 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:19,574 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 --global_time_limit=1200 '
2024-04-28 18:20:20,075 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-04-28 18:20:20,576 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 '
2024-04-28 18:20:21,077 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 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:21,579 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 '
2024-04-28 18:20:22,080 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-04-28 18:20:22,581 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 --global_time_limit=1200 '
2024-04-28 18:20:23,082 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:23,583 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:24,085 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 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:24,585 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-04-28 18:20:25,087 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:25,588 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 --global_time_limit=1200 '
2024-04-28 18:20:26,089 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-04-28 18:20:26,590 Will wait functests to finish
2024-04-28 18:20:26,590 Finished 0 from 16 processes
2024-04-28 18:20:31,595 Finished 0 from 16 processes
2024-04-28 18:20:36,600 Finished 0 from 16 processes
2024-04-28 18:20:41,605 Finished 0 from 16 processes
2024-04-28 18:20:46,609 Finished 0 from 16 processes
2024-04-28 18:20:51,615 Finished 0 from 16 processes
2024-04-28 18:20:56,619 Finished 0 from 16 processes
2024-04-28 18:21:01,623 Finished 0 from 16 processes
2024-04-28 18:21:06,627 Finished 0 from 16 processes
2024-04-28 18:21:11,633 Finished 0 from 16 processes
2024-04-28 18:21:16,635 Finished 0 from 16 processes
2024-04-28 18:21:21,640 Finished 0 from 16 processes
2024-04-28 18:21:26,646 Finished 0 from 16 processes
2024-04-28 18:21:31,647 Finished 0 from 16 processes
2024-04-28 18:21:36,652 Finished 0 from 16 processes
2024-04-28 18:21:41,655 Finished 0 from 16 processes
2024-04-28 18:21:46,659 Finished 0 from 16 processes
2024-04-28 18:21:51,663 Finished 0 from 16 processes
2024-04-28 18:21:56,667 Finished 0 from 16 processes
2024-04-28 18:22:01,672 Finished 0 from 16 processes
2024-04-28 18:22:06,675 Finished 0 from 16 processes
2024-04-28 18:22:11,679 Finished 0 from 16 processes
2024-04-28 18:22:16,683 Finished 0 from 16 processes
2024-04-28 18:22:21,687 Finished 0 from 16 processes
2024-04-28 18:22:26,691 Finished 0 from 16 processes
2024-04-28 18:22:31,695 Finished 0 from 16 processes
2024-04-28 18:22:36,699 Finished 0 from 16 processes
2024-04-28 18:22:41,703 Finished 0 from 16 processes
2024-04-28 18:22:46,709 Finished 0 from 16 processes
2024-04-28 18:22:51,711 Finished 0 from 16 processes
2024-04-28 18:22:56,715 Finished 0 from 16 processes
2024-04-28 18:23:01,719 Finished 0 from 16 processes
2024-04-28 18:23:06,723 Finished 0 from 16 processes
2024-04-28 18:23:11,727 Finished 0 from 16 processes
2024-04-28 18:23:16,733 Finished 0 from 16 processes
2024-04-28 18:23:21,738 Finished 0 from 16 processes
2024-04-28 18:23:26,739 Finished 0 from 16 processes
2024-04-28 18:23:31,743 Finished 0 from 16 processes
2024-04-28 18:23:36,749 Finished 0 from 16 processes
2024-04-28 18:23:41,754 Finished 0 from 16 processes
2024-04-28 18:23:46,755 Finished 0 from 16 processes
2024-04-28 18:23:51,760 Finished 0 from 16 processes
2024-04-28 18:23:56,763 Finished 0 from 16 processes
2024-04-28 18:24:01,768 Finished 0 from 16 processes
2024-04-28 18:24:06,771 Finished 0 from 16 processes
2024-04-28 18:24:11,775 Finished 0 from 16 processes
2024-04-28 18:24:16,780 Finished 0 from 16 processes
2024-04-28 18:24:21,783 Finished 0 from 16 processes
2024-04-28 18:24:26,787 Finished 0 from 16 processes
2024-04-28 18:24:31,792 Finished 0 from 16 processes
2024-04-28 18:24:36,795 Finished 0 from 16 processes
2024-04-28 18:24:41,800 Finished 0 from 16 processes
2024-04-28 18:24:46,806 Finished 0 from 16 processes
2024-04-28 18:24:51,808 Finished 0 from 16 processes
2024-04-28 18:24:56,809 Finished 1 from 16 processes
2024-04-28 18:25:01,810 Finished 1 from 16 processes
2024-04-28 18:25:06,811 Finished 2 from 16 processes
2024-04-28 18:25:11,815 Finished 3 from 16 processes
2024-04-28 18:25:16,819 Finished 3 from 16 processes
2024-04-28 18:25:21,825 Finished 4 from 16 processes
2024-04-28 18:25:26,827 Finished 5 from 16 processes
2024-04-28 18:25:31,833 Finished 5 from 16 processes
2024-04-28 18:25:36,838 Finished 5 from 16 processes
2024-04-28 18:25:41,839 Finished 5 from 16 processes
2024-04-28 18:25:46,843 Finished 5 from 16 processes
2024-04-28 18:25:51,847 Finished 5 from 16 processes
2024-04-28 18:25:56,851 Finished 5 from 16 processes
2024-04-28 18:26:01,856 Finished 5 from 16 processes
2024-04-28 18:26:06,860 Finished 5 from 16 processes
2024-04-28 18:26:11,866 Finished 5 from 16 processes
2024-04-28 18:26:16,870 Finished 5 from 16 processes
2024-04-28 18:26:21,871 Finished 5 from 16 processes
2024-04-28 18:26:26,875 Finished 5 from 16 processes
2024-04-28 18:26:31,879 Finished 5 from 16 processes
2024-04-28 18:26:36,885 Finished 5 from 16 processes
2024-04-28 18:26:41,890 Finished 5 from 16 processes
2024-04-28 18:26:46,895 Finished 5 from 16 processes
2024-04-28 18:26:51,899 Finished 5 from 16 processes
2024-04-28 18:26:56,902 Finished 5 from 16 processes
2024-04-28 18:27:01,907 Finished 5 from 16 processes
2024-04-28 18:27:06,911 Finished 5 from 16 processes
2024-04-28 18:27:11,916 Finished 5 from 16 processes
2024-04-28 18:27:16,922 Finished 5 from 16 processes
2024-04-28 18:27:21,923 Finished 5 from 16 processes
2024-04-28 18:27:26,927 Finished 5 from 16 processes
2024-04-28 18:27:31,933 Finished 5 from 16 processes
2024-04-28 18:27:36,936 Finished 5 from 16 processes
2024-04-28 18:27:41,939 Finished 5 from 16 processes
2024-04-28 18:27:46,943 Finished 5 from 16 processes
2024-04-28 18:27:51,948 Finished 5 from 16 processes
2024-04-28 18:27:56,953 Finished 6 from 16 processes
2024-04-28 18:28:01,958 Finished 7 from 16 processes
2024-04-28 18:28:06,963 Finished 7 from 16 processes
2024-04-28 18:28:11,967 Finished 7 from 16 processes
2024-04-28 18:28:16,972 Finished 7 from 16 processes
2024-04-28 18:28:21,975 Finished 7 from 16 processes
2024-04-28 18:28:26,981 Finished 7 from 16 processes
2024-04-28 18:28:31,986 Finished 7 from 16 processes
2024-04-28 18:28:36,991 Finished 7 from 16 processes
2024-04-28 18:28:41,995 Finished 7 from 16 processes
2024-04-28 18:28:46,999 Finished 7 from 16 processes
2024-04-28 18:28:52,003 Finished 7 from 16 processes
2024-04-28 18:28:57,007 Finished 7 from 16 processes
2024-04-28 18:29:02,013 Finished 7 from 16 processes
2024-04-28 18:29:07,018 Finished 7 from 16 processes
2024-04-28 18:29:12,023 Finished 7 from 16 processes
2024-04-28 18:29:17,028 Finished 7 from 16 processes
2024-04-28 18:29:22,033 Finished 7 from 16 processes
2024-04-28 18:29:27,038 Finished 7 from 16 processes
2024-04-28 18:29:32,043 Finished 7 from 16 processes
2024-04-28 18:29:37,047 Finished 7 from 16 processes
2024-04-28 18:29:42,053 Finished 7 from 16 processes
2024-04-28 18:29:47,058 Finished 7 from 16 processes
2024-04-28 18:29:52,063 Finished 7 from 16 processes
2024-04-28 18:29:57,068 Finished 7 from 16 processes
2024-04-28 18:30:02,074 Finished 7 from 16 processes
2024-04-28 18:30:07,078 Finished 7 from 16 processes
2024-04-28 18:30:12,079 Finished 7 from 16 processes
2024-04-28 18:30:17,083 Finished 7 from 16 processes
2024-04-28 18:30:22,089 Finished 7 from 16 processes
2024-04-28 18:30:27,094 Finished 7 from 16 processes
2024-04-28 18:30:32,095 Finished 7 from 16 processes
2024-04-28 18:30:37,099 Finished 7 from 16 processes
2024-04-28 18:30:42,105 Finished 7 from 16 processes
2024-04-28 18:30:47,108 Finished 7 from 16 processes
2024-04-28 18:30:52,111 Finished 7 from 16 processes
2024-04-28 18:30:57,117 Finished 7 from 16 processes
2024-04-28 18:31:02,119 Finished 7 from 16 processes
2024-04-28 18:31:07,123 Finished 7 from 16 processes
2024-04-28 18:31:12,128 Finished 8 from 16 processes
2024-04-28 18:31:17,131 Finished 8 from 16 processes
2024-04-28 18:31:22,135 Finished 8 from 16 processes
2024-04-28 18:31:27,139 Finished 8 from 16 processes
2024-04-28 18:31:32,145 Finished 8 from 16 processes
2024-04-28 18:31:37,147 Finished 8 from 16 processes
2024-04-28 18:31:42,151 Finished 8 from 16 processes
2024-04-28 18:31:47,155 Finished 8 from 16 processes
2024-04-28 18:31:52,159 Finished 8 from 16 processes
2024-04-28 18:31:57,164 Finished 8 from 16 processes
2024-04-28 18:32:02,167 Finished 8 from 16 processes
2024-04-28 18:32:07,171 Finished 8 from 16 processes
2024-04-28 18:32:12,175 Finished 8 from 16 processes
2024-04-28 18:32:17,181 Finished 8 from 16 processes
2024-04-28 18:32:22,184 Finished 8 from 16 processes
2024-04-28 18:32:27,187 Finished 8 from 16 processes
2024-04-28 18:32:32,190 Finished 8 from 16 processes
2024-04-28 18:32:37,191 Finished 8 from 16 processes
2024-04-28 18:32:42,195 Finished 8 from 16 processes
2024-04-28 18:32:47,199 Finished 8 from 16 processes
2024-04-28 18:32:52,203 Finished 8 from 16 processes
2024-04-28 18:32:57,209 Finished 8 from 16 processes
2024-04-28 18:33:02,214 Finished 8 from 16 processes
2024-04-28 18:33:07,215 Finished 8 from 16 processes
2024-04-28 18:33:12,221 Finished 8 from 16 processes
2024-04-28 18:33:17,223 Finished 8 from 16 processes
2024-04-28 18:33:22,226 Finished 8 from 16 processes
2024-04-28 18:33:27,227 Finished 8 from 16 processes
2024-04-28 18:33:32,231 Finished 8 from 16 processes
2024-04-28 18:33:37,235 Finished 8 from 16 processes
2024-04-28 18:33:42,239 Finished 8 from 16 processes
2024-04-28 18:33:47,245 Finished 8 from 16 processes
2024-04-28 18:33:52,247 Finished 8 from 16 processes
2024-04-28 18:33:57,251 Finished 8 from 16 processes
2024-04-28 18:34:02,255 Finished 8 from 16 processes
2024-04-28 18:34:07,259 Finished 8 from 16 processes
2024-04-28 18:34:12,263 Finished 8 from 16 processes
2024-04-28 18:34:17,268 Finished 8 from 16 processes
2024-04-28 18:34:22,273 Finished 8 from 16 processes
2024-04-28 18:34:27,275 Finished 8 from 16 processes
2024-04-28 18:34:32,279 Finished 8 from 16 processes
2024-04-28 18:34:37,283 Finished 8 from 16 processes
2024-04-28 18:34:42,287 Finished 8 from 16 processes
2024-04-28 18:34:47,291 Finished 8 from 16 processes
2024-04-28 18:34:52,295 Finished 8 from 16 processes
2024-04-28 18:34:57,300 Finished 8 from 16 processes
2024-04-28 18:35:02,305 Finished 8 from 16 processes
2024-04-28 18:35:07,307 Finished 8 from 16 processes
2024-04-28 18:35:12,311 Finished 8 from 16 processes
2024-04-28 18:35:17,315 Finished 8 from 16 processes
2024-04-28 18:35:22,319 Finished 8 from 16 processes
2024-04-28 18:35:27,323 Finished 8 from 16 processes
2024-04-28 18:35:32,327 Finished 8 from 16 processes
2024-04-28 18:35:37,333 Finished 8 from 16 processes
2024-04-28 18:35:42,335 Finished 8 from 16 processes
2024-04-28 18:35:47,339 Finished 8 from 16 processes
2024-04-28 18:35:52,343 Finished 8 from 16 processes
2024-04-28 18:35:57,347 Finished 8 from 16 processes
2024-04-28 18:36:02,353 Finished 8 from 16 processes
2024-04-28 18:36:07,355 Finished 8 from 16 processes
2024-04-28 18:36:12,361 Finished 8 from 16 processes
2024-04-28 18:36:17,364 Finished 8 from 16 processes
2024-04-28 18:36:22,367 Finished 8 from 16 processes
2024-04-28 18:36:27,373 Finished 8 from 16 processes
2024-04-28 18:36:32,376 Finished 8 from 16 processes
2024-04-28 18:36:37,381 Finished 8 from 16 processes
2024-04-28 18:36:42,383 Finished 8 from 16 processes
2024-04-28 18:36:47,387 Finished 8 from 16 processes
2024-04-28 18:36:52,393 Finished 8 from 16 processes
2024-04-28 18:36:57,395 Finished 8 from 16 processes
2024-04-28 18:37:02,400 Finished 8 from 16 processes
2024-04-28 18:37:07,404 Finished 8 from 16 processes
2024-04-28 18:37:12,407 Finished 8 from 16 processes
2024-04-28 18:37:17,411 Finished 8 from 16 processes
2024-04-28 18:37:22,415 Finished 8 from 16 processes
2024-04-28 18:37:27,419 Finished 8 from 16 processes
2024-04-28 18:37:32,423 Finished 8 from 16 processes
2024-04-28 18:37:37,427 Finished 8 from 16 processes
2024-04-28 18:37:42,431 Finished 8 from 16 processes
2024-04-28 18:37:47,435 Finished 8 from 16 processes
2024-04-28 18:37:52,439 Finished 8 from 16 processes
2024-04-28 18:37:57,443 Finished 8 from 16 processes
2024-04-28 18:38:02,447 Finished 8 from 16 processes
2024-04-28 18:38:07,453 Finished 8 from 16 processes
2024-04-28 18:38:12,455 Finished 8 from 16 processes
2024-04-28 18:38:17,459 Finished 8 from 16 processes
2024-04-28 18:38:22,465 Finished 8 from 16 processes
2024-04-28 18:38:27,467 Finished 8 from 16 processes
2024-04-28 18:38:32,471 Finished 8 from 16 processes
2024-04-28 18:38:37,476 Finished 8 from 16 processes
2024-04-28 18:38:42,481 Finished 8 from 16 processes
2024-04-28 18:38:47,483 Finished 8 from 16 processes
2024-04-28 18:38:52,487 Finished 8 from 16 processes
2024-04-28 18:38:57,492 Finished 8 from 16 processes
2024-04-28 18:39:02,494 Finished 8 from 16 processes
2024-04-28 18:39:07,500 Finished 8 from 16 processes
2024-04-28 18:39:12,503 Finished 8 from 16 processes
2024-04-28 18:39:17,504 Finished 8 from 16 processes
2024-04-28 18:39:22,507 Finished 8 from 16 processes
2024-04-28 18:39:27,511 Finished 8 from 16 processes
2024-04-28 18:39:32,515 Finished 8 from 16 processes
2024-04-28 18:39:37,521 Finished 8 from 16 processes
2024-04-28 18:39:42,523 Finished 8 from 16 processes
2024-04-28 18:39:47,527 Finished 8 from 16 processes
2024-04-28 18:39:52,531 Finished 8 from 16 processes
2024-04-28 18:39:57,537 Finished 8 from 16 processes
2024-04-28 18:40:02,542 Finished 8 from 16 processes
2024-04-28 18:40:07,543 Finished 8 from 16 processes
2024-04-28 18:40:12,547 Finished 8 from 16 processes
2024-04-28 18:40:17,551 Finished 8 from 16 processes
2024-04-28 18:40:22,555 Finished 8 from 16 processes
2024-04-28 18:40:27,561 Finished 9 from 16 processes
2024-04-28 18:40:32,563 Finished 10 from 16 processes
2024-04-28 18:40:37,567 Finished 11 from 16 processes
2024-04-28 18:40:42,569 Finished 11 from 16 processes
2024-04-28 18:40:47,571 Finished 11 from 16 processes
2024-04-28 18:40:52,575 Finished 11 from 16 processes
2024-04-28 18:40:57,579 Finished 11 from 16 processes
2024-04-28 18:41:02,585 Finished 11 from 16 processes
2024-04-28 18:41:07,587 Finished 11 from 16 processes
2024-04-28 18:41:12,588 Finished 11 from 16 processes
2024-04-28 18:41:17,591 Finished 11 from 16 processes
2024-04-28 18:41:22,597 Finished 11 from 16 processes
2024-04-28 18:41:27,602 Finished 11 from 16 processes
2024-04-28 18:41:32,603 Finished 11 from 16 processes
2024-04-28 18:41:37,607 Finished 11 from 16 processes
2024-04-28 18:41:42,613 Finished 12 from 16 processes
2024-04-28 18:41:47,615 Finished 12 from 16 processes
2024-04-28 18:41:52,619 Finished 13 from 16 processes
2024-04-28 18:41:57,623 Finished 13 from 16 processes
2024-04-28 18:42:02,629 Finished 14 from 16 processes
2024-04-28 18:42:07,631 Finished 14 from 16 processes
2024-04-28 18:42:12,637 Finished 14 from 16 processes
2024-04-28 18:42:17,639 Finished 14 from 16 processes
2024-04-28 18:42:22,643 Finished 14 from 16 processes
2024-04-28 18:42:27,647 Finished 14 from 16 processes
2024-04-28 18:42:32,651 Finished 14 from 16 processes
2024-04-28 18:42:37,657 Finished 14 from 16 processes
2024-04-28 18:42:42,662 Finished 14 from 16 processes
2024-04-28 18:42:47,663 Finished 14 from 16 processes
2024-04-28 18:42:52,667 Finished 14 from 16 processes
2024-04-28 18:42:57,673 Finished 14 from 16 processes
2024-04-28 18:43:02,673 Finished 14 from 16 processes
2024-04-28 18:43:07,678 Finished 14 from 16 processes
2024-04-28 18:43:12,683 Finished 15 from 16 processes
2024-04-28 18:43:17,687 Finished 15 from 16 processes
2024-04-28 18:43:22,691 Finished 15 from 16 processes
2024-04-28 18:43:27,695 Finished 15 from 16 processes
2024-04-28 18:43:32,701 All processes finished
2024-04-28 18:43:32,701 Compressing stress logs
2024-04-28 18:43:32,732 Logs compressed
2024-04-28 18:43:32,732 Will terminate gdb (if any)
Quit
2024-04-28 18:48:40,365 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 1869
Located ClickHouse server process 1869 listening at TCP port 9000
Collecting stacktraces from all running threads with gdb:
[New LWP 1870]
[New LWP 1871]
[New LWP 1872]
[New LWP 1881]
[New LWP 1882]
[New LWP 1898]
[New LWP 1909]
[New LWP 1910]
[New LWP 1911]
[New LWP 1912]
[New LWP 1913]
[New LWP 1914]
[New LWP 1915]
[New LWP 1916]
[New LWP 1917]
[New LWP 1918]
[New LWP 1919]
[New LWP 1920]
[New LWP 1921]
[New LWP 1922]
[New LWP 1923]
[New LWP 1924]
[New LWP 1925]
[New LWP 1926]
[New LWP 1927]
[New LWP 1928]
[New LWP 1929]
[New LWP 1930]
[New LWP 1931]
[New LWP 1932]
[New LWP 1933]
[New LWP 1934]
[New LWP 1935]
[New LWP 1936]
[New LWP 1937]
[New LWP 1938]
[New LWP 1939]
[New LWP 1940]
[New LWP 1941]
[New LWP 1942]
[New LWP 1943]
[New LWP 1944]
[New LWP 1945]
[New LWP 1946]
[New LWP 1947]
[New LWP 1948]
[New LWP 1949]
[New LWP 1950]
[New LWP 1951]
[New LWP 1952]
[New LWP 1953]
[New LWP 1954]
[New LWP 1955]
[New LWP 1956]
[New LWP 1957]
[New LWP 1958]
[New LWP 1959]
[New LWP 1960]
[New LWP 1961]
[New LWP 1962]
[New LWP 1963]
[New LWP 1964]
[New LWP 1965]
[New LWP 1966]
[New LWP 1967]
[New LWP 1968]
[New LWP 1969]
[New LWP 1970]
[New LWP 1971]
[New LWP 1972]
[New LWP 1973]
[New LWP 1974]
[New LWP 1975]
[New LWP 1976]
[New LWP 1977]
[New LWP 1978]
[New LWP 1979]
[New LWP 1980]
[New LWP 1981]
[New LWP 1982]
[New LWP 1983]
[New LWP 1984]
[New LWP 1985]
[New LWP 1986]
[New LWP 1987]
[New LWP 1988]
[New LWP 1989]
[New LWP 1990]
[New LWP 1991]
[New LWP 1992]
[New LWP 1993]
[New LWP 1994]
[New LWP 1995]
[New LWP 1996]
[New LWP 1997]
[New LWP 1998]
[New LWP 1999]
[New LWP 2000]
[New LWP 2001]
[New LWP 2002]
[New LWP 2003]
[New LWP 2004]
[New LWP 2005]
[New LWP 2006]
[New LWP 2007]
[New LWP 2008]
[New LWP 2009]
[New LWP 2010]
[New LWP 2011]
[New LWP 2012]
[New LWP 2013]
[New LWP 2014]
[New LWP 2015]
[New LWP 2016]
[New LWP 2017]
[New LWP 2018]
[New LWP 2019]
[New LWP 2020]
[New LWP 2021]
[New LWP 2022]
[New LWP 2023]
[New LWP 2024]
[New LWP 2025]
[New LWP 2026]
[New LWP 2027]
[New LWP 2028]
[New LWP 2029]
[New LWP 2030]
[New LWP 2031]
[New LWP 2032]
[New LWP 2033]
[New LWP 2034]
[New LWP 2035]
[New LWP 2036]
[New LWP 2037]
[New LWP 2038]
[New LWP 2039]
[New LWP 2040]
[New LWP 2041]
[New LWP 2042]
[New LWP 2043]
[New LWP 2044]
[New LWP 2045]
[New LWP 2046]
[New LWP 2047]
[New LWP 2048]
[New LWP 2049]
[New LWP 2050]
[New LWP 2051]
[New LWP 2052]
[New LWP 2053]
[New LWP 2054]
[New LWP 2055]
[New LWP 2056]
[New LWP 2057]
[New LWP 2058]
[New LWP 2059]
[New LWP 2060]
[New LWP 2061]
[New LWP 2062]
[New LWP 2063]
[New LWP 2064]
[New LWP 2065]
[New LWP 2066]
[New LWP 2067]
[New LWP 2068]
[New LWP 2069]
[New LWP 2070]
[New LWP 2071]
[New LWP 2072]
[New LWP 2073]
[New LWP 2074]
[New LWP 2075]
[New LWP 2076]
[New LWP 2077]
[New LWP 2078]
[New LWP 2079]
[New LWP 2080]
[New LWP 2082]
[New LWP 2083]
[New LWP 2084]
[New LWP 2085]
[New LWP 2086]
[New LWP 2087]
[New LWP 2088]
[New LWP 2089]
[New LWP 2094]
[New LWP 2095]
[New LWP 2096]
[New LWP 2097]
[New LWP 2098]
[New LWP 2099]
[New LWP 2105]
[New LWP 2106]
[New LWP 2107]
[New LWP 2108]
[New LWP 2109]
[New LWP 2110]
[New LWP 2111]
[New LWP 2112]
[New LWP 2113]
[New LWP 2114]
[New LWP 2115]
[New LWP 2116]
[New LWP 2117]
[New LWP 2118]
[New LWP 2119]
[New LWP 2120]
[New LWP 2121]
[New LWP 2122]
[New LWP 2123]
[New LWP 2124]
[New LWP 2125]
[New LWP 2130]
[New LWP 2131]
[New LWP 2132]
[New LWP 2133]
[New LWP 2135]
[New LWP 2136]
[New LWP 2137]
[New LWP 2138]
[New LWP 2139]
[New LWP 2140]
[New LWP 2141]
[New LWP 2142]
[New LWP 2143]
[New LWP 2144]
[New LWP 2145]
[New LWP 2146]
[New LWP 2147]
[New LWP 2148]
[New LWP 2149]
[New LWP 2150]
[New LWP 2151]
[New LWP 2152]
[New LWP 2153]
[New LWP 2154]
[New LWP 2155]
[New LWP 2156]
[New LWP 2157]
[New LWP 2158]
[New LWP 2160]
[New LWP 2161]
[New LWP 2162]
[New LWP 2163]
[New LWP 2164]
[New LWP 2165]
[New LWP 2166]
[New LWP 2167]
[New LWP 2168]
[New LWP 2169]
[New LWP 2171]
[New LWP 2172]
[New LWP 2173]
[New LWP 2174]
[New LWP 2175]
[New LWP 2176]
[New LWP 2177]
[New LWP 2178]
[New LWP 2179]
[New LWP 2181]
[New LWP 2182]
[New LWP 2183]
[New LWP 2184]
[New LWP 2185]
[New LWP 2186]
[New LWP 2187]
[New LWP 2188]
[New LWP 2189]
[New LWP 2190]
[New LWP 2191]
[New LWP 2192]
[New LWP 2193]
[New LWP 2196]
[New LWP 2197]
[New LWP 2198]
[New LWP 2199]
[New LWP 2200]
[New LWP 2201]
[New LWP 2202]
[New LWP 2203]
[New LWP 2204]
[New LWP 2205]
[New LWP 2206]
[New LWP 2213]
[New LWP 2214]
[New LWP 2215]
[New LWP 2216]
[New LWP 2217]
[New LWP 2218]
[New LWP 2219]
[New LWP 2230]
[New LWP 2231]
[New LWP 2237]
[New LWP 2238]
[New LWP 2239]
[New LWP 2240]
[New LWP 2241]
[New LWP 2242]
[New LWP 2243]
[New LWP 2244]
[New LWP 2245]
[New LWP 2246]
[New LWP 2247]
[New LWP 2248]
[New LWP 2249]
[New LWP 2250]
[New LWP 2251]
[New LWP 2252]
[New LWP 2253]
[New LWP 2254]
[New LWP 2255]
[New LWP 2256]
[New LWP 2257]
[New LWP 2258]
[New LWP 2259]
[New LWP 2260]
[New LWP 2261]
[New LWP 2262]
[New LWP 2263]
[New LWP 2264]
[New LWP 2265]
[New LWP 2266]
[New LWP 2272]
[New LWP 2283]
[New LWP 2284]
[New LWP 2285]
[New LWP 2287]
[New LWP 2288]
[New LWP 2289]
[New LWP 2290]
[New LWP 2295]
[New LWP 2297]
[New LWP 2298]
[New LWP 2299]
[New LWP 2300]
[New LWP 2302]
[New LWP 2303]
[New LWP 2304]
[New LWP 2305]
[New LWP 2306]
[New LWP 2307]
[New LWP 2310]
[New LWP 2312]
[New LWP 2313]
[New LWP 2325]
[New LWP 2326]
[New LWP 2327]
[New LWP 2328]
[New LWP 2329]
[New LWP 2330]
[New LWP 2331]
[New LWP 2332]
[New LWP 2333]
[New LWP 2334]
[New LWP 2335]
[New LWP 2336]
[New LWP 2337]
[New LWP 2338]
[New LWP 2339]
[New LWP 2340]
[New LWP 2341]
[New LWP 2342]
[New LWP 2343]
[New LWP 2344]
[New LWP 2345]
[New LWP 2346]
[New LWP 2347]
[New LWP 2348]
[New LWP 2349]
[New LWP 2350]
[New LWP 2351]
[New LWP 2352]
[New LWP 2353]
[New LWP 2354]
[New LWP 2355]
[New LWP 2356]
[New LWP 2357]
[New LWP 2358]
[New LWP 2359]
[New LWP 2360]
[New LWP 2361]
[New LWP 2362]
[New LWP 2363]
[New LWP 2364]
[New LWP 2365]
[New LWP 2366]
[New LWP 2367]
[New LWP 2368]
[New LWP 2369]
[New LWP 2370]
[New LWP 2371]
[New LWP 2372]
[New LWP 2373]
[New LWP 2374]
[New LWP 2375]
[New LWP 2376]
[New LWP 2377]
[New LWP 2379]
[New LWP 2380]
[New LWP 2381]
[New LWP 2382]
[New LWP 2383]
[New LWP 2384]
[New LWP 2385]
[New LWP 2386]
[New LWP 2387]
[New LWP 2388]
[New LWP 2389]
[New LWP 2390]
[New LWP 2391]
[New LWP 2393]
[New LWP 2426]
[New LWP 2427]
[New LWP 2428]
[New LWP 2429]
[New LWP 2430]
[New LWP 2431]
[New LWP 2432]
[New LWP 2433]
[New LWP 2434]
[New LWP 2436]
[New LWP 2437]
[New LWP 2438]
[New LWP 2439]
[New LWP 2440]
[New LWP 2441]
[New LWP 2442]
[New LWP 2443]
[New LWP 2487]
[New LWP 2547]
[New LWP 2569]
[New LWP 2570]
[New LWP 2571]
[New LWP 2573]
[New LWP 2574]
[New LWP 2584]
[New LWP 2592]
[New LWP 2594]
[New LWP 2596]
[New LWP 2597]
[New LWP 2599]
[New LWP 2600]
[New LWP 2602]
[New LWP 2605]
[New LWP 2606]
[New LWP 2608]
[New LWP 2609]
[New LWP 2611]
[New LWP 2613]
[New LWP 2615]
[New LWP 2617]
[New LWP 2619]
[New LWP 2621]
[New LWP 2622]
[New LWP 2623]
[New LWP 2626]
[New LWP 2627]
[New LWP 2629]
[New LWP 2631]
[New LWP 2632]
[New LWP 2633]
[New LWP 2634]
[New LWP 2636]
[New LWP 2637]
[New LWP 2638]
[New LWP 2639]
[New LWP 2644]
[New LWP 2646]
[New LWP 2649]
[New LWP 2650]
[New LWP 2651]
[New LWP 2653]
[New LWP 2654]
[New LWP 2655]
[New LWP 2657]
[New LWP 2658]
[New LWP 2659]
[New LWP 2661]
[New LWP 2663]
[New LWP 2665]
[New LWP 2666]
[New LWP 2667]
[New LWP 2668]
[New LWP 2669]
[New LWP 2673]
[New LWP 2674]
[New LWP 2675]
[New LWP 2677]
[New LWP 2678]
[New LWP 2679]
[New LWP 2680]
[New LWP 2683]
[New LWP 2686]
[New LWP 2687]
[New LWP 2688]
[New LWP 2689]
[New LWP 2690]
[New LWP 2691]
[New LWP 2692]
[New LWP 2696]
[New LWP 2697]
[New LWP 2699]
[New LWP 2701]
[New LWP 2702]
[New LWP 2703]
[New LWP 2704]
[New LWP 2705]
[New LWP 2706]
[New LWP 2707]
[New LWP 2708]
[New LWP 2710]
[New LWP 2711]
[New LWP 2713]
[New LWP 2714]
[New LWP 2717]
[New LWP 2718]
[New LWP 2721]
[New LWP 2723]
[New LWP 2725]
[New LWP 2726]
[New LWP 2728]
[New LWP 2729]
[New LWP 2730]
[New LWP 2731]
[New LWP 2735]
[New LWP 2737]
[New LWP 2739]
[New LWP 2741]
[New LWP 2742]
[New LWP 2745]
[New LWP 2746]
[New LWP 2751]
[New LWP 2752]
[New LWP 2754]
[New LWP 2756]
[New LWP 2757]
[New LWP 2759]
[New LWP 2760]
[New LWP 2763]
[New LWP 2764]
[New LWP 2766]
[New LWP 2768]
[New LWP 2770]
[New LWP 2771]
[New LWP 2774]
[New LWP 2775]
[New LWP 2776]
[New LWP 2778]
[New LWP 2780]
[New LWP 2781]
[New LWP 2783]
[New LWP 2784]
[New LWP 2787]
[New LWP 2789]
[New LWP 2790]
[New LWP 2791]
[New LWP 2794]
[New LWP 2795]
[New LWP 2796]
[New LWP 2798]
[New LWP 2799]
[New LWP 2802]
[New LWP 2803]
[New LWP 2807]
[New LWP 2810]
[New LWP 2812]
[New LWP 2813]
[New LWP 2814]
[New LWP 2815]
[New LWP 2816]
[New LWP 2817]
[New LWP 2818]
[New LWP 2820]
[New LWP 2821]
[New LWP 2822]
[New LWP 2823]
[New LWP 2824]
[New LWP 2825]
[New LWP 2826]
[New LWP 2829]
[New LWP 2830]
[New LWP 2831]
[New LWP 2835]
[New LWP 2843]
[New LWP 2844]
[New LWP 2845]
[New LWP 2846]
[New LWP 2847]
[New LWP 2848]
[New LWP 2849]
[New LWP 2851]
[New LWP 2852]
[New LWP 2853]
[New LWP 2854]
[New LWP 2855]
[New LWP 2857]
[New LWP 2860]
[New LWP 2861]
[New LWP 2862]
[New LWP 2864]
[New LWP 2865]
[New LWP 2867]
[New LWP 2868]
[New LWP 2869]
[New LWP 2871]
[New LWP 2872]
[New LWP 2873]
[New LWP 2877]
[New LWP 2878]
[New LWP 2879]
[New LWP 2883]
[New LWP 2886]
[New LWP 2889]
[New LWP 2890]
[New LWP 2908]
[New LWP 2909]
[New LWP 2912]
[New LWP 2914]
[New LWP 2917]
[New LWP 2919]
[New LWP 2923]
[New LWP 2928]
[New LWP 2929]
[New LWP 2931]
[New LWP 2932]
[New LWP 2934]
[New LWP 2936]
[New LWP 2937]
[New LWP 2940]
[New LWP 2941]
[New LWP 2943]
[New LWP 2948]
[New LWP 2949]
[New LWP 2950]
[New LWP 2956]
[New LWP 2958]
[New LWP 2959]
[New LWP 2963]
[New LWP 2965]
[New LWP 2969]
[New LWP 2970]
[New LWP 2972]
[New LWP 2973]
[New LWP 2975]
[New LWP 2978]
[New LWP 2979]
[New LWP 2981]
[New LWP 2984]
[New LWP 2985]
[New LWP 2986]
[New LWP 2989]
[New LWP 2990]
[New LWP 2991]
[New LWP 2992]
[New LWP 2993]
[New LWP 2995]
[New LWP 3003]
[New LWP 3007]
[New LWP 3008]
[New LWP 3010]
[New LWP 3013]
[New LWP 3016]
[New LWP 3019]
[New LWP 3021]
[New LWP 3024]
[New LWP 3031]
[New LWP 3032]
[New LWP 3033]
[New LWP 3035]
[New LWP 3036]
[New LWP 3038]
[New LWP 3044]
[New LWP 3045]
[New LWP 3048]
[New LWP 3049]
[New LWP 3053]
[New LWP 3055]
[New LWP 3060]
[New LWP 3061]
[New LWP 3063]
[New LWP 3066]
[New LWP 3067]
[New LWP 3068]
[New LWP 3069]
[New LWP 3074]
[New LWP 3076]
[New LWP 3078]
[New LWP 3083]
[New LWP 3085]
[New LWP 3087]
[New LWP 3088]
[New LWP 3090]
[New LWP 3091]
[New LWP 3097]
[New LWP 3098]
[New LWP 3099]
[New LWP 3106]
[New LWP 3107]
[New LWP 3108]
[New LWP 3109]
[New LWP 3110]
[New LWP 3111]
[New LWP 3114]
[New LWP 3117]
[New LWP 3119]
[New LWP 3122]
[New LWP 3124]
[New LWP 3125]
[New LWP 3126]
[New LWP 3129]
[New LWP 3130]
[New LWP 3131]
[New LWP 3132]
[New LWP 3135]
[New LWP 3136]
[New LWP 3139]
[New LWP 3142]
[New LWP 3143]
[New LWP 3145]
[New LWP 3146]
[New LWP 3149]
[New LWP 3157]
[New LWP 3161]
[New LWP 3163]
[New LWP 3164]
[New LWP 3165]
[New LWP 3166]
[New LWP 3169]
[New LWP 3171]
[New LWP 3172]
[New LWP 3174]
[New LWP 3176]
[New LWP 3180]
[New LWP 3181]
[New LWP 3182]
[New LWP 3183]
[New LWP 3185]
[New LWP 3186]
[New LWP 3187]
[New LWP 3188]
[New LWP 3192]
[New LWP 3197]
[New LWP 3201]
[New LWP 3202]
[New LWP 3203]
[New LWP 3204]
[New LWP 3205]
[New LWP 3210]
[New LWP 3211]
[New LWP 3215]
[New LWP 3216]
[New LWP 3221]
[New LWP 3223]
[New LWP 3224]
[New LWP 3227]
[New LWP 3228]
[New LWP 3229]
[New LWP 3230]
[New LWP 3232]
[New LWP 3234]
[New LWP 3235]
[New LWP 3240]
[New LWP 3242]
[New LWP 3245]
[New LWP 3248]
[New LWP 3249]
[New LWP 3251]
[New LWP 3253]
[New LWP 3264]
[New LWP 3271]
[New LWP 3280]
[New LWP 3282]
[New LWP 3283]
[New LWP 3286]
[New LWP 3288]
[New LWP 3289]
[New LWP 3296]
[New LWP 3297]
[New LWP 3299]
[New LWP 3302]
[New LWP 3303]
[New LWP 3304]
[New LWP 3305]
[New LWP 3306]
[New LWP 3307]
[New LWP 3308]
[New LWP 3312]
[New LWP 3314]
[New LWP 3316]
[New LWP 3317]
[New LWP 3318]
[New LWP 3321]
[New LWP 3324]
[New LWP 3326]
[New LWP 3331]
[New LWP 3333]
[New LWP 3335]
[New LWP 3344]
[New LWP 3346]
[New LWP 3348]
[New LWP 3353]
[New LWP 3354]
[New LWP 3355]
[New LWP 3356]
[New LWP 3364]
[New LWP 3369]
[New LWP 3372]
[New LWP 3374]
[New LWP 3378]
[New LWP 3385]
[New LWP 3386]
[New LWP 3389]
[New LWP 3391]
[New LWP 3393]
[New LWP 3394]
[New LWP 3405]
[New LWP 3408]
[New LWP 3409]
[New LWP 3410]
[New LWP 3413]
[New LWP 3414]
[New LWP 3416]
[New LWP 3419]
[New LWP 3425]
[New LWP 3427]
[New LWP 3429]
[New LWP 3431]
[New LWP 3434]
[New LWP 3435]
[New LWP 3436]
[New LWP 3437]
[New LWP 3442]
[New LWP 3443]
[New LWP 3444]
[New LWP 3448]
[New LWP 3450]
[New LWP 3452]
[New LWP 3453]
[New LWP 3456]
[New LWP 3462]
[New LWP 3465]
[New LWP 3466]
[New LWP 3467]
[New LWP 3473]
[New LWP 3475]
[New LWP 3478]
[New LWP 3480]
[New LWP 3482]
[New LWP 3484]
[New LWP 3485]
[New LWP 3486]
[New LWP 3488]
[New LWP 3491]
[New LWP 3492]
[New LWP 3494]
[New LWP 3508]
[New LWP 3509]
[New LWP 3512]
[New LWP 3513]
[New LWP 3517]
[New LWP 3518]
[New LWP 3521]
[New LWP 3526]
[New LWP 3530]
[New LWP 3532]
[New LWP 3535]
[New LWP 3539]
[New LWP 3540]
[New LWP 3542]
[New LWP 3544]
[New LWP 3545]
[New LWP 3546]
[New LWP 3550]
[New LWP 3551]
[New LWP 3553]
[New LWP 3556]
[New LWP 3557]
[New LWP 3562]
[New LWP 3563]
[New LWP 3564]
[New LWP 3569]
[New LWP 3572]
[New LWP 3575]
[New LWP 3577]
[New LWP 3579]
[New LWP 3587]
[New LWP 3588]
[New LWP 3589]
[New LWP 3592]
[New LWP 3594]
[New LWP 3596]
[New LWP 3602]
[New LWP 3603]
[New LWP 3605]
[New LWP 3606]
[New LWP 3613]
[New LWP 3623]
[New LWP 3625]
[New LWP 3626]
[New LWP 3627]
[New LWP 3631]
[New LWP 3637]
[New LWP 3638]
[New LWP 3639]
[New LWP 3655]
[New LWP 3658]
[New LWP 3659]
[New LWP 3662]
[New LWP 3666]
[New LWP 3667]
[New LWP 3668]
[New LWP 3672]
[New LWP 3674]
[New LWP 3675]
[New LWP 3678]
[New LWP 3679]
[New LWP 3681]
[New LWP 3686]
[New LWP 3689]
[New LWP 3693]
[New LWP 3694]
[New LWP 3696]
[New LWP 3697]
[New LWP 3699]
[New LWP 3702]
[New LWP 3704]
[New LWP 3705]
[New LWP 3706]
[New LWP 3707]
[New LWP 3709]
[New LWP 3711]
[New LWP 3712]
[New LWP 3713]
[New LWP 3714]
[New LWP 3718]
[New LWP 3719]
[New LWP 3721]
[New LWP 3722]
[New LWP 3723]
[New LWP 3724]
[New LWP 3747]
[New LWP 3748]
[New LWP 3749]
[New LWP 3750]
[New LWP 3754]
[New LWP 3755]
[New LWP 3757]
[New LWP 3759]
[New LWP 3761]
[New LWP 3762]
[New LWP 3763]
[New LWP 3793]
[New LWP 3794]
[New LWP 3796]
[New LWP 3799]
[New LWP 3802]
[New LWP 3803]
[New LWP 3805]
[New LWP 3807]
[New LWP 3809]
[New LWP 3812]
[New LWP 3813]
[New LWP 3817]
[New LWP 3819]
[New LWP 3821]
[New LWP 3826]
[New LWP 3829]
[New LWP 3831]
[New LWP 3832]
[New LWP 4110]
[New LWP 4112]
[New LWP 4113]
[New LWP 4118]
[New LWP 4120]
[New LWP 4122]
[New LWP 4124]
[New LWP 4127]
[New LWP 4128]
[New LWP 4131]
[New LWP 4133]
[New LWP 4134]
[New LWP 4135]
[New LWP 4139]
[New LWP 4140]
[New LWP 4143]
[New LWP 4144]
[New LWP 4145]
[New LWP 4146]
[New LWP 4148]
[New LWP 4166]
[New LWP 4167]
[New LWP 4169]
[New LWP 4170]
[New LWP 4171]
[New LWP 4172]
[New LWP 4175]
[New LWP 4177]
[New LWP 4182]
[New LWP 4184]
[New LWP 4185]
[New LWP 4189]
[New LWP 4192]
[New LWP 4193]
[New LWP 4195]
[New LWP 4196]
[New LWP 4197]
[New LWP 4198]
[New LWP 4201]
[New LWP 4204]
[New LWP 4208]
[New LWP 4210]
[New LWP 4212]
[New LWP 4215]
[New LWP 4216]
[New LWP 4220]
[New LWP 4223]
[New LWP 4225]
[New LWP 4226]
[New LWP 4227]
[New LWP 4228]
[New LWP 4230]
[New LWP 4231]
[New LWP 4232]
[New LWP 4238]
[New LWP 4239]
[New LWP 4241]
[New LWP 4242]
[New LWP 4243]
[New LWP 4248]
[New LWP 4249]
[New LWP 4250]
[New LWP 4251]
[New LWP 4256]
[New LWP 4259]
[New LWP 4266]
[New LWP 4270]
[New LWP 4272]
[New LWP 4276]
[New LWP 4280]
[New LWP 4281]
[New LWP 4284]
[New LWP 4286]
[New LWP 4289]
[New LWP 4290]
[New LWP 4291]
[New LWP 4294]
[New LWP 4295]
[New LWP 4296]
[New LWP 4299]
[New LWP 4301]
[New LWP 4302]
[New LWP 4303]
[New LWP 4304]
[New LWP 4305]
[New LWP 4306]
[New LWP 4308]
[New LWP 4309]
[New LWP 4310]
[New LWP 4311]
[New LWP 4312]
[New LWP 4313]
[New LWP 4314]
[New LWP 4315]
[New LWP 4316]
[New LWP 4317]
[New LWP 4318]
[New LWP 4319]
[New LWP 4320]
[New LWP 4321]
[New LWP 4323]
[New LWP 4325]
[New LWP 4327]
[New LWP 4329]
[New LWP 4330]
[New LWP 4331]
[New LWP 4332]
[New LWP 4334]
[New LWP 4339]
[New LWP 4340]
[New LWP 4342]
[New LWP 4343]
[New LWP 4344]
[New LWP 4347]
[New LWP 4348]
[New LWP 4350]
[New LWP 4351]
[New LWP 4352]
[New LWP 4353]
[New LWP 4354]
[New LWP 4356]
[New LWP 4357]
[New LWP 4358]
[New LWP 4360]
[New LWP 4362]
[New LWP 4363]
[New LWP 4364]
[New LWP 4366]
[New LWP 4367]
[New LWP 4368]
[New LWP 4370]
[New LWP 4371]
[New LWP 4372]
[New LWP 4374]
[New LWP 4375]
[New LWP 4378]
[New LWP 4380]
[New LWP 4381]
[New LWP 4382]
[New LWP 4383]
[New LWP 4384]
[New LWP 4387]
[New LWP 4389]
[New LWP 4390]
[New LWP 4392]
[New LWP 4399]
[New LWP 4401]
[New LWP 4403]
[New LWP 4404]
[New LWP 4405]
[New LWP 4406]
[New LWP 4407]
[New LWP 4408]
[New LWP 4409]
[New LWP 4413]
[New LWP 4414]
[New LWP 4415]
[New LWP 4416]
[New LWP 4417]
[New LWP 4418]
[New LWP 4421]
[New LWP 4424]
[New LWP 4425]
[New LWP 4427]
[New LWP 4428]
[New LWP 4429]
[New LWP 4430]
[New LWP 4431]
[New LWP 4436]
[New LWP 4439]
[New LWP 4446]
[New LWP 4448]
[New LWP 4452]
[New LWP 4453]
[New LWP 4455]
[New LWP 4458]
[New LWP 4459]
[New LWP 4462]
[New LWP 4463]
[New LWP 4464]
[New LWP 4465]
[New LWP 4467]
[New LWP 4469]
[New LWP 4470]
[New LWP 4471]
[New LWP 4472]
[New LWP 4473]
[New LWP 4475]
[New LWP 4476]
[New LWP 4479]
[New LWP 4480]
[New LWP 4482]
[New LWP 4486]
[New LWP 4487]
[New LWP 4489]
[New LWP 4491]
[New LWP 4496]
[New LWP 4498]
[New LWP 4499]
[New LWP 4511]
[New LWP 4513]
[New LWP 4514]
[New LWP 4517]
[New LWP 4519]
[New LWP 4521]
[New LWP 4522]
[New LWP 4523]
[New LWP 4526]
[New LWP 4529]
[New LWP 4534]
[New LWP 4536]
[New LWP 4537]
[New LWP 4539]
[New LWP 4541]
[New LWP 4542]
[New LWP 4543]
[New LWP 4545]
[New LWP 4622]
[New LWP 4623]
[New LWP 4624]
[New LWP 4723]
[New LWP 4724]
[New LWP 4725]
[New LWP 4728]
[New LWP 4729]
[New LWP 4731]
[New LWP 4733]
[New LWP 4734]
[New LWP 4735]
[New LWP 4737]
[New LWP 4738]
[New LWP 4739]
[New LWP 4740]
[New LWP 4742]
[New LWP 4743]
[New LWP 4744]
[New LWP 4750]
[New LWP 4756]
[New LWP 4828]
[New LWP 4830]
[New LWP 4832]
[New LWP 4837]
[New LWP 4838]
[New LWP 4841]
[New LWP 4844]
[New LWP 4847]
[New LWP 4848]
[New LWP 4851]
[New LWP 4853]
[New LWP 4855]
[New LWP 4857]
[New LWP 5002]
[New LWP 5011]
[New LWP 5025]
[New LWP 5028]
[New LWP 5032]
[New LWP 5034]
[New LWP 5047]
[New LWP 5050]
[New LWP 5052]
[New LWP 5053]
[New LWP 5055]
[New LWP 5056]
[New LWP 5057]
[New LWP 5058]
[New LWP 5060]
[New LWP 5064]
[New LWP 5065]
[New LWP 5066]
[New LWP 5067]
[New LWP 5070]
[New LWP 5071]
[New LWP 5074]
[New LWP 5075]
[New LWP 5076]
[New LWP 5077]
[New LWP 5078]
[New LWP 5079]
[New LWP 5080]
[New LWP 5084]
[New LWP 5086]
[New LWP 5088]
[New LWP 5089]
[New LWP 5091]
[New LWP 5092]
[New LWP 5093]
[New LWP 5101]
[New LWP 5106]
[New LWP 5281]
[New LWP 5282]
[New LWP 5284]
[New LWP 5285]
[New LWP 5288]
[New LWP 5290]
[New LWP 5291]
[New LWP 5292]
[New LWP 5293]
[New LWP 5294]
[New LWP 5295]
[New LWP 5301]
[New LWP 5303]
[New LWP 5304]
[New LWP 5306]
[New LWP 5307]
[New LWP 5308]
[New LWP 5309]
[New LWP 5312]
[New LWP 5313]
[New LWP 5316]
[New LWP 5318]
[New LWP 5319]
[New LWP 5323]
[New LWP 5324]
[New LWP 5327]
[New LWP 5328]
[New LWP 5329]
[New LWP 5335]
[New LWP 5336]
[New LWP 5445]
[New LWP 5446]
[New LWP 5449]
[New LWP 5453]
[New LWP 5454]
[New LWP 5459]
[New LWP 5460]
[New LWP 5461]
[New LWP 5462]
[New LWP 5463]
[New LWP 5464]
[New LWP 5465]
[New LWP 5466]
[New LWP 5470]
[New LWP 5473]
[New LWP 5476]
[New LWP 5647]
[New LWP 5675]
[New LWP 5676]
[New LWP 5677]
[New LWP 5678]
[New LWP 5680]
[New LWP 5681]
[New LWP 5682]
[New LWP 5684]
[New LWP 5687]
[New LWP 5688]
[New LWP 5689]
[New LWP 5690]
[New LWP 5691]
[New LWP 5699]
[New LWP 5700]
[New LWP 5702]
[New LWP 5703]
[New LWP 5705]
[New LWP 5709]
[New LWP 5710]
[New LWP 5712]
[New LWP 5713]
[New LWP 5717]
[New LWP 5718]
[New LWP 5719]
[New LWP 5720]
[New LWP 5721]
[New LWP 5722]
[New LWP 5724]
[New LWP 5726]
[New LWP 5727]
[New LWP 5728]
[New LWP 5729]
[New LWP 5731]
[New LWP 5732]
[New LWP 5733]
[New LWP 5734]
[New LWP 5735]
[New LWP 5736]
[New LWP 5737]
[New LWP 5740]
[New LWP 5741]
[New LWP 5742]
[New LWP 5745]
[New LWP 5747]
[New LWP 5749]
[New LWP 5752]
[New LWP 5757]
[New LWP 5758]
[New LWP 5759]
[New LWP 5760]
[New LWP 5761]
[New LWP 5763]
[New LWP 5765]
[New LWP 5766]
[New LWP 5767]
[New LWP 5819]
[New LWP 5827]
[New LWP 5828]
[New LWP 5831]
[New LWP 5832]
[New LWP 5833]
[New LWP 5834]
[New LWP 5835]
[New LWP 5838]
[New LWP 5839]
[New LWP 5840]
[New LWP 5841]
[New LWP 5842]
[New LWP 5848]
[New LWP 5849]
[New LWP 5850]
[New LWP 5871]
[New LWP 5924]
[New LWP 5926]
[New LWP 5928]
[New LWP 5940]
[New LWP 5941]
[New LWP 5943]
[New LWP 5946]
[New LWP 5948]
[New LWP 5950]
[New LWP 5953]
[New LWP 5955]
[New LWP 5956]
[New LWP 5959]
[New LWP 5960]
[New LWP 5961]
[New LWP 5963]
[New LWP 5964]
[New LWP 5966]
[New LWP 5967]
[New LWP 5996]
[New LWP 5997]
[New LWP 5998]
[New LWP 6000]
[New LWP 6001]
[New LWP 6002]
[New LWP 6003]
[New LWP 6006]
[New LWP 6007]
[New LWP 6008]
[New LWP 6009]
[New LWP 6010]
[New LWP 6011]
[New LWP 6012]
[New LWP 6013]
[New LWP 6015]
[New LWP 6016]
[New LWP 6017]
[New LWP 6018]
[New LWP 6019]
[New LWP 6020]
[New LWP 6022]
[New LWP 6023]
[New LWP 6024]
[New LWP 6028]
[New LWP 6029]
[New LWP 6030]
[New LWP 6031]
[New LWP 6032]
[New LWP 6033]
[New LWP 6035]
[New LWP 6036]
[New LWP 6037]
[New LWP 6038]
[New LWP 6041]
[New LWP 6042]
[New LWP 6043]
[New LWP 6044]
[New LWP 6049]
[New LWP 6050]
[New LWP 6052]
[New LWP 6053]
[New LWP 6055]
[New LWP 6056]
[New LWP 6057]
[New LWP 6058]
[New LWP 6059]
[New LWP 6060]
[New LWP 6061]
[New LWP 6062]
[New LWP 6063]
[New LWP 6064]
[New LWP 6065]
[New LWP 6066]
[New LWP 6068]
[New LWP 6069]
[New LWP 6078]
[New LWP 6079]
[New LWP 6080]
[New LWP 6081]
[New LWP 6082]
[New LWP 6083]
[New LWP 6793]
[New LWP 6794]
[New LWP 6796]
[New LWP 6799]
[New LWP 6803]
[New LWP 6804]
[New LWP 6805]
[New LWP 6806]
[New LWP 6807]
[New LWP 6808]
[New LWP 6809]
[New LWP 6811]
[New LWP 6812]
[New LWP 6815]
[New LWP 6816]
[New LWP 6818]
[New LWP 6819]
[New LWP 6820]
[New LWP 6821]
[New LWP 6822]
[New LWP 6825]
[New LWP 6826]
[New LWP 6827]
[New LWP 6828]
[New LWP 6830]
[New LWP 6833]
[New LWP 6834]
[New LWP 6835]
[New LWP 6836]
[New LWP 6837]
[New LWP 6838]
[New LWP 6839]
[New LWP 6840]
[New LWP 6841]
[New LWP 6842]
[New LWP 6843]
[New LWP 6845]
[New LWP 6846]
[New LWP 6847]
[New LWP 6848]
[New LWP 6849]
[New LWP 6850]
[New LWP 6851]
[New LWP 6852]
[New LWP 6853]
[New LWP 6855]
[New LWP 6856]
[New LWP 6857]
[New LWP 6867]
[New LWP 6868]
[New LWP 6869]
[New LWP 6870]
[New LWP 6871]
[New LWP 6872]
[New LWP 6874]
[New LWP 6875]
[New LWP 6876]
[New LWP 6877]
[New LWP 6878]
[New LWP 6879]
[New LWP 6880]
[New LWP 6882]
[New LWP 6886]
[New LWP 6887]
[New LWP 6996]
[New LWP 6997]
[New LWP 6998]
[New LWP 7000]
[New LWP 7001]
[New LWP 7693]
[New LWP 7694]
[New LWP 7695]
[New LWP 7696]
[New LWP 7697]
[New LWP 7698]
[New LWP 7699]
[New LWP 7700]
[New LWP 7701]
[New LWP 7702]
[New LWP 7703]
[New LWP 7705]
[New LWP 7706]
[New LWP 7707]
[New LWP 7708]
[New LWP 7709]
[New LWP 7711]
[New LWP 7712]
[New LWP 7713]
[New LWP 7714]
[New LWP 7717]
[New LWP 7718]
[New LWP 7719]
[New LWP 7720]
[New LWP 7722]
[New LWP 7724]
[New LWP 7725]
[New LWP 7726]
[New LWP 7727]
[New LWP 7728]
[New LWP 7729]
[New LWP 7730]
[New LWP 7731]
[New LWP 7733]
[New LWP 7734]
[New LWP 7735]
[New LWP 7736]
[New LWP 7737]
[New LWP 7738]
[New LWP 7739]
[New LWP 7741]
[New LWP 7742]
[New LWP 7743]
[New LWP 7744]
[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 7760]
[New LWP 7761]
[New LWP 7762]
[New LWP 7765]
[New LWP 7767]
[New LWP 7768]
[New LWP 7769]
[New LWP 7770]
[New LWP 7898]
[New LWP 7900]
[New LWP 7902]
[New LWP 7903]
[New LWP 7904]
[New LWP 7905]
[New LWP 7906]
[New LWP 7907]
[New LWP 7908]
[New LWP 7915]
[New LWP 7916]
[New LWP 7917]
[New LWP 7918]
[New LWP 7919]
[New LWP 7921]
[New LWP 7922]
[New LWP 7923]
[New LWP 7924]
[New LWP 7926]
[New LWP 7928]
[New LWP 7929]
[New LWP 21324]
[New LWP 21337]
[New LWP 21389]
[New LWP 23574]
[New LWP 31997]
[New LWP 31999]
[New LWP 32004]
[New LWP 32005]
[New LWP 32006]
[New LWP 32007]
[New LWP 32008]
[New LWP 32010]
[New LWP 32011]
[New LWP 32013]
[New LWP 32015]
[New LWP 32016]
[New LWP 32017]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1632 (Thread 0x7fa857e14640 (LWP 32017) "clickhouse-serv"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b82788) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b82788) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1631 (Thread 0x7faa04a54640 (LWP 32016) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616001609f88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616001609f88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1630 (Thread 0x7faa0a986640 (LWP 32015) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b81288) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b81288) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1629 (Thread 0x7faa1aa0b640 (LWP 32013) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b80f88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b80f88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1628 (Thread 0x7faa39e8a640 (LWP 32011) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b83988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b83988) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1627 (Thread 0x7faa57f10640 (LWP 32010) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b83688) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b83688) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1626 (Thread 0x7faa90dea640 (LWP 32008) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x61600451f088) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x61600451f088) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1625 (Thread 0x7faac7350640 (LWP 32007) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616001d7e288) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616001d7e288) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1624 (Thread 0x7faae00c6640 (LWP 32006) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616004cefd88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616004cefd88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1623 (Thread 0x7fa8b8bbe640 (LWP 32005) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616002d84d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616002d84d88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1622 (Thread 0x7fa91a4c9640 (LWP 32004) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x6160027d6988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x6160027d6988) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1621 (Thread 0x7faad3a44640 (LWP 31999) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616003b85d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616003b85d88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1620 (Thread 0x7faae770b640 (LWP 31997) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616001602d88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616001602d88) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1619 (Thread 0x7fa8c47e0640 (LWP 23574) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x616000184388) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x616000184388) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1618 (Thread 0x7fa90285b640 (LWP 21389) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d6fed in Poco::EventImpl::waitImpl (this=0x6160049cd588) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e8e11ec665 in Poco::Event::wait (this=0x6160049cd588) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1617 (Thread 0x7fa93037e640 (LWP 21337) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d7596 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145
#3 0x000055e8e116fa18 in Poco::Event::tryWait (this=0x60b002b22c58, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105
#4 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=) at ./base/poco/Foundation/src/NotificationQueue.cpp:114
#5 0x000055e8e0d0cbb7 in Poco::Net::TCPServerDispatcher::run (this=0x61100046c5c0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104
#6 0x000055e8e11ec5bc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188
#7 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#8 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#9 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1616 (Thread 0x7fa94372e640 (LWP 21324) "TCPHandler"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e10d7596 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145
#3 0x000055e8e116fa18 in Poco::Event::tryWait (this=0x60b000bc56a8, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105
#4 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=) at ./base/poco/Foundation/src/NotificationQueue.cpp:114
#5 0x000055e8e0d0cbb7 in Poco::Net::TCPServerDispatcher::run (this=0x611000106e80) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104
#6 0x000055e8e11ec5bc in Poco::PooledThread::run (this=) at ./base/poco/Foundation/src/ThreadPool.cpp:188
#7 0x000055e8e11e5668 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#8 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#9 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1615 (Thread 0x7fa2ad3f5640 (LWP 7929) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1614 (Thread 0x7fa2ae6ff640 (LWP 7928) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1613 (Thread 0x7fa2afa09640 (LWP 7926) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1612 (Thread 0x7fa2b1514640 (LWP 7924) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1611 (Thread 0x7fa2b281e640 (LWP 7923) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1610 (Thread 0x7fa2b4631640 (LWP 7922) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 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=0x61200001aa98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x61200001aa40, thread_it=...) at ./src/Common/ThreadPool.cpp:380
#6 0x000055e8c094398d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:179
#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 0x00007fae70527ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007fae705b9850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1609 (Thread 0x7fa2b4e32640 (LWP 7921) "ThreadPool"):
#0 0x00007fae70524117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fae70526a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e8e955eb3a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x61200001aac0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x61200001aac0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e8c09360e6 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock