+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_24.3.5.48.altinityfips+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49227 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.5.48.altinityfips+asan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.5.48.altinityfips+asan) ...
Setting up clickhouse-common-static (24.3.5.48.altinityfips+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.48.altinityfips+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49256 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.48.altinityfips+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.5.48.altinityfips+asan) ...
Setting up clickhouse-common-static-dbg (24.3.5.48.altinityfips+asan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.5.48.altinityfips+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49265 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.5.48.altinityfips+asan_amd64.deb ...
Unpacking clickhouse-server (24.3.5.48.altinityfips+asan) ...
Setting up clickhouse-server (24.3.5.48.altinityfips+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.5.48.altinityfips+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49282 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.5.48.altinityfips+asan_amd64.deb ...
Unpacking clickhouse-client (24.3.5.48.altinityfips+asan) ...
Setting up clickhouse-client (24.3.5.48.altinityfips+asan) ...
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=23812096
+ sed --follow-symlinks -i 's|[[:digit:]]\+|23812096|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=63549440
+ sed --follow-symlinks -i 's|[[:digit:]]\+|63549440|' /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
x86_64
Adding azure configuration
+ [[ '' -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/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32086432
+ total_mem=32856506368
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ local max_users_mem
+ max_users_mem=9856951910
+ echo 'Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G
+ 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
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 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
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 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
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:33829 http://127.0.0.1:33829
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (33829), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17F0CAB128631944c7e5e4e6-8b82-443b-acb7-d311613a6089
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 289 root 10u IPv6 21406 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 151.79 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 106.36 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 43.98 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.47 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.47 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: 5.45 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.96 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
+ counter=8
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy?blockid=kbswjwjquqndbhnposnxgzxfarfavxifkkauwweowyomseogcfxaugtoeskbjtud&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "GET /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 206 4
127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "GET /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 206 2
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "DELETE /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 202 -
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 579
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ clickhouse-client --query 'CREATE DATABASE datasets'
+ clickhouse-client --multiquery
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=579
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Sent terminate signal to process with pid 579.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stoscript.gdb:13: Error in sourced command file:
No stack.
p
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Found pid = 579 in the list of running processes.
The process with pid = 579 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log
+ cache_policy=
+ '[' 0 -eq 1 ']'
+ cache_policy=LRU
Using cache policy: LRU
+ echo 'Using cache policy: LRU'
+ '[' LRU = SLRU ']'
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn?blockid=lumoflgxrmohhydrbgzymyukucnqeknjftnctuirzdebhwvppgwujgjeqlmfzhwj&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "GET /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 206 4
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "GET /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 206 2
127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "DELETE /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 202 -
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1487
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'SHOW TABLES FROM test'
+ clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String,
Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8,
FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2),
CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String,
IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8,
WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8,
SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32,
IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8,
IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8,
Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32,
RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2),
BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32,
DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32,
RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String,
RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16),
URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16,
UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8,
MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16,
SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16,
ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32,
SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8,
FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8,
HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8,
GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32,
HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String,
HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,
FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8,
VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32,
Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String,
EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String,
AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32,
SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32,
ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32,
SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16,
UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16,
FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8,
Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8,
BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16),
Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32),
WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64,
ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32,
ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32,
ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32,
ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16,
ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32,
OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String,
UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime,
PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8,
PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16),
CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64,
StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64,
OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64,
UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32,
DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16))
ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID)
SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC'
+ clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC'
+ clickhouse-client --query 'SHOW TABLES FROM test'
hits
hits_s3
visits
+ clickhouse-client --query 'SYSTEM STOP THREAD FUZZER'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1487
+ clickhouse stop --max-tries 90 --do-not-kill
API: PutObjectPart(bucket=test, object=s3/ugb/bgwwrovscxlgtkrdguosxrgllpfgj)
Time: 11:11:54 UTC 08/31/2024
DeploymentID: c7e5e4e6-8b82-443b-acb7-d311613a6089
RequestID: 17F0CBC73FA89320
RemoteHost: ::1
Host: localhost:11111
UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+f030c602 os/Linux/5.15.0-119-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3
Error: open /minio_data/.minio.sys/multipart/00792de0f70e25f955bef740ffef9f51f0725d820a60a17324a4780497973a85/1a5dc7d6-5d97-4262-be91-36c1abfeefd4/00002.98e45c79f70897931f79611e0ab1fe23.16032449: no such file or directory (*fs.PathError)
filepath=/minio_data/.minio.sys/tmp/4f1535d0-3547-4625-a5a3-e15c0683c177/1a5dc7d6-5d97-4262-be91-36c1abfeefd4.99f81d55-e37e-4993-bc4d-18c14768084a, uploadID=1a5dc7d6-5d97-4262-be91-36c1abfeefd4, partPath=/minio_data/.minio.sys/multipart/00792de0f70e25f955bef740ffef9f51f0725d820a60a17324a4780497973a85/1a5dc7d6-5d97-4262-be91-36c1abfeefd4/00002.98e45c79f70897931f79611e0ab1fe23.16032449
1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend()
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Sent terminate signal to process with pid 1487.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Found pid = 1487 in the list of running processes.
The process with pid = 1487 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export RANDOMIZE_OBJECT_KEY_TYPE=1
+ RANDOMIZE_OBJECT_KEY_TYPE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=51279872
+ sed --follow-symlinks -i 's|[[:digit:]]\+|51279872|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=63680512
+ sed --follow-symlinks -i 's|[[:digit:]]\+|63680512|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key")
+ object_key_type=generate-suffix
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ object_key_type=generate-template-key
+ case $object_key_type in
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_metadata_with_full_object_key.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_with_template_object_key.xml /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ 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
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32086432
+ total_mem=32856506368
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ local max_users_mem
+ max_users_mem=9856951910
+ echo 'Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G
+ cat
+ sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sed 's|s3|s3default|'
+ mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo cat /etc/clickhouse-server/config.d/logger_trace.xml
+ sed 's|trace|test|'
+ mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml
+ '[' LRU = SLRU ']'
++ date +%-d
+ '[' 1 -eq 1 ']'
+ sudo echo 'true'
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks?blockid=fphkrfjokwieinvqdmipgoxkvqxtjqvothybujqottubgnllhkfapktljlbvrbji&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "GET /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 206 4
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "GET /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 206 2
127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "DELETE /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 202 -
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 2943
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-08-31 13:13:24,764 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-08-31 13:13:25,265 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 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 '
2024-08-31 13:13:25,766 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 '
2024-08-31 13:13:26,267 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 http_make_head_request=1 --global_time_limit=1200 '
2024-08-31 13:13:26,768 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-08-31 13:13:27,269 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2024-08-31 13:13:27,770 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 http_make_head_request=1 --global_time_limit=1200 '
2024-08-31 13:13:28,271 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-08-31 13:13:28,772 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 http_make_head_request=0 --global_time_limit=1200 '
2024-08-31 13:13:29,273 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-08-31 13:13:29,774 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-08-31 13:13:30,275 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2024-08-31 13:13:30,777 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 '
2024-08-31 13:13:31,278 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 http_make_head_request=0 --global_time_limit=1200 '
2024-08-31 13:13:31,778 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2024-08-31 13:13:32,279 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 '
2024-08-31 13:13:32,780 Will wait functests to finish
2024-08-31 13:13:32,780 Finished 3 from 16 processes
2024-08-31 13:13:37,783 Finished 3 from 16 processes
2024-08-31 13:13:42,786 Finished 3 from 16 processes
2024-08-31 13:13:47,790 Finished 3 from 16 processes
2024-08-31 13:13:52,794 Finished 3 from 16 processes
2024-08-31 13:13:57,798 Finished 3 from 16 processes
2024-08-31 13:14:02,802 Finished 3 from 16 processes
2024-08-31 13:14:07,806 Finished 3 from 16 processes
2024-08-31 13:14:12,810 Finished 3 from 16 processes
2024-08-31 13:14:17,814 Finished 3 from 16 processes
2024-08-31 13:14:22,818 Finished 3 from 16 processes
2024-08-31 13:14:27,822 Finished 3 from 16 processes
2024-08-31 13:14:32,826 Finished 3 from 16 processes
2024-08-31 13:14:37,830 Finished 3 from 16 processes
2024-08-31 13:14:42,834 Finished 3 from 16 processes
2024-08-31 13:14:47,838 Finished 3 from 16 processes
2024-08-31 13:14:52,843 Finished 3 from 16 processes
2024-08-31 13:14:57,846 Finished 3 from 16 processes
2024-08-31 13:15:02,851 Finished 3 from 16 processes
2024-08-31 13:15:07,855 Finished 3 from 16 processes
2024-08-31 13:15:12,858 Finished 3 from 16 processes
2024-08-31 13:15:17,862 Finished 3 from 16 processes
2024-08-31 13:15:22,866 Finished 3 from 16 processes
2024-08-31 13:15:27,870 Finished 3 from 16 processes
2024-08-31 13:15:32,874 Finished 3 from 16 processes
2024-08-31 13:15:37,879 Finished 3 from 16 processes
2024-08-31 13:15:42,882 Finished 3 from 16 processes
2024-08-31 13:15:47,886 Finished 3 from 16 processes
2024-08-31 13:15:52,890 Finished 3 from 16 processes
2024-08-31 13:15:57,894 Finished 3 from 16 processes
2024-08-31 13:16:02,898 Finished 3 from 16 processes
2024-08-31 13:16:07,902 Finished 3 from 16 processes
2024-08-31 13:16:12,907 Finished 3 from 16 processes
2024-08-31 13:16:17,910 Finished 3 from 16 processes
2024-08-31 13:16:22,914 Finished 3 from 16 processes
2024-08-31 13:16:27,918 Finished 3 from 16 processes
2024-08-31 13:16:32,922 Finished 3 from 16 processes
2024-08-31 13:16:37,927 Finished 3 from 16 processes
2024-08-31 13:16:42,930 Finished 3 from 16 processes
2024-08-31 13:16:47,934 Finished 3 from 16 processes
2024-08-31 13:16:52,938 Finished 3 from 16 processes
2024-08-31 13:16:57,942 Finished 3 from 16 processes
2024-08-31 13:17:02,946 Finished 3 from 16 processes
2024-08-31 13:17:07,950 Finished 3 from 16 processes
2024-08-31 13:17:12,954 Finished 3 from 16 processes
2024-08-31 13:17:17,958 Finished 3 from 16 processes
2024-08-31 13:17:22,963 Finished 3 from 16 processes
2024-08-31 13:17:27,966 Finished 3 from 16 processes
2024-08-31 13:17:32,970 Finished 3 from 16 processes
2024-08-31 13:17:37,975 Finished 3 from 16 processes
2024-08-31 13:17:42,980 Finished 3 from 16 processes
2024-08-31 13:17:47,982 Finished 3 from 16 processes
2024-08-31 13:17:52,986 Finished 3 from 16 processes
2024-08-31 13:17:57,990 Finished 3 from 16 processes
2024-08-31 13:18:02,994 Finished 3 from 16 processes
2024-08-31 13:18:07,999 Finished 3 from 16 processes
2024-08-31 13:18:13,002 Finished 3 from 16 processes
2024-08-31 13:18:18,007 Finished 3 from 16 processes
2024-08-31 13:18:23,010 Finished 3 from 16 processes
2024-08-31 13:18:28,014 Finished 3 from 16 processes
2024-08-31 13:18:33,019 Finished 3 from 16 processes
2024-08-31 13:18:38,025 Finished 3 from 16 processes
2024-08-31 13:18:43,026 Finished 3 from 16 processes
2024-08-31 13:18:48,030 Finished 3 from 16 processes
2024-08-31 13:18:53,034 Finished 3 from 16 processes
2024-08-31 13:18:58,038 Finished 3 from 16 processes
2024-08-31 13:19:03,042 Finished 3 from 16 processes
2024-08-31 13:19:08,046 Finished 3 from 16 processes
2024-08-31 13:19:13,050 Finished 3 from 16 processes
2024-08-31 13:19:18,054 Finished 3 from 16 processes
2024-08-31 13:19:23,058 Finished 3 from 16 processes
2024-08-31 13:19:28,062 Finished 3 from 16 processes
2024-08-31 13:19:33,066 Finished 3 from 16 processes
2024-08-31 13:19:38,071 Finished 3 from 16 processes
2024-08-31 13:19:43,076 Finished 3 from 16 processes
2024-08-31 13:19:48,078 Finished 3 from 16 processes
2024-08-31 13:19:53,082 Finished 3 from 16 processes
2024-08-31 13:19:58,086 Finished 3 from 16 processes
2024-08-31 13:20:03,090 Finished 3 from 16 processes
2024-08-31 13:20:08,094 Finished 4 from 16 processes
2024-08-31 13:20:13,098 Finished 4 from 16 processes
2024-08-31 13:20:18,102 Finished 6 from 16 processes
2024-08-31 13:20:23,106 Finished 9 from 16 processes
2024-08-31 13:20:28,110 Finished 9 from 16 processes
2024-08-31 13:20:33,114 Finished 9 from 16 processes
2024-08-31 13:20:38,119 Finished 9 from 16 processes
2024-08-31 13:20:43,122 Finished 9 from 16 processes
2024-08-31 13:20:48,126 Finished 9 from 16 processes
2024-08-31 13:20:53,130 Finished 9 from 16 processes
2024-08-31 13:20:58,134 Finished 9 from 16 processes
2024-08-31 13:21:03,138 Finished 9 from 16 processes
2024-08-31 13:21:08,143 Finished 9 from 16 processes
2024-08-31 13:21:13,146 Finished 9 from 16 processes
2024-08-31 13:21:18,150 Finished 9 from 16 processes
2024-08-31 13:21:23,154 Finished 9 from 16 processes
2024-08-31 13:21:28,158 Finished 9 from 16 processes
2024-08-31 13:21:33,162 Finished 9 from 16 processes
2024-08-31 13:21:38,166 Finished 9 from 16 processes
2024-08-31 13:21:43,170 Finished 9 from 16 processes
2024-08-31 13:21:48,175 Finished 9 from 16 processes
2024-08-31 13:21:53,178 Finished 9 from 16 processes
2024-08-31 13:21:58,182 Finished 9 from 16 processes
2024-08-31 13:22:03,186 Finished 9 from 16 processes
2024-08-31 13:22:08,190 Finished 9 from 16 processes
2024-08-31 13:22:13,195 Finished 9 from 16 processes
2024-08-31 13:22:18,198 Finished 9 from 16 processes
2024-08-31 13:22:23,202 Finished 9 from 16 processes
2024-08-31 13:22:28,206 Finished 9 from 16 processes
2024-08-31 13:22:33,211 Finished 9 from 16 processes
2024-08-31 13:22:38,212 Finished 9 from 16 processes
2024-08-31 13:22:43,214 Finished 9 from 16 processes
2024-08-31 13:22:48,218 Finished 9 from 16 processes
2024-08-31 13:22:53,222 Finished 9 from 16 processes
2024-08-31 13:22:58,227 Finished 9 from 16 processes
2024-08-31 13:23:03,233 Finished 9 from 16 processes
2024-08-31 13:23:08,234 Finished 9 from 16 processes
2024-08-31 13:23:13,238 Finished 9 from 16 processes
2024-08-31 13:23:18,242 Finished 9 from 16 processes
2024-08-31 13:23:23,246 Finished 9 from 16 processes
2024-08-31 13:23:28,251 Finished 9 from 16 processes
2024-08-31 13:23:33,254 Finished 9 from 16 processes
2024-08-31 13:23:38,258 Finished 9 from 16 processes
2024-08-31 13:23:43,262 Finished 9 from 16 processes
2024-08-31 13:23:48,266 Finished 9 from 16 processes
2024-08-31 13:23:53,271 Finished 9 from 16 processes
2024-08-31 13:23:58,274 Finished 9 from 16 processes
2024-08-31 13:24:03,277 Finished 9 from 16 processes
2024-08-31 13:24:08,282 Finished 9 from 16 processes
2024-08-31 13:24:13,283 Finished 10 from 16 processes
2024-08-31 13:24:18,286 Finished 10 from 16 processes
2024-08-31 13:24:23,290 Finished 10 from 16 processes
2024-08-31 13:24:28,294 Finished 10 from 16 processes
2024-08-31 13:24:33,298 Finished 10 from 16 processes
2024-08-31 13:24:38,302 Finished 10 from 16 processes
2024-08-31 13:24:43,306 Finished 10 from 16 processes
2024-08-31 13:24:48,310 Finished 10 from 16 processes
2024-08-31 13:24:53,314 Finished 10 from 16 processes
2024-08-31 13:24:58,318 Finished 10 from 16 processes
2024-08-31 13:25:03,322 Finished 10 from 16 processes
2024-08-31 13:25:08,326 Finished 10 from 16 processes
2024-08-31 13:25:13,330 Finished 10 from 16 processes
2024-08-31 13:25:18,333 Finished 10 from 16 processes
2024-08-31 13:25:23,334 Finished 10 from 16 processes
2024-08-31 13:25:28,338 Finished 10 from 16 processes
2024-08-31 13:25:33,342 Finished 10 from 16 processes
2024-08-31 13:25:38,346 Finished 10 from 16 processes
2024-08-31 13:25:43,350 Finished 10 from 16 processes
2024-08-31 13:25:48,355 Finished 10 from 16 processes
2024-08-31 13:25:53,358 Finished 10 from 16 processes
2024-08-31 13:25:58,362 Finished 10 from 16 processes
2024-08-31 13:26:03,366 Finished 10 from 16 processes
2024-08-31 13:26:08,370 Finished 10 from 16 processes
2024-08-31 13:26:13,374 Finished 10 from 16 processes
2024-08-31 13:26:18,378 Finished 10 from 16 processes
2024-08-31 13:26:23,382 Finished 10 from 16 processes
2024-08-31 13:26:28,387 Finished 10 from 16 processes
2024-08-31 13:26:33,393 Finished 10 from 16 processes
2024-08-31 13:26:38,394 Finished 10 from 16 processes
2024-08-31 13:26:43,398 Finished 10 from 16 processes
2024-08-31 13:26:48,402 Finished 10 from 16 processes
2024-08-31 13:26:53,406 Finished 10 from 16 processes
2024-08-31 13:26:58,407 Finished 10 from 16 processes
2024-08-31 13:27:03,411 Finished 10 from 16 processes
2024-08-31 13:27:08,414 Finished 10 from 16 processes
2024-08-31 13:27:13,419 Finished 10 from 16 processes
2024-08-31 13:27:18,422 Finished 10 from 16 processes
2024-08-31 13:27:23,427 Finished 10 from 16 processes
2024-08-31 13:27:28,430 Finished 10 from 16 processes
2024-08-31 13:27:33,434 Finished 10 from 16 processes
2024-08-31 13:27:38,438 Finished 10 from 16 processes
2024-08-31 13:27:43,442 Finished 10 from 16 processes
2024-08-31 13:27:48,446 Finished 10 from 16 processes
2024-08-31 13:27:53,450 Finished 10 from 16 processes
2024-08-31 13:27:58,454 Finished 10 from 16 processes
2024-08-31 13:28:03,458 Finished 10 from 16 processes
2024-08-31 13:28:08,462 Finished 10 from 16 processes
2024-08-31 13:28:13,467 Finished 10 from 16 processes
2024-08-31 13:28:18,472 Finished 10 from 16 processes
2024-08-31 13:28:23,474 Finished 10 from 16 processes
2024-08-31 13:28:28,478 Finished 10 from 16 processes
2024-08-31 13:28:33,482 Finished 10 from 16 processes
2024-08-31 13:28:38,486 Finished 10 from 16 processes
2024-08-31 13:28:43,490 Finished 10 from 16 processes
2024-08-31 13:28:48,494 Finished 10 from 16 processes
2024-08-31 13:28:53,498 Finished 10 from 16 processes
2024-08-31 13:28:58,502 Finished 10 from 16 processes
2024-08-31 13:29:03,506 Finished 10 from 16 processes
2024-08-31 13:29:08,510 Finished 10 from 16 processes
2024-08-31 13:29:13,514 Finished 10 from 16 processes
2024-08-31 13:29:18,518 Finished 10 from 16 processes
2024-08-31 13:29:23,522 Finished 10 from 16 processes
2024-08-31 13:29:28,526 Finished 10 from 16 processes
2024-08-31 13:29:33,530 Finished 10 from 16 processes
2024-08-31 13:29:38,534 Finished 10 from 16 processes
2024-08-31 13:29:43,538 Finished 10 from 16 processes
2024-08-31 13:29:48,542 Finished 10 from 16 processes
2024-08-31 13:29:53,546 Finished 10 from 16 processes
2024-08-31 13:29:58,549 Finished 10 from 16 processes
2024-08-31 13:30:03,550 Finished 10 from 16 processes
2024-08-31 13:30:08,554 Finished 10 from 16 processes
2024-08-31 13:30:13,559 Finished 10 from 16 processes
2024-08-31 13:30:18,562 Finished 10 from 16 processes
2024-08-31 13:30:23,566 Finished 10 from 16 processes
2024-08-31 13:30:28,570 Finished 10 from 16 processes
2024-08-31 13:30:33,574 Finished 10 from 16 processes
2024-08-31 13:30:38,578 Finished 10 from 16 processes
2024-08-31 13:30:43,582 Finished 10 from 16 processes
2024-08-31 13:30:48,586 Finished 10 from 16 processes
2024-08-31 13:30:53,590 Finished 10 from 16 processes
2024-08-31 13:30:58,594 Finished 10 from 16 processes
2024-08-31 13:31:03,598 Finished 10 from 16 processes
2024-08-31 13:31:08,602 Finished 10 from 16 processes
2024-08-31 13:31:13,607 Finished 10 from 16 processes
2024-08-31 13:31:18,610 Finished 10 from 16 processes
2024-08-31 13:31:23,614 Finished 10 from 16 processes
2024-08-31 13:31:28,618 Finished 10 from 16 processes
2024-08-31 13:31:33,622 Finished 10 from 16 processes
2024-08-31 13:31:38,626 Finished 10 from 16 processes
2024-08-31 13:31:43,631 Finished 10 from 16 processes
2024-08-31 13:31:48,634 Finished 10 from 16 processes
2024-08-31 13:31:53,638 Finished 10 from 16 processes
2024-08-31 13:31:58,642 Finished 10 from 16 processes
2024-08-31 13:32:03,646 Finished 10 from 16 processes
2024-08-31 13:32:08,650 Finished 10 from 16 processes
2024-08-31 13:32:13,654 Finished 10 from 16 processes
2024-08-31 13:32:18,658 Finished 10 from 16 processes
2024-08-31 13:32:23,662 Finished 10 from 16 processes
2024-08-31 13:32:28,666 Finished 10 from 16 processes
2024-08-31 13:32:33,670 Finished 10 from 16 processes
2024-08-31 13:32:38,674 Finished 10 from 16 processes
2024-08-31 13:32:43,678 Finished 10 from 16 processes
2024-08-31 13:32:48,682 Finished 10 from 16 processes
2024-08-31 13:32:53,686 Finished 10 from 16 processes
2024-08-31 13:32:58,690 Finished 10 from 16 processes
2024-08-31 13:33:03,694 Finished 10 from 16 processes
2024-08-31 13:33:08,698 Finished 10 from 16 processes
2024-08-31 13:33:13,702 Finished 10 from 16 processes
2024-08-31 13:33:18,706 Finished 10 from 16 processes
2024-08-31 13:33:23,710 Finished 10 from 16 processes
2024-08-31 13:33:28,714 Finished 10 from 16 processes
2024-08-31 13:33:33,718 Finished 10 from 16 processes
2024-08-31 13:33:38,722 Finished 10 from 16 processes
2024-08-31 13:33:43,726 Finished 11 from 16 processes
2024-08-31 13:33:48,730 Finished 12 from 16 processes
2024-08-31 13:33:53,734 Finished 12 from 16 processes
2024-08-31 13:33:58,738 Finished 12 from 16 processes
2024-08-31 13:34:03,742 Finished 12 from 16 processes
2024-08-31 13:34:08,746 Finished 12 from 16 processes
2024-08-31 13:34:13,750 Finished 12 from 16 processes
2024-08-31 13:34:18,754 Finished 12 from 16 processes
2024-08-31 13:34:23,758 Finished 12 from 16 processes
2024-08-31 13:34:28,762 Finished 12 from 16 processes
2024-08-31 13:34:33,766 Finished 12 from 16 processes
2024-08-31 13:34:38,770 Finished 12 from 16 processes
2024-08-31 13:34:43,774 Finished 12 from 16 processes
2024-08-31 13:34:48,778 Finished 12 from 16 processes
2024-08-31 13:34:53,782 Finished 12 from 16 processes
2024-08-31 13:34:58,786 Finished 12 from 16 processes
2024-08-31 13:35:03,790 Finished 12 from 16 processes
2024-08-31 13:35:08,794 Finished 12 from 16 processes
2024-08-31 13:35:13,798 Finished 12 from 16 processes
2024-08-31 13:35:18,802 Finished 12 from 16 processes
2024-08-31 13:35:23,806 Finished 12 from 16 processes
2024-08-31 13:35:28,810 Finished 12 from 16 processes
2024-08-31 13:35:33,811 Finished 12 from 16 processes
2024-08-31 13:35:38,814 Finished 12 from 16 processes
2024-08-31 13:35:43,818 Finished 12 from 16 processes
2024-08-31 13:35:48,822 Finished 12 from 16 processes
2024-08-31 13:35:53,826 Finished 12 from 16 processes
2024-08-31 13:35:58,830 Finished 12 from 16 processes
2024-08-31 13:36:03,834 Finished 12 from 16 processes
2024-08-31 13:36:08,838 Finished 12 from 16 processes
2024-08-31 13:36:13,842 Finished 12 from 16 processes
2024-08-31 13:36:18,846 Finished 12 from 16 processes
2024-08-31 13:36:23,850 Finished 12 from 16 processes
2024-08-31 13:36:28,854 Finished 12 from 16 processes
2024-08-31 13:36:33,858 Finished 12 from 16 processes
2024-08-31 13:36:38,862 Finished 12 from 16 processes
2024-08-31 13:36:43,866 Finished 12 from 16 processes
2024-08-31 13:36:48,870 Finished 12 from 16 processes
2024-08-31 13:36:53,874 Finished 12 from 16 processes
2024-08-31 13:36:58,877 Finished 12 from 16 processes
2024-08-31 13:37:03,882 Finished 12 from 16 processes
2024-08-31 13:37:08,886 Finished 12 from 16 processes
2024-08-31 13:37:13,890 Finished 12 from 16 processes
2024-08-31 13:37:18,894 Finished 12 from 16 processes
2024-08-31 13:37:23,898 Finished 12 from 16 processes
2024-08-31 13:37:28,902 Finished 12 from 16 processes
2024-08-31 13:37:33,906 Finished 12 from 16 processes
2024-08-31 13:37:38,910 Finished 12 from 16 processes
2024-08-31 13:37:43,914 Finished 12 from 16 processes
2024-08-31 13:37:48,918 Finished 12 from 16 processes
2024-08-31 13:37:53,923 Finished 12 from 16 processes
2024-08-31 13:37:58,928 Finished 12 from 16 processes
2024-08-31 13:38:03,933 Finished 12 from 16 processes
2024-08-31 13:38:08,938 Finished 12 from 16 processes
2024-08-31 13:38:13,942 Finished 12 from 16 processes
2024-08-31 13:38:18,946 Finished 12 from 16 processes
2024-08-31 13:38:23,950 Finished 12 from 16 processes
2024-08-31 13:38:28,954 Finished 12 from 16 processes
2024-08-31 13:38:33,958 Finished 12 from 16 processes
2024-08-31 13:38:38,962 Finished 12 from 16 processes
2024-08-31 13:38:43,966 Finished 12 from 16 processes
2024-08-31 13:38:48,970 Finished 12 from 16 processes
2024-08-31 13:38:53,974 Finished 12 from 16 processes
2024-08-31 13:38:58,978 Finished 12 from 16 processes
2024-08-31 13:39:03,982 Finished 12 from 16 processes
2024-08-31 13:39:08,986 Finished 12 from 16 processes
2024-08-31 13:39:13,990 Finished 12 from 16 processes
2024-08-31 13:39:18,994 Finished 12 from 16 processes
2024-08-31 13:39:23,998 Finished 12 from 16 processes
2024-08-31 13:39:29,002 Finished 12 from 16 processes
2024-08-31 13:39:34,007 Finished 12 from 16 processes
2024-08-31 13:39:39,010 Finished 12 from 16 processes
2024-08-31 13:39:44,014 Finished 12 from 16 processes
2024-08-31 13:39:49,018 Finished 12 from 16 processes
2024-08-31 13:39:54,022 Finished 12 from 16 processes
2024-08-31 13:39:59,024 Finished 12 from 16 processes
2024-08-31 13:40:04,026 Finished 12 from 16 processes
2024-08-31 13:40:09,030 Finished 14 from 16 processes
2024-08-31 13:40:14,034 Finished 14 from 16 processes
2024-08-31 13:40:19,039 Finished 14 from 16 processes
2024-08-31 13:40:24,042 Finished 14 from 16 processes
2024-08-31 13:40:29,043 Finished 14 from 16 processes
2024-08-31 13:40:34,044 Finished 14 from 16 processes
2024-08-31 13:40:39,049 Finished 14 from 16 processes
2024-08-31 13:40:44,054 Finished 15 from 16 processes
2024-08-31 13:40:49,057 Finished 15 from 16 processes
2024-08-31 13:40:54,062 Finished 15 from 16 processes
2024-08-31 13:40:59,067 Finished 15 from 16 processes
2024-08-31 13:41:04,070 Finished 15 from 16 processes
2024-08-31 13:41:09,070 Finished 15 from 16 processes
2024-08-31 13:41:14,074 Finished 15 from 16 processes
2024-08-31 13:41:19,079 Finished 15 from 16 processes
2024-08-31 13:41:24,082 Finished 15 from 16 processes
2024-08-31 13:41:29,086 Finished 15 from 16 processes
2024-08-31 13:41:34,090 Finished 15 from 16 processes
2024-08-31 13:41:39,094 Finished 15 from 16 processes
2024-08-31 13:41:44,098 Finished 15 from 16 processes
2024-08-31 13:41:49,101 Finished 15 from 16 processes
2024-08-31 13:41:54,102 Finished 15 from 16 processes
2024-08-31 13:41:59,106 Finished 15 from 16 processes
2024-08-31 13:42:04,110 Finished 15 from 16 processes
2024-08-31 13:42:09,114 Finished 15 from 16 processes
2024-08-31 13:42:14,119 Finished 15 from 16 processes
2024-08-31 13:42:19,125 Finished 15 from 16 processes
2024-08-31 13:42:24,128 Finished 15 from 16 processes
2024-08-31 13:42:29,130 Finished 15 from 16 processes
2024-08-31 13:42:34,135 Finished 15 from 16 processes
2024-08-31 13:42:39,138 All processes finished
2024-08-31 13:42:39,138 Compressing stress logs
2024-08-31 13:42:39,183 Logs compressed
2024-08-31 13:42:39,183 Will terminate gdb (if any)
2024-08-31 13:42:39,183 Running command: kill -TERM $(pidof gdb)
2024-08-31 13:42:39,187 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||:
Quit
2024-08-31 13:42:40,204 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null'
2024-08-31 13:42:40,520 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:40,734 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:40,949 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,113 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,328 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,493 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,657 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,821 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:41,986 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:42,151 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:42,315 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:42,479 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:42:42,644 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2024-08-31 13:47:44,666 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 2943
Located ClickHouse server process 2943 listening at TCP port 9000
Collecting stacktraces from all running threads with gdb:
[New LWP 2944]
[New LWP 2945]
[New LWP 2956]
[New LWP 2957]
[New LWP 2958]
[New LWP 2959]
[New LWP 2960]
[New LWP 2961]
[New LWP 2962]
[New LWP 2963]
[New LWP 2964]
[New LWP 2965]
[New LWP 2966]
[New LWP 2967]
[New LWP 2968]
[New LWP 2969]
[New LWP 2970]
[New LWP 2971]
[New LWP 2972]
[New LWP 2973]
[New LWP 2974]
[New LWP 2975]
[New LWP 2976]
[New LWP 2982]
[New LWP 2983]
[New LWP 2984]
[New LWP 2985]
[New LWP 2986]
[New LWP 2987]
[New LWP 2988]
[New LWP 2989]
[New LWP 2990]
[New LWP 2991]
[New LWP 2992]
[New LWP 2993]
[New LWP 2994]
[New LWP 2995]
[New LWP 2996]
[New LWP 2997]
[New LWP 2998]
[New LWP 2999]
[New LWP 3000]
[New LWP 3001]
[New LWP 3002]
[New LWP 3003]
[New LWP 3004]
[New LWP 3005]
[New LWP 3006]
[New LWP 3007]
[New LWP 3008]
[New LWP 3009]
[New LWP 3010]
[New LWP 3011]
[New LWP 3012]
[New LWP 3013]
[New LWP 3014]
[New LWP 3015]
[New LWP 3016]
[New LWP 3017]
[New LWP 3028]
[New LWP 3029]
[New LWP 3030]
[New LWP 3031]
[New LWP 3032]
[New LWP 3033]
[New LWP 3034]
[New LWP 3035]
[New LWP 3036]
[New LWP 3037]
[New LWP 3038]
[New LWP 3039]
[New LWP 3040]
[New LWP 3041]
[New LWP 3042]
[New LWP 3043]
[New LWP 3044]
[New LWP 3045]
[New LWP 3046]
[New LWP 3047]
[New LWP 3048]
[New LWP 3049]
[New LWP 3050]
[New LWP 3051]
[New LWP 3052]
[New LWP 3053]
[New LWP 3054]
[New LWP 3055]
[New LWP 3056]
[New LWP 3057]
[New LWP 3058]
[New LWP 3059]
[New LWP 3060]
[New LWP 3061]
[New LWP 3062]
[New LWP 3063]
[New LWP 3064]
[New LWP 3065]
[New LWP 3066]
[New LWP 3067]
[New LWP 3068]
[New LWP 3069]
[New LWP 3070]
[New LWP 3071]
[New LWP 3072]
[New LWP 3073]
[New LWP 3074]
[New LWP 3075]
[New LWP 3076]
[New LWP 3077]
[New LWP 3078]
[New LWP 3079]
[New LWP 3080]
[New LWP 3081]
[New LWP 3082]
[New LWP 3083]
[New LWP 3084]
[New LWP 3085]
[New LWP 3086]
[New LWP 3087]
[New LWP 3088]
[New LWP 3089]
[New LWP 3090]
[New LWP 3091]
[New LWP 3092]
[New LWP 3093]
[New LWP 3094]
[New LWP 3095]
[New LWP 3096]
[New LWP 3097]
[New LWP 3098]
[New LWP 3099]
[New LWP 3100]
[New LWP 3101]
[New LWP 3102]
[New LWP 3103]
[New LWP 3104]
[New LWP 3105]
[New LWP 3106]
[New LWP 3107]
[New LWP 3108]
[New LWP 3109]
[New LWP 3110]
[New LWP 3111]
[New LWP 3112]
[New LWP 3113]
[New LWP 3114]
[New LWP 3115]
[New LWP 3116]
[New LWP 3117]
[New LWP 3118]
[New LWP 3119]
[New LWP 3120]
[New LWP 3121]
[New LWP 3122]
[New LWP 3123]
[New LWP 3124]
[New LWP 3125]
[New LWP 3126]
[New LWP 3127]
[New LWP 3128]
[New LWP 3129]
[New LWP 3130]
[New LWP 3131]
[New LWP 3132]
[New LWP 3133]
[New LWP 3134]
[New LWP 3135]
[New LWP 3136]
[New LWP 3137]
[New LWP 3138]
[New LWP 3139]
[New LWP 3140]
[New LWP 3141]
[New LWP 3142]
[New LWP 3143]
[New LWP 3144]
[New LWP 3145]
[New LWP 3146]
[New LWP 3147]
[New LWP 3148]
[New LWP 3149]
[New LWP 3150]
[New LWP 3151]
[New LWP 3152]
[New LWP 3153]
[New LWP 3154]
[New LWP 3155]
[New LWP 3156]
[New LWP 3157]
[New LWP 3158]
[New LWP 3159]
[New LWP 3160]
[New LWP 3161]
[New LWP 3162]
[New LWP 3163]
[New LWP 3164]
[New LWP 3165]
[New LWP 3166]
[New LWP 3167]
[New LWP 3168]
[New LWP 3169]
[New LWP 3170]
[New LWP 3171]
[New LWP 3172]
[New LWP 3173]
[New LWP 3174]
[New LWP 3175]
[New LWP 3176]
[New LWP 3177]
[New LWP 3178]
[New LWP 3179]
[New LWP 3180]
[New LWP 3181]
[New LWP 3182]
[New LWP 3183]
[New LWP 3184]
[New LWP 3185]
[New LWP 3186]
[New LWP 3187]
[New LWP 3188]
[New LWP 3189]
[New LWP 3190]
[New LWP 3191]
[New LWP 3192]
[New LWP 3193]
[New LWP 3194]
[New LWP 3195]
[New LWP 3196]
[New LWP 3197]
[New LWP 3198]
[New LWP 3199]
[New LWP 3200]
[New LWP 3201]
[New LWP 3202]
[New LWP 3203]
[New LWP 3204]
[New LWP 3205]
[New LWP 3206]
[New LWP 3207]
[New LWP 3208]
[New LWP 3209]
[New LWP 3210]
[New LWP 3211]
[New LWP 3212]
[New LWP 3213]
[New LWP 3214]
[New LWP 3215]
[New LWP 3216]
[New LWP 3217]
[New LWP 3218]
[New LWP 3219]
[New LWP 3220]
[New LWP 3221]
[New LWP 3222]
[New LWP 3223]
[New LWP 3224]
[New LWP 3225]
[New LWP 3226]
[New LWP 3227]
[New LWP 3228]
[New LWP 3229]
[New LWP 3230]
[New LWP 3231]
[New LWP 3232]
[New LWP 3233]
[New LWP 3234]
[New LWP 3235]
[New LWP 3236]
[New LWP 3237]
[New LWP 3238]
[New LWP 3239]
[New LWP 3240]
[New LWP 3241]
[New LWP 3242]
[New LWP 3243]
[New LWP 3244]
[New LWP 3245]
[New LWP 3246]
[New LWP 3247]
[New LWP 3248]
[New LWP 3249]
[New LWP 3250]
[New LWP 3251]
[New LWP 3252]
[New LWP 3253]
[New LWP 3254]
[New LWP 3255]
[New LWP 3256]
[New LWP 3257]
[New LWP 3258]
[New LWP 3259]
[New LWP 3260]
[New LWP 3261]
[New LWP 3262]
[New LWP 3263]
[New LWP 3264]
[New LWP 3265]
[New LWP 3266]
[New LWP 3267]
[New LWP 3268]
[New LWP 3269]
[New LWP 3270]
[New LWP 3271]
[New LWP 3272]
[New LWP 3273]
[New LWP 3274]
[New LWP 3275]
[New LWP 3276]
[New LWP 3277]
[New LWP 3278]
[New LWP 3279]
[New LWP 3280]
[New LWP 3281]
[New LWP 3282]
[New LWP 3283]
[New LWP 3284]
[New LWP 3285]
[New LWP 3286]
[New LWP 3287]
[New LWP 3288]
[New LWP 3289]
[New LWP 3290]
[New LWP 3291]
[New LWP 3292]
[New LWP 3293]
[New LWP 3294]
[New LWP 3295]
[New LWP 3296]
[New LWP 3297]
[New LWP 3298]
[New LWP 3299]
[New LWP 3300]
[New LWP 3301]
[New LWP 3302]
[New LWP 3303]
[New LWP 3304]
[New LWP 3305]
[New LWP 3306]
[New LWP 3307]
[New LWP 3308]
[New LWP 3309]
[New LWP 3310]
[New LWP 3311]
[New LWP 3312]
[New LWP 3313]
[New LWP 3314]
[New LWP 3315]
[New LWP 3316]
[New LWP 3317]
[New LWP 3318]
[New LWP 3319]
[New LWP 3320]
[New LWP 3321]
[New LWP 3322]
[New LWP 3323]
[New LWP 3324]
[New LWP 3325]
[New LWP 3326]
[New LWP 3327]
[New LWP 3328]
[New LWP 3329]
[New LWP 3330]
[New LWP 3331]
[New LWP 3332]
[New LWP 3333]
[New LWP 3334]
[New LWP 3335]
[New LWP 3336]
[New LWP 3337]
[New LWP 3338]
[New LWP 3339]
[New LWP 3340]
[New LWP 3341]
[New LWP 3342]
[New LWP 3343]
[New LWP 3344]
[New LWP 3345]
[New LWP 3346]
[New LWP 3347]
[New LWP 3348]
[New LWP 3349]
[New LWP 3350]
[New LWP 3351]
[New LWP 3352]
[New LWP 3353]
[New LWP 3354]
[New LWP 3355]
[New LWP 3356]
[New LWP 3357]
[New LWP 3358]
[New LWP 3359]
[New LWP 3360]
[New LWP 3361]
[New LWP 3362]
[New LWP 3363]
[New LWP 3364]
[New LWP 3365]
[New LWP 3366]
[New LWP 3367]
[New LWP 3368]
[New LWP 3369]
[New LWP 3370]
[New LWP 3371]
[New LWP 3372]
[New LWP 3373]
[New LWP 3374]
[New LWP 3375]
[New LWP 3376]
[New LWP 3377]
[New LWP 3378]
[New LWP 3379]
[New LWP 3380]
[New LWP 3381]
[New LWP 3382]
[New LWP 3383]
[New LWP 3384]
[New LWP 3385]
[New LWP 3386]
[New LWP 3387]
[New LWP 3388]
[New LWP 3389]
[New LWP 3390]
[New LWP 3391]
[New LWP 3392]
[New LWP 3393]
[New LWP 3394]
[New LWP 3395]
[New LWP 3396]
[New LWP 3397]
[New LWP 3398]
[New LWP 3399]
[New LWP 3400]
[New LWP 3401]
[New LWP 3402]
[New LWP 3403]
[New LWP 3404]
[New LWP 3405]
[New LWP 3406]
[New LWP 3407]
[New LWP 3408]
[New LWP 3409]
[New LWP 3410]
[New LWP 3411]
[New LWP 3412]
[New LWP 3413]
[New LWP 3414]
[New LWP 3415]
[New LWP 3416]
[New LWP 3417]
[New LWP 3418]
[New LWP 3419]
[New LWP 3420]
[New LWP 3421]
[New LWP 3422]
[New LWP 3423]
[New LWP 3424]
[New LWP 3425]
[New LWP 3426]
[New LWP 3427]
[New LWP 3428]
[New LWP 3429]
[New LWP 3430]
[New LWP 3431]
[New LWP 3432]
[New LWP 3433]
[New LWP 3434]
[New LWP 3435]
[New LWP 3436]
[New LWP 3437]
[New LWP 3438]
[New LWP 3439]
[New LWP 3440]
[New LWP 3441]
[New LWP 3442]
[New LWP 3443]
[New LWP 3444]
[New LWP 3445]
[New LWP 3446]
[New LWP 3447]
[New LWP 3448]
[New LWP 3449]
[New LWP 3450]
[New LWP 3451]
[New LWP 3452]
[New LWP 3453]
[New LWP 3454]
[New LWP 3455]
[New LWP 3456]
[New LWP 3457]
[New LWP 3458]
[New LWP 3459]
[New LWP 3460]
[New LWP 3461]
[New LWP 3462]
[New LWP 3463]
[New LWP 3464]
[New LWP 3465]
[New LWP 3466]
[New LWP 3467]
[New LWP 3468]
[New LWP 3469]
[New LWP 3470]
[New LWP 3471]
[New LWP 3472]
[New LWP 3473]
[New LWP 3474]
[New LWP 3475]
[New LWP 3476]
[New LWP 3477]
[New LWP 3478]
[New LWP 3479]
[New LWP 3480]
[New LWP 3481]
[New LWP 3482]
[New LWP 3483]
[New LWP 3484]
[New LWP 3485]
[New LWP 3486]
[New LWP 3487]
[New LWP 3488]
[New LWP 3489]
[New LWP 3490]
[New LWP 3491]
[New LWP 3492]
[New LWP 3493]
[New LWP 3494]
[New LWP 3495]
[New LWP 3496]
[New LWP 3497]
[New LWP 3498]
[New LWP 3499]
[New LWP 3500]
[New LWP 3501]
[New LWP 3502]
[New LWP 3503]
[New LWP 3504]
[New LWP 3505]
[New LWP 3506]
[New LWP 3507]
[New LWP 3508]
[New LWP 3509]
[New LWP 3510]
[New LWP 3511]
[New LWP 3512]
[New LWP 3513]
[New LWP 3514]
[New LWP 3515]
[New LWP 3516]
[New LWP 3517]
[New LWP 3518]
[New LWP 3519]
[New LWP 3520]
[New LWP 3521]
[New LWP 3522]
[New LWP 3523]
[New LWP 3524]
[New LWP 3525]
[New LWP 3526]
[New LWP 3527]
[New LWP 3528]
[New LWP 3529]
[New LWP 3530]
[New LWP 3531]
[New LWP 3532]
[New LWP 3533]
[New LWP 3534]
[New LWP 3535]
[New LWP 3536]
[New LWP 3537]
[New LWP 3538]
[New LWP 3539]
[New LWP 3540]
[New LWP 3541]
[New LWP 3542]
[New LWP 3543]
[New LWP 3544]
[New LWP 3545]
[New LWP 3546]
[New LWP 3547]
[New LWP 3548]
[New LWP 3549]
[New LWP 3550]
[New LWP 3551]
[New LWP 3552]
[New LWP 3553]
[New LWP 3554]
[New LWP 3555]
[New LWP 3556]
[New LWP 3557]
[New LWP 3558]
[New LWP 3559]
[New LWP 3560]
[New LWP 3561]
[New LWP 3562]
[New LWP 3563]
[New LWP 3564]
[New LWP 3565]
[New LWP 3566]
[New LWP 3567]
[New LWP 3568]
[New LWP 3569]
[New LWP 3570]
[New LWP 3571]
[New LWP 3572]
[New LWP 3573]
[New LWP 3574]
[New LWP 3575]
[New LWP 3576]
[New LWP 3577]
[New LWP 3578]
[New LWP 3579]
[New LWP 3580]
[New LWP 3581]
[New LWP 3582]
[New LWP 3583]
[New LWP 3584]
[New LWP 3585]
[New LWP 3586]
[New LWP 3587]
[New LWP 3588]
[New LWP 3589]
[New LWP 3590]
[New LWP 3591]
[New LWP 3602]
[New LWP 3603]
[New LWP 3604]
[New LWP 3605]
[New LWP 3607]
[New LWP 3608]
[New LWP 3609]
[New LWP 3610]
[New LWP 3615]
[New LWP 3616]
[New LWP 3617]
[New LWP 3618]
[New LWP 3619]
[New LWP 3620]
[New LWP 3621]
[New LWP 3622]
[New LWP 3623]
[New LWP 3624]
[New LWP 3625]
[New LWP 3626]
[New LWP 3627]
[New LWP 3628]
[New LWP 3629]
[New LWP 3630]
[New LWP 3631]
[New LWP 3632]
[New LWP 3638]
[New LWP 3639]
[New LWP 3640]
[New LWP 3641]
[New LWP 3642]
[New LWP 3643]
[New LWP 3644]
[New LWP 3645]
[New LWP 3646]
[New LWP 3647]
[New LWP 3648]
[New LWP 3649]
[New LWP 3650]
[New LWP 3651]
[New LWP 3652]
[New LWP 3653]
[New LWP 3654]
[New LWP 3655]
[New LWP 3656]
[New LWP 3657]
[New LWP 3658]
[New LWP 3659]
[New LWP 3660]
[New LWP 3661]
[New LWP 3662]
[New LWP 3663]
[New LWP 3664]
[New LWP 3665]
[New LWP 3666]
[New LWP 3667]
[New LWP 3668]
[New LWP 3669]
[New LWP 3670]
[New LWP 3671]
[New LWP 3672]
[New LWP 3673]
[New LWP 3674]
[New LWP 3675]
[New LWP 3676]
[New LWP 3677]
[New LWP 3678]
[New LWP 3679]
[New LWP 3680]
[New LWP 3681]
[New LWP 3682]
[New LWP 3683]
[New LWP 3684]
[New LWP 3685]
[New LWP 3686]
[New LWP 3687]
[New LWP 3688]
[New LWP 3689]
[New LWP 3690]
[New LWP 3691]
[New LWP 3692]
[New LWP 3693]
[New LWP 3694]
[New LWP 3695]
[New LWP 3696]
[New LWP 3697]
[New LWP 3698]
[New LWP 3699]
[New LWP 3700]
[New LWP 3701]
[New LWP 3702]
[New LWP 3703]
[New LWP 3704]
[New LWP 3705]
[New LWP 3706]
[New LWP 3707]
[New LWP 3708]
[New LWP 3709]
[New LWP 3710]
[New LWP 3711]
[New LWP 3712]
[New LWP 3713]
[New LWP 3714]
[New LWP 3715]
[New LWP 3716]
[New LWP 3717]
[New LWP 3718]
[New LWP 3724]
[New LWP 3725]
[New LWP 3726]
[New LWP 3727]
[New LWP 3728]
[New LWP 3729]
[New LWP 3730]
[New LWP 3731]
[New LWP 3732]
[New LWP 3733]
[New LWP 3734]
[New LWP 3735]
[New LWP 3736]
[New LWP 3737]
[New LWP 3738]
[New LWP 3744]
[New LWP 3747]
[New LWP 3748]
[New LWP 3749]
[New LWP 3753]
[New LWP 3754]
[New LWP 3755]
[New LWP 3756]
[New LWP 3757]
[New LWP 3758]
[New LWP 3759]
[New LWP 3760]
[New LWP 3761]
[New LWP 3762]
[New LWP 3763]
[New LWP 3764]
[New LWP 3765]
[New LWP 3766]
[New LWP 3767]
[New LWP 3768]
[New LWP 3769]
[New LWP 3770]
[New LWP 3771]
[New LWP 3773]
[New LWP 3774]
[New LWP 3775]
[New LWP 3776]
[New LWP 3777]
[New LWP 3778]
[New LWP 3779]
[New LWP 3780]
[New LWP 3781]
[New LWP 3782]
[New LWP 3783]
[New LWP 3784]
[New LWP 3785]
[New LWP 3786]
[New LWP 3787]
[New LWP 3788]
[New LWP 3789]
[New LWP 3790]
[New LWP 3791]
[New LWP 3792]
[New LWP 3793]
[New LWP 3794]
[New LWP 3795]
[New LWP 3796]
[New LWP 3797]
[New LWP 3798]
[New LWP 3799]
[New LWP 3800]
[New LWP 3801]
[New LWP 3802]
[New LWP 3803]
[New LWP 3804]
[New LWP 3805]
[New LWP 3806]
[New LWP 3807]
[New LWP 3808]
[New LWP 3809]
[New LWP 3810]
[New LWP 3811]
[New LWP 3812]
[New LWP 3813]
[New LWP 3814]
[New LWP 3815]
[New LWP 3816]
[New LWP 3817]
[New LWP 3818]
[New LWP 3819]
[New LWP 3820]
[New LWP 3821]
[New LWP 3822]
[New LWP 3823]
[New LWP 3824]
[New LWP 3825]
[New LWP 3826]
[New LWP 3827]
[New LWP 3828]
[New LWP 3883]
[New LWP 3884]
[New LWP 3893]
[New LWP 3894]
[New LWP 3895]
[New LWP 3896]
[New LWP 3897]
[New LWP 3898]
[New LWP 3899]
[New LWP 3900]
[New LWP 3901]
[New LWP 3902]
[New LWP 3903]
[New LWP 3912]
[New LWP 3989]
[New LWP 3995]
[New LWP 3998]
[New LWP 4039]
[New LWP 4051]
[New LWP 4086]
[New LWP 4095]
[New LWP 4096]
[New LWP 4097]
[New LWP 4098]
[New LWP 4099]
[New LWP 4100]
[New LWP 4106]
[New LWP 4107]
[New LWP 4108]
[New LWP 4109]
[New LWP 4110]
[New LWP 4111]
[New LWP 4114]
[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 4130]
[New LWP 4134]
[New LWP 4135]
[New LWP 4136]
[New LWP 4137]
[New LWP 4139]
[New LWP 4140]
[New LWP 4142]
[New LWP 4145]
[New LWP 4146]
[New LWP 4148]
[New LWP 4149]
[New LWP 4150]
[New LWP 4153]
[New LWP 4170]
[New LWP 4182]
[New LWP 4183]
[New LWP 4208]
[New LWP 4213]
[New LWP 4214]
[New LWP 4215]
[New LWP 4219]
[New LWP 4220]
[New LWP 4223]
[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 4264]
[New LWP 4266]
[New LWP 4267]
[New LWP 4269]
[New LWP 4270]
[New LWP 4271]
[New LWP 4272]
[New LWP 4273]
[New LWP 4274]
[New LWP 4275]
[New LWP 4276]
[New LWP 4277]
[New LWP 4280]
[New LWP 4281]
[New LWP 4282]
[New LWP 4283]
[New LWP 4284]
[New LWP 4286]
[New LWP 4289]
[New LWP 4291]
[New LWP 4293]
[New LWP 4294]
[New LWP 4298]
[New LWP 4299]
[New LWP 4300]
[New LWP 4301]
[New LWP 4302]
[New LWP 4304]
[New LWP 4306]
[New LWP 4307]
[New LWP 4308]
[New LWP 4309]
[New LWP 4310]
[New LWP 4322]
[New LWP 4323]
[New LWP 4324]
[New LWP 4325]
[New LWP 4326]
[New LWP 4327]
[New LWP 4329]
[New LWP 4421]
[New LWP 4422]
[New LWP 4423]
[New LWP 4424]
[New LWP 4425]
[New LWP 4426]
[New LWP 4427]
[New LWP 4429]
[New LWP 4430]
[New LWP 4431]
[New LWP 4432]
[New LWP 4433]
[New LWP 4434]
[New LWP 4435]
[New LWP 4436]
[New LWP 4437]
[New LWP 4438]
[New LWP 4439]
[New LWP 4440]
[New LWP 4441]
[New LWP 4442]
[New LWP 4443]
[New LWP 4444]
[New LWP 4445]
[New LWP 4446]
[New LWP 4447]
[New LWP 4448]
[New LWP 4451]
[New LWP 4452]
[New LWP 4453]
[New LWP 4454]
[New LWP 4456]
[New LWP 4457]
[New LWP 4460]
[New LWP 4461]
[New LWP 4462]
[New LWP 4463]
[New LWP 4464]
[New LWP 4489]
[New LWP 4492]
[New LWP 4503]
[New LWP 4515]
[New LWP 4516]
[New LWP 4519]
[New LWP 4528]
[New LWP 4534]
[New LWP 4545]
[New LWP 4556]
[New LWP 4557]
[New LWP 4558]
[New LWP 4559]
[New LWP 4560]
[New LWP 4562]
[New LWP 4601]
[New LWP 4606]
[New LWP 4611]
[New LWP 4622]
[New LWP 4624]
[New LWP 4626]
[New LWP 4627]
[New LWP 4628]
[New LWP 4629]
[New LWP 4630]
[New LWP 4631]
[New LWP 4632]
[New LWP 4633]
[New LWP 4634]
[New LWP 4635]
[New LWP 4636]
[New LWP 4649]
[New LWP 4650]
[New LWP 4652]
[New LWP 4653]
[New LWP 4654]
[New LWP 4655]
[New LWP 4656]
[New LWP 4657]
[New LWP 4658]
[New LWP 4659]
[New LWP 4660]
[New LWP 4661]
[New LWP 4662]
[New LWP 4719]
[New LWP 4720]
[New LWP 4722]
[New LWP 4723]
[New LWP 4724]
[New LWP 4725]
[New LWP 4726]
[New LWP 4727]
[New LWP 4728]
[New LWP 4729]
[New LWP 4730]
[New LWP 4731]
[New LWP 4732]
[New LWP 4733]
[New LWP 4734]
[New LWP 4735]
[New LWP 4736]
[New LWP 4737]
[New LWP 4738]
[New LWP 4739]
[New LWP 4740]
[New LWP 4741]
[New LWP 4742]
[New LWP 4743]
[New LWP 4745]
[New LWP 4746]
[New LWP 4747]
[New LWP 4748]
[New LWP 4750]
[New LWP 4751]
[New LWP 4752]
[New LWP 4753]
[New LWP 4754]
[New LWP 4755]
[New LWP 4756]
[New LWP 4757]
[New LWP 4758]
[New LWP 4759]
[New LWP 4760]
[New LWP 4761]
[New LWP 4762]
[New LWP 4763]
[New LWP 4764]
[New LWP 4765]
[New LWP 4766]
[New LWP 4767]
[New LWP 4768]
[New LWP 4772]
[New LWP 4774]
[New LWP 4779]
[New LWP 4782]
[New LWP 4783]
[New LWP 4784]
[New LWP 4785]
[New LWP 4786]
[New LWP 4787]
[New LWP 4788]
[New LWP 4789]
[New LWP 4790]
[New LWP 4791]
[New LWP 4792]
[New LWP 4793]
[New LWP 4794]
[New LWP 4795]
[New LWP 4796]
[New LWP 4797]
[New LWP 4798]
[New LWP 4799]
[New LWP 4800]
[New LWP 4801]
[New LWP 4802]
[New LWP 4803]
[New LWP 4804]
[New LWP 4854]
[New LWP 4855]
[New LWP 4856]
[New LWP 4857]
[New LWP 4858]
[New LWP 4859]
[New LWP 4860]
[New LWP 4861]
[New LWP 4862]
[New LWP 4864]
[New LWP 4865]
[New LWP 4866]
[New LWP 4867]
[New LWP 4868]
[New LWP 4869]
[New LWP 4880]
[New LWP 4881]
[New LWP 4882]
[New LWP 4883]
[New LWP 4884]
[New LWP 4885]
[New LWP 4886]
[New LWP 4887]
[New LWP 4888]
[New LWP 4889]
[New LWP 4890]
[New LWP 4891]
[New LWP 4892]
[New LWP 4894]
[New LWP 4896]
[New LWP 4897]
[New LWP 4898]
[New LWP 4899]
[New LWP 4902]
[New LWP 4903]
[New LWP 4904]
[New LWP 4905]
[New LWP 4906]
[New LWP 4907]
[New LWP 4909]
[New LWP 4915]
[New LWP 4916]
[New LWP 4917]
[New LWP 4967]
[New LWP 4968]
[New LWP 4969]
[New LWP 4970]
[New LWP 4971]
[New LWP 4972]
[New LWP 4973]
[New LWP 4974]
[New LWP 4975]
[New LWP 4976]
[New LWP 4977]
[New LWP 4978]
[New LWP 4979]
[New LWP 4980]
[New LWP 4981]
[New LWP 4982]
[New LWP 4983]
[New LWP 4984]
[New LWP 4985]
[New LWP 4986]
[New LWP 4987]
[New LWP 4988]
[New LWP 4989]
[New LWP 4990]
[New LWP 4991]
[New LWP 4992]
[New LWP 4993]
[New LWP 4994]
[New LWP 4995]
[New LWP 4996]
[New LWP 4997]
[New LWP 5000]
[New LWP 5001]
[New LWP 5002]
[New LWP 5003]
[New LWP 5004]
[New LWP 5005]
[New LWP 5006]
[New LWP 5008]
[New LWP 5009]
[New LWP 5010]
[New LWP 5011]
[New LWP 5012]
[New LWP 5013]
[New LWP 5014]
[New LWP 5015]
[New LWP 5017]
[New LWP 5018]
[New LWP 5019]
[New LWP 5020]
[New LWP 5021]
[New LWP 5022]
[New LWP 5023]
[New LWP 5024]
[New LWP 5025]
[New LWP 5026]
[New LWP 5027]
[New LWP 5028]
[New LWP 5029]
[New LWP 5030]
[New LWP 5031]
[New LWP 5032]
[New LWP 5034]
[New LWP 5035]
[New LWP 5037]
[New LWP 5038]
[New LWP 5039]
[New LWP 5040]
[New LWP 5044]
[New LWP 5052]
[New LWP 5053]
[New LWP 5054]
[New LWP 5055]
[New LWP 5056]
[New LWP 5057]
[New LWP 5058]
[New LWP 5060]
[New LWP 5061]
[New LWP 5062]
[New LWP 5063]
[New LWP 5064]
[New LWP 5065]
[New LWP 5066]
[New LWP 5068]
[New LWP 5069]
[New LWP 5070]
[New LWP 5071]
[New LWP 5072]
[New LWP 5073]
[New LWP 5074]
[New LWP 5075]
[New LWP 5076]
[New LWP 5077]
[New LWP 5078]
[New LWP 5079]
[New LWP 5080]
[New LWP 5081]
[New LWP 5082]
[New LWP 5083]
[New LWP 5114]
[New LWP 5115]
[New LWP 5116]
[New LWP 5117]
[New LWP 5118]
[New LWP 5119]
[New LWP 5120]
[New LWP 5121]
[New LWP 5122]
[New LWP 5123]
[New LWP 5124]
[New LWP 5125]
[New LWP 5127]
[New LWP 5128]
[New LWP 5129]
[New LWP 5195]
[New LWP 5196]
[New LWP 5197]
[New LWP 5198]
[New LWP 5199]
[New LWP 5201]
[New LWP 5202]
[New LWP 5203]
[New LWP 5204]
[New LWP 5205]
[New LWP 5206]
[New LWP 5207]
[New LWP 5209]
[New LWP 5210]
[New LWP 5211]
[New LWP 5212]
[New LWP 5213]
[New LWP 5214]
[New LWP 5222]
[New LWP 5223]
[New LWP 5224]
[New LWP 5225]
[New LWP 5231]
[New LWP 5233]
[New LWP 5234]
[New LWP 5235]
[New LWP 5245]
[New LWP 5270]
[New LWP 5271]
[New LWP 5272]
[New LWP 5273]
[New LWP 5274]
[New LWP 5276]
[New LWP 5277]
[New LWP 5278]
[New LWP 5279]
[New LWP 5280]
[New LWP 5282]
[New LWP 5283]
[New LWP 5285]
[New LWP 5286]
[New LWP 5291]
[New LWP 5294]
[New LWP 5295]
[New LWP 5296]
[New LWP 5297]
[New LWP 5298]
[New LWP 5299]
[New LWP 5300]
[New LWP 5301]
[New LWP 5302]
[New LWP 5303]
[New LWP 5304]
[New LWP 5305]
[New LWP 5306]
[New LWP 5307]
[New LWP 5308]
[New LWP 5309]
[New LWP 5310]
[New LWP 5311]
[New LWP 5312]
[New LWP 5313]
[New LWP 5314]
[New LWP 5316]
[New LWP 5317]
[New LWP 5318]
[New LWP 5319]
[New LWP 5320]
[New LWP 5321]
[New LWP 5325]
[New LWP 5326]
[New LWP 5327]
[New LWP 5328]
[New LWP 5329]
[New LWP 5330]
[New LWP 5336]
[New LWP 5337]
[New LWP 8774]
[New LWP 8782]
[New LWP 8828]
[New LWP 11938]
[New LWP 11939]
[New LWP 11940]
[New LWP 11941]
[New LWP 11942]
[New LWP 11943]
[New LWP 11944]
[New LWP 11945]
[New LWP 11946]
[New LWP 11947]
[New LWP 11948]
[New LWP 11949]
[New LWP 11950]
[New LWP 11951]
[New LWP 11953]
[New LWP 11954]
[New LWP 11959]
[New LWP 11960]
[New LWP 11961]
[New LWP 11962]
[New LWP 11963]
[New LWP 11964]
[New LWP 11965]
[New LWP 11966]
[New LWP 11967]
[New LWP 11968]
[New LWP 11969]
[New LWP 11970]
[New LWP 11971]
[New LWP 11972]
[New LWP 11973]
[New LWP 11974]
[New LWP 11975]
[New LWP 11976]
[New LWP 11977]
[New LWP 11978]
[New LWP 11979]
[New LWP 11980]
[New LWP 11981]
[New LWP 11982]
[New LWP 11983]
[New LWP 11984]
[New LWP 12549]
[New LWP 12899]
[New LWP 12900]
[New LWP 12901]
[New LWP 12902]
[New LWP 12903]
[New LWP 12904]
[New LWP 12905]
[New LWP 12906]
[New LWP 12907]
[New LWP 12908]
[New LWP 12909]
[New LWP 12910]
[New LWP 12911]
[New LWP 12912]
[New LWP 12913]
[New LWP 12914]
[New LWP 12915]
[New LWP 13141]
[New LWP 13142]
[New LWP 13143]
[New LWP 13144]
[New LWP 13231]
[New LWP 13232]
[New LWP 13233]
[New LWP 13234]
[New LWP 13235]
[New LWP 13236]
[New LWP 13237]
[New LWP 13238]
[New LWP 13239]
[New LWP 13240]
[New LWP 13241]
[New LWP 13242]
[New LWP 13243]
[New LWP 13244]
[New LWP 13245]
[New LWP 13246]
[New LWP 13247]
[New LWP 13248]
[New LWP 13273]
[New LWP 13274]
[New LWP 13275]
[New LWP 13276]
[New LWP 13277]
[New LWP 13278]
[New LWP 13279]
[New LWP 13280]
[New LWP 13281]
[New LWP 13282]
[New LWP 13283]
[New LWP 13284]
[New LWP 13285]
[New LWP 13286]
[New LWP 13287]
[New LWP 13288]
[New LWP 13289]
[New LWP 13290]
[New LWP 13291]
[New LWP 13292]
[New LWP 13293]
[New LWP 13294]
[New LWP 13295]
[New LWP 13296]
[New LWP 13297]
[New LWP 13298]
[New LWP 13299]
[New LWP 13300]
[New LWP 13301]
[New LWP 13302]
[New LWP 13303]
[New LWP 13304]
[New LWP 13305]
[New LWP 13306]
[New LWP 13307]
[New LWP 13308]
[New LWP 13309]
[New LWP 13310]
[New LWP 13311]
[New LWP 13312]
[New LWP 13313]
[New LWP 13314]
[New LWP 13315]
[New LWP 13316]
[New LWP 13317]
[New LWP 13318]
[New LWP 13319]
[New LWP 13320]
[New LWP 13321]
[New LWP 13322]
[New LWP 13323]
[New LWP 13324]
[New LWP 14049]
[New LWP 14050]
[New LWP 14051]
[New LWP 14052]
[New LWP 14053]
[New LWP 14054]
[New LWP 14055]
[New LWP 14056]
[New LWP 14057]
[New LWP 14058]
[New LWP 14059]
[New LWP 14060]
[New LWP 14061]
[New LWP 14062]
[New LWP 14063]
[New LWP 14064]
[New LWP 14065]
[New LWP 14066]
[New LWP 14067]
[New LWP 14068]
[New LWP 14069]
[New LWP 14070]
[New LWP 14071]
[New LWP 14072]
[New LWP 14073]
[New LWP 14074]
[New LWP 14075]
[New LWP 14076]
[New LWP 14077]
[New LWP 14078]
[New LWP 14079]
[New LWP 14080]
[New LWP 14081]
[New LWP 14082]
[New LWP 14083]
[New LWP 14084]
[New LWP 14179]
[New LWP 14180]
[New LWP 17066]
[New LWP 17140]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1509 (Thread 0x7f7da8aff640 (LWP 17140) "TCPHandler"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e1250301cd in Poco::EventImpl::waitImpl (this=0x516000877388) at ./base/poco/Foundation/src/Event_POSIX.cpp:94
#3 0x000055e125146e85 in Poco::Event::wait (this=0x516000877388) at ./base/poco/Foundation/include/Poco/Event.h:92
#4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180
#5 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#6 0x000055e0f530c65b in asan_thread_start(void*) ()
#7 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1508 (Thread 0x7f7e3e4cb640 (LWP 17066) "TCPHandler"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51d000031514, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51d000031514, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e116f1df58 in std::__1::condition_variable::wait, DB::UUIDTag> const&)::$_0>(std::__1::unique_lock&, DB::DatabaseCatalog::waitTableFinallyDropped(StrongTypedef, DB::UUIDTag> const&)::$_0) (this=0x51d0000314e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 DB::DatabaseCatalog::waitTableFinallyDropped (this=, uuid=...) at ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1340
#6 0x000055e118618678 in DB::InterpreterDropQuery::waitForTableToBeActuallyDroppedOrDetached (query=..., db=..., uuid_to_wait=...) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:93
#7 DB::InterpreterDropQuery::executeToTable (this=0x5040044d25d0, query=...) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:104
#8 0x000055e118615643 in DB::InterpreterDropQuery::execute (this=0x5040044d25d0) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:73
#9 0x000055e119d282c7 in DB::executeQueryImpl (begin=, end=, context=..., flags=..., stage=, istr=) at ./build_docker/./src/Interpreters/executeQuery.cpp:1195
#10 0x000055e119d1e12a in DB::executeQuery (query=..., context=..., flags=..., stage=) at ./build_docker/./src/Interpreters/executeQuery.cpp:1374
#11 0x000055e11d227a7d in DB::TCPHandler::runImpl (this=0x51b002912780) at ./build_docker/./src/Server/TCPHandler.cpp:517
#12 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b002912780) at ./build_docker/./src/Server/TCPHandler.cpp:2329
#13 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x51d000031514) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43
#14 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115
#15 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188
#16 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335
#17 0x000055e0f530c65b in asan_thread_start(void*) ()
#18 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#19 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1507 (Thread 0x7f7e5b8df640 (LWP 14180) "TCPHandler"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5110000392ac, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x5110000392ac, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e12b317f57 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x511000039200, thread_id=0) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:194
#5 0x000055e12b318714 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x502000711d30) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:307
#6 0x000055e12b31db23 in std::__1::__invoke[abi:v15000](void (*&&)(void*), rocksdb::BGThreadMetadata*&&) (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x000055e0f530c65b in asan_thread_start(void*) ()
#10 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1506 (Thread 0x7f7e5c0e0640 (LWP 14179) "TCPHandler"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51100003916c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51100003916c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e12b317f57 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x5110000390c0, thread_id=0) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:194
#5 0x000055e12b318714 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x502000cb2e10) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:307
#6 0x000055e12b31db23 in std::__1::__invoke[abi:v15000](void (*&&)(void*), rocksdb::BGThreadMetadata*&&) (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#7 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#8 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#9 0x000055e0f530c65b in asan_thread_start(void*) ()
#10 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1505 (Thread 0x7f7daa912640 (LWP 14084) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1504 (Thread 0x7f7dabc1c640 (LWP 14083) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1503 (Thread 0x7f7dada2f640 (LWP 14082) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1502 (Thread 0x7f7dae230640 (LWP 14081) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1501 (Thread 0x7f7db0043640 (LWP 14080) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1500 (Thread 0x7f7db0844640 (LWP 14079) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394
#8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284
#9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295
#10 0x000055e0f530c65b in asan_thread_start(void*) ()
#11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1499 (Thread 0x7f7db2657640 (LWP 14078) "ThreadPool"):
#0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335
#3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46
#4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398
#5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414
#6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217
#7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function