+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /usr/share/clickhouse-test/ci/stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_23.3.19.33.altinitystable+ubsan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 55078 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_23.3.19.33.altinitystable+ubsan_amd64.deb ...
Unpacking clickhouse-common-static (23.3.19.33.altinitystable+ubsan) ...
Setting up clickhouse-common-static (23.3.19.33.altinitystable+ubsan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.33.altinitystable+ubsan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 55092 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.33.altinitystable+ubsan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (23.3.19.33.altinitystable+ubsan) ...
Setting up clickhouse-common-static-dbg (23.3.19.33.altinitystable+ubsan) ...
+ dpkg -i package_folder/clickhouse-server_23.3.19.33.altinitystable+ubsan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 55101 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_23.3.19.33.altinitystable+ubsan_amd64.deb ...
Unpacking clickhouse-server (23.3.19.33.altinitystable+ubsan) ...
Setting up clickhouse-server (23.3.19.33.altinitystable+ubsan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
[1mPassword for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.[0m
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
Processing triggers for systemd (245.4-4ubuntu3.23) ...
+ dpkg -i package_folder/clickhouse-client_23.3.19.33.altinitystable+ubsan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 55115 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_23.3.19.33.altinitystable+ubsan_amd64.deb ...
Unpacking clickhouse-client (23.3.19.33.altinitystable+ubsan) ...
Setting up clickhouse-client (23.3.19.33.altinitystable+ubsan) ...
++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\'''
+ is_tsan_build=0
+ '[' 0 -eq 0 ']'
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US=100000
+ THREAD_FUZZER_SLEEP_TIME_US=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
x86_64
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
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ ./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)
+ local params
+ ./minio server --address :11111 ./minio_data
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ 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
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:42603 http://127.0.0.1:42603
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (42603), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17B8BF7FA0D95054f5d59c26-6100-40dc-b772-fa4894362d6f
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 243 root 10u IPv6 111920 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.47 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.37 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.68 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: 6.93 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu?blockid=ihgkmxnbcmykwvjwysdsfrmproalsmxhzfasjkobcmcxoqrgxluyvqzdgzjlvsho&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "GET /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "GET /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "DELETE /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 202 -
+ counter=11
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 491
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m4.545s
user 0m0.036s
sys 0m0.021s
+ shellcheck disable=SC2086
/run.sh: line 59: shellcheck: command not found
+ /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits
INFO:root:Will fetch following datasets: hits, visits
INFO:root:Processing hits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/zn64bdn3
INFO:root:Content length is 1271623680 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/zn64bdn3 to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/zn64bdn3 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/oybd7tel
INFO:root:Content length is 563968000 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/oybd7tel to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/oybd7tel 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=491
+ 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 = 491.
The process with pid = 491 is running.
Sent terminate signal to process with pid 491.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491.
The process with pid = 491 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491.
The process with pid = 491 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491.
The process with pid = 491 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491.
The process with pid = 491 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491.
The process with pid = 491 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
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
+ 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
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu?blockid=djtwysfytaiuhkqiulgpldzcovcdlnclvvhlmzhcctfdhiisgedfgkmlcxitgtyz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "GET /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "GET /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "DELETE /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 202 -
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 889
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m4.133s
user 0m0.044s
sys 0m0.005s
+ 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=889
+ 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 = 889.
The process with pid = 889 is running.
Sent terminate signal to process with pid 889.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889.
The process with pid = 889 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889.
The process with pid = 889 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889.
The process with pid = 889 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889.
The process with pid = 889 is running.
Waiting for server to stop
Found pid = 889 in the list of running processes.
The process with pid = 889 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=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 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
x86_64
Adding azure configuration
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32098980
+ total_mem=32869355520
+ max_server_memory_usage_to_ram_ratio=0.5
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860806656
+ echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sed 's|s3|s3default|'
+ mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:21:09:08 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
+ 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
127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "PUT /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj?blockid=tzqjpskjqmkxgwbzgtwstycdjkjawxvbqzpbzhtpjpxzxmodxrzhsocibuaxqqku&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "PUT /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "GET /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "GET /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "DELETE /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 202 -
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1625
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
real 0m4.365s
user 0m0.022s
sys 0m0.030s
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-03-02 00:09:25,546 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-03-02 00:09:26,048 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:26,550 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 '
2024-03-02 00:09:27,052 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:27,554 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 00:09:28,056 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:28,559 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 '
2024-03-02 00:09:29,061 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:29,563 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 00:09:30,065 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:30,567 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 00:09:31,069 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 join_algorithm='parallel_hash' allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:31,571 Run func tests '/usr/bin/clickhouse-test --order=random --client-option allow_experimental_query_cache=1 use_query_cache=1 implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 '
2024-03-02 00:09:32,073 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:32,575 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 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 00:09:33,078 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 00:09:33,580 Will wait functests to finish
2024-03-02 00:09:33,580 Finished 0 from 16 processes
2024-03-02 00:09:38,585 Finished 0 from 16 processes
2024-03-02 00:09:43,589 Finished 0 from 16 processes
2024-03-02 00:09:48,593 Finished 0 from 16 processes
2024-03-02 00:09:53,597 Finished 0 from 16 processes
2024-03-02 00:09:58,601 Finished 0 from 16 processes
2024-03-02 00:10:03,605 Finished 0 from 16 processes
2024-03-02 00:10:08,609 Finished 0 from 16 processes
2024-03-02 00:10:13,613 Finished 0 from 16 processes
2024-03-02 00:10:18,617 Finished 0 from 16 processes
2024-03-02 00:10:23,621 Finished 0 from 16 processes
2024-03-02 00:10:28,625 Finished 0 from 16 processes
2024-03-02 00:10:33,629 Finished 0 from 16 processes
2024-03-02 00:10:38,633 Finished 0 from 16 processes
2024-03-02 00:10:43,637 Finished 0 from 16 processes
2024-03-02 00:10:48,641 Finished 0 from 16 processes
2024-03-02 00:10:53,645 Finished 0 from 16 processes
2024-03-02 00:10:58,649 Finished 0 from 16 processes
2024-03-02 00:11:03,653 Finished 0 from 16 processes
2024-03-02 00:11:08,658 Finished 0 from 16 processes
2024-03-02 00:11:13,661 Finished 0 from 16 processes
[Detaching after vfork from child process 6123]
2024-03-02 00:11:18,665 Finished 0 from 16 processes
2024-03-02 00:11:23,669 Finished 0 from 16 processes
2024-03-02 00:11:28,673 Finished 0 from 16 processes
2024-03-02 00:11:33,677 Finished 0 from 16 processes
2024-03-02 00:11:38,681 Finished 0 from 16 processes
2024-03-02 00:11:43,685 Finished 0 from 16 processes
2024-03-02 00:11:48,689 Finished 0 from 16 processes
2024-03-02 00:11:53,693 Finished 0 from 16 processes
2024-03-02 00:11:58,697 Finished 0 from 16 processes
2024-03-02 00:12:03,701 Finished 0 from 16 processes
2024-03-02 00:12:08,705 Finished 0 from 16 processes
2024-03-02 00:12:13,709 Finished 0 from 16 processes
2024-03-02 00:12:18,713 Finished 0 from 16 processes
2024-03-02 00:12:23,717 Finished 0 from 16 processes
2024-03-02 00:12:28,721 Finished 0 from 16 processes
2024-03-02 00:12:33,726 Finished 0 from 16 processes
2024-03-02 00:12:38,729 Finished 0 from 16 processes
2024-03-02 00:12:43,733 Finished 0 from 16 processes
2024-03-02 00:12:48,737 Finished 0 from 16 processes
2024-03-02 00:12:53,741 Finished 0 from 16 processes
2024-03-02 00:12:58,745 Finished 0 from 16 processes
2024-03-02 00:13:03,749 Finished 0 from 16 processes
2024-03-02 00:13:08,753 Finished 0 from 16 processes
2024-03-02 00:13:13,753 Finished 0 from 16 processes
2024-03-02 00:13:18,757 Finished 0 from 16 processes
2024-03-02 00:13:23,761 Finished 0 from 16 processes
2024-03-02 00:13:28,766 Finished 0 from 16 processes
2024-03-02 00:13:33,767 Finished 0 from 16 processes
2024-03-02 00:13:38,769 Finished 0 from 16 processes
2024-03-02 00:13:43,773 Finished 0 from 16 processes
2024-03-02 00:13:48,777 Finished 0 from 16 processes
2024-03-02 00:13:53,782 Finished 0 from 16 processes
2024-03-02 00:13:58,785 Finished 0 from 16 processes
2024-03-02 00:14:03,790 Finished 0 from 16 processes
2024-03-02 00:14:08,794 Finished 0 from 16 processes
2024-03-02 00:14:13,797 Finished 0 from 16 processes
2024-03-02 00:14:18,802 Finished 0 from 16 processes
2024-03-02 00:14:23,805 Finished 0 from 16 processes
2024-03-02 00:14:28,809 Finished 0 from 16 processes
2024-03-02 00:14:33,814 Finished 0 from 16 processes
2024-03-02 00:14:38,817 Finished 0 from 16 processes
2024-03-02 00:14:43,821 Finished 0 from 16 processes
2024-03-02 00:14:48,825 Finished 0 from 16 processes
2024-03-02 00:14:53,829 Finished 0 from 16 processes
2024-03-02 00:14:58,833 Finished 0 from 16 processes
2024-03-02 00:15:03,838 Finished 0 from 16 processes
2024-03-02 00:15:08,841 Finished 0 from 16 processes
2024-03-02 00:15:13,845 Finished 0 from 16 processes
2024-03-02 00:15:18,849 Finished 0 from 16 processes
2024-03-02 00:15:23,853 Finished 0 from 16 processes
2024-03-02 00:15:28,857 Finished 0 from 16 processes
2024-03-02 00:15:33,861 Finished 0 from 16 processes
2024-03-02 00:15:38,865 Finished 0 from 16 processes
2024-03-02 00:15:43,869 Finished 0 from 16 processes
2024-03-02 00:15:48,874 Finished 0 from 16 processes
2024-03-02 00:15:53,877 Finished 0 from 16 processes
2024-03-02 00:15:58,881 Finished 0 from 16 processes
2024-03-02 00:16:03,886 Finished 0 from 16 processes
2024-03-02 00:16:08,889 Finished 0 from 16 processes
2024-03-02 00:16:13,893 Finished 0 from 16 processes
2024-03-02 00:16:18,897 Finished 0 from 16 processes
2024-03-02 00:16:23,898 Finished 0 from 16 processes
2024-03-02 00:16:28,901 Finished 0 from 16 processes
2024-03-02 00:16:33,905 Finished 0 from 16 processes
2024-03-02 00:16:38,905 Finished 0 from 16 processes
2024-03-02 00:16:43,909 Finished 0 from 16 processes
2024-03-02 00:16:48,913 Finished 0 from 16 processes
2024-03-02 00:16:53,917 Finished 0 from 16 processes
2024-03-02 00:16:58,921 Finished 0 from 16 processes
2024-03-02 00:17:03,925 Finished 0 from 16 processes
2024-03-02 00:17:08,929 Finished 0 from 16 processes
2024-03-02 00:17:13,933 Finished 0 from 16 processes
2024-03-02 00:17:18,937 Finished 0 from 16 processes
2024-03-02 00:17:23,941 Finished 0 from 16 processes
2024-03-02 00:17:28,945 Finished 1 from 16 processes
2024-03-02 00:17:33,949 Finished 1 from 16 processes
2024-03-02 00:17:38,954 Finished 1 from 16 processes
2024-03-02 00:17:43,958 Finished 1 from 16 processes
2024-03-02 00:17:48,961 Finished 1 from 16 processes
2024-03-02 00:17:53,965 Finished 1 from 16 processes
2024-03-02 00:17:58,969 Finished 1 from 16 processes
2024-03-02 00:18:03,973 Finished 1 from 16 processes
2024-03-02 00:18:08,977 Finished 1 from 16 processes
2024-03-02 00:18:13,981 Finished 1 from 16 processes
2024-03-02 00:18:18,986 Finished 1 from 16 processes
2024-03-02 00:18:23,989 Finished 1 from 16 processes
2024-03-02 00:18:28,993 Finished 1 from 16 processes
2024-03-02 00:18:33,997 Finished 1 from 16 processes
2024-03-02 00:18:39,001 Finished 1 from 16 processes
2024-03-02 00:18:44,005 Finished 1 from 16 processes
2024-03-02 00:18:49,009 Finished 1 from 16 processes
2024-03-02 00:18:54,013 Finished 1 from 16 processes
2024-03-02 00:18:59,017 Finished 1 from 16 processes
2024-03-02 00:19:04,020 Finished 1 from 16 processes
2024-03-02 00:19:09,025 Finished 1 from 16 processes
2024-03-02 00:19:14,029 Finished 1 from 16 processes
2024-03-02 00:19:19,033 Finished 1 from 16 processes
2024-03-02 00:19:24,037 Finished 1 from 16 processes
2024-03-02 00:19:29,041 Finished 1 from 16 processes
2024-03-02 00:19:34,045 Finished 1 from 16 processes
2024-03-02 00:19:39,049 Finished 1 from 16 processes
2024-03-02 00:19:44,053 Finished 1 from 16 processes
2024-03-02 00:19:49,057 Finished 1 from 16 processes
2024-03-02 00:19:54,061 Finished 1 from 16 processes
2024-03-02 00:19:59,065 Finished 1 from 16 processes
2024-03-02 00:20:04,069 Finished 1 from 16 processes
2024-03-02 00:20:09,073 Finished 1 from 16 processes
2024-03-02 00:20:14,077 Finished 1 from 16 processes
2024-03-02 00:20:19,081 Finished 1 from 16 processes
2024-03-02 00:20:24,085 Finished 1 from 16 processes
2024-03-02 00:20:29,089 Finished 1 from 16 processes
2024-03-02 00:20:34,093 Finished 1 from 16 processes
2024-03-02 00:20:39,097 Finished 1 from 16 processes
2024-03-02 00:20:44,102 Finished 1 from 16 processes
2024-03-02 00:20:49,105 Finished 1 from 16 processes
2024-03-02 00:20:54,109 Finished 1 from 16 processes
2024-03-02 00:20:59,113 Finished 1 from 16 processes
2024-03-02 00:21:04,117 Finished 1 from 16 processes
2024-03-02 00:21:09,121 Finished 1 from 16 processes
2024-03-02 00:21:14,126 Finished 1 from 16 processes
2024-03-02 00:21:19,129 Finished 1 from 16 processes
2024-03-02 00:21:24,135 Finished 1 from 16 processes
2024-03-02 00:21:29,137 Finished 1 from 16 processes
2024-03-02 00:21:34,141 Finished 1 from 16 processes
2024-03-02 00:21:39,145 Finished 1 from 16 processes
2024-03-02 00:21:44,149 Finished 1 from 16 processes
2024-03-02 00:21:49,154 Finished 1 from 16 processes
2024-03-02 00:21:54,157 Finished 1 from 16 processes
2024-03-02 00:21:59,161 Finished 1 from 16 processes
2024-03-02 00:22:04,166 Finished 1 from 16 processes
2024-03-02 00:22:09,169 Finished 1 from 16 processes
2024-03-02 00:22:14,173 Finished 1 from 16 processes
2024-03-02 00:22:19,176 Finished 1 from 16 processes
2024-03-02 00:22:24,181 Finished 1 from 16 processes
2024-03-02 00:22:29,185 Finished 1 from 16 processes
2024-03-02 00:22:34,189 Finished 1 from 16 processes
2024-03-02 00:22:39,193 Finished 1 from 16 processes
2024-03-02 00:22:44,198 Finished 1 from 16 processes
2024-03-02 00:22:49,201 Finished 1 from 16 processes
2024-03-02 00:22:54,205 Finished 1 from 16 processes
2024-03-02 00:22:59,209 Finished 1 from 16 processes
2024-03-02 00:23:04,213 Finished 1 from 16 processes
2024-03-02 00:23:09,217 Finished 1 from 16 processes
2024-03-02 00:23:14,221 Finished 1 from 16 processes
2024-03-02 00:23:19,225 Finished 1 from 16 processes
2024-03-02 00:23:24,229 Finished 4 from 16 processes
2024-03-02 00:23:29,234 Finished 5 from 16 processes
2024-03-02 00:23:34,239 Finished 6 from 16 processes
2024-03-02 00:23:39,241 Finished 6 from 16 processes
2024-03-02 00:23:44,245 Finished 6 from 16 processes
2024-03-02 00:23:49,249 Finished 6 from 16 processes
2024-03-02 00:23:54,253 Finished 6 from 16 processes
2024-03-02 00:23:59,257 Finished 6 from 16 processes
2024-03-02 00:24:04,262 Finished 6 from 16 processes
2024-03-02 00:24:09,267 Finished 6 from 16 processes
[Detaching after vfork from child process 23193]
2024-03-02 00:24:14,269 Finished 6 from 16 processes
2024-03-02 00:24:19,273 Finished 6 from 16 processes
2024-03-02 00:24:24,277 Finished 6 from 16 processes
2024-03-02 00:24:29,281 Finished 6 from 16 processes
2024-03-02 00:24:34,283 Finished 6 from 16 processes
2024-03-02 00:24:39,287 Finished 6 from 16 processes
2024-03-02 00:24:44,289 Finished 6 from 16 processes
2024-03-02 00:24:49,293 Finished 6 from 16 processes
2024-03-02 00:24:54,297 Finished 6 from 16 processes
2024-03-02 00:24:59,302 Finished 6 from 16 processes
2024-03-02 00:25:04,306 Finished 6 from 16 processes
2024-03-02 00:25:09,310 Finished 6 from 16 processes
2024-03-02 00:25:14,313 Finished 6 from 16 processes
2024-03-02 00:25:19,318 Finished 6 from 16 processes
2024-03-02 00:25:24,321 Finished 6 from 16 processes
2024-03-02 00:25:29,325 Finished 6 from 16 processes
2024-03-02 00:25:34,328 Finished 6 from 16 processes
2024-03-02 00:25:39,333 Finished 6 from 16 processes
2024-03-02 00:25:44,337 Finished 6 from 16 processes
[Detaching after vfork from child process 27186]
[Detaching after vfork from child process 27204]
[Detaching after vfork from child process 27212]
[Detaching after vfork from child process 27222]
2024-03-02 00:25:49,341 Finished 6 from 16 processes
2024-03-02 00:25:54,345 Finished 6 from 16 processes
2024-03-02 00:25:59,349 Finished 6 from 16 processes
2024-03-02 00:26:04,353 Finished 6 from 16 processes
2024-03-02 00:26:09,357 Finished 6 from 16 processes
2024-03-02 00:26:14,360 Finished 6 from 16 processes
2024-03-02 00:26:19,365 Finished 6 from 16 processes
2024-03-02 00:26:24,369 Finished 6 from 16 processes
2024-03-02 00:26:29,373 Finished 6 from 16 processes
2024-03-02 00:26:34,377 Finished 6 from 16 processes
2024-03-02 00:26:39,380 Finished 6 from 16 processes
2024-03-02 00:26:44,385 Finished 6 from 16 processes
2024-03-02 00:26:49,390 Finished 6 from 16 processes
2024-03-02 00:26:54,395 Finished 6 from 16 processes
2024-03-02 00:26:59,397 Finished 6 from 16 processes
2024-03-02 00:27:04,401 Finished 6 from 16 processes
2024-03-02 00:27:09,405 Finished 6 from 16 processes
2024-03-02 00:27:14,409 Finished 6 from 16 processes
2024-03-02 00:27:19,413 Finished 6 from 16 processes
2024-03-02 00:27:24,417 Finished 6 from 16 processes
2024-03-02 00:27:29,421 Finished 6 from 16 processes
2024-03-02 00:27:34,425 Finished 7 from 16 processes
2024-03-02 00:27:39,429 Finished 7 from 16 processes
2024-03-02 00:27:44,433 Finished 7 from 16 processes
2024-03-02 00:27:49,437 Finished 7 from 16 processes
2024-03-02 00:27:54,441 Finished 7 from 16 processes
2024-03-02 00:27:59,445 Finished 7 from 16 processes
2024-03-02 00:28:04,449 Finished 7 from 16 processes
2024-03-02 00:28:09,453 Finished 7 from 16 processes
2024-03-02 00:28:14,456 Finished 7 from 16 processes
2024-03-02 00:28:19,461 Finished 7 from 16 processes
2024-03-02 00:28:24,465 Finished 7 from 16 processes
2024-03-02 00:28:29,469 Finished 7 from 16 processes
2024-03-02 00:28:34,473 Finished 7 from 16 processes
2024-03-02 00:28:39,477 Finished 7 from 16 processes
2024-03-02 00:28:44,481 Finished 7 from 16 processes
2024-03-02 00:28:49,485 Finished 7 from 16 processes
2024-03-02 00:28:54,489 Finished 7 from 16 processes
2024-03-02 00:28:59,493 Finished 7 from 16 processes
2024-03-02 00:29:04,499 Finished 7 from 16 processes
2024-03-02 00:29:09,501 Finished 7 from 16 processes
2024-03-02 00:29:14,506 Finished 7 from 16 processes
2024-03-02 00:29:19,509 Finished 7 from 16 processes
2024-03-02 00:29:24,511 Finished 7 from 16 processes
2024-03-02 00:29:29,516 Finished 7 from 16 processes
2024-03-02 00:29:34,521 Finished 8 from 16 processes
2024-03-02 00:29:39,525 Finished 8 from 16 processes
2024-03-02 00:29:44,529 Finished 10 from 16 processes
2024-03-02 00:29:49,533 Finished 10 from 16 processes
2024-03-02 00:29:54,537 Finished 11 from 16 processes
2024-03-02 00:29:59,541 Finished 12 from 16 processes
2024-03-02 00:30:04,545 Finished 12 from 16 processes
2024-03-02 00:30:09,549 Finished 12 from 16 processes
2024-03-02 00:30:14,553 Finished 12 from 16 processes
2024-03-02 00:30:19,557 Finished 13 from 16 processes
2024-03-02 00:30:24,561 Finished 13 from 16 processes
2024-03-02 00:30:29,566 Finished 13 from 16 processes
2024-03-02 00:30:34,569 Finished 13 from 16 processes
2024-03-02 00:30:39,574 Finished 14 from 16 processes
2024-03-02 00:30:44,577 Finished 14 from 16 processes
2024-03-02 00:30:49,581 Finished 14 from 16 processes
2024-03-02 00:30:54,585 Finished 14 from 16 processes
2024-03-02 00:30:59,589 Finished 14 from 16 processes
2024-03-02 00:31:04,593 Finished 14 from 16 processes
2024-03-02 00:31:09,597 Finished 14 from 16 processes
2024-03-02 00:31:14,602 Finished 14 from 16 processes
2024-03-02 00:31:19,605 Finished 14 from 16 processes
2024-03-02 00:31:24,610 Finished 14 from 16 processes
2024-03-02 00:31:29,615 Finished 14 from 16 processes
2024-03-02 00:31:34,620 Finished 14 from 16 processes
2024-03-02 00:31:39,625 Finished 14 from 16 processes
2024-03-02 00:31:44,629 Finished 14 from 16 processes
2024-03-02 00:31:49,633 Finished 14 from 16 processes
2024-03-02 00:31:54,638 Finished 14 from 16 processes
2024-03-02 00:31:59,641 Finished 14 from 16 processes
2024-03-02 00:32:04,645 Finished 14 from 16 processes
2024-03-02 00:32:09,649 Finished 14 from 16 processes
2024-03-02 00:32:14,653 Finished 14 from 16 processes
2024-03-02 00:32:19,657 Finished 14 from 16 processes
2024-03-02 00:32:24,661 Finished 14 from 16 processes
2024-03-02 00:32:29,662 Finished 14 from 16 processes
2024-03-02 00:32:34,668 Finished 14 from 16 processes
2024-03-02 00:32:39,673 Finished 14 from 16 processes
2024-03-02 00:32:44,678 Finished 14 from 16 processes
2024-03-02 00:32:49,679 Finished 14 from 16 processes
2024-03-02 00:32:54,684 Finished 14 from 16 processes
2024-03-02 00:32:59,689 Finished 14 from 16 processes
2024-03-02 00:33:04,693 Finished 14 from 16 processes
2024-03-02 00:33:09,697 Finished 14 from 16 processes
2024-03-02 00:33:14,701 Finished 14 from 16 processes
2024-03-02 00:33:19,705 Finished 14 from 16 processes
2024-03-02 00:33:24,709 Finished 14 from 16 processes
2024-03-02 00:33:29,713 Finished 14 from 16 processes
2024-03-02 00:33:34,717 Finished 14 from 16 processes
2024-03-02 00:33:39,721 Finished 14 from 16 processes
2024-03-02 00:33:44,726 Finished 14 from 16 processes
2024-03-02 00:33:49,729 Finished 14 from 16 processes
2024-03-02 00:33:54,733 Finished 14 from 16 processes
2024-03-02 00:33:59,738 Finished 14 from 16 processes
2024-03-02 00:34:04,741 Finished 14 from 16 processes
2024-03-02 00:34:09,745 Finished 14 from 16 processes
2024-03-02 00:34:14,749 Finished 14 from 16 processes
2024-03-02 00:34:19,753 Finished 14 from 16 processes
2024-03-02 00:34:24,757 Finished 14 from 16 processes
2024-03-02 00:34:29,762 Finished 14 from 16 processes
2024-03-02 00:34:34,767 Finished 14 from 16 processes
2024-03-02 00:34:39,772 Finished 14 from 16 processes
2024-03-02 00:34:44,777 Finished 14 from 16 processes
2024-03-02 00:34:49,781 Finished 15 from 16 processes
2024-03-02 00:34:54,785 Finished 15 from 16 processes
2024-03-02 00:34:59,789 Finished 15 from 16 processes
2024-03-02 00:35:04,794 Finished 15 from 16 processes
2024-03-02 00:35:09,797 Finished 15 from 16 processes
2024-03-02 00:35:14,801 Finished 15 from 16 processes
2024-03-02 00:35:19,806 Finished 15 from 16 processes
2024-03-02 00:35:24,809 Finished 15 from 16 processes
2024-03-02 00:35:29,814 Finished 15 from 16 processes
2024-03-02 00:35:34,817 Finished 15 from 16 processes
2024-03-02 00:35:39,822 Finished 15 from 16 processes
2024-03-02 00:35:44,827 Finished 15 from 16 processes
2024-03-02 00:35:49,832 Finished 15 from 16 processes
2024-03-02 00:35:54,837 Finished 15 from 16 processes
2024-03-02 00:35:59,841 Finished 15 from 16 processes
2024-03-02 00:36:04,845 Finished 15 from 16 processes
2024-03-02 00:36:09,849 Finished 15 from 16 processes
2024-03-02 00:36:14,853 Finished 15 from 16 processes
2024-03-02 00:36:19,857 Finished 15 from 16 processes
2024-03-02 00:36:24,861 Finished 15 from 16 processes
2024-03-02 00:36:29,866 Finished 15 from 16 processes
2024-03-02 00:36:34,871 Finished 15 from 16 processes
2024-03-02 00:36:39,876 Finished 15 from 16 processes
2024-03-02 00:36:44,881 Finished 15 from 16 processes
2024-03-02 00:36:49,885 Finished 15 from 16 processes
2024-03-02 00:36:54,890 Finished 15 from 16 processes
2024-03-02 00:36:59,893 Finished 15 from 16 processes
2024-03-02 00:37:04,897 Finished 15 from 16 processes
2024-03-02 00:37:09,901 Finished 15 from 16 processes
2024-03-02 00:37:14,905 Finished 15 from 16 processes
2024-03-02 00:37:19,909 Finished 15 from 16 processes
2024-03-02 00:37:24,914 Finished 15 from 16 processes
2024-03-02 00:37:29,918 Finished 15 from 16 processes
2024-03-02 00:37:34,921 Finished 15 from 16 processes
2024-03-02 00:37:39,926 Finished 15 from 16 processes
2024-03-02 00:37:44,929 Finished 15 from 16 processes
2024-03-02 00:37:49,933 Finished 15 from 16 processes
2024-03-02 00:37:54,937 Finished 15 from 16 processes
2024-03-02 00:37:59,940 Finished 15 from 16 processes
2024-03-02 00:38:04,945 Finished 15 from 16 processes
2024-03-02 00:38:09,949 Finished 15 from 16 processes
2024-03-02 00:38:14,953 Finished 15 from 16 processes
2024-03-02 00:38:19,958 Finished 15 from 16 processes
2024-03-02 00:38:24,961 Finished 15 from 16 processes
2024-03-02 00:38:29,965 Finished 15 from 16 processes
2024-03-02 00:38:34,970 Finished 15 from 16 processes
2024-03-02 00:38:39,973 Finished 15 from 16 processes
2024-03-02 00:38:44,978 Finished 15 from 16 processes
2024-03-02 00:38:49,984 Finished 15 from 16 processes
2024-03-02 00:38:54,989 All processes finished
2024-03-02 00:38:54,989 Compressing stress logs
2024-03-02 00:38:55,024 Logs compressed
2024-03-02 00:38:55,024 Will terminate gdb (if any)
Received exception from server (version 23.3.19):
Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.46 GiB (attempt to allocate chunk of 0 bytes), maximum: 15.31 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: While executing AggregatingTransform: While processing (SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery3109: While processing ((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery3109) / 300: While processing sleepEachRow(((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery3109) / 300). (MEMORY_LIMIT_EXCEEDED)
(query:
select sleepEachRow((
select maxOrDefault(300 - elapsed) + 1
from system.processes
where query not like '%from system.processes%' and elapsed < 300
) / 300)
from numbers(300)
format Null
)
2024-03-02 00:38:56,931 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 1625
Located ClickHouse server process 1625 listening at TCP port 9000
Collecting stacktraces from all running threads with gdb:
[New LWP 1626]
[New LWP 1627]
[New LWP 1634]
[New LWP 1635]
[New LWP 1651]
[New LWP 1658]
[New LWP 1659]
[New LWP 1660]
[New LWP 1661]
[New LWP 1662]
[New LWP 1663]
[New LWP 1664]
[New LWP 1665]
[New LWP 1666]
[New LWP 1667]
[New LWP 1668]
[New LWP 1669]
[New LWP 1670]
[New LWP 1671]
[New LWP 1672]
[New LWP 1673]
[New LWP 1674]
[New LWP 1675]
[New LWP 1676]
[New LWP 1677]
[New LWP 1678]
[New LWP 1679]
[New LWP 1680]
[New LWP 1681]
[New LWP 1682]
[New LWP 1683]
[New LWP 1684]
[New LWP 1685]
[New LWP 1686]
[New LWP 1687]
[New LWP 1688]
[New LWP 1689]
[New LWP 1690]
[New LWP 1691]
[New LWP 1692]
[New LWP 1693]
[New LWP 1694]
[New LWP 1695]
[New LWP 1696]
[New LWP 1697]
[New LWP 1698]
[New LWP 1699]
[New LWP 1700]
[New LWP 1701]
[New LWP 1702]
[New LWP 1703]
[New LWP 1704]
[New LWP 1705]
[New LWP 1706]
[New LWP 1707]
[New LWP 1708]
[New LWP 1709]
[New LWP 1710]
[New LWP 1711]
[New LWP 1712]
[New LWP 1713]
[New LWP 1714]
[New LWP 1715]
[New LWP 1716]
[New LWP 1717]
[New LWP 1718]
[New LWP 1719]
[New LWP 1720]
[New LWP 1721]
[New LWP 1722]
[New LWP 1723]
[New LWP 1724]
[New LWP 1725]
[New LWP 1726]
[New LWP 1727]
[New LWP 1728]
[New LWP 1729]
[New LWP 1730]
[New LWP 1731]
[New LWP 1732]
[New LWP 1733]
[New LWP 1734]
[New LWP 1735]
[New LWP 1736]
[New LWP 1737]
[New LWP 1738]
[New LWP 1739]
[New LWP 1740]
[New LWP 1741]
[New LWP 1742]
[New LWP 1743]
[New LWP 1744]
[New LWP 1745]
[New LWP 1746]
[New LWP 1747]
[New LWP 1748]
[New LWP 1749]
[New LWP 1750]
[New LWP 1751]
[New LWP 1752]
[New LWP 1753]
[New LWP 1754]
[New LWP 1755]
[New LWP 1756]
[New LWP 1757]
[New LWP 1758]
[New LWP 1759]
[New LWP 1760]
[New LWP 1761]
[New LWP 1762]
[New LWP 1763]
[New LWP 1764]
[New LWP 1765]
[New LWP 1766]
[New LWP 1767]
[New LWP 1768]
[New LWP 1769]
[New LWP 1770]
[New LWP 1771]
[New LWP 1772]
[New LWP 1773]
[New LWP 1774]
[New LWP 1775]
[New LWP 1776]
[New LWP 1777]
[New LWP 1778]
[New LWP 1779]
[New LWP 1780]
[New LWP 1781]
[New LWP 1782]
[New LWP 1783]
[New LWP 1784]
[New LWP 1785]
[New LWP 1786]
[New LWP 1787]
[New LWP 1788]
[New LWP 1789]
[New LWP 1790]
[New LWP 1791]
[New LWP 1792]
[New LWP 1793]
[New LWP 1794]
[New LWP 1795]
[New LWP 1796]
[New LWP 1797]
[New LWP 1798]
[New LWP 1799]
[New LWP 1800]
[New LWP 1801]
[New LWP 1802]
[New LWP 1803]
[New LWP 1804]
[New LWP 1805]
[New LWP 1806]
[New LWP 1807]
[New LWP 1808]
[New LWP 1809]
[New LWP 1810]
[New LWP 1811]
[New LWP 1812]
[New LWP 1813]
[New LWP 1814]
[New LWP 1815]
[New LWP 1816]
[New LWP 1817]
[New LWP 1818]
[New LWP 1819]
[New LWP 1820]
[New LWP 1821]
[New LWP 1822]
[New LWP 1823]
[New LWP 1824]
[New LWP 1825]
[New LWP 1826]
[New LWP 1827]
[New LWP 1828]
[New LWP 1829]
[New LWP 1830]
[New LWP 1831]
[New LWP 1832]
[New LWP 1833]
[New LWP 1834]
[New LWP 1835]
[New LWP 1836]
[New LWP 1837]
[New LWP 1838]
[New LWP 1839]
[New LWP 1840]
[New LWP 1841]
[New LWP 1842]
[New LWP 1843]
[New LWP 1844]
[New LWP 1845]
[New LWP 1846]
[New LWP 1847]
[New LWP 1848]
[New LWP 1849]
[New LWP 1850]
[New LWP 1851]
[New LWP 1852]
[New LWP 1853]
[New LWP 1854]
[New LWP 1855]
[New LWP 1856]
[New LWP 1857]
[New LWP 1858]
[New LWP 1859]
[New LWP 1860]
[New LWP 1861]
[New LWP 1862]
[New LWP 1863]
[New LWP 1864]
[New LWP 1868]
[New LWP 1869]
[New LWP 1870]
[New LWP 1874]
[New LWP 1875]
[New LWP 1876]
[New LWP 1877]
[New LWP 1878]
[New LWP 1879]
[New LWP 1880]
[New LWP 1881]
[New LWP 1882]
[New LWP 1883]
[New LWP 1884]
[New LWP 1885]
[New LWP 1886]
[New LWP 1887]
[New LWP 1888]
[New LWP 1889]
[New LWP 1890]
[New LWP 1891]
[New LWP 1892]
[New LWP 1893]
[New LWP 1894]
[New LWP 1895]
[New LWP 1896]
[New LWP 1897]
[New LWP 1898]
[New LWP 1899]
[New LWP 1900]
[New LWP 1901]
[New LWP 1902]
[New LWP 1903]
[New LWP 1904]
[New LWP 1905]
[New LWP 1906]
[New LWP 1907]
[New LWP 1908]
[New LWP 1909]
[New LWP 1910]
[New LWP 1911]
[New LWP 1912]
[New LWP 1913]
[New LWP 1914]
[New LWP 1915]
[New LWP 1916]
[New LWP 1917]
[New LWP 1918]
[New LWP 1919]
[New LWP 1920]
[New LWP 1921]
[New LWP 1922]
[New LWP 1923]
[New LWP 1924]
[New LWP 1925]
[New LWP 1926]
[New LWP 1927]
[New LWP 1928]
[New LWP 1929]
[New LWP 1930]
[New LWP 1931]
[New LWP 1932]
[New LWP 1933]
[New LWP 1934]
[New LWP 1935]
[New LWP 1936]
[New LWP 1937]
[New LWP 1938]
[New LWP 1939]
[New LWP 1944]
[New LWP 1948]
[New LWP 1952]
[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 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 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 2070]
[New LWP 2072]
[New LWP 2073]
[New LWP 2076]
[New LWP 2077]
[New LWP 2078]
[New LWP 2079]
[New LWP 2080]
[New LWP 2081]
[New LWP 2082]
[New LWP 2083]
[New LWP 2084]
[New LWP 2085]
[New LWP 2086]
[New LWP 2087]
[New LWP 2092]
[New LWP 2122]
[New LWP 2123]
[New LWP 2124]
[New LWP 2125]
[New LWP 2127]
[New LWP 2128]
[New LWP 2129]
[New LWP 2130]
[New LWP 2131]
[New LWP 2134]
[New LWP 2135]
[New LWP 2136]
[New LWP 2138]
[New LWP 2139]
[New LWP 2141]
[New LWP 2142]
[New LWP 2143]
[New LWP 2229]
[New LWP 2350]
[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 2378]
[New LWP 2379]
[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 2392]
[New LWP 2393]
[New LWP 2394]
[New LWP 2395]
[New LWP 2411]
[New LWP 2435]
[New LWP 2436]
[New LWP 2437]
[New LWP 2442]
[New LWP 2443]
[New LWP 2454]
[New LWP 2473]
[New LWP 2474]
[New LWP 2496]
[New LWP 2497]
[New LWP 2498]
[New LWP 2499]
[New LWP 2500]
[New LWP 2501]
[New LWP 2502]
[New LWP 2503]
[New LWP 2504]
[New LWP 2505]
[New LWP 2506]
[New LWP 2507]
[New LWP 2508]
[New LWP 2509]
[New LWP 2510]
[New LWP 2511]
[New LWP 2512]
[New LWP 2513]
[New LWP 2514]
[New LWP 2515]
[New LWP 2516]
[New LWP 2517]
[New LWP 2518]
[New LWP 2519]
[New LWP 2520]
[New LWP 2521]
[New LWP 2522]
[New LWP 2523]
[New LWP 2524]
[New LWP 2525]
[New LWP 2526]
[New LWP 2527]
[New LWP 2528]
[New LWP 2529]
[New LWP 2530]
[New LWP 2531]
[New LWP 2532]
[New LWP 2533]
[New LWP 2534]
[New LWP 2535]
[New LWP 2536]
[New LWP 2537]
[New LWP 2538]
[New LWP 2539]
[New LWP 2540]
[New LWP 2541]
[New LWP 2542]
[New LWP 2543]
[New LWP 2544]
[New LWP 2545]
[New LWP 2546]
[New LWP 2547]
[New LWP 2548]
[New LWP 2549]
[New LWP 2550]
[New LWP 2551]
[New LWP 2552]
[New LWP 2553]
[New LWP 2898]
[New LWP 2899]
[New LWP 2900]
[New LWP 2901]
[New LWP 2902]
[New LWP 2903]
[New LWP 2904]
[New LWP 2905]
[New LWP 2906]
[New LWP 2907]
[New LWP 2908]
[New LWP 2909]
[New LWP 2910]
[New LWP 2911]
[New LWP 2912]
[New LWP 2913]
[New LWP 2914]
[New LWP 2915]
[New LWP 2916]
[New LWP 2917]
[New LWP 2918]
[New LWP 2919]
[New LWP 2920]
[New LWP 2921]
[New LWP 2922]
[New LWP 2923]
[New LWP 2924]
[New LWP 2925]
[New LWP 2926]
[New LWP 2927]
[New LWP 2928]
[New LWP 2929]
[New LWP 2930]
[New LWP 2931]
[New LWP 2932]
[New LWP 2933]
[New LWP 2934]
[New LWP 2972]
[New LWP 2973]
[New LWP 2974]
[New LWP 2975]
[New LWP 2976]
[New LWP 2977]
[New LWP 2978]
[New LWP 2979]
[New LWP 2980]
[New LWP 2981]
[New LWP 2982]
[New LWP 2983]
[New LWP 2984]
[New LWP 2985]
[New LWP 2986]
[New LWP 2987]
[New LWP 3094]
[New LWP 3097]
[New LWP 3098]
[New LWP 3099]
[New LWP 3100]
[New LWP 3101]
[New LWP 3102]
[New LWP 3103]
[New LWP 3104]
[New LWP 3111]
[New LWP 3112]
[New LWP 3113]
[New LWP 3124]
[New LWP 3125]
[New LWP 3126]
[New LWP 3127]
[New LWP 3128]
[New LWP 3130]
[New LWP 3131]
[New LWP 3132]
[New LWP 3133]
[New LWP 3134]
[New LWP 3135]
[New LWP 3136]
[New LWP 3137]
[New LWP 3138]
[New LWP 3139]
[New LWP 3140]
[New LWP 3141]
[New LWP 3142]
[New LWP 3143]
[New LWP 3144]
[New LWP 3145]
[New LWP 3146]
[New LWP 3147]
[New LWP 3148]
[New LWP 3149]
[New LWP 3150]
[New LWP 3151]
[New LWP 3152]
[New LWP 3153]
[New LWP 3154]
[New LWP 3155]
[New LWP 3156]
[New LWP 3157]
[New LWP 3158]
[New LWP 3159]
[New LWP 3160]
[New LWP 3161]
[New LWP 3162]
[New LWP 3163]
[New LWP 3164]
[New LWP 3165]
[New LWP 3166]
[New LWP 3167]
[New LWP 3168]
[New LWP 3169]
[New LWP 3170]
[New LWP 3171]
[New LWP 3172]
[New LWP 3173]
[New LWP 3174]
[New LWP 3175]
[New LWP 3176]
[New LWP 3177]
[New LWP 3178]
[New LWP 3179]
[New LWP 3180]
[New LWP 3181]
[New LWP 3182]
[New LWP 3183]
[New LWP 3184]
[New LWP 3185]
[New LWP 3520]
[New LWP 3521]
[New LWP 3522]
[New LWP 3580]
[New LWP 3581]
[New LWP 3582]
[New LWP 3583]
[New LWP 3584]
[New LWP 3585]
[New LWP 3586]
[New LWP 3587]
[New LWP 3590]
[New LWP 3709]
[New LWP 3710]
[New LWP 3711]
[New LWP 3712]
[New LWP 3713]
[New LWP 3788]
[New LWP 3789]
[New LWP 3995]
[New LWP 3998]
[New LWP 4017]
[New LWP 4018]
[New LWP 4019]
[New LWP 4020]
[New LWP 4021]
[New LWP 4022]
[New LWP 4023]
[New LWP 4024]
[New LWP 4025]
[New LWP 4026]
[New LWP 4027]
[New LWP 4028]
[New LWP 4029]
[New LWP 4030]
[New LWP 4031]
[New LWP 4032]
[New LWP 4033]
[New LWP 4034]
[New LWP 4035]
[New LWP 4036]
[New LWP 4037]
[New LWP 4038]
[New LWP 4039]
[New LWP 4040]
[New LWP 4041]
[New LWP 4042]
[New LWP 4043]
[New LWP 4044]
[New LWP 4045]
[New LWP 4046]
[New LWP 4047]
[New LWP 4048]
[New LWP 4049]
[New LWP 4050]
[New LWP 4051]
[New LWP 4052]
[New LWP 4053]
[New LWP 4054]
[New LWP 4055]
[New LWP 4056]
[New LWP 4057]
[New LWP 4058]
[New LWP 4059]
[New LWP 4060]
[New LWP 4061]
[New LWP 4062]
[New LWP 4063]
[New LWP 4064]
[New LWP 4065]
[New LWP 4066]
[New LWP 4067]
[New LWP 4068]
[New LWP 4069]
[New LWP 4070]
[New LWP 4071]
[New LWP 4072]
[New LWP 4073]
[New LWP 4074]
[New LWP 4075]
[New LWP 4076]
[New LWP 4077]
[New LWP 4078]
[New LWP 4079]
[New LWP 4080]
[New LWP 4081]
[New LWP 4082]
[New LWP 4084]
[New LWP 4085]
[New LWP 4086]
[New LWP 4087]
[New LWP 4088]
[New LWP 4089]
[New LWP 4090]
[New LWP 4091]
[New LWP 4092]
[New LWP 4093]
[New LWP 4094]
[New LWP 4095]
[New LWP 4096]
[New LWP 4097]
[New LWP 4098]
[New LWP 4099]
[New LWP 4100]
[New LWP 4101]
[New LWP 4102]
[New LWP 4103]
[New LWP 4104]
[New LWP 4105]
[New LWP 4106]
[New LWP 4107]
[New LWP 4108]
[New LWP 4109]
[New LWP 4110]
[New LWP 4111]
[New LWP 4112]
[New LWP 4113]
[New LWP 4114]
[New LWP 4115]
[New LWP 4116]
[New LWP 4117]
[New LWP 4118]
[New LWP 4119]
[New LWP 4120]
[New LWP 4121]
[New LWP 4122]
[New LWP 4123]
[New LWP 4124]
[New LWP 4125]
[New LWP 4126]
[New LWP 4127]
[New LWP 4128]
[New LWP 4129]
[New LWP 4130]
[New LWP 4131]
[New LWP 4132]
[New LWP 4133]
[New LWP 4134]
[New LWP 4135]
[New LWP 4136]
[New LWP 4137]
[New LWP 4138]
[New LWP 4139]
[New LWP 4140]
[New LWP 4141]
[New LWP 4142]
[New LWP 4143]
[New LWP 4144]
[New LWP 4145]
[New LWP 4146]
[New LWP 4147]
[New LWP 4148]
[New LWP 4149]
[New LWP 4150]
[New LWP 4151]
[New LWP 4152]
[New LWP 4153]
[New LWP 4154]
[New LWP 4155]
[New LWP 4156]
[New LWP 4157]
[New LWP 4158]
[New LWP 4159]
[New LWP 4160]
[New LWP 4161]
[New LWP 4162]
[New LWP 4163]
[New LWP 4164]
[New LWP 4165]
[New LWP 4166]
[New LWP 4167]
[New LWP 4168]
[New LWP 4169]
[New LWP 4170]
[New LWP 4171]
[New LWP 4172]
[New LWP 4173]
[New LWP 4174]
[New LWP 4175]
[New LWP 4176]
[New LWP 4177]
[New LWP 4178]
[New LWP 4179]
[New LWP 4180]
[New LWP 4181]
[New LWP 4182]
[New LWP 4183]
[New LWP 4184]
[New LWP 4185]
[New LWP 4186]
[New LWP 4187]
[New LWP 4188]
[New LWP 4189]
[New LWP 4190]
[New LWP 4191]
[New LWP 4192]
[New LWP 4193]
[New LWP 4194]
[New LWP 4195]
[New LWP 4196]
[New LWP 4197]
[New LWP 4198]
[New LWP 4199]
[New LWP 4200]
[New LWP 4201]
[New LWP 4202]
[New LWP 4203]
[New LWP 4204]
[New LWP 4205]
[New LWP 4206]
[New LWP 4207]
[New LWP 4208]
[New LWP 4209]
[New LWP 4210]
[New LWP 4211]
[New LWP 4212]
[New LWP 4213]
[New LWP 4214]
[New LWP 4215]
[New LWP 4216]
[New LWP 4217]
[New LWP 4218]
[New LWP 4219]
[New LWP 4220]
[New LWP 4221]
[New LWP 4222]
[New LWP 4223]
[New LWP 4224]
[New LWP 4225]
[New LWP 4226]
[New LWP 4227]
[New LWP 4228]
[New LWP 4229]
[New LWP 4230]
[New LWP 4231]
[New LWP 4232]
[New LWP 4233]
[New LWP 4234]
[New LWP 4235]
[New LWP 4236]
[New LWP 4237]
[New LWP 4238]
[New LWP 4239]
[New LWP 4240]
[New LWP 4241]
[New LWP 4242]
[New LWP 4243]
[New LWP 4244]
[New LWP 4245]
[New LWP 4246]
[New LWP 4247]
[New LWP 4248]
[New LWP 4266]
[New LWP 4267]
[New LWP 4268]
[New LWP 4269]
[New LWP 4270]
[New LWP 4271]
[New LWP 4272]
[New LWP 4273]
[New LWP 4274]
[New LWP 4275]
[New LWP 5760]
[New LWP 5960]
[New LWP 6149]
[New LWP 6403]
[New LWP 6408]
[New LWP 6437]
[New LWP 6438]
[New LWP 6439]
[New LWP 6440]
[New LWP 6441]
[New LWP 6442]
[New LWP 6443]
[New LWP 6444]
[New LWP 6445]
[New LWP 6446]
[New LWP 6447]
[New LWP 6448]
[New LWP 6449]
[New LWP 6450]
[New LWP 6451]
[New LWP 6452]
[New LWP 6453]
[New LWP 6454]
[New LWP 6455]
[New LWP 6456]
[New LWP 6457]
[New LWP 6458]
[New LWP 6459]
[New LWP 6460]
[New LWP 6461]
[New LWP 6462]
[New LWP 6463]
[New LWP 6464]
[New LWP 6465]
[New LWP 6466]
[New LWP 6467]
[New LWP 6468]
[New LWP 6469]
[New LWP 6470]
[New LWP 6471]
[New LWP 6472]
[New LWP 6473]
[New LWP 6474]
[New LWP 6475]
[New LWP 6476]
[New LWP 6477]
[New LWP 6478]
[New LWP 6479]
[New LWP 6480]
[New LWP 6481]
[New LWP 6482]
[New LWP 6483]
[New LWP 6484]
[New LWP 6485]
[New LWP 6486]
[New LWP 6487]
[New LWP 6488]
[New LWP 6489]
[New LWP 6495]
[New LWP 6721]
[New LWP 6722]
[New LWP 6723]
[New LWP 6724]
[New LWP 6725]
[New LWP 6726]
[New LWP 6727]
[New LWP 6728]
[New LWP 6729]
[New LWP 6730]
[New LWP 6731]
[New LWP 6732]
[New LWP 6733]
[New LWP 6734]
[New LWP 6735]
[New LWP 6736]
[New LWP 6737]
[New LWP 6738]
[New LWP 6739]
[New LWP 6740]
[New LWP 6741]
[New LWP 6742]
[New LWP 6743]
[New LWP 6744]
[New LWP 6745]
[New LWP 6746]
[New LWP 6747]
[New LWP 6748]
[New LWP 6749]
[New LWP 6750]
[New LWP 6751]
[New LWP 6752]
[New LWP 6753]
[New LWP 6754]
[New LWP 6755]
[New LWP 6756]
[New LWP 6757]
[New LWP 6758]
[New LWP 6759]
[New LWP 6760]
[New LWP 6761]
[New LWP 6762]
[New LWP 6763]
[New LWP 6764]
[New LWP 6765]
[New LWP 6766]
[New LWP 6767]
[New LWP 6768]
[New LWP 6769]
[New LWP 6770]
[New LWP 6771]
[New LWP 6772]
[New LWP 6773]
[New LWP 6774]
[New LWP 6775]
[New LWP 6776]
[New LWP 6777]
[New LWP 6778]
[New LWP 6779]
[New LWP 6780]
[New LWP 6781]
[New LWP 6782]
[New LWP 6783]
[New LWP 6784]
[New LWP 6785]
[New LWP 6786]
[New LWP 6787]
[New LWP 6788]
[New LWP 6789]
[New LWP 6790]
[New LWP 6791]
[New LWP 6792]
[New LWP 6793]
[New LWP 6794]
[New LWP 6795]
[New LWP 6796]
[New LWP 6797]
[New LWP 6798]
[New LWP 6799]
[New LWP 6800]
[New LWP 6801]
[New LWP 6802]
[New LWP 6803]
[New LWP 6804]
[New LWP 6805]
[New LWP 6806]
[New LWP 6807]
[New LWP 6808]
[New LWP 6809]
[New LWP 6810]
[New LWP 6811]
[New LWP 6812]
[New LWP 6932]
[New LWP 8183]
[New LWP 8184]
[New LWP 8185]
[New LWP 8186]
[New LWP 8187]
[New LWP 8188]
[New LWP 8189]
[New LWP 8190]
[New LWP 8191]
[New LWP 8192]
[New LWP 8193]
[New LWP 8194]
[New LWP 8195]
[New LWP 8196]
[New LWP 8197]
[New LWP 8198]
[New LWP 8199]
[New LWP 8200]
[New LWP 8201]
[New LWP 8202]
[New LWP 8203]
[New LWP 8204]
[New LWP 8205]
[New LWP 8206]
[New LWP 8207]
[New LWP 8208]
[New LWP 8209]
[New LWP 8210]
[New LWP 8211]
[New LWP 8212]
[New LWP 8213]
[New LWP 8214]
[New LWP 8215]
[New LWP 8216]
[New LWP 8217]
[New LWP 8218]
[New LWP 8219]
[New LWP 8220]
[New LWP 8221]
[New LWP 8222]
[New LWP 8223]
[New LWP 8224]
[New LWP 8225]
[New LWP 8226]
[New LWP 8227]
[New LWP 8228]
[New LWP 8229]
[New LWP 8230]
[New LWP 8231]
[New LWP 8232]
[New LWP 8233]
[New LWP 8234]
[New LWP 8235]
[New LWP 8236]
[New LWP 8237]
[New LWP 8238]
[New LWP 8239]
[New LWP 8240]
[New LWP 8241]
[New LWP 8242]
[New LWP 8243]
[New LWP 8244]
[New LWP 8245]
[New LWP 8246]
[New LWP 8247]
[New LWP 8248]
[New LWP 8249]
[New LWP 8250]
[New LWP 8251]
[New LWP 8252]
[New LWP 8253]
[New LWP 8254]
[New LWP 8255]
[New LWP 8256]
[New LWP 8257]
[New LWP 8258]
[New LWP 8259]
[New LWP 8260]
[New LWP 8261]
[New LWP 8262]
[New LWP 8263]
[New LWP 8264]
[New LWP 8265]
[New LWP 8266]
[New LWP 8267]
[New LWP 8268]
[New LWP 8269]
[New LWP 8270]
[New LWP 8271]
[New LWP 8272]
[New LWP 8273]
[New LWP 8274]
[New LWP 8275]
[New LWP 8276]
[New LWP 8277]
[New LWP 8278]
[New LWP 8279]
[New LWP 8280]
[New LWP 8281]
[New LWP 8282]
[New LWP 8283]
[New LWP 8284]
[New LWP 8285]
[New LWP 8286]
[New LWP 8287]
[New LWP 8288]
[New LWP 8289]
[New LWP 8290]
[New LWP 8344]
[New LWP 8345]
[New LWP 8346]
[New LWP 8347]
[New LWP 8348]
[New LWP 8349]
[New LWP 8350]
[New LWP 8351]
[New LWP 8352]
[New LWP 8353]
[New LWP 8681]
[New LWP 8682]
[New LWP 8683]
[New LWP 8684]
[New LWP 8685]
[New LWP 8686]
[New LWP 8687]
[New LWP 8688]
[New LWP 8689]
[New LWP 8690]
[New LWP 8691]
[New LWP 8692]
[New LWP 8693]
[New LWP 8694]
[New LWP 8695]
[New LWP 8696]
[New LWP 8697]
[New LWP 8698]
[New LWP 8699]
[New LWP 8700]
[New LWP 8701]
[New LWP 8702]
[New LWP 8703]
[New LWP 8704]
[New LWP 8705]
[New LWP 8706]
[New LWP 8707]
[New LWP 8708]
[New LWP 8709]
[New LWP 8710]
[New LWP 8711]
[New LWP 8712]
[New LWP 8713]
[New LWP 8714]
[New LWP 8715]
[New LWP 8716]
[New LWP 8717]
[New LWP 8718]
[New LWP 8719]
[New LWP 8720]
[New LWP 8721]
[New LWP 8722]
[New LWP 8723]
[New LWP 8724]
[New LWP 8725]
[New LWP 8726]
[New LWP 8727]
[New LWP 8728]
[New LWP 8729]
[New LWP 8730]
[New LWP 8731]
[New LWP 8732]
[New LWP 8733]
[New LWP 8734]
[New LWP 21034]
[New LWP 21214]
[New LWP 22497]
[New LWP 22639]
[New LWP 28283]
[New LWP 28543]
[New LWP 28563]
[New LWP 28612]
[New LWP 28762]
[New LWP 28811]
[New LWP 28900]
[New LWP 30647]
[New LWP 38463]
[New LWP 38468]
[New LWP 38471]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Thread 1221 (Thread 0x7fb36ffff700 (LWP 38471)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb63951ce08) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb63951ce08) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=0x7fb63951cd00) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1220 (Thread 0x7fb2ea7f4700 (LWP 38468)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb631434f58) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb631434f58) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=0x7fb631434e50) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1219 (Thread 0x7fb3baf7f700 (LWP 38463)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb6880c8018) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb6880c8018) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=0x7fb6880c7f10) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1218 (Thread 0x7fb448f14700 (LWP 30647)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb63812f148) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb63812f148) at ./base/poco/Foundation/include/Poco/Event.h:92
#3 Poco::PooledThread::run (this=0x7fb63812f040) at ./base/poco/Foundation/src/ThreadPool.cpp:180
#4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1217 (Thread 0x7fb315f5b700 (LWP 28900)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1216 (Thread 0x7fb1af7fe700 (LWP 28811)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1215 (Thread 0x7fb46af58700 (LWP 28762)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1214 (Thread 0x7fb25effd700 (LWP 28612)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1213 (Thread 0x7fb2cbfff700 (LWP 28563)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1212 (Thread 0x7fb43c7f0700 (LWP 28543)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1211 (Thread 0x7fb4187a8700 (LWP 28283)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1210 (Thread 0x7fb16d7f2700 (LWP 22639)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1209 (Thread 0x7fb1faffd700 (LWP 22497)):
#0 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x0
Thread 1208 (Thread 0x7fb1a1ffb700 (LWP 21214)):
#0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb6300749a0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432
#2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb6300749a0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500
#3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103
#4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb67b5b52a0) at ./src/Server/TCPHandler.cpp:234
#5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb67b5b52a0) at ./src/Server/TCPHandler.cpp:2077
#6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb67b5b52a0) at ./base/poco/Net/src/TCPServerConnection.cpp:43
#7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115
#8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb638036590) at ./base/poco/Foundation/src/ThreadPool.cpp:188
#9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1207 (Thread 0x7fb2b2ffd700 (LWP 21034)):
#0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x7fb658071f68, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145
#2 0x0000000032d506d5 in Poco::Event::tryWait (this=0x7fb658071fc0, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105
#3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=10000) at ./base/poco/Foundation/src/NotificationQueue.cpp:114
#4 0x0000000032b2c01b in Poco::Net::TCPServerDispatcher::run (this=0x443b6e60) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104
#5 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb2d0dd3690) at ./base/poco/Foundation/src/ThreadPool.cpp:188
#6 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#7 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1206 (Thread 0x7fb161fdb700 (LWP 8734)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544079a78) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544079a70) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1205 (Thread 0x7fb1627dc700 (LWP 8733)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789
#8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798
#9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227
#10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1627d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848
#11 std::__1::function::operator()() const (this=0x7fb1627d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187
#12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396
#13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c011198) at ./src/Common/ThreadPool.cpp:180
#14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c011190) at ./contrib/llvm-project/libcxx/include/thread:295
#17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1204 (Thread 0x7fb162fdd700 (LWP 8732)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789
#8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798
#9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227
#10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb162fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848
#11 std::__1::function::operator()() const (this=0x7fb162fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187
#12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396
#13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54407c758) at ./src/Common/ThreadPool.cpp:180
#14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54407c750) at ./contrib/llvm-project/libcxx/include/thread:295
#17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1203 (Thread 0x7fb1637de700 (LWP 8731)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0952d8) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0952d0) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1202 (Thread 0x7fb163fdf700 (LWP 8730)):
#0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367
#5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180
#6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789
#8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798
#9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl