+ 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=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=12634112 + sed --follow-symlinks -i 's|[[:digit:]]\+|12634112|' /etc/clickhouse-server/config.d/keeper_port.xml + value=11763712 + sed --follow-symlinks -i 's|[[:digit:]]\+|11763712|' /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 x86_64 Adding azure configuration + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value check_not_exists keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=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=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32086444 + total_mem=32856518656 + 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=9856955596 + echo 'Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 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:33993 http://127.0.0.1:33993 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (33993), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./180522A821788157162d3eab-1a91-4d67-b899-a547a9b75c64 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 293 root 10u IPv6 46185 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: 158.11 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 96.59 MiB/s + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 51.66 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.21 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: 3.55 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: 3.34 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: 4.59 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "PUT /devstoreaccount1/cont/ksxpbifxkmbufgmzswaevcusfhtmhwiu?blockid=fwdkzrmgvuudvfepsnytzbvibakapyukglxlzbopeizhofjzqeonwjmqkpgimkwp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "PUT /devstoreaccount1/cont/ksxpbifxkmbufgmzswaevcusfhtmhwiu?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "GET /devstoreaccount1/cont/ksxpbifxkmbufgmzswaevcusfhtmhwiu HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "GET /devstoreaccount1/cont/ksxpbifxkmbufgmzswaevcusfhtmhwiu HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:17:29:10 +0000] "DELETE /devstoreaccount1/cont/ksxpbifxkmbufgmzswaevcusfhtmhwiu HTTP/1.1" 202 - + counter=9 + clickhouse-client --query 'SELECT 1' 1 + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 576 + 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=576 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Sent terminate signal to process with pid 576. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 576. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 isscript.gdb:13: Error in sourced command file: No stack. running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 is running. Waiting for server to stop Found pid = 576 in the list of running processes. The process with pid = 576 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 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "PUT /devstoreaccount1/cont/wywgxhczhpyhagrsjdotmjakniokkzvk?blockid=gbmvltybcfjerrgwyazkyaqvwppqiievjiwlqiyfmfhukiksigiotuybzbxyptbp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "PUT /devstoreaccount1/cont/wywgxhczhpyhagrsjdotmjakniokkzvk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "GET /devstoreaccount1/cont/wywgxhczhpyhagrsjdotmjakniokkzvk HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "GET /devstoreaccount1/cont/wywgxhczhpyhagrsjdotmjakniokkzvk HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:17:30:56 +0000] "DELETE /devstoreaccount1/cont/wywgxhczhpyhagrsjdotmjakniokkzvk HTTP/1.1" 202 - + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' 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 1486 + 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=1486 + 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 = 1486. The process with pid = 1486 is running. Sent terminate signal to process with pid 1486. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1486. The process with pid = 1486 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1486. The process with pid = 1486 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1486. The process with pid = 1486 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1486. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 is running. Waiting for server to stop Found pid = 1486 in the list of running processes. The process with pid = 1486 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=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=14432256 + sed --follow-symlinks -i 's|[[:digit:]]\+|14432256|' /etc/clickhouse-server/config.d/keeper_port.xml + value=53659648 + sed --follow-symlinks -i 's|[[:digit:]]\+|53659648|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key") + object_key_type=generate-suffix + [[ -n 1 ]] + [[ 1 -eq 1 ]] + object_key_type=generate-template-key + case $object_key_type in + ln -sf /usr/share/clickhouse-test/config/config.d/storage_metadata_with_full_object_key.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_with_template_object_key.xml /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + 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 + sed 's|[01]|1|' + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + 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=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=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32086444 + total_mem=32856518656 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_server_memory_usage_to_ram_ratio to 0.5 Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856955596 + echo 'Setting max_memory_usage_for_user=9856955596 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
|
s3
default|' + mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo cat /etc/clickhouse-server/config.d/logger_trace.xml + sed 's|trace|test|' + mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml + '[' LRU = SLRU ']' ++ date +%-d + '[' 1 -eq 1 ']' + sudo echo 'true' + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "PUT /devstoreaccount1/cont/peiizoqalnnuzauxxmysrmofzxqgnvto?blockid=maqmhmaklkbmtawbdfppyvzyrmxokmdtfyzwkpmjfxlizrjturunemwnfordcnij&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "PUT /devstoreaccount1/cont/peiizoqalnnuzauxxmysrmofzxqgnvto?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "GET /devstoreaccount1/cont/peiizoqalnnuzauxxmysrmofzxqgnvto HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "GET /devstoreaccount1/cont/peiizoqalnnuzauxxmysrmofzxqgnvto HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:17:49:12 +0000] "DELETE /devstoreaccount1/cont/peiizoqalnnuzauxxmysrmofzxqgnvto HTTP/1.1" 202 - + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' 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 2929 + 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-11-05 18:50:15,598 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-11-05 18:50:16,099 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 --global_time_limit=1200 ' 2024-11-05 18:50:16,600 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 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-05 18:50:17,101 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-11-05 18:50:17,602 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 18:50:18,104 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 18:50:18,605 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-11-05 18:50:19,106 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 18:50:19,607 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 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-05 18:50:20,108 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 18:50:20,609 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 18:50:21,110 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-05 18:50:21,612 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-11-05 18:50:22,113 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-05 18:50:22,614 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 ' 2024-11-05 18:50:23,116 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-11-05 18:50:23,617 Will wait functests to finish 2024-11-05 18:50:23,617 Finished 10 from 16 processes 2024-11-05 18:50:28,619 Finished 10 from 16 processes 2024-11-05 18:50:33,623 Finished 10 from 16 processes 2024-11-05 18:50:38,627 Finished 10 from 16 processes 2024-11-05 18:50:43,631 Finished 10 from 16 processes 2024-11-05 18:50:48,635 Finished 10 from 16 processes 2024-11-05 18:50:53,639 Finished 10 from 16 processes 2024-11-05 18:50:58,643 Finished 10 from 16 processes 2024-11-05 18:51:03,647 Finished 10 from 16 processes 2024-11-05 18:51:08,651 Finished 10 from 16 processes 2024-11-05 18:51:13,653 Finished 10 from 16 processes 2024-11-05 18:51:18,655 Finished 10 from 16 processes 2024-11-05 18:51:23,659 Finished 10 from 16 processes 2024-11-05 18:51:28,663 Finished 10 from 16 processes 2024-11-05 18:51:33,667 Finished 10 from 16 processes 2024-11-05 18:51:38,671 Finished 10 from 16 processes 2024-11-05 18:51:43,675 Finished 10 from 16 processes 2024-11-05 18:51:48,679 Finished 10 from 16 processes 2024-11-05 18:51:53,684 Finished 10 from 16 processes 2024-11-05 18:51:58,687 Finished 10 from 16 processes 2024-11-05 18:52:03,691 Finished 10 from 16 processes 2024-11-05 18:52:08,696 Finished 10 from 16 processes 2024-11-05 18:52:13,699 Finished 10 from 16 processes 2024-11-05 18:52:18,703 Finished 10 from 16 processes 2024-11-05 18:52:23,707 Finished 10 from 16 processes 2024-11-05 18:52:28,711 Finished 10 from 16 processes 2024-11-05 18:52:33,714 Finished 10 from 16 processes 2024-11-05 18:52:38,719 Finished 10 from 16 processes 2024-11-05 18:52:43,723 Finished 10 from 16 processes 2024-11-05 18:52:48,727 Finished 10 from 16 processes 2024-11-05 18:52:53,731 Finished 10 from 16 processes 2024-11-05 18:52:58,735 Finished 10 from 16 processes 2024-11-05 18:53:03,739 Finished 10 from 16 processes 2024-11-05 18:53:08,744 Finished 10 from 16 processes 2024-11-05 18:53:13,747 Finished 10 from 16 processes 2024-11-05 18:53:18,751 Finished 10 from 16 processes 2024-11-05 18:53:23,755 Finished 10 from 16 processes 2024-11-05 18:53:28,759 Finished 10 from 16 processes 2024-11-05 18:53:33,763 Finished 10 from 16 processes 2024-11-05 18:53:38,767 Finished 10 from 16 processes 2024-11-05 18:53:43,771 Finished 10 from 16 processes 2024-11-05 18:53:48,775 Finished 10 from 16 processes 2024-11-05 18:53:53,779 Finished 10 from 16 processes 2024-11-05 18:53:58,784 Finished 10 from 16 processes 2024-11-05 18:54:03,789 Finished 10 from 16 processes 2024-11-05 18:54:08,791 Finished 10 from 16 processes 2024-11-05 18:54:13,795 Finished 10 from 16 processes 2024-11-05 18:54:18,798 Finished 10 from 16 processes 2024-11-05 18:54:23,803 Finished 10 from 16 processes 2024-11-05 18:54:28,807 Finished 10 from 16 processes 2024-11-05 18:54:33,811 Finished 10 from 16 processes 2024-11-05 18:54:38,815 Finished 10 from 16 processes 2024-11-05 18:54:43,819 Finished 10 from 16 processes 2024-11-05 18:54:48,823 Finished 10 from 16 processes 2024-11-05 18:54:53,824 Finished 10 from 16 processes 2024-11-05 18:54:58,827 Finished 10 from 16 processes 2024-11-05 18:55:03,830 Finished 10 from 16 processes 2024-11-05 18:55:08,835 Finished 10 from 16 processes 2024-11-05 18:55:13,839 Finished 10 from 16 processes 2024-11-05 18:55:18,843 Finished 10 from 16 processes 2024-11-05 18:55:23,847 Finished 10 from 16 processes 2024-11-05 18:55:28,852 Finished 10 from 16 processes 2024-11-05 18:55:33,855 Finished 10 from 16 processes 2024-11-05 18:55:38,859 Finished 10 from 16 processes 2024-11-05 18:55:43,863 Finished 10 from 16 processes 2024-11-05 18:55:48,867 Finished 10 from 16 processes 2024-11-05 18:55:53,871 Finished 10 from 16 processes 2024-11-05 18:55:58,872 Finished 10 from 16 processes 2024-11-05 18:56:03,875 Finished 10 from 16 processes 2024-11-05 18:56:08,879 Finished 10 from 16 processes 2024-11-05 18:56:13,883 Finished 10 from 16 processes 2024-11-05 18:56:18,887 Finished 10 from 16 processes 2024-11-05 18:56:23,891 Finished 10 from 16 processes 2024-11-05 18:56:28,895 Finished 10 from 16 processes 2024-11-05 18:56:33,900 Finished 10 from 16 processes 2024-11-05 18:56:38,903 Finished 10 from 16 processes 2024-11-05 18:56:43,907 Finished 10 from 16 processes 2024-11-05 18:56:48,911 Finished 10 from 16 processes 2024-11-05 18:56:53,915 Finished 10 from 16 processes 2024-11-05 18:56:58,920 Finished 10 from 16 processes 2024-11-05 18:57:03,923 Finished 10 from 16 processes 2024-11-05 18:57:08,927 Finished 10 from 16 processes 2024-11-05 18:57:13,931 Finished 10 from 16 processes 2024-11-05 18:57:18,935 Finished 10 from 16 processes 2024-11-05 18:57:23,939 Finished 10 from 16 processes 2024-11-05 18:57:28,943 Finished 10 from 16 processes 2024-11-05 18:57:33,947 Finished 10 from 16 processes 2024-11-05 18:57:38,951 Finished 10 from 16 processes 2024-11-05 18:57:43,955 Finished 10 from 16 processes 2024-11-05 18:57:48,957 Finished 10 from 16 processes 2024-11-05 18:57:53,959 Finished 10 from 16 processes 2024-11-05 18:57:58,963 Finished 10 from 16 processes 2024-11-05 18:58:03,967 Finished 10 from 16 processes 2024-11-05 18:58:08,971 Finished 10 from 16 processes 2024-11-05 18:58:13,976 Finished 10 from 16 processes 2024-11-05 18:58:18,979 Finished 10 from 16 processes 2024-11-05 18:58:23,983 Finished 10 from 16 processes 2024-11-05 18:58:28,987 Finished 10 from 16 processes 2024-11-05 18:58:33,991 Finished 10 from 16 processes 2024-11-05 18:58:38,995 Finished 10 from 16 processes 2024-11-05 18:58:44,000 Finished 10 from 16 processes 2024-11-05 18:58:49,003 Finished 10 from 16 processes 2024-11-05 18:58:54,007 Finished 10 from 16 processes 2024-11-05 18:58:59,011 Finished 10 from 16 processes 2024-11-05 18:59:04,015 Finished 10 from 16 processes 2024-11-05 18:59:09,019 Finished 10 from 16 processes 2024-11-05 18:59:14,021 Finished 10 from 16 processes 2024-11-05 18:59:19,023 Finished 10 from 16 processes 2024-11-05 18:59:24,025 Finished 10 from 16 processes 2024-11-05 18:59:29,027 Finished 10 from 16 processes 2024-11-05 18:59:34,031 Finished 10 from 16 processes 2024-11-05 18:59:39,035 Finished 10 from 16 processes 2024-11-05 18:59:44,039 Finished 10 from 16 processes 2024-11-05 18:59:49,043 Finished 10 from 16 processes 2024-11-05 18:59:54,047 Finished 10 from 16 processes 2024-11-05 18:59:59,052 Finished 10 from 16 processes 2024-11-05 19:00:04,055 Finished 10 from 16 processes 2024-11-05 19:00:09,059 Finished 10 from 16 processes 2024-11-05 19:00:14,061 Finished 10 from 16 processes 2024-11-05 19:00:19,065 Finished 10 from 16 processes 2024-11-05 19:00:24,069 Finished 10 from 16 processes 2024-11-05 19:00:29,072 Finished 10 from 16 processes 2024-11-05 19:00:34,075 Finished 10 from 16 processes 2024-11-05 19:00:39,079 Finished 10 from 16 processes 2024-11-05 19:00:44,081 Finished 10 from 16 processes 2024-11-05 19:00:49,083 Finished 10 from 16 processes 2024-11-05 19:00:54,087 Finished 10 from 16 processes 2024-11-05 19:00:59,091 Finished 10 from 16 processes 2024-11-05 19:01:04,096 Finished 10 from 16 processes 2024-11-05 19:01:09,100 Finished 10 from 16 processes 2024-11-05 19:01:14,103 Finished 10 from 16 processes 2024-11-05 19:01:19,107 Finished 10 from 16 processes 2024-11-05 19:01:24,111 Finished 10 from 16 processes 2024-11-05 19:01:29,115 Finished 10 from 16 processes 2024-11-05 19:01:34,119 Finished 10 from 16 processes 2024-11-05 19:01:39,123 Finished 10 from 16 processes 2024-11-05 19:01:44,128 Finished 10 from 16 processes 2024-11-05 19:01:49,132 Finished 10 from 16 processes 2024-11-05 19:01:54,135 Finished 10 from 16 processes 2024-11-05 19:01:59,139 Finished 10 from 16 processes 2024-11-05 19:02:04,143 Finished 10 from 16 processes 2024-11-05 19:02:09,143 Finished 10 from 16 processes 2024-11-05 19:02:14,147 Finished 10 from 16 processes 2024-11-05 19:02:19,151 Finished 10 from 16 processes 2024-11-05 19:02:24,155 Finished 10 from 16 processes 2024-11-05 19:02:29,160 Finished 10 from 16 processes 2024-11-05 19:02:34,160 Finished 10 from 16 processes 2024-11-05 19:02:39,166 Finished 10 from 16 processes 2024-11-05 19:02:44,171 Finished 10 from 16 processes 2024-11-05 19:02:49,175 Finished 10 from 16 processes 2024-11-05 19:02:54,179 Finished 10 from 16 processes 2024-11-05 19:02:59,183 Finished 10 from 16 processes 2024-11-05 19:03:04,187 Finished 10 from 16 processes 2024-11-05 19:03:09,191 Finished 10 from 16 processes 2024-11-05 19:03:14,192 Finished 10 from 16 processes 2024-11-05 19:03:19,196 Finished 10 from 16 processes 2024-11-05 19:03:24,199 Finished 10 from 16 processes 2024-11-05 19:03:29,204 Finished 10 from 16 processes 2024-11-05 19:03:34,209 Finished 10 from 16 processes 2024-11-05 19:03:39,211 Finished 10 from 16 processes 2024-11-05 19:03:44,215 Finished 10 from 16 processes 2024-11-05 19:03:49,219 Finished 10 from 16 processes 2024-11-05 19:03:54,223 Finished 10 from 16 processes 2024-11-05 19:03:59,225 Finished 10 from 16 processes 2024-11-05 19:04:04,227 Finished 13 from 16 processes 2024-11-05 19:04:09,232 Finished 13 from 16 processes 2024-11-05 19:04:14,233 Finished 13 from 16 processes 2024-11-05 19:04:19,235 Finished 13 from 16 processes 2024-11-05 19:04:24,240 Finished 13 from 16 processes 2024-11-05 19:04:29,242 Finished 13 from 16 processes 2024-11-05 19:04:34,247 Finished 13 from 16 processes 2024-11-05 19:04:39,252 Finished 13 from 16 processes 2024-11-05 19:04:44,255 Finished 13 from 16 processes 2024-11-05 19:04:49,260 Finished 13 from 16 processes 2024-11-05 19:04:54,265 Finished 13 from 16 processes 2024-11-05 19:04:59,267 Finished 13 from 16 processes 2024-11-05 19:05:04,272 Finished 13 from 16 processes 2024-11-05 19:05:09,275 Finished 13 from 16 processes 2024-11-05 19:05:14,279 Finished 13 from 16 processes 2024-11-05 19:05:19,284 Finished 13 from 16 processes 2024-11-05 19:05:24,287 Finished 13 from 16 processes 2024-11-05 19:05:29,291 Finished 13 from 16 processes 2024-11-05 19:05:34,295 Finished 13 from 16 processes 2024-11-05 19:05:39,299 Finished 13 from 16 processes 2024-11-05 19:05:44,303 Finished 13 from 16 processes 2024-11-05 19:05:49,307 Finished 13 from 16 processes 2024-11-05 19:05:54,310 Finished 13 from 16 processes 2024-11-05 19:05:59,315 Finished 13 from 16 processes 2024-11-05 19:06:04,320 Finished 13 from 16 processes 2024-11-05 19:06:09,321 Finished 13 from 16 processes 2024-11-05 19:06:14,327 Finished 13 from 16 processes 2024-11-05 19:06:19,331 Finished 13 from 16 processes 2024-11-05 19:06:24,335 Finished 13 from 16 processes 2024-11-05 19:06:29,339 Finished 13 from 16 processes 2024-11-05 19:06:34,343 Finished 13 from 16 processes 2024-11-05 19:06:39,347 Finished 13 from 16 processes 2024-11-05 19:06:44,352 Finished 13 from 16 processes 2024-11-05 19:06:49,357 Finished 13 from 16 processes 2024-11-05 19:06:54,359 Finished 13 from 16 processes 2024-11-05 19:06:59,363 Finished 13 from 16 processes 2024-11-05 19:07:04,367 Finished 13 from 16 processes 2024-11-05 19:07:09,371 Finished 13 from 16 processes 2024-11-05 19:07:14,376 Finished 13 from 16 processes 2024-11-05 19:07:19,381 Finished 13 from 16 processes 2024-11-05 19:07:24,383 Finished 13 from 16 processes 2024-11-05 19:07:29,387 Finished 13 from 16 processes 2024-11-05 19:07:34,391 Finished 13 from 16 processes 2024-11-05 19:07:39,395 Finished 13 from 16 processes 2024-11-05 19:07:44,398 Finished 13 from 16 processes 2024-11-05 19:07:49,403 Finished 13 from 16 processes 2024-11-05 19:07:54,407 Finished 13 from 16 processes 2024-11-05 19:07:59,411 Finished 13 from 16 processes 2024-11-05 19:08:04,415 Finished 13 from 16 processes 2024-11-05 19:08:09,419 Finished 13 from 16 processes 2024-11-05 19:08:14,424 Finished 13 from 16 processes 2024-11-05 19:08:19,428 Finished 13 from 16 processes 2024-11-05 19:08:24,431 Finished 13 from 16 processes 2024-11-05 19:08:29,436 Finished 13 from 16 processes 2024-11-05 19:08:34,439 Finished 13 from 16 processes 2024-11-05 19:08:39,443 Finished 13 from 16 processes 2024-11-05 19:08:44,448 Finished 13 from 16 processes 2024-11-05 19:08:49,451 Finished 13 from 16 processes 2024-11-05 19:08:54,455 Finished 13 from 16 processes 2024-11-05 19:08:59,458 Finished 13 from 16 processes 2024-11-05 19:09:04,463 Finished 13 from 16 processes 2024-11-05 19:09:09,467 Finished 13 from 16 processes 2024-11-05 19:09:14,471 Finished 13 from 16 processes 2024-11-05 19:09:19,476 Finished 13 from 16 processes 2024-11-05 19:09:24,479 Finished 13 from 16 processes 2024-11-05 19:09:29,483 Finished 13 from 16 processes 2024-11-05 19:09:34,487 Finished 13 from 16 processes 2024-11-05 19:09:39,491 Finished 13 from 16 processes 2024-11-05 19:09:44,495 Finished 13 from 16 processes 2024-11-05 19:09:49,500 Finished 13 from 16 processes 2024-11-05 19:09:54,503 Finished 13 from 16 processes 2024-11-05 19:09:59,506 Finished 13 from 16 processes 2024-11-05 19:10:04,511 Finished 13 from 16 processes 2024-11-05 19:10:09,515 Finished 13 from 16 processes 2024-11-05 19:10:14,519 Finished 13 from 16 processes 2024-11-05 19:10:19,524 Finished 13 from 16 processes 2024-11-05 19:10:24,527 Finished 13 from 16 processes 2024-11-05 19:10:29,531 Finished 13 from 16 processes 2024-11-05 19:10:34,535 Finished 14 from 16 processes 2024-11-05 19:10:39,539 Finished 14 from 16 processes 2024-11-05 19:10:44,543 Finished 14 from 16 processes 2024-11-05 19:10:49,547 Finished 14 from 16 processes 2024-11-05 19:10:54,552 Finished 14 from 16 processes 2024-11-05 19:10:59,555 Finished 14 from 16 processes 2024-11-05 19:11:04,558 Finished 14 from 16 processes 2024-11-05 19:11:09,563 Finished 14 from 16 processes 2024-11-05 19:11:14,567 Finished 14 from 16 processes 2024-11-05 19:11:19,572 Finished 14 from 16 processes 2024-11-05 19:11:24,577 Finished 15 from 16 processes 2024-11-05 19:11:29,582 Finished 15 from 16 processes 2024-11-05 19:11:34,587 Finished 15 from 16 processes 2024-11-05 19:11:39,592 Finished 15 from 16 processes 2024-11-05 19:11:44,597 Finished 15 from 16 processes 2024-11-05 19:11:49,602 Finished 15 from 16 processes 2024-11-05 19:11:54,607 Finished 15 from 16 processes 2024-11-05 19:11:59,612 Finished 15 from 16 processes 2024-11-05 19:12:04,613 Finished 15 from 16 processes 2024-11-05 19:12:09,615 Finished 15 from 16 processes 2024-11-05 19:12:14,620 Finished 15 from 16 processes 2024-11-05 19:12:19,623 Finished 15 from 16 processes 2024-11-05 19:12:24,628 Finished 15 from 16 processes 2024-11-05 19:12:29,633 Finished 15 from 16 processes 2024-11-05 19:12:34,635 Finished 15 from 16 processes 2024-11-05 19:12:39,640 Finished 15 from 16 processes 2024-11-05 19:12:44,643 Finished 15 from 16 processes 2024-11-05 19:12:49,645 Finished 15 from 16 processes 2024-11-05 19:12:54,647 Finished 15 from 16 processes 2024-11-05 19:12:59,651 Finished 15 from 16 processes 2024-11-05 19:13:04,655 Finished 15 from 16 processes 2024-11-05 19:13:09,659 Finished 15 from 16 processes 2024-11-05 19:13:14,663 Finished 15 from 16 processes 2024-11-05 19:13:19,668 Finished 15 from 16 processes 2024-11-05 19:13:24,671 Finished 15 from 16 processes 2024-11-05 19:13:29,675 Finished 15 from 16 processes 2024-11-05 19:13:34,679 Finished 15 from 16 processes 2024-11-05 19:13:39,683 Finished 15 from 16 processes 2024-11-05 19:13:44,688 Finished 15 from 16 processes 2024-11-05 19:13:49,693 Finished 15 from 16 processes 2024-11-05 19:13:54,695 Finished 15 from 16 processes 2024-11-05 19:13:59,697 Finished 15 from 16 processes 2024-11-05 19:14:04,702 Finished 15 from 16 processes 2024-11-05 19:14:09,707 Finished 15 from 16 processes 2024-11-05 19:14:14,711 Finished 15 from 16 processes 2024-11-05 19:14:19,715 Finished 15 from 16 processes 2024-11-05 19:14:24,719 Finished 15 from 16 processes 2024-11-05 19:14:29,723 Finished 15 from 16 processes 2024-11-05 19:14:34,727 Finished 15 from 16 processes 2024-11-05 19:14:39,731 Finished 15 from 16 processes 2024-11-05 19:14:44,734 Finished 15 from 16 processes 2024-11-05 19:14:49,739 Finished 15 from 16 processes 2024-11-05 19:14:54,739 Finished 15 from 16 processes 2024-11-05 19:14:59,745 Finished 15 from 16 processes 2024-11-05 19:15:04,747 Finished 15 from 16 processes 2024-11-05 19:15:09,750 Finished 15 from 16 processes 2024-11-05 19:15:14,755 Finished 15 from 16 processes 2024-11-05 19:15:19,759 Finished 15 from 16 processes 2024-11-05 19:15:24,763 Finished 15 from 16 processes 2024-11-05 19:15:29,767 Finished 15 from 16 processes 2024-11-05 19:15:34,771 Finished 15 from 16 processes 2024-11-05 19:15:39,776 Finished 15 from 16 processes 2024-11-05 19:15:44,779 Finished 15 from 16 processes 2024-11-05 19:15:49,783 Finished 15 from 16 processes 2024-11-05 19:15:54,788 Finished 15 from 16 processes 2024-11-05 19:15:59,793 Finished 15 from 16 processes 2024-11-05 19:16:04,799 Finished 15 from 16 processes 2024-11-05 19:16:09,803 Finished 15 from 16 processes 2024-11-05 19:16:14,807 Finished 15 from 16 processes 2024-11-05 19:16:19,812 Finished 15 from 16 processes 2024-11-05 19:16:24,815 Finished 15 from 16 processes 2024-11-05 19:16:29,816 Finished 15 from 16 processes 2024-11-05 19:16:34,819 Finished 15 from 16 processes 2024-11-05 19:16:39,823 Finished 15 from 16 processes 2024-11-05 19:16:44,828 Finished 15 from 16 processes 2024-11-05 19:16:49,831 Finished 15 from 16 processes 2024-11-05 19:16:54,836 Finished 15 from 16 processes 2024-11-05 19:16:59,839 Finished 15 from 16 processes 2024-11-05 19:17:04,843 Finished 15 from 16 processes 2024-11-05 19:17:09,849 Finished 15 from 16 processes 2024-11-05 19:17:14,851 Finished 15 from 16 processes 2024-11-05 19:17:19,855 Finished 15 from 16 processes 2024-11-05 19:17:24,858 Finished 15 from 16 processes 2024-11-05 19:17:29,863 Finished 15 from 16 processes 2024-11-05 19:17:34,867 Finished 15 from 16 processes 2024-11-05 19:17:39,871 Finished 15 from 16 processes 2024-11-05 19:17:44,875 Finished 15 from 16 processes 2024-11-05 19:17:49,880 Finished 15 from 16 processes 2024-11-05 19:17:54,883 Finished 15 from 16 processes 2024-11-05 19:17:59,887 Finished 15 from 16 processes 2024-11-05 19:18:04,892 All processes finished 2024-11-05 19:18:04,892 Compressing stress logs 2024-11-05 19:18:04,927 Logs compressed 2024-11-05 19:18:04,927 Will terminate gdb (if any) 2024-11-05 19:18:04,927 Running command: kill -TERM $(pidof gdb) 2024-11-05 19:18:04,931 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: Quit 2024-11-05 19:18:05,947 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' 2024-11-05 19:18:06,162 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:06,376 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:06,591 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:06,806 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,021 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,185 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,400 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,615 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,829 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:07,994 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:08,159 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:08,323 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:18:08,488 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 19:23:10,510 Checking if some queries hung Using queries from '/usr/share/clickhouse-test/queries' directory Connecting to ClickHouse server... OK Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD Running 1 stateless tests (MainProcess). 00001_select_1: [ OK ] 1 tests passed. 0 tests skipped. 0.38 s elapsed (MainProcess). Won't run stateful tests because test data wasn't loaded. Checking the hung queries: done No queries hung. All tests have finished. Top patterns of log messages: count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 1. 13001 0.059 3.52 MiB 0.079 1 70 ['Information'] 0.06 WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}. 2. 9898 0.045 1.59 MiB 0.036 1 327 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 3. 9784 0.044 1.47 MiB 0.033 2 327 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 4. 8286 0.038 452.92 KiB 0.01 4 402 ['Trace'] 0.001 Access granted: {}{} 5. 8184 0.037 487.52 KiB 0.011 1 84 ['Debug'] 0.986 Key {} is removed from metadata 6. 7542 0.034 212.82 KiB 0.005 1 65 ['Debug'] 0.001 Processed in {} sec. 7. 7255 0.033 418.01 KiB 0.009 1 266 ['Debug'] 0.008 Submitting key {} for removal 8. 5999 0.027 269.20 KiB 0.006 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 9. 4887 0.022 411.59 KiB 0.009 3 351 ['Debug'] 0.997 {} Authenticating user '{}' from {} 10. 4885 0.022 548.61 KiB 0.012 3 351 ['Debug'] 0.997 {} Authenticated with global context as user {} 11. 4838 0.022 529.16 KiB 0.012 2 327 ['Debug'] 1 {} Creating session context with user_id: {} 12. 4556 0.021 1.07 MiB 0.024 1 81 ['Trace'] 0.002 Query {} to stage {}{} 13. 4550 0.021 399.90 KiB 0.009 3 248 ['Debug'] 0.996 {} Logout, user_id: {} 14. 4518 0.02 1.17 MiB 0.026 1 81 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 15. 4226 0.019 288.37 KiB 0.006 1 4 ['Trace'] 0 Access denied: {}{} 16. 3306 0.015 263.73 KiB 0.006 1 63 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 17. 3279 0.015 107.96 KiB 0.002 1 77 ['Trace'] 1 TCP Request. Address: {} 18. 3276 0.015 301.77 KiB 0.007 1 77 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 19. 3244 0.015 85.54 KiB 0.002 1 75 ['Debug'] 1 Done processing connection. 20. 2940 0.013 278.05 KiB 0.006 1 25 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 21. 2844 0.013 321.19 KiB 0.007 1 24 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 22. 2210 0.01 153.60 KiB 0.003 166 495 ['Trace'] 0.792 Trying to reserve {} using storage policy from min volume index {} 23. 2193 0.01 295.54 KiB 0.006 1 136 ['Information'] 0 Sorting and writing part of data into temporary file {} 24. 2192 0.01 380.65 KiB 0.008 1 132 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 25. 2167 0.01 106.33 KiB 0.002 1 234 ['Debug'] 0.25 Peak memory usage{}: {}. 26. 2017 0.009 8.43 MiB 0.189 31 108 ['Error'] 0.22 Cannot schedule a task: {} (threads={}, jobs={}) 27. 1962 0.009 405.19 KiB 0.009 2 324 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 28. 1960 0.009 2.70 MiB 0.06 2 324 ['Trace'] 1 Request URI: {} 29. 1835 0.008 215.13 KiB 0.005 154 167 ['Trace'] 0.668 Renaming temporary part {} to {} with tid {}. 30. 1832 0.008 86.59 KiB 0.002 1 162 ['Trace'] 0.623 filled checksums {} 31. 1753 0.008 151.07 KiB 0.003 31 29 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 32. 1627 0.007 398.26 KiB 0.009 1 56 ['Debug'] 0 Written part in {:.3f} sec., {} rows, {} uncompressed, {} compressed, {:.3f} uncompressed bytes per row, {:.3f} compressed bytes per row, compression rate: {:.3f} ({:.3f} rows/sec., {}/sec. uncompressed, {}/sec. compressed) 33. 1625 0.007 72.19 KiB 0.002 1 56 ['Debug'] 0 Max size of temporary block: {} rows, {}. 34. 1622 0.007 218.59 KiB 0.005 1 55 ['Debug'] 0 Writing part of aggregation data into temporary file {} 35. 1385 0.006 28.40 KiB 0.001 2 199 ['Debug'] 0.131 Done processing query 36. 1340 0.006 121.15 KiB 0.003 1 289 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 37. 1250 0.006 27.81 KiB 0.001 863 470 ['Trace'] 1 Execution took {} ms. 38. 1169 0.005 67.58 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 39. 1168 0.005 41.59 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {} 40. 1152 0.005 56.83 KiB 0.001 1 103 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 41. 1151 0.005 172.59 KiB 0.004 1 102 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 42. 1134 0.005 75.30 KiB 0.002 1 93 ['Debug'] 0 Will kill query {} (synchronously) 43. 1090 0.005 32.19 KiB 0.001 1 272 ['Trace'] 0 Aggregation method: {} 44. 1020 0.005 78.69 KiB 0.002 1 98 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 45. 968 0.004 1.12 MiB 0.025 1 207 ['Debug'] 0.957 Objects with paths [{}] were removed from S3 46. 902 0.004 76.94 KiB 0.002 313 419 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 47. 883 0.004 25.69 KiB 0.001 1 75 ['Trace'] 0.007 {} -> {} 48. 809 0.004 1.99 MiB 0.045 1 153 ['Debug'] 0.965 metadata and objects were removed for [{}], only metadata were removed for [{}]. 49. 785 0.004 45.23 KiB 0.001 1 12 ['Trace'] 0.962 Loading config file '{}'. 50. 783 0.004 145.13 KiB 0.003 1 19 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 51. 769 0.003 59.47 KiB 0.001 1 24 ['Trace'] 0.009 {}Join data is being destroyed, {} bytes and {} rows in hash table 52. 752 0.003 90.71 KiB 0.002 1 2 ['Trace'] 1 Creating part at path {} 53. 746 0.003 315.53 KiB 0.007 2 5 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {} 54. 743 0.003 67.27 KiB 0.001 418 310 ['Debug'] 0.003 Creating shared ID for table {} 55. 741 0.003 231.27 KiB 0.005 670 207 ['Information'] 0.059 Setting download as failed: {} 56. 700 0.003 12.30 KiB 0 698 325 ['Debug'] 0.01 Loading data parts 57. 675 0.003 15.16 KiB 0 675 324 ['Debug'] 0.01 There are no data parts 58. 637 0.003 78.47 KiB 0.002 1 1 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 59. 606 0.003 6.51 KiB 0 1 212 ['Trace'] 0 Aggregating 60. 605 0.003 104.73 KiB 0.002 1 182 ['Debug'] 0.45 Recursively remove path {}: metadata and objects were removed for [{}], only metadata were removed for [{}]. 61. 581 0.003 29.68 KiB 0.001 37 351 ['Debug'] 0.947 Selected {} parts from {} to {} 62. 577 0.003 40.28 KiB 0.001 1 149 ['Debug'] 1 Finish load job '{}' with status {} 63. 577 0.003 13.52 KiB 0 1 222 ['Debug'] 1 Stop worker in {} 64. 577 0.003 41.40 KiB 0.001 1 30 ['Debug'] 0 Schedule load job '{}' into {} 65. 577 0.003 39.71 KiB 0.001 1 149 ['Debug'] 1 Execute load job '{}' in {} 66. 577 0.003 19.72 KiB 0 1 177 ['Debug'] 0.57 Spawn loader worker #{} in {} 67. 566 0.003 45.21 KiB 0.001 1 30 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 68. 566 0.003 18.98 KiB 0 1 30 ['Debug'] 0 Selected MergeAlgorithm: {} 69. 565 0.003 24.28 KiB 0.001 1 197 ['Trace'] 0.004 Reading blocks of partially aggregated data. 70. 561 0.003 31.25 KiB 0.001 1 199 ['Debug'] 0.004 Read {} blocks of partially aggregated data, total {} rows. 71. 561 0.003 25.75 KiB 0.001 1 199 ['Trace'] 0.004 Merging partially aggregated single-level data. 72. 561 0.003 25.20 KiB 0.001 1 199 ['Trace'] 0.004 Merged partially aggregated single-level data. 73. 561 0.003 59.60 KiB 0.001 1 199 ['Debug'] 0.004 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 74. 561 0.003 19.72 KiB 0 1 199 ['Trace'] 0.004 Converting aggregated data to blocks 75. 514 0.002 14.69 KiB 0 105 56 ['Debug'] 0.006 Key condition: {} 76. 513 0.002 56.73 KiB 0.001 22 32 ['Debug'] 1 Fetching part {} from {}:{} 77. 512 0.002 1.06 MiB 0.024 2 23 ['Error'] 0 Query was cancelled 78. 509 0.002 40.63 KiB 0.001 464 178 ['Trace'] 0.053 No space left in cache to reserve {} bytes, will continue without cache download 79. 509 0.002 14.91 KiB 0 331 367 ['Debug'] 0.982 Updating strategy picker state 80. 504 0.002 68.21 KiB 0.001 1 23 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 81. 492 0.002 4.32 KiB 0 2 30 ['Trace'] 0 No tables 82. 489 0.002 16.23 KiB 0 1 175 ['Debug'] 0.501 Change current priority: {} -> {} 83. 472 0.002 42.76 KiB 0.001 31 261 ['Trace'] 0.989 Insert entry {} to queue with type {} 84. 472 0.002 55.41 KiB 0.001 103 56 ['Debug'] 0.006 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 85. 426 0.002 33.92 KiB 0.001 1 89 ['Debug'] 0.554 Prioritize load job '{}': {} -> {} 86. 407 0.002 15.98 KiB 0 88 54 ['Debug'] 0.007 Reading approx. {} rows with {} streams 87. 406 0.002 17.84 KiB 0 244 237 ['Trace'] 0 Waiting for RestartingThread to startup table 88. 406 0.002 21.01 KiB 0 88 54 ['Trace'] 0.007 Spreading mark ranges among streams (default reading) 89. 393 0.002 26.87 KiB 0.001 392 310 ['Debug'] 0.003 Initializing table shared ID with {} 90. 391 0.002 11.38 KiB 0 21 155 ['Trace'] 0 Found {} range in {} steps 91. 391 0.002 11.39 KiB 0 21 155 ['Trace'] 0 Found (LEFT) boundary mark: {} 92. 391 0.002 11.79 KiB 0 21 155 ['Trace'] 0 Found (RIGHT) boundary mark: {} 93. 391 0.002 26.86 KiB 0.001 21 155 ['Trace'] 0 Running binary search on index range for part {} ({} marks) 94. 374 0.002 32.14 KiB 0.001 22 32 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 95. 374 0.002 10.60 KiB 0 22 32 ['Trace'] 1 Checking disk {} with type {} 96. 374 0.002 19.37 KiB 0 22 32 ['Trace'] 1 Disk {} (with type {}) supports zero-copy replication 97. 360 0.002 20.74 KiB 0 31 264 ['Debug'] 0.989 Pulling {} entries to queue: {} - {} 98. 355 0.002 9.01 KiB 0 31 260 ['Debug'] 0.989 Pulled {} entries to queue. 99. 355 0.002 49.27 KiB 0.001 31 275 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 100. 345 0.002 43.29 KiB 0.001 1 29 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}' Top messages without format string (fmt::runtime): count pattern runtime_message line 1. 40 CodeDBExceptionReceivedfromDBExc Code: 439. DB::Exception: Received from 127.0.0.4:9000. DB::Exception: Cannot schedule a task: fault injected (threads=4, jobs=4). Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x0000 ('/executeQuery.cpp',218) 2. 22 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 3. 8 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',218) 4. 2 FailedinsertionforqueryINSERTINT Failed insertion for query 'INSERT INTO FUNCTION remote('127.0.0.1', 'test_p8f79fjr', 'async_inserts') FORMAT Values': Code: 439. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Cannot schedule a task: fault injected (threads=65, jobs=4). Stack ('/Exception.cpp',222) 5. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50) 6. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:55158) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: ('/executeQuery.cpp',218) 7. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701) Top messages not matching their format strings: message_format_string count() any_message 1. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 100 /var/lib/clickhouse/disks/s3_disk/store/77f/77f577e8-f60a-48d2-ac4f-cfa2445bdcbd/tmp_merge_201403_20_25_1/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2. 2 std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:55158) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: select * from file(corrupted.avro)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(String const&) @ 0x000000004142a48e 1. ./contrib/avro/lang/c++/api/Exception.hh:37: avro::DataFileReaderBase::readDataBlock() @ 0x000000003d2a91af 2. ./build_docker/./contrib/avro/lang/c++/impl/DataFile.cc:362: avro::DataFileReaderBase::hasMore() @ 0x000000003d2aa2b0 3. ./build_docker/./src/Processors/Formats/Impl/AvroRowInputFormat.cpp:0: DB::AvroRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x0000000032960e63 4. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:0: DB::IRowInputFormat::read() @ 0x00000000329d1364 5. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003287a5a2 6. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x00000000328109d9 7. ./build_docker/./src/Processors/ISource.cpp:0: DB::ISource::work() @ 0x000000003280fba4 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:0: DB::ExecutionThreadContext::executeTask() @ 0x000000003285e92e 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003283d5d1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:150: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003283c812 11. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003286a956 12. ./build_docker/./src/Storages/StorageFile.cpp:1431: DB::StorageFileSource::generate() @ 0x00000000303c4cae 13. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x00000000328109d9 14. ./build_docker/./src/Processors/ISource.cpp:0: DB::ISource::work() @ 0x000000003280fba4 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:0: DB::ExecutionThreadContext::executeTask() @ 0x000000003285e92e 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003283f543 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:381: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000032840766 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001cd6119d 19. ./src/Common/ThreadPool.h:226: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001cd6b253 20. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001cd581a0 21. ./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*) @ 0x000000001cd653ad 22. asan_thread_start(void*) @ 0x000000000a7c5c1b 23. ? @ 0x00007f546933dac3 24. ? @ 0x00007f54693cf850 3. Query {} to stage {}{} 2 Query SELECT ignore(_CAST('x��ٙL�x�\b', 'String')) AS `ignore(decrypt('aes-128-ofb', [HIDDEN id: 1], [HIDDEN id: 2]))` FROM system.one AS __table1 to stage Complete 4. Query {} from stage {} to stage {}{} 2 Query SELECT ignore(_CAST('x��ٙL�x�\b', 'String')) AS `ignore(decrypt('aes-128-ofb', [HIDDEN id: 1], [HIDDEN id: 2]))` FROM system.one AS __table1 from stage FetchColumns to stage Complete Top short messages: c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 1. 3 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt32(size = 1) UInt32(size = 1) UInt32(size = 1)' 78 Top messages by level: (0.009118733413806042,'Cannot schedule a task: {} (threads={}, jobs={})') Error (0.00016275379419782723,'Client has gone away.') Warning (0.05877672439905422,'WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}.') Information (0.04476181434313021,'(from {}{}{}){}{} {} (stage: {})') Debug (0.04424642732817042,'{} Creating query context from {} context, user_id: {}, parent context user: {}') Trace 2024-11-05 19:23:23,966 Stress test finished + echo -e 'Test script exit code\tOK\t\N\t' + rg -Fa 'No queries hung' /test_output/test_results.tsv + grep -Fa OK No queries hung OK \N + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=2929 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Sent terminate signal to process with pid 2929. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2929. The process with pid = 2929 does not exist. Server stopped + 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 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "PUT /devstoreaccount1/cont/sciblytvjrytxkuidqowbhidhzjdpzvc?blockid=xouqpstwsqnyqgyuvdkxsphemaujlemjbdpshbbywuccwilgbntmbwsslqbwzftt&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "PUT /devstoreaccount1/cont/sciblytvjrytxkuidqowbhidhzjdpzvc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "GET /devstoreaccount1/cont/sciblytvjrytxkuidqowbhidhzjdpzvc HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "GET /devstoreaccount1/cont/sciblytvjrytxkuidqowbhidhzjdpzvc HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:23:33 +0000] "DELETE /devstoreaccount1/cont/sciblytvjrytxkuidqowbhidhzjdpzvc HTTP/1.1" 202 - + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "PUT /devstoreaccount1/cont/vvmoqswujnilfsyyntpdkwdqbdgdgfit?blockid=fjyzbiqdlfwqhklhqmunmepzyuzleuaejnpcnfduuoffdpeqjbhgcpmpuhgxndrc&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "PUT /devstoreaccount1/cont/vvmoqswujnilfsyyntpdkwdqbdgdgfit?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "GET /devstoreaccount1/cont/vvmoqswujnilfsyyntpdkwdqbdgdgfit HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "GET /devstoreaccount1/cont/vvmoqswujnilfsyyntpdkwdqbdgdgfit HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:23:40 +0000] "DELETE /devstoreaccount1/cont/vvmoqswujnilfsyyntpdkwdqbdgdgfit HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "PUT /devstoreaccount1/cont/xnjufvjwmwplpwoxomdqyzazivuaxwor?blockid=bddtrcblidyllandiryjvzraistsfkbwhcndtirplgbbngjijsorwexinhkdfmho&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "PUT /devstoreaccount1/cont/xnjufvjwmwplpwoxomdqyzazivuaxwor?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "GET /devstoreaccount1/cont/xnjufvjwmwplpwoxomdqyzazivuaxwor HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "GET /devstoreaccount1/cont/xnjufvjwmwplpwoxomdqyzazivuaxwor HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:23:46 +0000] "DELETE /devstoreaccount1/cont/xnjufvjwmwplpwoxomdqyzazivuaxwor HTTP/1.1" 202 - + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:23:52 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:23:52 +0000] "PUT /devstoreaccount1/cont/zcjtbiioaahpiqzjlyrncyrghatctjmt?blockid=qyzfyowpmwbsonqvqruvgnzynkyooosatnjlwwyriiwwliixixfrbsqidwodoqbb&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:53 +0000] "PUT /devstoreaccount1/cont/zcjtbiioaahpiqzjlyrncyrghatctjmt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:53 +0000] "GET /devstoreaccount1/cont/zcjtbiioaahpiqzjlyrncyrghatctjmt HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:23:53 +0000] "GET /devstoreaccount1/cont/zcjtbiioaahpiqzjlyrncyrghatctjmt HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:23:53 +0000] "DELETE /devstoreaccount1/cont/zcjtbiioaahpiqzjlyrncyrghatctjmt HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "PUT /devstoreaccount1/cont/hizvepjefattigubgjkhcfkzrginguzs?blockid=aswvdrcqtvjbsxockawmavbuoksozetvurkgmlaohpfinmcsnizakfdxkcwavmne&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "PUT /devstoreaccount1/cont/hizvepjefattigubgjkhcfkzrginguzs?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "GET /devstoreaccount1/cont/hizvepjefattigubgjkhcfkzrginguzs HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "GET /devstoreaccount1/cont/hizvepjefattigubgjkhcfkzrginguzs HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:23:59 +0000] "DELETE /devstoreaccount1/cont/hizvepjefattigubgjkhcfkzrginguzs HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "PUT /devstoreaccount1/cont/lgzxjuztqjdthrruwsdqamidboplrukm?blockid=yxiqmjmngtyzpupfdcvwrsfrparlfqfkhecwawxqlguuqhaljbudvckcfljmylzs&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "PUT /devstoreaccount1/cont/lgzxjuztqjdthrruwsdqamidboplrukm?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "GET /devstoreaccount1/cont/lgzxjuztqjdthrruwsdqamidboplrukm HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "GET /devstoreaccount1/cont/lgzxjuztqjdthrruwsdqamidboplrukm HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:05 +0000] "DELETE /devstoreaccount1/cont/lgzxjuztqjdthrruwsdqamidboplrukm HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:12 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:12 +0000] "PUT /devstoreaccount1/cont/rrbvbrrbiaoiukdivdyzmhuixqesaswj?blockid=ucxyxqosmloceshtnawcerlsaxfhxknuixrsvmjiqjrcmykqvajsquyhbzdktpjr&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:13 +0000] "PUT /devstoreaccount1/cont/rrbvbrrbiaoiukdivdyzmhuixqesaswj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:13 +0000] "GET /devstoreaccount1/cont/rrbvbrrbiaoiukdivdyzmhuixqesaswj HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:13 +0000] "GET /devstoreaccount1/cont/rrbvbrrbiaoiukdivdyzmhuixqesaswj HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:13 +0000] "DELETE /devstoreaccount1/cont/rrbvbrrbiaoiukdivdyzmhuixqesaswj HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "PUT /devstoreaccount1/cont/rbyofvlvefrulzbbesdudeggnbbtdevp?blockid=msaqgkljmzswyoihnlrpcnfdhwtjbhccavqelxtgfqbejjswuwffpdrpqiccdbmb&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "PUT /devstoreaccount1/cont/rbyofvlvefrulzbbesdudeggnbbtdevp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "GET /devstoreaccount1/cont/rbyofvlvefrulzbbesdudeggnbbtdevp HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "GET /devstoreaccount1/cont/rbyofvlvefrulzbbesdudeggnbbtdevp HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:19 +0000] "DELETE /devstoreaccount1/cont/rbyofvlvefrulzbbesdudeggnbbtdevp HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "PUT /devstoreaccount1/cont/qqokwlyxxuvdkzoubkzsfzvrhdaxppuj?blockid=lgoggjcuajmxgnsulartllddqcgnazknnqvfwpvibijcllvdaftkzwofyozsxdjp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "PUT /devstoreaccount1/cont/qqokwlyxxuvdkzoubkzsfzvrhdaxppuj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "GET /devstoreaccount1/cont/qqokwlyxxuvdkzoubkzsfzvrhdaxppuj HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "GET /devstoreaccount1/cont/qqokwlyxxuvdkzoubkzsfzvrhdaxppuj HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:26 +0000] "DELETE /devstoreaccount1/cont/qqokwlyxxuvdkzoubkzsfzvrhdaxppuj 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "PUT /devstoreaccount1/cont/sgkzxrwhygwfvrhzbctmtjjamitplhpb?blockid=ukowwnsahdkmpymsmyqhdxnhhdgtxycdsafsxefpgqohrrznegcfdhxcwxsgwodj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "PUT /devstoreaccount1/cont/sgkzxrwhygwfvrhzbctmtjjamitplhpb?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "GET /devstoreaccount1/cont/sgkzxrwhygwfvrhzbctmtjjamitplhpb HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "GET /devstoreaccount1/cont/sgkzxrwhygwfvrhzbctmtjjamitplhpb HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:33 +0000] "DELETE /devstoreaccount1/cont/sgkzxrwhygwfvrhzbctmtjjamitplhpb HTTP/1.1" 202 - + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 34 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=35 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 35 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=36 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "PUT /devstoreaccount1/cont/mmxvtykextdcmdjstngneaboezquryzb?blockid=qsruoxbwdzbtiuwcvklujelmzafssnlrkwdtvvvlvqcgtxmacheygibjelnfhmod&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "PUT /devstoreaccount1/cont/mmxvtykextdcmdjstngneaboezquryzb?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "GET /devstoreaccount1/cont/mmxvtykextdcmdjstngneaboezquryzb HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "GET /devstoreaccount1/cont/mmxvtykextdcmdjstngneaboezquryzb HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:39 +0000] "DELETE /devstoreaccount1/cont/mmxvtykextdcmdjstngneaboezquryzb HTTP/1.1" 202 - + 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 + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "PUT /devstoreaccount1/cont/mhdtxigxlwhcfcuewikajbfomcbduuei?blockid=czhamaomfvidbfusrdmunukhqsbixvdnykkuzusueayuelduetyvnngeeylwwbmy&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "PUT /devstoreaccount1/cont/mhdtxigxlwhcfcuewikajbfomcbduuei?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "GET /devstoreaccount1/cont/mhdtxigxlwhcfcuewikajbfomcbduuei HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "GET /devstoreaccount1/cont/mhdtxigxlwhcfcuewikajbfomcbduuei HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:46 +0000] "DELETE /devstoreaccount1/cont/mhdtxigxlwhcfcuewikajbfomcbduuei HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "PUT /devstoreaccount1/cont/nessnliujnnzvrunkakbamzenspjtcrg?blockid=xjsgappxnzcsxcwudlcqirhjswmryijvbfncuydqgyxdpepqjtktkzpxatqnwkjf&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "PUT /devstoreaccount1/cont/nessnliujnnzvrunkakbamzenspjtcrg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "GET /devstoreaccount1/cont/nessnliujnnzvrunkakbamzenspjtcrg HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "GET /devstoreaccount1/cont/nessnliujnnzvrunkakbamzenspjtcrg HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:24:53 +0000] "DELETE /devstoreaccount1/cont/nessnliujnnzvrunkakbamzenspjtcrg HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "PUT /devstoreaccount1/cont/deijwvbvbvqvgaxesyoefdpxnbjdisdf?blockid=dfztmqfdpdppgjnstputcjsysxpnvwzygealcenmfuvljkqsxoqjnibdjbyfrwla&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "PUT /devstoreaccount1/cont/deijwvbvbvqvgaxesyoefdpxnbjdisdf?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "GET /devstoreaccount1/cont/deijwvbvbvqvgaxesyoefdpxnbjdisdf HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "GET /devstoreaccount1/cont/deijwvbvbvqvgaxesyoefdpxnbjdisdf HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:00 +0000] "DELETE /devstoreaccount1/cont/deijwvbvbvqvgaxesyoefdpxnbjdisdf HTTP/1.1" 202 - + 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 + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "PUT /devstoreaccount1/cont/mgwflaodfpjmyvzmikpdfscitvbaevaf?blockid=zlaigzmbrzhfphmupyeemuugorvngvoplomizvpsgmmkjrvvppvznkcejtxjdhbr&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "PUT /devstoreaccount1/cont/mgwflaodfpjmyvzmikpdfscitvbaevaf?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "GET /devstoreaccount1/cont/mgwflaodfpjmyvzmikpdfscitvbaevaf HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "GET /devstoreaccount1/cont/mgwflaodfpjmyvzmikpdfscitvbaevaf HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:07 +0000] "DELETE /devstoreaccount1/cont/mgwflaodfpjmyvzmikpdfscitvbaevaf HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "PUT /devstoreaccount1/cont/jkasjeokhcaxffgjozarrkpepgqrbhyo?blockid=fctabkxdztgfbqznilleohrmlaaqfyjwplyhsrgijnhgostwfizbltvegtdtxefd&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "PUT /devstoreaccount1/cont/jkasjeokhcaxffgjozarrkpepgqrbhyo?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "GET /devstoreaccount1/cont/jkasjeokhcaxffgjozarrkpepgqrbhyo HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "GET /devstoreaccount1/cont/jkasjeokhcaxffgjozarrkpepgqrbhyo HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:14 +0000] "DELETE /devstoreaccount1/cont/jkasjeokhcaxffgjozarrkpepgqrbhyo HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "PUT /devstoreaccount1/cont/rzsayoyjjzhfmdycjejxidynjhvgbsdv?blockid=tkcjzvblvpsizaajrfzumqcnyrxjdukxyjlpeylnsdmphswczpnaikxzrneyufjw&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "PUT /devstoreaccount1/cont/rzsayoyjjzhfmdycjejxidynjhvgbsdv?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "GET /devstoreaccount1/cont/rzsayoyjjzhfmdycjejxidynjhvgbsdv HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "GET /devstoreaccount1/cont/rzsayoyjjzhfmdycjejxidynjhvgbsdv HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:22 +0000] "DELETE /devstoreaccount1/cont/rzsayoyjjzhfmdycjejxidynjhvgbsdv HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "PUT /devstoreaccount1/cont/bvskxycikwmcaahwbihmmqpgezxnozhi?blockid=prguzulftecppdhmdcqpsayfvvndtershtwhxhkpplkcrgobhppqwcywtkztzspi&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "PUT /devstoreaccount1/cont/bvskxycikwmcaahwbihmmqpgezxnozhi?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "GET /devstoreaccount1/cont/bvskxycikwmcaahwbihmmqpgezxnozhi HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "GET /devstoreaccount1/cont/bvskxycikwmcaahwbihmmqpgezxnozhi HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:29 +0000] "DELETE /devstoreaccount1/cont/bvskxycikwmcaahwbihmmqpgezxnozhi 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "PUT /devstoreaccount1/cont/priwarawhsluuzdxtyzhzaadwxsnoswt?blockid=fwbnwuqsydnmvijorpmpghxpwyavcqlnqnvizmmpcfrrsjyvedqeafwxdeaslakj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "PUT /devstoreaccount1/cont/priwarawhsluuzdxtyzhzaadwxsnoswt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "GET /devstoreaccount1/cont/priwarawhsluuzdxtyzhzaadwxsnoswt HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "GET /devstoreaccount1/cont/priwarawhsluuzdxtyzhzaadwxsnoswt HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:36 +0000] "DELETE /devstoreaccount1/cont/priwarawhsluuzdxtyzhzaadwxsnoswt HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "PUT /devstoreaccount1/cont/uqznauwswrcnurleqrtdqrsqlyzemnrt?blockid=ezdyvggrczqyxhsteyrzpwnaybhanansqatzipgjkfppcifxqmfqeizjvegpekkb&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "PUT /devstoreaccount1/cont/uqznauwswrcnurleqrtdqrsqlyzemnrt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "GET /devstoreaccount1/cont/uqznauwswrcnurleqrtdqrsqlyzemnrt HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "GET /devstoreaccount1/cont/uqznauwswrcnurleqrtdqrsqlyzemnrt HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:43 +0000] "DELETE /devstoreaccount1/cont/uqznauwswrcnurleqrtdqrsqlyzemnrt HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 76 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "PUT /devstoreaccount1/cont/toffzavgfbielhzzejljurwsgmzizdlc?blockid=ljeixaudqonoszxrdvohiewhoaxshmbhpwdcopsqfnjgxgubmywetesgvtucdepc&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "PUT /devstoreaccount1/cont/toffzavgfbielhzzejljurwsgmzizdlc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "GET /devstoreaccount1/cont/toffzavgfbielhzzejljurwsgmzizdlc HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "GET /devstoreaccount1/cont/toffzavgfbielhzzejljurwsgmzizdlc HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:51 +0000] "DELETE /devstoreaccount1/cont/toffzavgfbielhzzejljurwsgmzizdlc 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 80 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "PUT /devstoreaccount1/cont/rbzhugrfeqaremjorxjksdiolnqijncw?blockid=zwfavwowjoftbnwpiujibpiqvnfovwmwgckegzpdtpqbgfgoqqszszwnvmyhwxyn&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "PUT /devstoreaccount1/cont/rbzhugrfeqaremjorxjksdiolnqijncw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "GET /devstoreaccount1/cont/rbzhugrfeqaremjorxjksdiolnqijncw HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "GET /devstoreaccount1/cont/rbzhugrfeqaremjorxjksdiolnqijncw HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:25:58 +0000] "DELETE /devstoreaccount1/cont/rbzhugrfeqaremjorxjksdiolnqijncw HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 84 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "PUT /devstoreaccount1/cont/ljpsmywxrpidzuhuecstsmsgxwyezvlg?blockid=dlgqpxsckvbxbyreanxiiqpjbzptvmhyibzyqazbtqeegchiexhswpntdxkbrsje&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "PUT /devstoreaccount1/cont/ljpsmywxrpidzuhuecstsmsgxwyezvlg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "GET /devstoreaccount1/cont/ljpsmywxrpidzuhuecstsmsgxwyezvlg HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "GET /devstoreaccount1/cont/ljpsmywxrpidzuhuecstsmsgxwyezvlg HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:05 +0000] "DELETE /devstoreaccount1/cont/ljpsmywxrpidzuhuecstsmsgxwyezvlg HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 88 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "PUT /devstoreaccount1/cont/qnqlffswjlugljnktwtxvnautsybbqcp?blockid=hbwtkkbvyrcgbkdzqilxqccygqfbaxgrijpntxfakzwygdegaspjjyujiycsskfk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "PUT /devstoreaccount1/cont/qnqlffswjlugljnktwtxvnautsybbqcp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "GET /devstoreaccount1/cont/qnqlffswjlugljnktwtxvnautsybbqcp HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "GET /devstoreaccount1/cont/qnqlffswjlugljnktwtxvnautsybbqcp HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:13 +0000] "DELETE /devstoreaccount1/cont/qnqlffswjlugljnktwtxvnautsybbqcp 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 92 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "PUT /devstoreaccount1/cont/grsncsrnktabstfsamqgknhgqdvkkpjk?blockid=irtnpwexbuxznebsqsykeigwnwibajfkbcyeogsrimeqcjajflztzgsxmkmcrztm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "PUT /devstoreaccount1/cont/grsncsrnktabstfsamqgknhgqdvkkpjk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "GET /devstoreaccount1/cont/grsncsrnktabstfsamqgknhgqdvkkpjk HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "GET /devstoreaccount1/cont/grsncsrnktabstfsamqgknhgqdvkkpjk HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:20 +0000] "DELETE /devstoreaccount1/cont/grsncsrnktabstfsamqgknhgqdvkkpjk HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 97 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "PUT /devstoreaccount1/cont/yycjcwumrrdrcpxzsuftjcylhghbuiqw?blockid=otrwyrihwkyakszywrihahjqfbqegfeodmdojlosityjaqcnahyybhpgjyqivapk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "PUT /devstoreaccount1/cont/yycjcwumrrdrcpxzsuftjcylhghbuiqw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "GET /devstoreaccount1/cont/yycjcwumrrdrcpxzsuftjcylhghbuiqw HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "GET /devstoreaccount1/cont/yycjcwumrrdrcpxzsuftjcylhghbuiqw HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:27 +0000] "DELETE /devstoreaccount1/cont/yycjcwumrrdrcpxzsuftjcylhghbuiqw HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 102 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "PUT /devstoreaccount1/cont/dmqnijtkdaxgvweaaffqtrddzwuqpzfv?blockid=tflktjnzbyiaaqwwvheyuknrunzelmbmjfjhxttkzoaxhtykkiznmfcrzfifvqkz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "PUT /devstoreaccount1/cont/dmqnijtkdaxgvweaaffqtrddzwuqpzfv?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "GET /devstoreaccount1/cont/dmqnijtkdaxgvweaaffqtrddzwuqpzfv HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "GET /devstoreaccount1/cont/dmqnijtkdaxgvweaaffqtrddzwuqpzfv HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:35 +0000] "DELETE /devstoreaccount1/cont/dmqnijtkdaxgvweaaffqtrddzwuqpzfv HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 106 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "PUT /devstoreaccount1/cont/vmryslpalnteszufdofzenweosxjkjgz?blockid=omdwhzorraelmgdrnsxbocfclqazbiaqklnjsmqacsjruojnkdlatmcfahlrhgvk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "PUT /devstoreaccount1/cont/vmryslpalnteszufdofzenweosxjkjgz?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "GET /devstoreaccount1/cont/vmryslpalnteszufdofzenweosxjkjgz HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "GET /devstoreaccount1/cont/vmryslpalnteszufdofzenweosxjkjgz HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:43 +0000] "DELETE /devstoreaccount1/cont/vmryslpalnteszufdofzenweosxjkjgz 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 111 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "PUT /devstoreaccount1/cont/zgwxzdgrlmuoxuaucizrbudzbukyrtml?blockid=akxxwxadjwxruwctktynjgwywcqiknxkoytjjcjotoptmipcvadjgvocntbpyhpy&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "PUT /devstoreaccount1/cont/zgwxzdgrlmuoxuaucizrbudzbukyrtml?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "GET /devstoreaccount1/cont/zgwxzdgrlmuoxuaucizrbudzbukyrtml HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "GET /devstoreaccount1/cont/zgwxzdgrlmuoxuaucizrbudzbukyrtml HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:50 +0000] "DELETE /devstoreaccount1/cont/zgwxzdgrlmuoxuaucizrbudzbukyrtml HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 116 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "PUT /devstoreaccount1/cont/rsdoznguiokbdvbuowvcqzemmduohxsd?blockid=xrlyuywjfvopsjhuhpafomdbhsjzqjicigbybzezfibmkwbjpwxhzjkxuozkydbq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "PUT /devstoreaccount1/cont/rsdoznguiokbdvbuowvcqzemmduohxsd?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "GET /devstoreaccount1/cont/rsdoznguiokbdvbuowvcqzemmduohxsd HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "GET /devstoreaccount1/cont/rsdoznguiokbdvbuowvcqzemmduohxsd HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:26:57 +0000] "DELETE /devstoreaccount1/cont/rsdoznguiokbdvbuowvcqzemmduohxsd HTTP/1.1" 202 - + 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 + 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 reset by peer, while reading from socket ([::1]:9000): (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 [ 36679 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 37521 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 38375 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 39203 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 40029 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 40857 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 41731 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 42611 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 43483 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 44341 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 45216 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 46088 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 46965 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 47836 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 48730 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 49602 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 50467 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 51345 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 52211 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 53086 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 53948 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 54824 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 55695 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 56574 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 57443 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 58318 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 59203 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 60069 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 60950 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 61816 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_11.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_11.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n' + cat /var/log/clickhouse-server/stdout.log /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 61816. The process with pid = 61816 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 ==576==LeakSanitizer has encountered a fatal error. ==576==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==576==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 ==1486==LeakSanitizer has encountered a fatal error. ==1486==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==1486==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 ==2929==WARNING: ASan doesn't fully support makecontext/swapcontext functions and may produce false positives in some cases! Failed to write a log message: src/Storages/StorageReplicatedMergeTree.cpp:3291 Coordination error: Connection loss, path /02908/test_13/test_6/replicas/r2/partsFailed to write a log message: src/Storages/StorageReplicatedMergeTree.cpp:3291 Coordination error: Connection loss, path /02908/test_13/test_7/replicas/r2/partsFailed to write a log message: src/Storages/StorageReplicatedMergeTree.cpp:3291 Coordination error: Connection loss, path /02908/test_13/test_3/replicas/r2/partsLogging 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 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 2024.11.05 19:27:03.224125 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224136 [ 61816 ] {} Context: Shutdown disk s3_cache_02933 2024.11.05 19:27:03.224147 [ 61816 ] {} DiskObjectStorage(s3_disk): Shutting down disk s3_disk 2024.11.05 19:27:03.224158 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224169 [ 61816 ] {} Context: Shutdown disk s3_cache_02944 2024.11.05 19:27:03.224180 [ 61816 ] {} DiskObjectStorage(s3_disk): Shutting down disk s3_disk 2024.11.05 19:27:03.224191 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224202 [ 61816 ] {} Context: Shutdown disk s3_cache_multi 2024.11.05 19:27:03.224212 [ 61816 ] {} DiskObjectStorage(s3_disk): Shutting down disk s3_disk 2024.11.05 19:27:03.224223 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224234 [ 61816 ] {} Context: Shutdown disk s3_cache_multi_2 2024.11.05 19:27:03.224244 [ 61816 ] {} DiskObjectStorage(s3_disk): Shutting down disk s3_disk 2024.11.05 19:27:03.224256 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224265 [ 61816 ] {} Context: Shutdown disk s3_disk 2024.11.05 19:27:03.224276 [ 61816 ] {} DiskObjectStorage(s3_disk): Shutting down disk s3_disk 2024.11.05 19:27:03.224287 [ 61816 ] {} DiskObjectStorage(s3_disk): Disk s3_disk shut down 2024.11.05 19:27:03.224298 [ 61816 ] {} Context: Shutdown disk s3_disk_02944 2024.11.05 19:27:03.224309 [ 61816 ] {} DiskObjectStorage(s3_disk_02944): Shutting down disk s3_disk_02944 2024.11.05 19:27:03.224323 [ 61816 ] {} DiskObjectStorage(s3_disk_02944): Disk s3_disk_02944 shut down 2024.11.05 19:27:03.224334 [ 61816 ] {} Context: Shutdown disk s3_disk_02963 2024.11.05 19:27:03.224344 [ 61816 ] {} DiskObjectStorage(s3_disk_02963): Shutting down disk s3_disk_02963 2024.11.05 19:27:03.224356 [ 61816 ] {} DiskObjectStorage(s3_disk_02963): Disk s3_disk_02963 shut down 2024.11.05 19:27:03.224367 [ 61816 ] {} Context: Shutdown disk s3_plain_disk 2024.11.05 19:27:03.224378 [ 61816 ] {} DiskObjectStorage(s3_plain_disk): Shutting down disk s3_plain_disk 2024.11.05 19:27:03.224391 [ 61816 ] {} DiskObjectStorage(s3_plain_disk): Disk s3_plain_disk shut down 2024.11.05 19:27:03.224407 [ 61816 ] {} Context: Shutting down AccessControl 2024.11.05 19:27:03.224684 [ 61816 ] {} ZooKeeperClient: Finalizing session 39. finalization_started: false, queue_finished: false, reason: 'Destructor called' 2024.11.05 19:27:03.224910 [ 61818 ] {} KeeperTCPHandler: Received close event with xid 2147483647 for session id #39 2024.11.05 19:27:03.224960 [ 62451 ] {} KeeperDispatcher: Processing requests batch, size: 1, bytes: 0 2024.11.05 19:27:03.225153 [ 62457 ] {} KeeperLogStore: Flushing 1 logs 2024.11.05 19:27:03.225418 [ 61818 ] {} KeeperTCPHandler: Session #39 successfully closed 2024.11.05 19:27:03.225559 [ 61816 ] {} BackgroundSchedulePool/BgBufSchPool: Waiting for threads to finish. 2024.11.05 19:27:03.227615 [ 61816 ] {} BackgroundSchedulePool/BgSchPool: Waiting for threads to finish. 2024.11.05 19:27:03.227877 [ 61816 ] {} BackgroundSchedulePool/BgDistSchPool: Waiting for threads to finish. 2024.11.05 19:27:03.227992 [ 61816 ] {} BackgroundSchedulePool/BgMBSchPool: Waiting for threads to finish. 2024.11.05 19:27:03.228166 [ 61816 ] {} Application: Shut down storages. 2024.11.05 19:27:03.228191 [ 61816 ] {} Application: Waiting for current connections to servers for tables to finish. 2024.11.05 19:27:03.477258 [ 61816 ] {} Application: Closed all listening sockets. 2024.11.05 19:27:03.477332 [ 61816 ] {} Application: Closed connections to servers for tables. 2024.11.05 19:27:03.477355 [ 61816 ] {} KeeperDispatcher: Shutting down storage dispatcher 2024.11.05 19:27:03.974185 [ 61816 ] {} KeeperStateMachine: Creating snapshot 32231 2024.11.05 19:27:03.974236 [ 61816 ] {} KeeperStateMachine: Creating a snapshot during shutdown because 'create_snapshot_on_exit' is enabled. 2024.11.05 19:27:04.007199 [ 61816 ] {} KeeperStateMachine: Created persistent snapshot 32231 with path snapshot_32231.bin.zstd 2024.11.05 19:27:04.007260 [ 61816 ] {} KeeperStateMachine: Clearing garbage after snapshot 2024.11.05 19:27:04.007319 [ 61816 ] {} KeeperStateMachine: Cleared garbage after snapshot 2024.11.05 19:27:04.011986 [ 61816 ] {} KeeperLogStore: Shutting down Changelog 2024.11.05 19:27:04.012048 [ 62457 ] {} KeeperLogStore: Flushing 0 logs 2024.11.05 19:27:04.012356 [ 61816 ] {} KeeperSnapshotManagerS3: Shutting down KeeperSnapshotManagerS3 2024.11.05 19:27:04.012459 [ 61816 ] {} KeeperSnapshotManagerS3: KeeperSnapshotManagerS3 shut down 2024.11.05 19:27:04.012494 [ 61816 ] {} KeeperDispatcher: Dispatcher shut down 2024.11.05 19:27:04.012528 [ 61816 ] {} Context: Destructing remote fs threadpool reader 2024.11.05 19:27:04.012802 [ 61816 ] {} Context: Destructing local fs threadpool reader 2024.11.05 19:27:04.012831 [ 61816 ] {} Context: Destructing local fs threadpool reader 2024.11.05 19:27:04.012851 [ 61816 ] {} Context: Destructing threadpool writer 2024.11.05 19:27:04.013520 [ 61816 ] {} Context: Destructing marks loader 2024.11.05 19:27:04.116885 [ 61816 ] {} Application: Destroyed global context. 2024.11.05 19:27:04.116927 [ 61816 ] {} Application: Waiting for background threads 2024.11.05 19:27:04.367710 [ 61816 ] {} Application: Background threads finished in 250 ms 2024.11.05 19:27:04.378133 [ 61816 ] {} KeeperLogStore: Changelog is shut down 2024.11.05 19:27:04.378185 [ 61816 ] {} KeeperLogStore: Shutting down Changelog 2024.11.05 19:27:04.427465 [ 61816 ] {} Application: Code: 696. DB::Exception: Load job 'startup table test_11.wv' -> Code: 695. DB::Exception: Load job 'load table test_11.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_11`.`wv` from metadata file /var/lib/clickhouse/store/aaf/aafbfa38-7a44-4825-857d-441adcee0d44/wv.sql from query ATTACH WINDOW VIEW test_11.wv UUID '9a5ac391-cf23-4617-90d1-67e60e5b26da' TO test_11.dst (`count` UInt64, `w_end` DateTime('US/Samoa')) WATERMARK toIntervalSecond('2') ALLOWED_LATENESS toIntervalSecond('2') AS SELECT count(a) AS count, tumbleEnd(wid) AS w_end FROM test_11.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) @ 0x000000003a509d73 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001cb535b0 2. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x000000000a83423b 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) @ 0x00000000321353b3 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&) @ 0x00000000321668b8 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&) @ 0x0000000032151ffd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000003039d11d 7. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:120: DB::createTableFromAST(DB::ASTCreateQuery, String const&, String const&, std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000002b85f963 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) @ 0x000000002b8d60f0 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:717: ? @ 0x000000002b8edf02 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001d103920 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001cd6119d 12. ./src/Common/ThreadPool.h:226: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001cd6b253 13. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001cd581a0 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*) @ 0x000000001cd653ad 15. asan_thread_start(void*) @ 0x000000000a7c5c1b 16. ? @ 0x00007f7f0c8f5ac3 17. ? @ 0x00007f7f0c987850 (version 24.3.12.76.altinitystable (altinity build)). (ASYNC_LOAD_FAILED) (version 24.3.12.76.altinitystable (altinity build)). (ASYNC_LOAD_CANCELED), 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) @ 0x000000003a509d73 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001cb535b0 2. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000c5cf2f6 3. ./build_docker/./src/Common/AsyncLoader.cpp:73: DB::cancelOnDependencyFailure(std::shared_ptr const&, std::shared_ptr const&, std::exception_ptr&) @ 0x000000001d0eaf49 4. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001d0f965b 5. ./build_docker/./src/Common/AsyncLoader.cpp:0: DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) @ 0x000000001d10295e 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x000000001cd6119d 7. ./src/Common/ThreadPool.h:226: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x000000001cd6b253 8. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001cd581a0 9. ./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*) @ 0x000000001cd653ad 10. asan_thread_start(void*) @ 0x000000000a7c5c1b 11. ? @ 0x00007f7f0c8f5ac3 12. ? @ 0x00007f7f0c987850 (version 24.3.12.76.altinitystable (altinity build)) 2024.11.05 19:27:04.427621 [ 61816 ] {} Application: shutting down 2024.11.05 19:27:04.427638 [ 61816 ] {} Application: Uninitializing subsystem: Logging Subsystem 2024.11.05 19:27:04.428923 [ 61817 ] {} BaseDaemon: Received signal -2 2024.11.05 19:27:04.429054 [ 61817 ] {} BaseDaemon: Stop SignalListener thread + break + 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 cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory + gdb -batch -command script.gdb -p '' Argument required (process-id to attach). script.gdb:12: Error in sourced command file: The program is not being run. + 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 + '[' 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 Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' + exit 1