+ 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.12.76.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49227 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable+asan) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49256 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49265 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable+asan) ...
Setting up clickhouse-server (24.3.12.76.altinitystable+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49282 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable+asan) ...
Setting up clickhouse-client (24.3.12.76.altinitystable+asan) ...
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=32980992
+ sed --follow-symlinks -i 's|[[:digit:]]\+|32980992|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=57952256
+ sed --follow-symlinks -i 's|[[:digit:]]\+|57952256|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=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=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
+ 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
+ sed 's|[01]|0|'
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=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
+ ./minio server --address :11111 ./minio_data
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ 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:36847 http://127.0.0.1:36847
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (36847), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./18119AE5F9C424C00d406914-853c-430f-9e12-670337fca40f
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 292 root 10u IPv6 36338 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: 104.92 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 94.65 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 40.85 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.57 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.77 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.41 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.70 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
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "PUT /devstoreaccount1/cont/qwswhzfrlmuckbwbkdxwssajkscdzlxa?blockid=nwkouipoizmjbleggqmwgbfiqakgfrjppdhljsbknrjiwhhycqciomugejjmteko&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "PUT /devstoreaccount1/cont/qwswhzfrlmuckbwbkdxwssajkscdzlxa?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "GET /devstoreaccount1/cont/qwswhzfrlmuckbwbkdxwssajkscdzlxa HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "GET /devstoreaccount1/cont/qwswhzfrlmuckbwbkdxwssajkscdzlxa HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:08:27:34 +0000] "DELETE /devstoreaccount1/cont/qwswhzfrlmuckbwbkdxwssajkscdzlxa HTTP/1.1" 202 -
+ counter=6
+ 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 589
+ 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=589
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Sent terminate signal to process with pid 589.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 589.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running procescript.gdb:13: Error in sourced command file:
No stack.
sses.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 is running.
Waiting for server to stop
Found pid = 589 in the list of running processes.
The process with pid = 589 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
+ echo 'Using cache policy: LRU'
+ '[' LRU = SLRU ']'
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Using cache policy: LRU
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
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "PUT /devstoreaccount1/cont/yktliwhgjilfkykeeyxdepmolntyqulv?blockid=xjccvahnpiiefcpaqkxcrqsxxgvwkxoiljcckikofqhzgmoxwnfsyjlfaizplyps&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "PUT /devstoreaccount1/cont/yktliwhgjilfkykeeyxdepmolntyqulv?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "GET /devstoreaccount1/cont/yktliwhgjilfkykeeyxdepmolntyqulv HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "GET /devstoreaccount1/cont/yktliwhgjilfkykeeyxdepmolntyqulv HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:08:29:22 +0000] "DELETE /devstoreaccount1/cont/yktliwhgjilfkykeeyxdepmolntyqulv HTTP/1.1" 202 -
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
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'
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 1482
+ 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=1482
+ clickhouse stop --max-tries 90 --do-not-kill
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Sent terminate signal to process with pid 1482.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1482.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 is running.
Waiting for server to stop
Found pid = 1482 in the list of running processes.
The process with pid = 1482 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
+ export THREAD_POOL_FAULT_INJECTION=1
+ THREAD_POOL_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/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/cannot_allocate_thread_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=28235776
+ sed --follow-symlinks -i 's|[[:digit:]]\+|28235776|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=1720320
+ sed --follow-symlinks -i 's|[[:digit:]]\+|1720320|' /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-full-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_by_default.xml /etc/clickhouse-server/config.d/
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=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
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32086432
+ total_mem=32856506368
+ max_server_memory_usage_to_ram_ratio=0.5
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G
+ 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
+ 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
+ '[' 0 -eq 1 ']'
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "PUT /devstoreaccount1/cont/sgqwlsbejepaxkfahtmbfcpwuweyezbs?blockid=xzjfgbmomagyeisralroedcytvfjbhfglfgsqkngpugymfddylgxxdfsytcebkpt&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "PUT /devstoreaccount1/cont/sgqwlsbejepaxkfahtmbfcpwuweyezbs?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "GET /devstoreaccount1/cont/sgqwlsbejepaxkfahtmbfcpwuweyezbs HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "GET /devstoreaccount1/cont/sgqwlsbejepaxkfahtmbfcpwuweyezbs HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:08:48:15 +0000] "DELETE /devstoreaccount1/cont/sgqwlsbejepaxkfahtmbfcpwuweyezbs HTTP/1.1" 202 -
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 2898
+ 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-12-16 09:49:18,768 Run func tests '/usr/bin/clickhouse-test --client-option optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2024-12-16 09:49:19,269 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=1 --global_time_limit=1200 '
2024-12-16 09:49:19,771 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 use_query_cache=1 http_make_head_request=1 --global_time_limit=1200 '
2024-12-16 09:49:20,272 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 '
2024-12-16 09:49:20,773 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 '
2024-12-16 09:49:21,274 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 --global_time_limit=1200 '
2024-12-16 09:49:21,775 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 --global_time_limit=1200 '
2024-12-16 09:49:22,277 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 http_make_head_request=0 --global_time_limit=1200 '
2024-12-16 09:49:22,778 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 use_query_cache=1 --global_time_limit=1200 '
2024-12-16 09:49:23,279 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 http_make_head_request=1 --global_time_limit=1200 '
2024-12-16 09:49:23,780 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-12-16 09:49:24,281 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-16 09:49:24,782 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2024-12-16 09:49:25,283 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' use_query_cache=1 group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 '
2024-12-16 09:49:25,785 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 --global_time_limit=1200 '
2024-12-16 09:49:26,286 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-16 09:49:26,787 Will wait functests to finish
2024-12-16 09:49:26,787 Finished 9 from 16 processes
2024-12-16 09:49:31,792 Finished 9 from 16 processes
2024-12-16 09:49:36,796 Finished 9 from 16 processes
2024-12-16 09:49:41,800 Finished 9 from 16 processes
2024-12-16 09:49:46,802 Finished 9 from 16 processes
2024-12-16 09:49:51,806 Finished 9 from 16 processes
2024-12-16 09:49:56,812 Finished 9 from 16 processes
2024-12-16 09:50:01,817 Finished 9 from 16 processes
2024-12-16 09:50:06,821 Finished 9 from 16 processes
2024-12-16 09:50:11,824 Finished 9 from 16 processes
2024-12-16 09:50:16,828 Finished 9 from 16 processes
2024-12-16 09:50:21,832 Finished 9 from 16 processes
2024-12-16 09:50:26,836 Finished 9 from 16 processes
2024-12-16 09:50:31,840 Finished 9 from 16 processes
2024-12-16 09:50:36,844 Finished 9 from 16 processes
2024-12-16 09:50:41,849 Finished 9 from 16 processes
2024-12-16 09:50:46,854 Finished 9 from 16 processes
2024-12-16 09:50:51,858 Finished 9 from 16 processes
2024-12-16 09:50:56,860 Finished 9 from 16 processes
2024-12-16 09:51:01,864 Finished 9 from 16 processes
2024-12-16 09:51:06,868 Finished 9 from 16 processes
2024-12-16 09:51:11,872 Finished 9 from 16 processes
2024-12-16 09:51:16,877 Finished 9 from 16 processes
2024-12-16 09:51:21,880 Finished 9 from 16 processes
2024-12-16 09:51:26,884 Finished 9 from 16 processes
2024-12-16 09:51:31,888 Finished 9 from 16 processes
2024-12-16 09:51:36,892 Finished 9 from 16 processes
2024-12-16 09:51:41,897 Finished 9 from 16 processes
2024-12-16 09:51:46,900 Finished 9 from 16 processes
2024-12-16 09:51:51,904 Finished 9 from 16 processes
2024-12-16 09:51:56,908 Finished 9 from 16 processes
2024-12-16 09:52:01,908 Finished 9 from 16 processes
2024-12-16 09:52:06,912 Finished 9 from 16 processes
2024-12-16 09:52:11,916 Finished 9 from 16 processes
2024-12-16 09:52:16,920 Finished 9 from 16 processes
2024-12-16 09:52:21,924 Finished 9 from 16 processes
2024-12-16 09:52:26,928 Finished 9 from 16 processes
2024-12-16 09:52:31,932 Finished 9 from 16 processes
2024-12-16 09:52:36,936 Finished 9 from 16 processes
2024-12-16 09:52:41,940 Finished 9 from 16 processes
2024-12-16 09:52:46,944 Finished 9 from 16 processes
2024-12-16 09:52:51,948 Finished 9 from 16 processes
2024-12-16 09:52:56,952 Finished 9 from 16 processes
2024-12-16 09:53:01,956 Finished 9 from 16 processes
2024-12-16 09:53:06,960 Finished 9 from 16 processes
2024-12-16 09:53:11,964 Finished 9 from 16 processes
2024-12-16 09:53:16,969 Finished 9 from 16 processes
2024-12-16 09:53:21,972 Finished 9 from 16 processes
2024-12-16 09:53:26,977 Finished 9 from 16 processes
2024-12-16 09:53:31,980 Finished 9 from 16 processes
2024-12-16 09:53:36,985 Finished 9 from 16 processes
2024-12-16 09:53:41,990 Finished 9 from 16 processes
2024-12-16 09:53:46,996 Finished 9 from 16 processes
Recursive internal problem.
2024-12-16 09:53:52,000 Finished 9 from 16 processes
2024-12-16 09:53:57,005 Finished 9 from 16 processes
2024-12-16 09:54:02,010 Finished 11 from 16 processes
2024-12-16 09:54:07,016 Finished 11 from 16 processes
2024-12-16 09:54:12,020 Finished 12 from 16 processes
2024-12-16 09:54:17,024 Finished 12 from 16 processes
2024-12-16 09:54:22,028 Finished 12 from 16 processes
2024-12-16 09:54:27,032 Finished 12 from 16 processes
2024-12-16 09:54:32,036 Finished 12 from 16 processes
2024-12-16 09:54:37,041 Finished 12 from 16 processes
2024-12-16 09:54:42,045 Finished 12 from 16 processes
2024-12-16 09:54:47,051 Finished 12 from 16 processes
2024-12-16 09:54:52,056 Finished 12 from 16 processes
2024-12-16 09:54:57,061 Finished 12 from 16 processes
2024-12-16 09:55:02,067 Finished 13 from 16 processes
2024-12-16 09:55:07,068 Finished 13 from 16 processes
2024-12-16 09:55:12,073 Finished 13 from 16 processes
2024-12-16 09:55:17,078 Finished 13 from 16 processes
2024-12-16 09:55:22,084 Finished 13 from 16 processes
2024-12-16 09:55:27,089 Finished 13 from 16 processes
2024-12-16 09:55:32,092 Finished 13 from 16 processes
2024-12-16 09:55:37,096 Finished 13 from 16 processes
2024-12-16 09:55:42,101 Finished 13 from 16 processes
2024-12-16 09:55:47,106 Finished 13 from 16 processes
2024-12-16 09:55:52,112 Finished 13 from 16 processes
2024-12-16 09:55:57,117 Finished 13 from 16 processes
2024-12-16 09:56:02,122 Finished 13 from 16 processes
2024-12-16 09:56:07,128 Finished 13 from 16 processes
2024-12-16 09:56:12,133 Finished 13 from 16 processes
2024-12-16 09:56:17,138 Finished 13 from 16 processes
2024-12-16 09:56:22,143 Finished 13 from 16 processes
2024-12-16 09:56:27,149 Finished 13 from 16 processes
2024-12-16 09:56:32,154 Finished 13 from 16 processes
2024-12-16 09:56:37,159 Finished 13 from 16 processes
2024-12-16 09:56:42,164 Finished 13 from 16 processes
2024-12-16 09:56:47,169 Finished 14 from 16 processes
2024-12-16 09:56:52,174 Finished 14 from 16 processes
2024-12-16 09:56:57,180 Finished 14 from 16 processes
2024-12-16 09:57:02,185 Finished 14 from 16 processes
2024-12-16 09:57:07,190 Finished 14 from 16 processes
2024-12-16 09:57:12,196 Finished 14 from 16 processes
2024-12-16 09:57:17,201 Finished 14 from 16 processes
2024-12-16 09:57:22,206 Finished 14 from 16 processes
2024-12-16 09:57:27,208 Finished 14 from 16 processes
2024-12-16 09:57:32,213 Finished 14 from 16 processes
2024-12-16 09:57:37,219 Finished 14 from 16 processes
2024-12-16 09:57:42,224 Finished 14 from 16 processes
2024-12-16 09:57:47,229 Finished 14 from 16 processes
2024-12-16 09:57:52,234 Finished 14 from 16 processes
2024-12-16 09:57:57,240 Finished 14 from 16 processes
2024-12-16 09:58:02,245 Finished 14 from 16 processes
2024-12-16 09:58:07,250 Finished 14 from 16 processes
2024-12-16 09:58:12,256 Finished 14 from 16 processes
2024-12-16 09:58:17,261 Finished 14 from 16 processes
2024-12-16 09:58:22,266 Finished 14 from 16 processes
2024-12-16 09:58:27,272 Finished 14 from 16 processes
2024-12-16 09:58:32,277 Finished 14 from 16 processes
2024-12-16 09:58:37,282 Finished 14 from 16 processes
2024-12-16 09:58:42,288 Finished 14 from 16 processes
2024-12-16 09:58:47,293 Finished 14 from 16 processes
2024-12-16 09:58:52,298 Finished 14 from 16 processes
2024-12-16 09:58:57,304 Finished 14 from 16 processes
2024-12-16 09:59:02,309 Finished 14 from 16 processes
2024-12-16 09:59:07,314 Finished 14 from 16 processes
2024-12-16 09:59:12,320 Finished 14 from 16 processes
2024-12-16 09:59:17,325 Finished 14 from 16 processes
2024-12-16 09:59:22,330 Finished 14 from 16 processes
2024-12-16 09:59:27,336 Finished 14 from 16 processes
2024-12-16 09:59:32,341 Finished 14 from 16 processes
2024-12-16 09:59:37,346 Finished 14 from 16 processes
2024-12-16 09:59:42,351 Finished 14 from 16 processes
2024-12-16 09:59:47,357 Finished 14 from 16 processes
2024-12-16 09:59:52,358 Finished 14 from 16 processes
2024-12-16 09:59:57,363 Finished 14 from 16 processes
2024-12-16 10:00:02,368 Finished 14 from 16 processes
2024-12-16 10:00:07,374 Finished 14 from 16 processes
2024-12-16 10:00:12,379 Finished 14 from 16 processes
2024-12-16 10:00:17,385 Finished 14 from 16 processes
2024-12-16 10:00:22,390 Finished 14 from 16 processes
2024-12-16 10:00:27,395 Finished 14 from 16 processes
2024-12-16 10:00:32,400 Finished 14 from 16 processes
2024-12-16 10:00:37,404 Finished 14 from 16 processes
2024-12-16 10:00:42,409 Finished 14 from 16 processes
2024-12-16 10:00:47,412 Finished 14 from 16 processes
2024-12-16 10:00:52,417 Finished 14 from 16 processes
2024-12-16 10:00:57,422 Finished 14 from 16 processes
2024-12-16 10:01:02,428 Finished 14 from 16 processes
2024-12-16 10:01:07,433 Finished 14 from 16 processes
2024-12-16 10:01:12,436 Finished 14 from 16 processes
2024-12-16 10:01:17,440 Finished 14 from 16 processes
2024-12-16 10:01:22,445 Finished 14 from 16 processes
2024-12-16 10:01:27,448 Finished 14 from 16 processes
2024-12-16 10:01:32,453 Finished 14 from 16 processes
2024-12-16 10:01:37,456 Finished 14 from 16 processes
2024-12-16 10:01:42,461 Finished 14 from 16 processes
2024-12-16 10:01:47,464 Finished 14 from 16 processes
2024-12-16 10:01:52,468 Finished 14 from 16 processes
2024-12-16 10:01:57,473 Finished 14 from 16 processes
2024-12-16 10:02:02,478 Finished 14 from 16 processes
2024-12-16 10:02:07,484 Finished 14 from 16 processes
2024-12-16 10:02:12,489 Finished 14 from 16 processes
2024-12-16 10:02:17,494 Finished 14 from 16 processes
2024-12-16 10:02:22,500 Finished 14 from 16 processes
2024-12-16 10:02:27,505 Finished 14 from 16 processes
2024-12-16 10:02:32,510 Finished 14 from 16 processes
2024-12-16 10:02:37,516 Finished 14 from 16 processes
2024-12-16 10:02:42,521 Finished 15 from 16 processes
2024-12-16 10:02:47,526 Finished 15 from 16 processes
2024-12-16 10:02:52,531 Finished 15 from 16 processes
2024-12-16 10:02:57,537 Finished 15 from 16 processes
2024-12-16 10:03:02,542 Finished 15 from 16 processes
2024-12-16 10:03:07,547 Finished 15 from 16 processes
2024-12-16 10:03:12,553 Finished 15 from 16 processes
2024-12-16 10:03:17,556 Finished 15 from 16 processes
2024-12-16 10:03:22,560 Finished 15 from 16 processes
2024-12-16 10:03:27,565 Finished 15 from 16 processes
2024-12-16 10:03:32,570 Finished 15 from 16 processes
2024-12-16 10:03:37,576 Finished 15 from 16 processes
2024-12-16 10:03:42,581 Finished 15 from 16 processes
2024-12-16 10:03:47,586 Finished 15 from 16 processes
2024-12-16 10:03:52,592 All processes finished
2024-12-16 10:03:52,592 Compressing stress logs
2024-12-16 10:03:52,611 Logs compressed
2024-12-16 10:03:52,611 Will terminate gdb (if any)
2024-12-16 10:03:52,611 Running command: kill -TERM $(pidof gdb)
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:03:52,615 Command returend 2, retrying
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:03:52,618 Command returend 2, retrying
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:03:53,623 Command returend 2, retrying
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:03:55,629 Command returend 2, retrying
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:03:58,636 Command returend 2, retrying
2024-12-16 10:04:02,640 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||:
tail: invalid PID: ‘’
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
2024-12-16 10:04:02,648 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null'
/bin/sh: 1: kill: No such process
2024-12-16 10:04:02,650 Command returend 1, retrying
/bin/sh: 1: kill: No such process
2024-12-16 10:04:02,652 Command returend 1, retrying
/bin/sh: 1: kill: No such process
2024-12-16 10:04:03,657 Command returend 1, retrying
/bin/sh: 1: kill: No such process
2024-12-16 10:04:05,663 Command returend 1, retrying
/bin/sh: 1: kill: No such process
2024-12-16 10:04:08,670 Command returend 1, retrying
2024-12-16 10:04:12,672 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:12,837 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:13,002 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:14,167 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:16,334 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:19,502 Command returend 210, retrying
2024-12-16 10:04:23,506 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:23,721 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:23,886 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:25,051 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:27,218 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:30,386 Command returend 210, retrying
2024-12-16 10:04:34,390 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:34,555 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:34,719 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:35,885 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:38,052 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:41,220 Command returend 210, retrying
2024-12-16 10:04:45,224 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:45,389 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:45,553 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:46,719 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:48,886 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:52,055 Command returend 210, retrying
2024-12-16 10:04:56,059 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:56,223 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:56,388 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:57,554 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:04:59,721 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:02,838 Command returend 210, retrying
2024-12-16 10:05:06,843 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:06,957 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:07,122 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:08,288 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:10,455 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:13,623 Command returend 210, retrying
2024-12-16 10:05:17,627 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:17,792 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:17,956 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:19,123 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:21,289 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:24,457 Command returend 210, retrying
2024-12-16 10:05:28,457 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:28,622 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:28,736 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:29,902 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:32,069 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:35,236 Command returend 210, retrying
2024-12-16 10:05:39,241 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:39,405 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:39,570 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:40,735 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:42,902 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:46,070 Command returend 210, retrying
2024-12-16 10:05:50,075 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:50,239 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:50,404 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:51,570 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:53,737 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:05:56,904 Command returend 210, retrying
2024-12-16 10:06:00,908 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:01,073 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:01,238 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:02,404 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:04,571 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:07,738 Command returend 210, retrying
2024-12-16 10:06:11,743 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:11,908 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:12,072 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:13,238 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:15,405 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:18,573 Command returend 210, retrying
2024-12-16 10:06:22,576 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
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:22,741 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:22,905 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:24,071 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:26,238 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:29,406 Command returend 210, retrying
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:33,547 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:33,680 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:34,791 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:36,905 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-16 10:06:40,021 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000' returned non-zero exit status 210.
2024-12-16 10:06:44,025 Failed to prepare for hung check: Cannot drop databases after stress tests. Probably server consumed too much memory and cannot execute simple queries
2024-12-16 10:06:44,026 Checking if some queries hung
Using queries from '/usr/share/clickhouse-test/queries' directory
Connecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
All connection tries failed
Server is not responding. Cannot execute 'SELECT 1' query.
Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1.
Got server pid None
Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1.
Collecting stacktraces from system.stacktraces table:
Error occurred while receiving stack traces from client: Command '/usr/bin/clickhouse-client --max_untracked_memory=1Gi --max_memory_usage_for_user=0 --memory_profiler_step=1Gi --allow_introspection_functions=1 --skip_unavailable_shards=1 --query "SELECT thread_name, thread_id, query_id, trace, arrayStringConcat(arrayMap(x, y -> concat(x, ': ', y), arrayMap(x -> addressToLine(x), trace), arrayMap(x -> demangle(addressToSymbol(x)), trace)), '
') as trace_str FROM system.stack_trace FORMAT Vertical"' returned non-zero exit status 210.
Unable to locate ClickHouse server process listening at TCP port 9000. It must have crashed or exited prematurely!
Traceback (most recent call last):
File "/usr/bin/clickhouse-test", line 3392, in
main(args)
File "/usr/bin/clickhouse-test", line 2683, in main
raise TestException(msg)
__main__.TestException: Server is not responding. Cannot execute 'SELECT 1' query.
Traceback (most recent call last):
File "/usr/bin/stress", line 389, in
main()
File "/usr/bin/stress", line 372, in main
res = call(cmd, shell=True, stdout=tee.stdin, stderr=STDOUT, timeout=600)
File "/usr/lib/python3.10/subprocess.py", line 347, in call
return p.wait(timeout=timeout)
File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
return self._wait(timeout=timeout)
File "/usr/lib/python3.10/subprocess.py", line 1951, in _wait
raise TimeoutExpired(self.args, timeout)
subprocess.TimeoutExpired: Command '/usr/bin/clickhouse-test --client-option max_untracked_memory=1Gi max_memory_usage_for_user=0 memory_profiler_step=1Gi --database=system --hung-check --report-logs-stats 00001_select_1' timed out after 600 seconds
+ echo -e 'Test script failed\tFAIL\t\N\t script exit code: 1'
+ rg -Fa 'No queries hung' /test_output/test_results.tsv
+ grep -Fa OK
++ head_escaped /test_output/hung_check.log
++ head -n 100 /test_output/hung_check.log
++ escaped
++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300)
from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\'''
+ echo -e 'Hung check failed, possible deadlock found (see hung_check.log)\tFAIL\t\N\tUsing queries from \'\''/usr/share/clickhouse-test/queries\'\'' directory\\nConnecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\n'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=2898
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2898.
The process with pid = 2898 does not exist.
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log
+ unset THREAD_FUZZER_CPU_TIME_PERIOD_US THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX THREAD_POOL_FAULT_INJECTION
+ 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
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "PUT /devstoreaccount1/cont/hreqyqlndnrcvjhvnkgsyqdmyglxjqga?blockid=ucpibpxmaeshhlfffcygbqxjxxhijckmeiftoxknmbqvzryhwpuxhnakwdpuvhqj&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "PUT /devstoreaccount1/cont/hreqyqlndnrcvjhvnkgsyqdmyglxjqga?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "GET /devstoreaccount1/cont/hreqyqlndnrcvjhvnkgsyqdmyglxjqga HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "GET /devstoreaccount1/cont/hreqyqlndnrcvjhvnkgsyqdmyglxjqga HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:17 +0000] "DELETE /devstoreaccount1/cont/hreqyqlndnrcvjhvnkgsyqdmyglxjqga HTTP/1.1" 202 -
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "PUT /devstoreaccount1/cont/rtyhtilsgkhfctpzfbcxkcmpzhifyrcd?blockid=kdcajgffmlcepywrkbwddyvrzbvplfcndcvhcwvhqizkphqykdmhvpycvajpfpde&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "PUT /devstoreaccount1/cont/rtyhtilsgkhfctpzfbcxkcmpzhifyrcd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "GET /devstoreaccount1/cont/rtyhtilsgkhfctpzfbcxkcmpzhifyrcd HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "GET /devstoreaccount1/cont/rtyhtilsgkhfctpzfbcxkcmpzhifyrcd HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:26 +0000] "DELETE /devstoreaccount1/cont/rtyhtilsgkhfctpzfbcxkcmpzhifyrcd HTTP/1.1" 202 -
+ 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
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "PUT /devstoreaccount1/cont/jhaoinwpntzgqqrsveyambbautitsgmr?blockid=erhitxacdatzcscmbrqtsarnwzaikoktnimgichlcknxdomqcrdkizahnejhwxow&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "PUT /devstoreaccount1/cont/jhaoinwpntzgqqrsveyambbautitsgmr?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "GET /devstoreaccount1/cont/jhaoinwpntzgqqrsveyambbautitsgmr HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "GET /devstoreaccount1/cont/jhaoinwpntzgqqrsveyambbautitsgmr HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:31 +0000] "DELETE /devstoreaccount1/cont/jhaoinwpntzgqqrsveyambbautitsgmr HTTP/1.1" 202 -
+ 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
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "PUT /devstoreaccount1/cont/vmxggaajmnfrjmavxvxcprlqtelbqgmr?blockid=cnppivehypbkcdohuddnxbvivgvrfughqvnxyzlzarpcclkyoqztzhcmruddzhpi&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "PUT /devstoreaccount1/cont/vmxggaajmnfrjmavxvxcprlqtelbqgmr?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "GET /devstoreaccount1/cont/vmxggaajmnfrjmavxvxcprlqtelbqgmr HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "GET /devstoreaccount1/cont/vmxggaajmnfrjmavxvxcprlqtelbqgmr HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:36 +0000] "DELETE /devstoreaccount1/cont/vmxggaajmnfrjmavxvxcprlqtelbqgmr HTTP/1.1" 202 -
+ 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
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "PUT /devstoreaccount1/cont/gbbhgdfzdayudjhdmvgxjqtedpxanexb?blockid=zpjdvvkyslziozueruftygosdhfrsufwhrlshfyeqqvszcaasumvxljrkxjrojeb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "PUT /devstoreaccount1/cont/gbbhgdfzdayudjhdmvgxjqtedpxanexb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "GET /devstoreaccount1/cont/gbbhgdfzdayudjhdmvgxjqtedpxanexb HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "GET /devstoreaccount1/cont/gbbhgdfzdayudjhdmvgxjqtedpxanexb HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:40 +0000] "DELETE /devstoreaccount1/cont/gbbhgdfzdayudjhdmvgxjqtedpxanexb HTTP/1.1" 202 -
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "PUT /devstoreaccount1/cont/jogtwoeciwufcjyfvxmhedpleohwyrwt?blockid=nsecuqzkhmbnsrjljxoipsafxfiohpaqewiopbdbejwuzslusfsiqbzlppvyvawj&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "PUT /devstoreaccount1/cont/jogtwoeciwufcjyfvxmhedpleohwyrwt?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "GET /devstoreaccount1/cont/jogtwoeciwufcjyfvxmhedpleohwyrwt HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "GET /devstoreaccount1/cont/jogtwoeciwufcjyfvxmhedpleohwyrwt HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:46 +0000] "DELETE /devstoreaccount1/cont/jogtwoeciwufcjyfvxmhedpleohwyrwt HTTP/1.1" 202 -
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 36 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=37
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 37 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=38
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 38 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=39
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 39 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "PUT /devstoreaccount1/cont/vfubzdipbrwbenmjernbofwvpmpkmwuj?blockid=xgxmtzknfwlqdfywaidikgvbsbnejdfadbmmsmaohqdnuatgpxagowbrxopapoxh&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "PUT /devstoreaccount1/cont/vfubzdipbrwbenmjernbofwvpmpkmwuj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "GET /devstoreaccount1/cont/vfubzdipbrwbenmjernbofwvpmpkmwuj HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "GET /devstoreaccount1/cont/vfubzdipbrwbenmjernbofwvpmpkmwuj HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:50 +0000] "DELETE /devstoreaccount1/cont/vfubzdipbrwbenmjernbofwvpmpkmwuj HTTP/1.1" 202 -
+ sleep 0.5
+ counter=40
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 40 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=41
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 41 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=42
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 42 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=43
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 43 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=44
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 44 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=45
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 45 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "PUT /devstoreaccount1/cont/qmsbcaierfkjzekrzxlenufyxwozjgwd?blockid=yhnuhooludfvpyoytwigeyngycdwqovxoyfdnppazqkakjjnrzlijvnnktkssxbe&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "PUT /devstoreaccount1/cont/qmsbcaierfkjzekrzxlenufyxwozjgwd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "GET /devstoreaccount1/cont/qmsbcaierfkjzekrzxlenufyxwozjgwd HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "GET /devstoreaccount1/cont/qmsbcaierfkjzekrzxlenufyxwozjgwd HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:38:56 +0000] "DELETE /devstoreaccount1/cont/qmsbcaierfkjzekrzxlenufyxwozjgwd HTTP/1.1" 202 -
+ sleep 0.5
+ counter=46
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 46 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=47
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 47 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=48
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 48 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=49
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 49 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=50
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 50 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=51
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 51 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "PUT /devstoreaccount1/cont/vxdxvqovllovernxnbkrwxayzxowtdxr?blockid=ylgbkcpirmzypwcprhmitjymtedhitierfeampthjkloapnypoyeiueoqvvqpswd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "PUT /devstoreaccount1/cont/vxdxvqovllovernxnbkrwxayzxowtdxr?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "GET /devstoreaccount1/cont/vxdxvqovllovernxnbkrwxayzxowtdxr HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "GET /devstoreaccount1/cont/vxdxvqovllovernxnbkrwxayzxowtdxr HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:01 +0000] "DELETE /devstoreaccount1/cont/vxdxvqovllovernxnbkrwxayzxowtdxr HTTP/1.1" 202 -
+ sleep 0.5
+ counter=52
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 52 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=53
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 53 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=54
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 54 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=55
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 55 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=56
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 56 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=57
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 57 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=58
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 58 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "PUT /devstoreaccount1/cont/jmcxmfeemazgltxlduicqyguelkgezpg?blockid=yrpjnqfxmgehzbotikiyfhfgfbsraphcyexiqbrdvvjrhblxkejphvfxgdpthrpx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "PUT /devstoreaccount1/cont/jmcxmfeemazgltxlduicqyguelkgezpg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "GET /devstoreaccount1/cont/jmcxmfeemazgltxlduicqyguelkgezpg HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "GET /devstoreaccount1/cont/jmcxmfeemazgltxlduicqyguelkgezpg HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:07 +0000] "DELETE /devstoreaccount1/cont/jmcxmfeemazgltxlduicqyguelkgezpg HTTP/1.1" 202 -
+ sleep 0.5
+ counter=59
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 59 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=60
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 60 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=61
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 61 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=62
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 62 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=63
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 63 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=64
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 64 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "PUT /devstoreaccount1/cont/gaoahevjyrsjropxevdvkpsxdfuosska?blockid=eqtbseflycoilrqftaegazaqhvkqcocpqmvndkrchikffllaxhiouuikoobjwxmd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "PUT /devstoreaccount1/cont/gaoahevjyrsjropxevdvkpsxdfuosska?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "GET /devstoreaccount1/cont/gaoahevjyrsjropxevdvkpsxdfuosska HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "GET /devstoreaccount1/cont/gaoahevjyrsjropxevdvkpsxdfuosska HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:12 +0000] "DELETE /devstoreaccount1/cont/gaoahevjyrsjropxevdvkpsxdfuosska HTTP/1.1" 202 -
+ sleep 0.5
+ counter=65
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 65 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=66
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 66 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=67
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 67 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=68
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 68 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=69
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 69 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=70
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 70 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "PUT /devstoreaccount1/cont/vgeubxjudufocilxbhgmaqofhyqxspok?blockid=uzqtoahwyadzhlsdpfnaojrwvrxmsozhsqpsplpfsacbjgqrbmslnqmerhwpbwet&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "PUT /devstoreaccount1/cont/vgeubxjudufocilxbhgmaqofhyqxspok?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "GET /devstoreaccount1/cont/vgeubxjudufocilxbhgmaqofhyqxspok HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "GET /devstoreaccount1/cont/vgeubxjudufocilxbhgmaqofhyqxspok HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:18 +0000] "DELETE /devstoreaccount1/cont/vgeubxjudufocilxbhgmaqofhyqxspok HTTP/1.1" 202 -
+ sleep 0.5
+ counter=71
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 71 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=72
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 72 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=73
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 73 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=74
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 74 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=75
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 75 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=76
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 76 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "PUT /devstoreaccount1/cont/lefxvpbdcvbxauiocgivkolxergngeku?blockid=rfbzrhmywsffxwwbnjqjefngpkmwgaapmxjnzrufnstdkreyxfzfarymiioclerq&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "PUT /devstoreaccount1/cont/lefxvpbdcvbxauiocgivkolxergngeku?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "GET /devstoreaccount1/cont/lefxvpbdcvbxauiocgivkolxergngeku HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "GET /devstoreaccount1/cont/lefxvpbdcvbxauiocgivkolxergngeku HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:23 +0000] "DELETE /devstoreaccount1/cont/lefxvpbdcvbxauiocgivkolxergngeku HTTP/1.1" 202 -
+ sleep 0.5
+ counter=77
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 77 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=78
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 78 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=79
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 79 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=80
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 80 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=81
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 81 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=82
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 82 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "PUT /devstoreaccount1/cont/iyglzjhffpoqmpnlxcfiwhtbxukcahwb?blockid=qbntrnpmyaekuselwwaabpbzyfhkvaoprdoptgyqspxuwvxpqmixgnxedbpkcjrq&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "PUT /devstoreaccount1/cont/iyglzjhffpoqmpnlxcfiwhtbxukcahwb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "GET /devstoreaccount1/cont/iyglzjhffpoqmpnlxcfiwhtbxukcahwb HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "GET /devstoreaccount1/cont/iyglzjhffpoqmpnlxcfiwhtbxukcahwb HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:28 +0000] "DELETE /devstoreaccount1/cont/iyglzjhffpoqmpnlxcfiwhtbxukcahwb HTTP/1.1" 202 -
+ sleep 0.5
+ counter=83
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 83 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=84
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 84 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=85
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 85 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=86
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 86 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=87
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 87 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=88
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 88 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "PUT /devstoreaccount1/cont/gladouwyvjxmvbgfgybmqbgegpnbykre?blockid=kiigsxlwutwutoqcphtymvlrdctxzabtvqggudmjkcudbqvvaokqcgzigwjgibcr&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "PUT /devstoreaccount1/cont/gladouwyvjxmvbgfgybmqbgegpnbykre?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "GET /devstoreaccount1/cont/gladouwyvjxmvbgfgybmqbgegpnbykre HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "GET /devstoreaccount1/cont/gladouwyvjxmvbgfgybmqbgegpnbykre HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:33 +0000] "DELETE /devstoreaccount1/cont/gladouwyvjxmvbgfgybmqbgegpnbykre HTTP/1.1" 202 -
+ sleep 0.5
+ counter=89
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 89 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=90
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 90 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=91
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 91 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=92
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 92 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=93
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 93 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=94
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 94 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "PUT /devstoreaccount1/cont/sithsitabdtphtpwtssgddxtdqgakfaw?blockid=fjzwwseeybdbuiebszyxnondycrbtkcmguemywgigxkztadmlcjgpijgrgjnooer&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "PUT /devstoreaccount1/cont/sithsitabdtphtpwtssgddxtdqgakfaw?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "GET /devstoreaccount1/cont/sithsitabdtphtpwtssgddxtdqgakfaw HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "GET /devstoreaccount1/cont/sithsitabdtphtpwtssgddxtdqgakfaw HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:39 +0000] "DELETE /devstoreaccount1/cont/sithsitabdtphtpwtssgddxtdqgakfaw HTTP/1.1" 202 -
+ sleep 0.5
+ counter=95
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 95 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=96
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 96 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=97
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 97 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=98
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 98 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=99
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 99 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=100
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 100 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "PUT /devstoreaccount1/cont/diwwjbwbstfplbfltteopeacqbuoazhj?blockid=bxyvvbmwymusmthhbwssocvsxyqlqipncjzzqensgjrtqqjuxtmluyhmjgjydscd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "PUT /devstoreaccount1/cont/diwwjbwbstfplbfltteopeacqbuoazhj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "GET /devstoreaccount1/cont/diwwjbwbstfplbfltteopeacqbuoazhj HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "GET /devstoreaccount1/cont/diwwjbwbstfplbfltteopeacqbuoazhj HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:44 +0000] "DELETE /devstoreaccount1/cont/diwwjbwbstfplbfltteopeacqbuoazhj HTTP/1.1" 202 -
+ sleep 0.5
+ counter=101
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 101 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=102
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 102 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=103
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 103 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=104
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 104 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=105
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 105 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=106
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 106 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "PUT /devstoreaccount1/cont/xqjyhhmjhicewhrzzdsjmwzapxhwbdju?blockid=owwzzqnfyjhqbbwynehdosefpraxvlvigsbrhpwqxiegqwdszcyndwyjihgsszjw&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "PUT /devstoreaccount1/cont/xqjyhhmjhicewhrzzdsjmwzapxhwbdju?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "GET /devstoreaccount1/cont/xqjyhhmjhicewhrzzdsjmwzapxhwbdju HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "GET /devstoreaccount1/cont/xqjyhhmjhicewhrzzdsjmwzapxhwbdju HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:49 +0000] "DELETE /devstoreaccount1/cont/xqjyhhmjhicewhrzzdsjmwzapxhwbdju HTTP/1.1" 202 -
+ sleep 0.5
+ counter=107
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 107 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=108
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 108 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=109
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 109 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=110
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 110 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=111
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 111 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=112
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 112 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "PUT /devstoreaccount1/cont/zvjiangutcimsrcqqdgznauxvazqdrrx?blockid=mwhgulkgizwhnkapkeeridbokvqjvdnxjwxgmjmguxmfdgqbgvdrbbhgjoaenwfd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "PUT /devstoreaccount1/cont/zvjiangutcimsrcqqdgznauxvazqdrrx?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "GET /devstoreaccount1/cont/zvjiangutcimsrcqqdgznauxvazqdrrx HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "GET /devstoreaccount1/cont/zvjiangutcimsrcqqdgznauxvazqdrrx HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:39:55 +0000] "DELETE /devstoreaccount1/cont/zvjiangutcimsrcqqdgznauxvazqdrrx HTTP/1.1" 202 -
+ sleep 0.5
+ counter=113
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 113 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=114
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 114 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=115
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 115 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=116
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 116 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=117
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 117 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=118
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 118 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "PUT /devstoreaccount1/cont/nafvypgbfzaiessjoovuboddmoxyznwt?blockid=vpnyihqmbaoyirzkbvvwlragjqgwcrjjlrhluhqqmxdlqqqhuayqhkjafvrkhvkd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "PUT /devstoreaccount1/cont/nafvypgbfzaiessjoovuboddmoxyznwt?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "GET /devstoreaccount1/cont/nafvypgbfzaiessjoovuboddmoxyznwt HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "GET /devstoreaccount1/cont/nafvypgbfzaiessjoovuboddmoxyznwt HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:09:40:00 +0000] "DELETE /devstoreaccount1/cont/nafvypgbfzaiessjoovuboddmoxyznwt HTTP/1.1" 202 -
+ sleep 0.5
+ counter=119
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 119 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 120 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=121
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 121 -gt 120 ']'
+ echo 'Cannot start clickhouse-server'
+ rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log
Cannot start clickhouse-server
++ trim_server_logs application_errors.txt
++ head -n 100 /test_output/application_errors.txt
++ grep -Eo ' \[ [0-9]+ \] \{.*'
++ escaped
++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300)
from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\'''
+ echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 38707 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 38707 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 39642 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 39642 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 40473 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 40473 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 41291 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 41291 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 42134 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 42134 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 42986 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 42986 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 43825 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 43825 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 44665 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 44665 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 45509 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 45509 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 46358 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 46358 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 47193 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 47193 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 48028 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 48028 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 48886 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 48886 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 49715 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 49715 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 50565 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 50565 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 51401 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 51401 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 52250 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 52250 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 53095 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 53095 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 53942 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n [ 53942 ] {} Application: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\'\''): Cannot attach table `test_3`.`wv` fro\\n [ 54788 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job \'\''load table test_3.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''allow_experimental_analyzer\\n'
+ cat /var/log/clickhouse-server/stdout.log
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 54788.
The process with pid = 54788 is already running.
+ tail -n100 /var/log/clickhouse-server/stderr.log
Logging trace to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
==589==LeakSanitizer has encountered a fatal error.
==589==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==589==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
Logging trace to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
==1482==LeakSanitizer has encountered a fatal error.
==1482==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==1482==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
==2898==WARNING: ASan doesn't fully support makecontext/swapcontext functions and may produce false positives in some cases!
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
+ tail -n100000 /var/log/clickhouse-server/clickhouse-server.log
+ rg -F -v -e ' RaftInstance:' -e ' RaftInstance'
+ tail -n100
+ break
+ attach_gdb_to_clickhouse
2024.12.16 10:40:03.184797 [ 55584 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): loadDataPart: inserting 201403_5_5_0 (state Active) into data_parts_indexes
2024.12.16 10:40:03.184830 [ 55584 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): Finished loading Active part 201403_5_5_0 on disk s3_disk
2024.12.16 10:40:03.185238 [ 55573 ] {} AsyncLoader: Finish load job 'load table test.visits' with status OK
2024.12.16 10:40:03.185291 [ 55573 ] {} AsyncLoader: Stop worker in FgLoad
2024.12.16 10:40:03.185510 [ 55576 ] {} ReadBufferFromRemoteFSGather: Reading from file: s3/kym/kymimqxtlfypnntzkttlozrdwecun (store/613/6133d493-d690-4811-add3-107ff0aad1e4/201403_6_6_0/default_compression_codec.txt)
2024.12.16 10:40:03.185570 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Reset state for seek to position 0
2024.12.16 10:40:03.185613 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Having 1 file segments to read: [0, 9], current offset: 0
2024.12.16 10:40:03.185698 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 9], key: ed0c608890fa213099322538689e45dd, state: DOWNLOADED, downloaded size: 10, reserved size: 10, downloader id: None, current write offset: 10, caller id: None:ActiveParts:55576, kind: Regular, unbound: 0
2024.12.16 10:40:03.185769 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 9], key: ed0c608890fa213099322538689e45dd, state: DOWNLOADED, downloaded size: 10, reserved size: 10, downloader id: None, current write offset: 10, caller id: None:ActiveParts:55576, kind: Regular, unbound: 0
2024.12.16 10:40:03.185807 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Read 10 bytes, read type CACHED, file offset: 0, impl offset: 10/10, impl position: 0, segment: [0, 9]
2024.12.16 10:40:03.185865 [ 55576 ] {} CachedOnDiskReadBufferFromFile(ed0c608890fa213099322538689e45dd): Key: ed0c608890fa213099322538689e45dd. Returning with 10 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 10, current range: [0, 9], file offset of buffer end: 10, file segment state: DOWNLOADED, current write offset: 10, read_type: CACHED, reading until position: 10, started with offset: 0, remaining ranges: [0, 9]
2024.12.16 10:40:03.186017 [ 55576 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): loadDataPart: inserting 201403_6_6_0 (state Active) into data_parts_indexes
2024.12.16 10:40:03.186051 [ 55576 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): Finished loading Active part 201403_6_6_0 on disk s3_disk
2024.12.16 10:40:03.189599 [ 55583 ] {} ReadBufferFromRemoteFSGather: Reading from file: s3/sui/guswcavregiwhepmrddlykfwlvznl (store/613/6133d493-d690-4811-add3-107ff0aad1e4/201403_2_2_0/default_compression_codec.txt)
2024.12.16 10:40:03.189635 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Reset state for seek to position 0
2024.12.16 10:40:03.189664 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Having 1 file segments to read: [0, 9], current offset: 0
2024.12.16 10:40:03.189722 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 9], key: 24cb5947f03afc044fb27ffa1f74c02e, state: DOWNLOADED, downloaded size: 10, reserved size: 10, downloader id: None, current write offset: 10, caller id: None:ActiveParts:55583, kind: Regular, unbound: 0
2024.12.16 10:40:03.189754 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 9], key: 24cb5947f03afc044fb27ffa1f74c02e, state: DOWNLOADED, downloaded size: 10, reserved size: 10, downloader id: None, current write offset: 10, caller id: None:ActiveParts:55583, kind: Regular, unbound: 0
2024.12.16 10:40:03.189775 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Read 10 bytes, read type CACHED, file offset: 0, impl offset: 10/10, impl position: 0, segment: [0, 9]
2024.12.16 10:40:03.189791 [ 55583 ] {} CachedOnDiskReadBufferFromFile(24cb5947f03afc044fb27ffa1f74c02e): Key: 24cb5947f03afc044fb27ffa1f74c02e. Returning with 10 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 10, current range: [0, 9], file offset of buffer end: 10, file segment state: DOWNLOADED, current write offset: 10, read_type: CACHED, reading until position: 10, started with offset: 0, remaining ranges: [0, 9]
2024.12.16 10:40:03.189891 [ 55583 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): loadDataPart: inserting 201403_2_2_0 (state Active) into data_parts_indexes
2024.12.16 10:40:03.189919 [ 55583 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): Finished loading Active part 201403_2_2_0 on disk s3_disk
2024.12.16 10:40:03.190400 [ 55515 ] {} test.hits (6133d493-d690-4811-add3-107ff0aad1e4): Loaded data parts (6 items)
2024.12.16 10:40:03.190808 [ 55515 ] {} AsyncLoader: Finish load job 'load table test.hits' with status OK
2024.12.16 10:40:03.190831 [ 55515 ] {} AsyncLoader: Spawn loader worker #2 in FgLoad
2024.12.16 10:40:03.190890 [ 55515 ] {} AsyncLoader: Execute load job 'load table db_dict.cache_hits' in FgLoad
2024.12.16 10:40:03.190916 [ 55515 ] {} DatabaseAtomic (db_dict): Loading table db_dict.cache_hits
2024.12.16 10:40:03.190934 [ 55575 ] {} AsyncLoader: Stop worker in FgLoad
2024.12.16 10:40:03.191491 [ 55515 ] {} ExternalDictionariesLoader: Loading config file '51795166-eab7-4e9c-b1cc-1fbe1025e031'.
2024.12.16 10:40:03.191619 [ 55515 ] {} AsyncLoader: Finish load job 'load table db_dict.cache_hits' with status OK
2024.12.16 10:40:03.191636 [ 55515 ] {} AsyncLoader: Stop worker in FgLoad
2024.12.16 10:40:03.191649 [ 55515 ] {} AsyncLoader: Change current priority: 0 -> none
2024.12.16 10:40:03.207868 [ 54788 ] {} Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job 'load table test_3.wv' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting 'allow_experimental_analyzer'): Cannot attach table `test_3`.`wv` from metadata file /var/lib/clickhouse/store/2a8/2a8cf6d9-29ee-4384-8bd0-6fa6084a8617/wv.sql from query ATTACH WINDOW VIEW test_3.wv UUID 'b8804655-2137-4bf4-9411-8067a26aad3a' TO test_3.dst (`count` UInt64) AS SELECT count(a) AS count FROM test_3.mt GROUP BY tumble(timestamp, toIntervalSecond('5'), 'US/Samoa') AS wid. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003a5004f3
1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001cb51c70
2. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x000000000a8328fb
3. ./build_docker/./src/Storages/WindowView/StorageWindowView.cpp:1181: DB::StorageWindowView::StorageWindowView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel) @ 0x0000000032133a73
4. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:1460: std::shared_ptr std::allocate_shared[abi:v15000], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&) @ 0x0000000032164f78
5. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x00000000321506bd
6. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000003039b7dd
7. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:120: DB::createTableFromAST(DB::ASTCreateQuery, String const&, String const&, std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000002b85e023
8. ./build_docker/./src/Databases/DatabaseOrdinary.cpp:248: DB::DatabaseOrdinary::loadTableFromMetadata(std::shared_ptr, String const&, DB::QualifiedTableName const&, std::shared_ptr const&, DB::LoadingStrictnessLevel) @ 0x000000002b8d47b0
9. ./contrib/llvm-project/libcxx/include/__functional/function.h:717: ? @ 0x000000002b8ec5c2
10. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001d101fe0
11. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001cd5f85d
12. ./src/Common/ThreadPool.h:226: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001cd69913
13. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001cd56860
14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001cd63a6d
15. asan_thread_start(void*) @ 0x000000000a7c42db
16. ? @ 0x00007f9950d4fac3
17. ? @ 0x00007f9950de1850
(version 24.3.12.76.altinitystable). (ASYNC_LOAD_FAILED), Stack trace (when copying this message, always include the lines below):
0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003a5004f3
1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001cb51c70
2. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000c5cd9b6
3. ./build_docker/./src/Common/AsyncLoader.cpp:942: DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) @ 0x000000001d10320b
4. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001cd5f85d
5. ./src/Common/ThreadPool.h:226: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001cd69913
6. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001cd56860
7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001cd63a6d
8. asan_thread_start(void*) @ 0x000000000a7c42db
9. ? @ 0x00007f9950d4fac3
10. ? @ 0x00007f9950de1850
(version 24.3.12.76.altinitystable)
2024.12.16 10:40:03.208077 [ 54788 ] {} Application: Stopping AsyncLoader.
2024.12.16 10:40:03.208334 [ 54788 ] {} CgroupsMemoryUsageObserver: Stopped cgroup current memory usage observer thread
2024.12.16 10:40:03.208931 [ 54788 ] {} Application: Shutting down storages.
2024.12.16 10:40:03.208967 [ 54788 ] {} AsynchronousInsertQueue: Shutting down the asynchronous insertion queue
2024.12.16 10:40:03.209804 [ 54788 ] {} AsynchronousInsertQueue: Asynchronous insertion queue finished
2024.12.16 10:40:03.209839 [ 54788 ] {} Context: Shutting down dictionaries loader
2024.12.16 10:40:03.209911 [ 54788 ] {} Context: Shutting down UDFs loader
2024.12.16 10:40:03.209980 [ 54788 ] {} Context: Shutting down another UDFs storage
2024.12.16 10:40:03.210000 [ 54788 ] {} Context: Shutting down named sessions
2024.12.16 10:40:03.210044 [ 54788 ] {} Context: Shutting down system logs
2024.12.16 10:40:03.210106 [ 55554 ] {} SystemLog (system.query_log): Terminating
2024.12.16 10:40:03.218489 [ 55529 ] {} SystemLog (system.query_thread_log): Terminating
2024.12.16 10:40:03.219124 [ 55530 ] {} SystemLog (system.part_log): Terminating
2024.12.16 10:40:03.219666 [ 55537 ] {} SystemLog (system.trace_log): Terminating
2024.12.16 10:40:03.220027 [ 55541 ] {} SystemLog (system.crash_log): Terminating
2024.12.16 10:40:03.220343 [ 55535 ] {} SystemLog (system.text_log): Flushing system log, 1876 entries to flush up to offset 1876
2024.12.16 10:40:03.221936 [ 55535 ] {} SystemLog (system.text_log): Will use existing table system.text_log for TextLog
2024.12.16 10:40:03.263953 [ 55535 ] {} system.text_log (fdf2f95d-fa76-4200-9f11-da84cba963c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2024.12.16 10:40:03.264559 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/primary.cidx
2024.12.16 10:40:03.264856 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/data.bin
2024.12.16 10:40:03.264994 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/data.cmrk3
2024.12.16 10:40:03.266989 [ 55535 ] {} MergedBlockOutputStream: filled checksums 202412_1_1_0 (state Temporary)
2024.12.16 10:40:03.267055 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/partition.dat
2024.12.16 10:40:03.267320 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/minmax_event_date.idx
2024.12.16 10:40:03.267596 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/count.txt
2024.12.16 10:40:03.267779 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/serialization.json
2024.12.16 10:40:03.268467 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/columns.txt
2024.12.16 10:40:03.268752 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/metadata_version.txt
2024.12.16 10:40:03.269026 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/default_compression_codec.txt
2024.12.16 10:40:03.269240 [ 55535 ] {} DiskObjectStorage(s3): Write file: store/fdf/fdf2f95d-fa76-4200-9f11-da84cba963c9/tmp_insert_202412_1_1_0/checksums.txt
2024.12.16 10:40:03.276259 [ 55535 ] {} system.text_log (fdf2f95d-fa76-4200-9f11-da84cba963c9): Renaming temporary part tmp_insert_202412_1_1_0 to 202412_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2024.12.16 10:40:03.276461 [ 55535 ] {} system.text_log (fdf2f95d-fa76-4200-9f11-da84cba963c9): preparePartForCommit: inserting 202412_76_76_0 (state PreActive) into data_parts_indexes
2024.12.16 10:40:03.277148 [ 55535 ] {} SystemLog (system.text_log): Flushed system log up to offset 1876
2024.12.16 10:40:03.277176 [ 55535 ] {} SystemLog (system.text_log): Terminating
++ 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 54788
+ 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'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=1
+ sleep 5
+ '[' 1 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=2
+ sleep 5
+ '[' 2 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=3
+ sleep 5
+ '[' 3 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=4
+ sleep 5
+ '[' 4 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=5
+ sleep 5
+ '[' 5 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=6
+ sleep 5
+ '[' 6 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=7
+ sleep 5
+ '[' 7 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=8
+ sleep 5
+ '[' 8 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=9
+ sleep 5
+ '[' 9 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=10
+ sleep 5
+ '[' 10 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=11
+ sleep 5
+ '[' 11 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=12
+ sleep 5
+ '[' 12 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=13
+ sleep 5
+ '[' 13 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=14
+ sleep 5
script.gdb:13: Error in sourced command file:
No stack.
+ '[' 14 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=15
+ sleep 5
+ '[' 15 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=16
+ sleep 5
+ '[' 16 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=17
+ sleep 5
+ '[' 17 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=18
+ sleep 5
+ '[' 18 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=19
+ sleep 5
+ '[' 19 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=20
+ sleep 5
+ '[' 20 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=21
+ sleep 5
+ '[' 21 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=22
+ sleep 5
+ '[' 22 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=23
+ sleep 5
+ '[' 23 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=24
+ sleep 5
+ '[' 24 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=25
+ sleep 5
+ '[' 25 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=26
+ sleep 5
+ '[' 26 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=27
+ sleep 5
+ '[' 27 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=28
+ sleep 5
+ '[' 28 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=29
+ sleep 5
+ '[' 29 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=30
+ sleep 5
+ '[' 30 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=31
+ sleep 5
+ '[' 31 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=32
+ sleep 5
+ '[' 32 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=33
+ sleep 5
+ '[' 33 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=34
+ sleep 5
+ '[' 34 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=35
+ sleep 5
+ '[' 35 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=36
+ sleep 5
+ '[' 36 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=37
+ sleep 5
+ '[' 37 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=38
+ sleep 5
+ '[' 38 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=39
+ sleep 5
+ '[' 39 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=40
+ sleep 5
+ '[' 40 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=41
+ sleep 5
+ '[' 41 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=42
+ sleep 5
+ '[' 42 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=43
+ sleep 5
+ '[' 43 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=44
+ sleep 5
+ '[' 44 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=45
+ sleep 5
+ '[' 45 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=46
+ sleep 5
+ '[' 46 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=47
+ sleep 5
+ '[' 47 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=48
+ sleep 5
+ '[' 48 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=49
+ sleep 5
+ '[' 49 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=50
+ sleep 5
+ '[' 50 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=51
+ sleep 5
+ '[' 51 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=52
+ sleep 5
+ '[' 52 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=53
+ sleep 5
+ '[' 53 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=54
+ sleep 5
+ '[' 54 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=55
+ sleep 5
+ '[' 55 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=56
+ sleep 5
+ '[' 56 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=57
+ sleep 5
+ '[' 57 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=58
+ sleep 5
+ '[' 58 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=59
+ sleep 5
+ '[' 59 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=60
+ sleep 5
+ '[' 60 -ge 60 ']'
+ echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting'
+ exit 1
Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting