+ dmesg --clear + source /setup_export_logs.sh ++ CLICKHOUSE_CI_LOGS_CREDENTIALS=/tmp/export-logs-config.sh ++ CLICKHOUSE_CI_LOGS_USER=ci ++ CLICKHOUSE_CI_LOGS_CLUSTER=system_logs_export ++ EXTRA_COLUMNS='pull_request_number UInt32, commit_sha String, check_start_time DateTime('\''UTC'\''), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, ' ++ EXTRA_COLUMNS_EXPRESSION='CAST(0 AS UInt32) AS pull_request_number, '\'''\'' AS commit_sha, now() AS check_start_time, toLowCardinality('\'''\'') AS check_name, toLowCardinality('\'''\'') AS instance_type, '\'''\'' AS instance_id' ++ EXTRA_ORDER_BY_COLUMNS=check_name ++ EXTRA_COLUMNS_COVERAGE_LOG='pull_request_number UInt32, commit_sha String, check_start_time DateTime('\''UTC'\''), check_name LowCardinality(String), instance_type LowCardinality(String), instance_id String, INDEX ix_pr (pull_request_number) TYPE set(100), INDEX ix_commit (commit_sha) TYPE set(100), INDEX ix_check_time (check_start_time) TYPE minmax, symbols Array(LowCardinality(String)), ' ++ EXTRA_COLUMNS_EXPRESSION_COVERAGE_LOG='CAST(0 AS UInt32) AS pull_request_number, '\'''\'' AS commit_sha, now() AS check_start_time, toLowCardinality('\'''\'') AS check_name, toLowCardinality('\'''\'') AS instance_type, '\'''\'' AS instance_id, arrayDistinct(arrayMap(x -> demangle(addressToSymbol(x)), coverage))::Array(LowCardinality(String)) AS symbols' + ln -s /repo/tests/clickhouse-test /usr/bin/clickhouse-test + source /repo/tests/docker_scripts/attach_gdb.lib ++ source /repo/tests/docker_scripts/utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 ++ source /basic_helpers.sh + source /repo/tests/docker_scripts/stress_tests.lib ++ OK='\tOK\t\N\t' ++ FAIL='\tFAIL\t\N\t' ++ FAILURE_CONTEXT_LINES=100 ++ FAILURE_CONTEXT_MAX_LINE_WIDTH=3000 ++ source /basic_helpers.sh + source /repo/tests/docker_scripts/utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + install_packages package_folder + run_with_retry 3 dpkg -i package_folder/clickhouse-common-static_25.2.2.173926.altinityantalya_amd64.deb + local retries=3 + shift + local retry=0 + '[' 0 -ge 3 ']' + dpkg -i package_folder/clickhouse-common-static_25.2.2.173926.altinityantalya_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48703 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_25.2.2.173926.altinityantalya_amd64.deb ... Unpacking clickhouse-common-static (25.2.2.173926.altinityantalya) ... Setting up clickhouse-common-static (25.2.2.173926.altinityantalya) ... + return + run_with_retry 3 dpkg -i package_folder/clickhouse-common-static-dbg_25.2.2.173926.altinityantalya_amd64.deb + local retries=3 + shift + local retry=0 + '[' 0 -ge 3 ']' + dpkg -i package_folder/clickhouse-common-static-dbg_25.2.2.173926.altinityantalya_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48730 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_25.2.2.173926.altinityantalya_amd64.deb ... Unpacking clickhouse-common-static-dbg (25.2.2.173926.altinityantalya) ... Setting up clickhouse-common-static-dbg (25.2.2.173926.altinityantalya) ... + return + run_with_retry 3 dpkg -i package_folder/clickhouse-server_25.2.2.173926.altinityantalya_amd64.deb + local retries=3 + shift + local retry=0 + '[' 0 -ge 3 ']' + dpkg -i package_folder/clickhouse-server_25.2.2.173926.altinityantalya_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48737 files and directories currently installed.) Preparing to unpack .../clickhouse-server_25.2.2.173926.altinityantalya_amd64.deb ... Unpacking clickhouse-server (25.2.2.173926.altinityantalya) ... Setting up clickhouse-server (25.2.2.173926.altinityantalya) ... 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/' 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 + return + run_with_retry 3 dpkg -i package_folder/clickhouse-client_25.2.2.173926.altinityantalya_amd64.deb + local retries=3 + shift + local retry=0 + '[' 0 -ge 3 ']' + dpkg -i package_folder/clickhouse-client_25.2.2.173926.altinityantalya_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48754 files and directories currently installed.) Preparing to unpack .../clickhouse-client_25.2.2.173926.altinityantalya_amd64.deb ... Unpacking clickhouse-client (25.2.2.173926.altinityantalya) ... Setting up clickhouse-client (25.2.2.173926.altinityantalya) ... + return + 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 + /repo/tests/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /repo/tests/config/install.sh ++ cd /repo/tests/config ++ pwd -P + SRC_PATH=/repo/tests/config + '[' 0 -ge 2 ']' + FAST_TEST=0 + NO_AZURE=0 + [[ 0 -gt 0 ]] + echo 'Going to install test configs from /repo/tests/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /repo/tests/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /repo/tests/config/config.d/tmp.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/threadpool_writer_pool_size.yaml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' 0 '!=' 1 ']' + ln -sf /repo/tests/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/limits.yaml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /repo/tests/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/test_function.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/top_level_domains /etc/clickhouse-server/ + ln -sf /repo/tests/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/regions_names_es.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/server.key /etc/clickhouse-server/ + ln -sf /repo/tests/config/server.crt /etc/clickhouse-server/ + ln -sf /repo/tests/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /repo/tests/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 /repo/tests/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=42813440 + sed --follow-symlinks -i 's|[[:digit:]]\+|42813440|' /etc/clickhouse-server/config.d/keeper_port.xml + value=54171648 + sed --follow-symlinks -i 's|[[:digit:]]\+|54171648|' /etc/clickhouse-server/config.d/keeper_port.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /repo/tests/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ 1 == \1 ]] + [[ 0 != \1 ]] + ln -sf /repo/tests/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ '' == \1 ]] + [[ '' == \1 ]] + ln -sf /repo/tests/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value check_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value remove_recursive 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 use_xid_64 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 + 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 + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo Setting max_server_memory_usage_to_ram_ratio to 0.5 + total_mem=32086440 + total_mem=32856514560 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856954368 + echo 'Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G' + cat + cat + /repo/tests/docker_scripts/setup_minio.sh stateless + 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 minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/amd64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + ./minio server --address :11111 ./minio_data + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:45871 http://127.0.0.1:45871 Docs: https://min.io/docs/minio/linux/index.html + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./18325B63C06B7FC67dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 270 root 8u IPv4 27240 0t0 TCP localhost:11111 (LISTEN) minio 270 root 9u IPv6 27241 0t0 TCP *:11111 (LISTEN) minio 270 root 10u IPv6 27242 0t0 TCP localhost: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 attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /repo/tests/ + local query_dir=0_stateless + local test_path=/repo/tests/ + local data_path=/repo/tests//queries/0_stateless/data_minio + '[' -d /repo/tests//queries/0_stateless/data_minio ']' + ./mc cp --recursive /repo/tests//queries/0_stateless/data_minio/ clickminio/test/ `/repo/tests/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/repo/tests/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/repo/tests/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/repo/tests/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/repo/tests/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/repo/tests/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/repo/tests/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/repo/tests/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/repo/tests/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/repo/tests/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/repo/tests/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/repo/tests/queries/0_stateless/data_minio/03322_a.parquet` -> `clickminio/test/03322_a.parquet` `/repo/tests/queries/0_stateless/data_minio/03322_b.parquet` -> `clickminio/test/03322_b.parquet` `/repo/tests/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/repo/tests/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/repo/tests/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/repo/tests/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/repo/tests/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/repo/tests/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/repo/tests/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/repo/tests/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/repo/tests/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 41.32 MiB/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 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' 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 refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 39 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=41 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 41 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=42 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 42 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=43 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 43 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=44 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=45 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 45 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=46 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 46 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=47 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 47 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=48 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=49 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 49 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=50 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 50 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=51 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 51 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=53 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 53 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=54 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 54 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=55 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 55 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=56 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=57 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 57 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=58 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 58 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=59 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 59 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=60 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=61 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 61 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=62 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 62 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=63 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 63 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=64 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=65 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 65 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=66 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 66 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=67 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 67 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=68 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=69 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 69 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=70 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 70 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=71 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 71 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=72 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=73 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 73 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=74 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 74 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=75 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 75 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=76 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 76 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=77 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 77 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=78 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 78 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=79 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 79 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=80 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 80 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=81 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 81 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=82 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 82 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=83 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 83 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=84 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 84 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=85 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 85 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=86 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 86 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=87 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 87 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=88 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 88 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=89 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 89 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=90 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 90 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=91 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 91 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=92 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 92 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=93 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 93 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=94 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 94 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=95 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 95 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=96 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 96 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=97 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 97 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=98 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 98 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=99 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 99 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=100 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 100 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=101 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 101 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=102 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 102 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=103 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 103 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=104 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 104 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=105 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 105 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=106 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 106 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=107 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 107 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=108 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 108 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=109 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 109 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=110 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 110 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=111 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 111 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=112 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 112 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=113 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 113 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=114 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 114 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=115 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 115 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=116 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 116 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=117 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 117 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=118 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 118 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=119 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 119 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 120 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=121 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) Cannot start clickhouse-server + '[' 121 -gt 120 ']' + echo 'Cannot start clickhouse-server' + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log ++ 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, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 407 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 407 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 1296 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 1296 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 2181 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 2181 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 3070 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 3070 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 3961 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 3961 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n' + cat /var/log/clickhouse-server/stdout.log chown -R root: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'root' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + 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 Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log + tail -n100000 /var/log/clickhouse-server/clickhouse-server.log + rg -F -v -e ' RaftInstance:' -e ' RaftInstance' + tail -n100 + break + attach_gdb_to_clickhouse 2025.04.02 03:16:13.625008 [ 3961 ] {} AsynchronousInsertQueue: Shutting down the asynchronous insertion queue 2025.04.02 03:16:13.631823 [ 3961 ] {} AsynchronousInsertQueue: Asynchronous insertion queue finished 2025.04.02 03:16:13.632583 [ 3961 ] {} Context: Shutting down workload entity storage 2025.04.02 03:16:13.633340 [ 3961 ] {} Context: Shutting down named sessions 2025.04.02 03:16:13.635145 [ 3961 ] {} Context: Shutting down database catalog 2025.04.02 03:16:13.636119 [ 3961 ] {} DatabaseCatalog: Shutting down system databases 2025.04.02 03:16:13.640957 [ 3961 ] {} Context: Shutting down merges executor 2025.04.02 03:16:13.643582 [ 3961 ] {} Context: Shutting down fetches executor 2025.04.02 03:16:13.646056 [ 3961 ] {} Context: Shutting down moves executor 2025.04.02 03:16:13.647868 [ 3961 ] {} Context: Shutting down common executor 2025.04.02 03:16:13.649943 [ 3961 ] {} Context: Shutting down DDLWorker 2025.04.02 03:16:13.650641 [ 3961 ] {} Context: Shutting down caches 2025.04.02 03:16:13.652060 [ 3961 ] {} Context: Shutting down AccessControl 2025.04.02 03:16:13.657799 [ 3961 ] {} BackgroundSchedulePool/BgBufSchPool: Waiting for threads to finish. 2025.04.02 03:16:13.665847 [ 3961 ] {} BackgroundSchedulePool/BgSchPool: Waiting for threads to finish. 2025.04.02 03:16:13.837175 [ 3961 ] {} BackgroundSchedulePool/BgDistSchPool: Waiting for threads to finish. 2025.04.02 03:16:13.842569 [ 3961 ] {} BackgroundSchedulePool/BgMBSchPool: Waiting for threads to finish. 2025.04.02 03:16:13.856733 [ 3961 ] {} Application: Shut down storages. 2025.04.02 03:16:13.857390 [ 3961 ] {} Application: Waiting for current connections to servers for tables to finish. 2025.04.02 03:16:14.371517 [ 3961 ] {} Application: Closed all listening sockets. 2025.04.02 03:16:14.372334 [ 3961 ] {} Application: Closed connections to servers for tables. 2025.04.02 03:16:14.373727 [ 3961 ] {} KeeperDispatcher: Shutting down storage dispatcher 2025.04.02 03:16:14.616751 [ 4626 ] {} RaftInstance: failed to accept a rpc connection due to error 125, Operation canceled 2025.04.02 03:16:14.691114 [ 3961 ] {} KeeperLogStore: Shutting down Changelog 2025.04.02 03:16:14.696854 [ 4616 ] {} KeeperLogStore: Raft server is not set in LogStore. 2025.04.02 03:16:14.700841 [ 3961 ] {} KeeperSnapshotManagerS3: Shutting down KeeperSnapshotManagerS3 2025.04.02 03:16:14.709967 [ 3961 ] {} KeeperSnapshotManagerS3: KeeperSnapshotManagerS3 shut down 2025.04.02 03:16:14.710769 [ 3961 ] {} KeeperDispatcher: Dispatcher shut down 2025.04.02 03:16:14.737018 [ 3961 ] {} Context: Destructing remote fs threadpool reader 2025.04.02 03:16:14.738285 [ 3961 ] {} Context: Destructing local fs threadpool reader 2025.04.02 03:16:14.740177 [ 3961 ] {} Context: Destructing local fs threadpool reader 2025.04.02 03:16:14.740923 [ 3961 ] {} Context: Destructing threadpool writer 2025.04.02 03:16:14.793777 [ 3961 ] {} Application: Destroyed global context. 2025.04.02 03:16:14.796501 [ 3961 ] {} Application: Waiting for background threads 2025.04.02 03:16:15.171356 [ 3961 ] {} Application: Background threads finished in 374 ms 2025.04.02 03:16:15.180101 [ 3961 ] {} KeeperLogStore: Changelog is shut down 2025.04.02 03:16:15.180862 [ 3961 ] {} KeeperLogStore: Shutting down Changelog 2025.04.02 03:16:15.773900 [ 3961 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/__exception/exception.h:106: std::runtime_error::runtime_error(String const&) @ 0x0000000019f717f4 1. /build/contrib/azure/sdk/core/azure-core/src/exception.cpp:20: Azure::Core::RequestFailedException::RequestFailedException(String const&) @ 0x0000000018180189 2. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/http.hpp:66: Azure::Core::Http::CurlConnection::CurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, String const&, String const&) @ 0x000000001817be90 3. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634: Azure::Core::Http::_detail::CurlConnectionPool::ExtractOrCreateCurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, bool) @ 0x000000001817413d 4. /build/contrib/azure/sdk/core/azure-core/src/http/curl/curl.cpp:351: Azure::Core::Http::CurlTransport::Send(Azure::Core::Http::Request&, Azure::Core::Context const&) @ 0x0000000018172bd2 5. /build/contrib/azure/sdk/core/azure-core/src/http/transport_policy.cpp:121: Azure::Core::Http::Policies::_internal::TransportPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b210c 6. /build/contrib/azure/sdk/core/azure-core/src/http/log_policy.cpp:114: Azure::Core::Http::Policies::_internal::LogPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001818f6ca 7. /build/contrib/azure/sdk/core/azure-core/src/http/request_activity_policy.cpp:110: Azure::Core::Http::Policies::_internal::RequestActivityPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181afaec 8. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp:57: Azure::Storage::_internal::StoragePerRetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820dd09 9. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp:36: Azure::Storage::_internal::StorageSwitchToSecondaryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820e1d0 10. /build/contrib/azure/sdk/core/azure-core/src/http/retry_policy.cpp:146: Azure::Core::Http::Policies::_internal::RetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181ae689 11. /build/contrib/azure/sdk/core/azure-core/src/http/telemetry_policy.cpp:23: Azure::Core::Http::Policies::_internal::TelemetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b24eb 12. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp:453: Azure::Core::Http::Policies::_internal::RequestIdPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181a4669 13. /build/contrib/azure/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp:34: Azure::Storage::_internal::StorageServiceVersionPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181bc832 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/server/Server.cpp:2340: DB::Server::main(std::vector> const&) @ 0x000000000e19da24 (version 25.2.2.173926.altinityantalya.173926 (official build)) 2025.04.02 03:16:15.776286 [ 3961 ] {} Application: shutting down 2025.04.02 03:16:15.776968 [ 3961 ] {} Application: Uninitializing subsystem: Logging Subsystem 2025.04.02 03:16:15.845144 [ 3962 ] {} BaseDaemon: Received signal -2 2025.04.02 03:16:15.846746 [ 3962 ] {} BaseDaemon: Stop SignalListener thread 2025.04.02 03:16:16.092838 [ 4824 ] {} Application: Will watch for the process with pid 4828 2025.04.02 03:16:16.093047 [ 4828 ] {} Application: Forked a child process to watch 2025.04.02 03:16:16.093631 [ 4828 ] {} SentryWriter: Sending crash reports is disabled 2025.04.02 03:16:16.276415 [ 4828 ] {} Application: Starting ClickHouse 25.2.2.173926.altinityantalya.173926 (revision: 4294967295, git hash: 25f7c2a766916d92d37aee82d9defa5f14b86ec8, build id: 2CEA6F49F986D25BD2FE6B47EDC5DC2EBFBEF162), PID 4828 2025.04.02 03:16:16.276698 [ 4828 ] {} Application: starting up 2025.04.02 03:16:16.276718 [ 4828 ] {} Application: OS name: Linux, version: 5.15.0-130-generic, architecture: x86_64 2025.04.02 03:16:16.276896 [ 4828 ] {} Jemalloc: Value for background_thread set to true (from false) 2025.04.02 03:16:16.289428 [ 4828 ] {} Context: Server was built in debug mode. It will work slowly. 2025.04.02 03:16:16.290365 [ 4828 ] {} Context: ThreadFuzzer is enabled. Application will run slowly and unstable. 2025.04.02 03:16:16.292721 [ 4828 ] {} Application: Available RAM: 30.60 GiB; logical cores: 16; used cores: 16. 2025.04.02 03:16:16.293706 [ 4828 ] {} Application: Available CPU instruction sets: SSE, SSE2, SSE3, SSSE3, SSE41, SSE42, F16C, POPCNT, BMI1, BMI2, PCLMUL, AES, AVX, FMA, AVX2, SHA, ADX, RDRAND, RDSEED, RDTSCP, CLFLUSHOPT, CLWB, XSAVE, OSXSAVE 2025.04.02 03:16:16.295243 [ 4828 ] {} Pipe: Pipe capacity is 1.00 MiB 2025.04.02 03:16:16.358807 [ 4828 ] {} CgroupsReader: Will create cgroup reader from '/sys/fs/cgroup/' (cgroups version: v2) 2025.04.02 03:16:16.364956 [ 4828 ] {} AsynchronousMetrics: Scanning /sys/class/thermal 2025.04.02 03:16:16.365657 [ 4828 ] {} AsynchronousMetrics: Scanning /sys/block 2025.04.02 03:16:16.367366 [ 4828 ] {} AsynchronousMetrics: Scanning /sys/devices/system/edac 2025.04.02 03:16:16.368076 [ 4828 ] {} AsynchronousMetrics: Scanning /sys/class/hwmon 2025.04.02 03:16:16.784585 [ 3957 ] {} Application: Child process exited normally with code 233. 2025.04.02 03:16:17.621119 [ 4828 ] {} Application: Integrity check of the executable successfully passed (checksum: F39C8100965883DAE696978203C992C4) 2025.04.02 03:16:17.631277 [ 4828 ] {} Application: Will do mlock to prevent executable memory from being paged out. It may take a few seconds. 2025.04.02 03:16:17.670225 [ 4828 ] {} Application: The memory map of clickhouse executable has been mlock'ed, total 277.74 MiB 2025.04.02 03:16:17.671636 [ 4828 ] {} MemoryWorker: Starting background memory thread with period of 50ms, using Cgroups as source 2025.04.02 03:16:17.703341 [ 4828 ] {} Application: Set OOM score adjustment to 555 2025.04.02 03:16:17.784994 [ 4828 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 512 threads ++ clickhouse local --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals # safeExit is called if graceful shutdown times out. Print stack traces in that case. break safeExit continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full 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 4828 aarch64-binfmt-P: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + local 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 + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting + return 1 + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + clickhouse-client --query 'CREATE DATABASE datasets' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'SHOW TABLES FROM datasets' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory + pid= + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse stop --max-tries 90 --do-not-kill Now there is no clickhouse-server process. + 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' Using cache policy: LRU + '[' LRU = SLRU ']' + sudo cat /etc/clickhouse-server/users.d/stress_tests_overrides.xml cat: /etc/clickhouse-server/users.d/stress_tests_overrides.xml: No such file or directory + 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 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' 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 refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 39 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=41 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 41 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=42 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 42 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=43 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 43 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=44 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=45 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 45 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=46 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 46 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=47 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 47 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=48 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=49 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 49 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=50 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 50 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=51 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 51 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=53 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 53 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=54 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 54 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=55 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 55 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=56 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=57 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 57 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=58 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 58 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=59 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 59 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=60 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=61 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 61 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=62 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 62 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=63 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 63 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=64 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=65 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 65 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=66 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 66 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=67 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 67 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=68 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=69 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 69 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=70 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 70 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=71 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 71 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=72 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=73 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 73 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=74 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 74 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=75 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 75 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=76 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 76 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=77 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 77 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=78 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 78 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=79 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 79 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=80 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 80 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=81 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 81 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=82 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 82 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=83 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 83 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=84 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 84 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=85 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 85 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=86 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 86 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=87 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 87 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=88 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 88 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=89 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 89 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=90 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 90 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=91 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 91 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=92 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 92 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=93 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 93 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=94 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 94 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=95 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 95 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=96 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 96 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=97 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 97 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=98 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 98 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=99 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 99 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=100 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 100 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=101 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 101 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=102 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 102 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=103 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 103 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=104 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 104 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=105 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 105 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=106 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 106 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=107 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 107 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=108 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 108 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=109 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 109 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=110 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 110 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=111 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 111 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=112 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 112 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=113 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 113 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=114 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 114 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=115 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 115 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=116 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 116 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=117 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 117 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=118 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 118 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=119 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 119 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 120 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=121 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 121 -gt 120 ']' + echo 'Cannot start clickhouse-server' + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log Cannot start clickhouse-server ++ trim_server_logs application_errors.txt ++ head -n 100 /test_output/application_errors.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 6077 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6077 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6946 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6946 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 7819 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 7819 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 8708 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 8708 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 9587 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 9587 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n' + cat /var/log/clickhouse-server/stdout.log /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 9587. The process with pid = 9587 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 Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace 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 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/server/Server.cpp:2340: DB::Server::main(std::vector> const&) @ 0x000000000e19da24 (version 25.2.2.173926.altinityantalya.173926 (official build)) 2025.04.02 03:22:48.601780 [ 9587 ] {} Application: Stopping AsyncLoader. 2025.04.02 03:22:48.606635 [ 9587 ] {} CgroupsMemoryUsageObserver: Stopped cgroup current memory usage observer thread 2025.04.02 03:22:48.607473 [ 9587 ] {} CancellationChecker: Stopping CancellationChecker 2025.04.02 03:22:48.608533 [ 9606 ] {} CancellationChecker: Execution took 11116 ms. 2025.04.02 03:22:48.610075 [ 9587 ] {} Application: Shutting down storages. 2025.04.02 03:22:48.610636 [ 9587 ] {} AsynchronousInsertQueue: Shutting down the asynchronous insertion queue 2025.04.02 03:22:48.643887 [ 9587 ] {} AsynchronousInsertQueue: Asynchronous insertion queue finished 2025.04.02 03:22:48.644553 [ 9587 ] {} Context: Shutting down workload entity storage 2025.04.02 03:22:48.645256 [ 9587 ] {} Context: Shutting down named sessions 2025.04.02 03:22:48.646812 [ 9587 ] {} Context: Shutting down database catalog 2025.04.02 03:22:48.647794 [ 9587 ] {} DatabaseCatalog: Shutting down system databases 2025.04.02 03:22:48.652661 [ 9587 ] {} Context: Shutting down merges executor 2025.04.02 03:22:48.655416 [ 9587 ] {} Context: Shutting down fetches executor 2025.04.02 03:22:48.657896 [ 9587 ] {} Context: Shutting down moves executor 2025.04.02 03:22:48.659797 [ 9587 ] {} Context: Shutting down common executor 2025.04.02 03:22:48.661966 [ 9587 ] {} Context: Shutting down DDLWorker 2025.04.02 03:22:48.662665 [ 9587 ] {} Context: Shutting down caches 2025.04.02 03:22:48.664008 [ 9587 ] {} Context: Shutting down AccessControl 2025.04.02 03:22:48.669764 [ 9587 ] {} BackgroundSchedulePool/BgBufSchPool: Waiting for threads to finish. 2025.04.02 03:22:48.678644 [ 9587 ] {} BackgroundSchedulePool/BgSchPool: Waiting for threads to finish. 2025.04.02 03:22:48.945955 [ 9587 ] {} BackgroundSchedulePool/BgDistSchPool: Waiting for threads to finish. 2025.04.02 03:22:48.952184 [ 9587 ] {} BackgroundSchedulePool/BgMBSchPool: Waiting for threads to finish. 2025.04.02 03:22:49.006692 [ 9587 ] {} Application: Shut down storages. 2025.04.02 03:22:49.007290 [ 9587 ] {} Application: Waiting for current connections to servers for tables to finish. 2025.04.02 03:22:49.502989 [ 9587 ] {} Application: Closed all listening sockets. 2025.04.02 03:22:49.503768 [ 9587 ] {} Application: Closed connections to servers for tables. 2025.04.02 03:22:49.505097 [ 9587 ] {} KeeperDispatcher: Shutting down storage dispatcher 2025.04.02 03:22:49.625639 [ 10257 ] {} RaftInstance: failed to accept a rpc connection due to error 125, Operation canceled 2025.04.02 03:22:49.643627 [ 9587 ] {} KeeperLogStore: Shutting down Changelog 2025.04.02 03:22:49.651460 [ 10249 ] {} KeeperLogStore: Raft server is not set in LogStore. 2025.04.02 03:22:49.655732 [ 9587 ] {} KeeperSnapshotManagerS3: Shutting down KeeperSnapshotManagerS3 2025.04.02 03:22:49.657034 [ 9587 ] {} KeeperSnapshotManagerS3: KeeperSnapshotManagerS3 shut down 2025.04.02 03:22:49.657686 [ 9587 ] {} KeeperDispatcher: Dispatcher shut down 2025.04.02 03:22:49.659437 [ 9587 ] {} Context: Destructing remote fs threadpool reader 2025.04.02 03:22:49.660592 [ 9587 ] {} Context: Destructing local fs threadpool reader 2025.04.02 03:22:49.662615 [ 9587 ] {} Context: Destructing local fs threadpool reader 2025.04.02 03:22:49.663240 [ 9587 ] {} Context: Destructing threadpool writer 2025.04.02 03:22:49.726882 [ 9587 ] {} Application: Destroyed global context. 2025.04.02 03:22:49.731054 [ 9587 ] {} Application: Waiting for background threads 2025.04.02 03:22:50.117737 [ 9587 ] {} Application: Background threads finished in 386 ms 2025.04.02 03:22:50.123821 [ 9587 ] {} KeeperLogStore: Changelog is shut down 2025.04.02 03:22:50.124493 [ 9587 ] {} KeeperLogStore: Shutting down Changelog 2025.04.02 03:22:50.494883 [ 9587 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/__exception/exception.h:106: std::runtime_error::runtime_error(String const&) @ 0x0000000019f717f4 1. /build/contrib/azure/sdk/core/azure-core/src/exception.cpp:20: Azure::Core::RequestFailedException::RequestFailedException(String const&) @ 0x0000000018180189 2. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/http.hpp:66: Azure::Core::Http::CurlConnection::CurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, String const&, String const&) @ 0x000000001817be90 3. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634: Azure::Core::Http::_detail::CurlConnectionPool::ExtractOrCreateCurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, bool) @ 0x000000001817413d 4. /build/contrib/azure/sdk/core/azure-core/src/http/curl/curl.cpp:351: Azure::Core::Http::CurlTransport::Send(Azure::Core::Http::Request&, Azure::Core::Context const&) @ 0x0000000018172bd2 5. /build/contrib/azure/sdk/core/azure-core/src/http/transport_policy.cpp:121: Azure::Core::Http::Policies::_internal::TransportPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b210c 6. /build/contrib/azure/sdk/core/azure-core/src/http/log_policy.cpp:114: Azure::Core::Http::Policies::_internal::LogPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001818f6ca 7. /build/contrib/azure/sdk/core/azure-core/src/http/request_activity_policy.cpp:110: Azure::Core::Http::Policies::_internal::RequestActivityPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181afaec 8. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp:57: Azure::Storage::_internal::StoragePerRetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820dd09 9. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp:36: Azure::Storage::_internal::StorageSwitchToSecondaryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820e1d0 10. /build/contrib/azure/sdk/core/azure-core/src/http/retry_policy.cpp:146: Azure::Core::Http::Policies::_internal::RetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181ae689 11. /build/contrib/azure/sdk/core/azure-core/src/http/telemetry_policy.cpp:23: Azure::Core::Http::Policies::_internal::TelemetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b24eb 12. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp:453: Azure::Core::Http::Policies::_internal::RequestIdPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181a4669 13. /build/contrib/azure/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp:34: Azure::Storage::_internal::StorageServiceVersionPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181bc832 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/server/Server.cpp:2340: DB::Server::main(std::vector> const&) @ 0x000000000e19da24 (version 25.2.2.173926.altinityantalya.173926 (official build)) 2025.04.02 03:22:50.497066 [ 9587 ] {} Application: shutting down 2025.04.02 03:22:50.497768 [ 9587 ] {} Application: Uninitializing subsystem: Logging Subsystem 2025.04.02 03:22:50.513995 [ 9588 ] {} BaseDaemon: Received signal -2 2025.04.02 03:22:50.515696 [ 9588 ] {} BaseDaemon: Stop SignalListener thread + break + attach_gdb_to_clickhouse ++ clickhouse local --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals # safeExit is called if graceful shutdown times out. Print stack traces in that case. break safeExit continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full 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 '' aarch64-binfmt-P: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + local 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 + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting + return 1 + clickhouse-client --query 'SHOW TABLES FROM datasets' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'SHOW TABLES FROM test' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + [[ '' == \1 ]] + [[ '' == \1 ]] + TEMP_POLICY=default + 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='\''default'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + 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='\''default'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + 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='\''default'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0, max_insert_threads=16' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0, max_insert_threads=16' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0, max_insert_threads=16' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'SHOW TABLES FROM test' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse-client --query 'SYSTEM STOP THREAD FUZZER' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory + pid= + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse stop --max-tries 90 --do-not-kill Now there is no clickhouse-server process. + return + 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 + /repo/tests/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /repo/tests/config/install.sh ++ cd /repo/tests/config ++ pwd -P + SRC_PATH=/repo/tests/config + '[' 0 -ge 2 ']' + FAST_TEST=0 + NO_AZURE=0 + [[ 0 -gt 0 ]] + echo 'Going to install test configs from /repo/tests/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /repo/tests/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /repo/tests/config/config.d/tmp.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/threadpool_writer_pool_size.yaml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' 0 '!=' 1 ']' + ln -sf /repo/tests/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/limits.yaml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /repo/tests/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/test_function.xml /etc/clickhouse-server/ + ln -sf /repo/tests/config/top_level_domains /etc/clickhouse-server/ + ln -sf /repo/tests/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/regions_names_es.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/server.key /etc/clickhouse-server/ + ln -sf /repo/tests/config/server.crt /etc/clickhouse-server/ + ln -sf /repo/tests/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /repo/tests/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 /repo/tests/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /repo/tests/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=14598144 + sed --follow-symlinks -i 's|[[:digit:]]\+|14598144|' /etc/clickhouse-server/config.d/keeper_port.xml + value=48160768 + sed --follow-symlinks -i 's|[[:digit:]]\+|48160768|' /etc/clickhouse-server/config.d/keeper_port.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /repo/tests/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ 1 == \1 ]] + [[ 0 != \1 ]] + ln -sf /repo/tests/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /repo/tests/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /repo/tests/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ '' == \1 ]] + [[ '' == \1 ]] + ln -sf /repo/tests/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=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 check_not_exists keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value remove_recursive 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 use_xid_64 zookeeper_fault_injection + value=0 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + 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 + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo Setting max_server_memory_usage_to_ram_ratio to 0.5 + total_mem=32086440 + total_mem=32856514560 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856954368 + echo 'Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G' + cat + cat + [[ '' == \1 ]] + [[ '' == \1 ]] + sudo cat /etc/clickhouse-server/config.d/logger_trace.xml + sed 's|trace|test|' + mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml + '[' LRU = SLRU ']' ++ date +%-d + '[' 0 -eq 1 ']' + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' 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 refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 39 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=41 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 41 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=42 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 42 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=43 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 43 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=44 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=45 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 45 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=46 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 46 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=47 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 47 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=48 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=49 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 49 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=50 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 50 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=51 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 51 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=53 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 53 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=54 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 54 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=55 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 55 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=56 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=57 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 57 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=58 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 58 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=59 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 59 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=60 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=61 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 61 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=62 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 62 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=63 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 63 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=64 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=65 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 65 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=66 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 66 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=67 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 67 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=68 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=69 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 69 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=70 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 70 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=71 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 71 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=72 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=73 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 73 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=74 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 74 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=75 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 75 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=76 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 76 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=77 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 77 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=78 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 78 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=79 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 79 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=80 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 80 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=81 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 81 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=82 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 82 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=83 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 83 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=84 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 84 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=85 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 85 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=86 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 86 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=87 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 87 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=88 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 88 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=89 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 89 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=90 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 90 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=91 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 91 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=92 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 92 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=93 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 93 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=94 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 94 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=95 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 95 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=96 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 96 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=97 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 97 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=98 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 98 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=99 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 99 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=100 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 100 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=101 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 101 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=102 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 102 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=103 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 103 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=104 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 104 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=105 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 105 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=106 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 106 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=107 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 107 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=108 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 108 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=109 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 109 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=110 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 110 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=111 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 111 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=112 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 112 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=113 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 113 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=114 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 114 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=115 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 115 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=116 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 116 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=117 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 117 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=118 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 118 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=119 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 119 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 120 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=121 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) Cannot start clickhouse-server + '[' 121 -gt 120 ']' + echo 'Cannot start clickhouse-server' + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log ++ 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, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 6077 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6077 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6946 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 6946 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 7819 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 7819 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 8708 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 8708 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 9587 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 9587 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 11253 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 11253 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 12131 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 12131 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 13013 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 13013 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 13890 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 13890 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 14756 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 14756 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n' + cat /var/log/clickhouse-server/stdout.log /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 15639. The process with pid = 15639 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 Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace 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 2025.04.02 03:29:21.763479 [ 15639 ] {} AsynchronousMetrics: Scanning /sys/block 2025.04.02 03:29:21.764948 [ 15639 ] {} AsynchronousMetrics: Scanning /sys/devices/system/edac 2025.04.02 03:29:21.765521 [ 15639 ] {} AsynchronousMetrics: Scanning /sys/class/hwmon 2025.04.02 03:29:21.922422 [ 14752 ] {} Application: Child process exited normally with code 233. 2025.04.02 03:29:22.818992 [ 15639 ] {} Application: Integrity check of the executable successfully passed (checksum: F39C8100965883DAE696978203C992C4) 2025.04.02 03:29:22.821815 [ 15639 ] {} Application: Will do mlock to prevent executable memory from being paged out. It may take a few seconds. 2025.04.02 03:29:22.865227 [ 15639 ] {} Application: The memory map of clickhouse executable has been mlock'ed, total 277.74 MiB 2025.04.02 03:29:22.866469 [ 15639 ] {} MemoryWorker: Starting background memory thread with period of 50ms, using Cgroups as source 2025.04.02 03:29:22.868482 [ 15639 ] {} Application: Set OOM score adjustment to 555 2025.04.02 03:29:22.869602 [ 15639 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 512 threads 2025.04.02 03:29:23.242132 [ 15650 ] {} MemoryTracker: Correcting the value of global memory tracker from 1.37 MiB to 54.75 MiB 2025.04.02 03:29:23.792741 [ 15639 ] {} Application: Set max number of file descriptors to 1048576 (was 1024). 2025.04.02 03:29:23.793388 [ 15639 ] {} Application: rlimit on number of threads is 18446744073709551615 2025.04.02 03:29:23.816199 [ 15652 ] {} CancellationChecker: Started worker function 2025.04.02 03:29:23.852796 [ 15639 ] {} Application: Initializing DateLUT. 2025.04.02 03:29:23.853368 [ 15639 ] {} Application: Initialized DateLUT with time zone 'Europe/Amsterdam'. 2025.04.02 03:29:23.856473 [ 15639 ] {} Context: Setting up /tmp/clickhouse/ to store temporary data in it 2025.04.02 03:29:23.865978 [ 15639 ] {} TLDListsHolder: public_suffix_list loading from /etc/clickhouse-server/top_level_domains/public_suffix_list.dat 2025.04.02 03:29:23.968673 [ 15639 ] {} TLDListsHolder: public_suffix_list was added (9084 hosts) 2025.04.02 03:29:23.969682 [ 15639 ] {} TLDListsHolder: no_new_line_list loading from /etc/clickhouse-server/top_level_domains/no_new_line_list.dat 2025.04.02 03:29:23.973284 [ 15639 ] {} TLDListsHolder: no_new_line_list was added (1 hosts) 2025.04.02 03:29:23.980376 [ 15639 ] {} Application: Configuration parameter 'interserver_http_host' doesn't exist or exists and empty. Will use 'e8e1f998d653' as replica host. 2025.04.02 03:29:23.981386 [ 15639 ] {} Application: Initializing interserver credentials. 2025.04.02 03:29:23.990134 [ 15639 ] {} NamedCollectionsMetadataStorage: Using local storage for named collections at path: /var/lib/clickhouse/named_collections 2025.04.02 03:29:24.051476 [ 15639 ] {} NamedCollectionFactory: Loaded 9 collections from config 2025.04.02 03:29:24.051930 [ 15639 ] {} NamedCollectionFactory: Loaded 0 collections from sql 2025.04.02 03:29:24.053515 [ 15639 ] {} FileCacheFactory: Will load 0 caches from default cache config 2025.04.02 03:29:24.056123 [ 15639 ] {} SensitiveDataMaskerConfigRead: 1 query masking rules loaded. 2025.04.02 03:29:24.076829 [ 15639 ] {} ConfigReloader: Loading config '/etc/clickhouse-server/config.xml' 2025.04.02 03:29:24.077607 [ 15639 ] {} ConfigProcessor: Processing configuration file '/etc/clickhouse-server/config.xml'. 2025.04.02 03:29:24.103756 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. 2025.04.02 03:29:24.107511 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/backoff_failed_mutation.xml'. 2025.04.02 03:29:24.109070 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. 2025.04.02 03:29:24.110495 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. 2025.04.02 03:29:24.111933 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml'. 2025.04.02 03:29:24.113078 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. 2025.04.02 03:29:24.121788 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. 2025.04.02 03:29:24.123877 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/core.xml'. 2025.04.02 03:29:24.125843 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. 2025.04.02 03:29:24.127384 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. 2025.04.02 03:29:24.130845 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. 2025.04.02 03:29:24.186305 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/database_catalog_drop_table_concurrency.xml'. 2025.04.02 03:29:24.189133 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. 2025.04.02 03:29:24.194534 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. 2025.04.02 03:29:24.196871 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. 2025.04.02 03:29:24.203703 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. 2025.04.02 03:29:24.215369 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. 2025.04.02 03:29:24.225374 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/enable_zero_copy_replication.xml'. 2025.04.02 03:29:24.242906 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. 2025.04.02 03:29:24.248094 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. 2025.04.02 03:29:24.251481 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. 2025.04.02 03:29:24.253537 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. 2025.04.02 03:29:24.255254 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. 2025.04.02 03:29:24.257119 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. 2025.04.02 03:29:24.259745 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/grpc_protocol.xml'. 2025.04.02 03:29:24.261189 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. 2025.04.02 03:29:24.268165 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. 2025.04.02 03:29:24.270372 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. 2025.04.02 03:29:24.271846 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. 2025.04.02 03:29:24.273289 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. 2025.04.02 03:29:24.274532 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. 2025.04.02 03:29:24.275854 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. 2025.04.02 03:29:24.277305 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. 2025.04.02 03:29:24.278890 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. 2025.04.02 03:29:24.280375 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. 2025.04.02 03:29:24.281569 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/max_server_memory_usage.xml'. 2025.04.02 03:29:24.283398 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. 2025.04.02 03:29:24.337592 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. 2025.04.02 03:29:24.339240 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. 2025.04.02 03:29:24.342062 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. 2025.04.02 03:29:24.345524 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. 2025.04.02 03:29:24.347649 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. 2025.04.02 03:29:24.352357 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. 2025.04.02 03:29:24.354500 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml_original.xml'. 2025.04.02 03:29:24.356030 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/rocksdb.xml'. 2025.04.02 03:29:24.357869 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. 2025.04.02 03:29:24.359887 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/serverwide_trace_collector.xml'. 2025.04.02 03:29:24.361725 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. 2025.04.02 03:29:24.363352 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. 2025.04.02 03:29:24.365421 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. 2025.04.02 03:29:24.372536 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. 2025.04.02 03:29:24.375002 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. 2025.04.02 03:29:24.378173 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. 2025.04.02 03:29:24.381277 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. 2025.04.02 03:29:24.383322 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. 2025.04.02 03:29:24.388595 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. 2025.04.02 03:29:24.414176 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. 2025.04.02 03:29:24.418192 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/threadpool_writer_pool_size.yaml'. 2025.04.02 03:29:24.423977 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/tmp.xml'. 2025.04.02 03:29:24.426448 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. 2025.04.02 03:29:24.429656 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. 2025.04.02 03:29:24.432280 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. 2025.04.02 03:29:24.435816 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. 2025.04.02 03:29:24.438447 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. 2025.04.02 03:29:24.442451 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_fault_injection.xml'. 2025.04.02 03:29:24.496035 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. 2025.04.02 03:29:24.498286 [ 15639 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. 2025.04.02 03:29:24.502338 [ 15639 ] {} ConfigProcessor: Env variable is not set: AZURE_CONNECTION_STRING 2025.04.02 03:29:24.718438 [ 15639 ] {} ConfigProcessor: Saved preprocessed configuration to '/var/lib/clickhouse/preprocessed_configs/config.xml'. 2025.04.02 03:29:24.732696 [ 15639 ] {} ConfigReloader: Loaded config '/etc/clickhouse-server/config.xml', performing update on configuration + break + attach_gdb_to_clickhouse ++ clickhouse local --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals # safeExit is called if graceful shutdown times out. Print stack traces in that case. break safeExit continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full 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 15639 aarch64-binfmt-P: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + local 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 + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting + return 1 + cd /repo/tests/ + python3 /repo/tests/ci/stress.py --hung-check --drop-databases --output-folder /test_output --skip-func-tests '' --global-time-limit 1200 2025-04-02 03:34:34,549 Run func tests '/usr/bin/clickhouse-test --client-option http_make_head_request=0 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:35,051 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' use_query_cache=1 query_cache_nondeterministic_function_handling='ignore' query_cache_system_table_handling='ignore' 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 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:35,552 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 ignore_drop_queries_probability=0.2 enable_parallel_replicas=1 max_parallel_replicas=3 cluster_for_parallel_replicas='parallel_replicas' parallel_replicas_for_non_replicated_merge_tree=1 --global_time_limit=1200 ' 2025-04-02 03:34:36,054 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:36,556 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 http_make_head_request=0 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:37,058 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' use_query_cache=1 query_cache_nondeterministic_function_handling='ignore' query_cache_system_table_handling='ignore' group_by_use_nulls=1 http_make_head_request=0 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:37,559 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 query_cache_nondeterministic_function_handling='ignore' query_cache_system_table_handling='ignore' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 optimize_trivial_approximate_count_query=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:38,061 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:38,563 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:39,065 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 ignore_drop_queries_probability=0.2 enable_parallel_replicas=1 max_parallel_replicas=3 cluster_for_parallel_replicas='parallel_replicas' parallel_replicas_for_non_replicated_merge_tree=1 --global_time_limit=1200 ' 2025-04-02 03:34:39,567 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:40,069 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' use_query_cache=1 query_cache_nondeterministic_function_handling='ignore' query_cache_system_table_handling='ignore' 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 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:40,571 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:41,072 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 optimize_trivial_approximate_count_query=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:41,574 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 http_make_head_request=0 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:42,076 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 ignore_drop_queries_probability=0.2 --global_time_limit=1200 ' 2025-04-02 03:34:42,577 Will wait functests to finish 2025-04-02 03:34:42,577 Finished 0 from 16 processes 2025-04-02 03:34:47,583 Finished 0 from 16 processes 2025-04-02 03:34:52,588 Finished 0 from 16 processes 2025-04-02 03:34:57,594 Finished 0 from 16 processes 2025-04-02 03:35:02,599 Finished 0 from 16 processes 2025-04-02 03:35:07,605 Finished 0 from 16 processes 2025-04-02 03:35:12,610 Finished 0 from 16 processes 2025-04-02 03:35:17,616 Finished 0 from 16 processes 2025-04-02 03:35:22,621 Finished 0 from 16 processes 2025-04-02 03:35:27,627 Finished 0 from 16 processes 2025-04-02 03:35:32,632 Finished 0 from 16 processes 2025-04-02 03:35:37,638 Finished 0 from 16 processes 2025-04-02 03:35:42,643 Finished 0 from 16 processes 2025-04-02 03:35:47,649 Finished 0 from 16 processes 2025-04-02 03:35:52,654 Finished 0 from 16 processes 2025-04-02 03:35:57,660 Finished 0 from 16 processes 2025-04-02 03:36:02,663 Finished 0 from 16 processes 2025-04-02 03:36:07,668 Finished 0 from 16 processes 2025-04-02 03:36:12,674 Finished 0 from 16 processes 2025-04-02 03:36:17,679 Finished 0 from 16 processes 2025-04-02 03:36:22,685 Finished 0 from 16 processes 2025-04-02 03:36:27,690 Finished 0 from 16 processes 2025-04-02 03:36:32,696 Finished 0 from 16 processes 2025-04-02 03:36:37,701 Finished 0 from 16 processes 2025-04-02 03:36:42,707 Finished 0 from 16 processes 2025-04-02 03:36:47,712 Finished 0 from 16 processes 2025-04-02 03:36:52,717 Finished 0 from 16 processes 2025-04-02 03:36:57,723 Finished 0 from 16 processes 2025-04-02 03:37:02,728 Finished 0 from 16 processes 2025-04-02 03:37:07,734 Finished 0 from 16 processes 2025-04-02 03:37:12,739 Finished 0 from 16 processes 2025-04-02 03:37:17,745 Finished 0 from 16 processes 2025-04-02 03:37:22,750 Finished 0 from 16 processes 2025-04-02 03:37:27,755 Finished 0 from 16 processes 2025-04-02 03:37:32,761 Finished 0 from 16 processes 2025-04-02 03:37:37,766 Finished 0 from 16 processes 2025-04-02 03:37:42,772 Finished 0 from 16 processes 2025-04-02 03:37:47,777 Finished 0 from 16 processes 2025-04-02 03:37:52,783 Finished 0 from 16 processes 2025-04-02 03:37:57,789 Finished 0 from 16 processes 2025-04-02 03:38:02,794 Finished 0 from 16 processes 2025-04-02 03:38:07,800 Finished 0 from 16 processes 2025-04-02 03:38:12,806 Finished 0 from 16 processes 2025-04-02 03:38:17,812 Finished 0 from 16 processes 2025-04-02 03:38:22,817 Finished 0 from 16 processes 2025-04-02 03:38:27,823 Finished 0 from 16 processes 2025-04-02 03:38:32,829 Finished 0 from 16 processes 2025-04-02 03:38:37,834 Finished 0 from 16 processes 2025-04-02 03:38:42,840 Finished 0 from 16 processes 2025-04-02 03:38:47,845 Finished 0 from 16 processes 2025-04-02 03:38:52,851 Finished 0 from 16 processes 2025-04-02 03:38:57,856 Finished 0 from 16 processes 2025-04-02 03:39:02,862 Finished 0 from 16 processes 2025-04-02 03:39:07,867 Finished 0 from 16 processes 2025-04-02 03:39:12,873 Finished 0 from 16 processes 2025-04-02 03:39:17,878 Finished 0 from 16 processes 2025-04-02 03:39:22,884 Finished 0 from 16 processes 2025-04-02 03:39:27,889 Finished 0 from 16 processes 2025-04-02 03:39:32,895 Finished 0 from 16 processes 2025-04-02 03:39:37,900 Finished 0 from 16 processes 2025-04-02 03:39:42,905 Finished 0 from 16 processes 2025-04-02 03:39:47,911 Finished 0 from 16 processes 2025-04-02 03:39:52,916 Finished 0 from 16 processes 2025-04-02 03:39:57,922 Finished 0 from 16 processes 2025-04-02 03:40:02,927 Finished 0 from 16 processes 2025-04-02 03:40:07,933 Finished 0 from 16 processes 2025-04-02 03:40:12,938 Finished 0 from 16 processes 2025-04-02 03:40:17,944 Finished 0 from 16 processes 2025-04-02 03:40:22,949 Finished 0 from 16 processes 2025-04-02 03:40:27,955 Finished 0 from 16 processes 2025-04-02 03:40:32,960 Finished 0 from 16 processes 2025-04-02 03:40:37,966 Finished 0 from 16 processes 2025-04-02 03:40:42,971 Finished 0 from 16 processes 2025-04-02 03:40:47,977 Finished 0 from 16 processes 2025-04-02 03:40:52,982 Finished 0 from 16 processes 2025-04-02 03:40:57,987 Finished 0 from 16 processes 2025-04-02 03:41:02,993 Finished 0 from 16 processes 2025-04-02 03:41:07,998 Finished 0 from 16 processes 2025-04-02 03:41:13,004 Finished 0 from 16 processes 2025-04-02 03:41:18,009 Finished 0 from 16 processes 2025-04-02 03:41:23,015 Finished 0 from 16 processes 2025-04-02 03:41:28,021 Finished 0 from 16 processes 2025-04-02 03:41:33,026 Finished 0 from 16 processes 2025-04-02 03:41:38,032 Finished 0 from 16 processes 2025-04-02 03:41:43,038 Finished 0 from 16 processes 2025-04-02 03:41:48,043 Finished 0 from 16 processes 2025-04-02 03:41:53,049 Finished 0 from 16 processes 2025-04-02 03:41:58,055 Finished 0 from 16 processes 2025-04-02 03:42:03,060 Finished 0 from 16 processes 2025-04-02 03:42:08,066 Finished 0 from 16 processes 2025-04-02 03:42:13,072 Finished 0 from 16 processes 2025-04-02 03:42:18,078 Finished 0 from 16 processes 2025-04-02 03:42:23,083 Finished 0 from 16 processes 2025-04-02 03:42:28,089 Finished 0 from 16 processes 2025-04-02 03:42:33,095 Finished 0 from 16 processes 2025-04-02 03:42:38,100 Finished 0 from 16 processes 2025-04-02 03:42:43,106 Finished 0 from 16 processes 2025-04-02 03:42:48,111 Finished 0 from 16 processes 2025-04-02 03:42:53,116 Finished 0 from 16 processes 2025-04-02 03:42:58,122 Finished 0 from 16 processes 2025-04-02 03:43:03,127 Finished 0 from 16 processes 2025-04-02 03:43:08,133 Finished 0 from 16 processes 2025-04-02 03:43:13,138 Finished 0 from 16 processes 2025-04-02 03:43:18,144 Finished 0 from 16 processes 2025-04-02 03:43:23,149 Finished 0 from 16 processes 2025-04-02 03:43:28,154 Finished 0 from 16 processes 2025-04-02 03:43:33,160 Finished 0 from 16 processes 2025-04-02 03:43:38,165 Finished 0 from 16 processes 2025-04-02 03:43:43,171 Finished 0 from 16 processes 2025-04-02 03:43:48,176 Finished 0 from 16 processes 2025-04-02 03:43:53,182 Finished 0 from 16 processes 2025-04-02 03:43:58,188 Finished 0 from 16 processes 2025-04-02 03:44:03,193 Finished 0 from 16 processes 2025-04-02 03:44:08,199 Finished 0 from 16 processes 2025-04-02 03:44:13,205 Finished 0 from 16 processes 2025-04-02 03:44:18,210 Finished 0 from 16 processes 2025-04-02 03:44:23,216 Finished 0 from 16 processes 2025-04-02 03:44:28,221 Finished 0 from 16 processes 2025-04-02 03:44:33,227 Finished 0 from 16 processes 2025-04-02 03:44:38,232 Finished 0 from 16 processes 2025-04-02 03:44:43,238 Finished 0 from 16 processes 2025-04-02 03:44:48,243 Finished 0 from 16 processes 2025-04-02 03:44:53,249 Finished 0 from 16 processes 2025-04-02 03:44:58,254 Finished 0 from 16 processes 2025-04-02 03:45:03,260 Finished 0 from 16 processes 2025-04-02 03:45:08,265 Finished 0 from 16 processes 2025-04-02 03:45:13,271 Finished 0 from 16 processes 2025-04-02 03:45:18,276 Finished 0 from 16 processes 2025-04-02 03:45:23,281 Finished 0 from 16 processes 2025-04-02 03:45:28,287 Finished 0 from 16 processes 2025-04-02 03:45:33,292 Finished 0 from 16 processes 2025-04-02 03:45:38,298 Finished 0 from 16 processes 2025-04-02 03:45:43,304 Finished 0 from 16 processes 2025-04-02 03:45:48,309 Finished 0 from 16 processes 2025-04-02 03:45:53,315 Finished 0 from 16 processes 2025-04-02 03:45:58,321 Finished 0 from 16 processes 2025-04-02 03:46:03,327 Finished 0 from 16 processes 2025-04-02 03:46:08,332 Finished 0 from 16 processes 2025-04-02 03:46:13,338 Finished 0 from 16 processes 2025-04-02 03:46:18,344 Finished 0 from 16 processes 2025-04-02 03:46:23,349 Finished 0 from 16 processes 2025-04-02 03:46:28,355 Finished 0 from 16 processes 2025-04-02 03:46:33,361 Finished 0 from 16 processes 2025-04-02 03:46:38,366 Finished 0 from 16 processes 2025-04-02 03:46:43,372 Finished 0 from 16 processes 2025-04-02 03:46:48,378 Finished 0 from 16 processes 2025-04-02 03:46:53,383 Finished 0 from 16 processes 2025-04-02 03:46:58,389 Finished 0 from 16 processes 2025-04-02 03:47:03,394 Finished 0 from 16 processes 2025-04-02 03:47:08,400 Finished 0 from 16 processes 2025-04-02 03:47:13,405 Finished 0 from 16 processes 2025-04-02 03:47:18,411 Finished 0 from 16 processes 2025-04-02 03:47:23,416 Finished 0 from 16 processes 2025-04-02 03:47:28,421 Finished 0 from 16 processes 2025-04-02 03:47:33,427 Finished 0 from 16 processes 2025-04-02 03:47:38,432 Finished 0 from 16 processes 2025-04-02 03:47:43,438 Finished 0 from 16 processes 2025-04-02 03:47:48,443 Finished 0 from 16 processes 2025-04-02 03:47:53,449 Finished 0 from 16 processes 2025-04-02 03:47:58,454 Finished 0 from 16 processes 2025-04-02 03:48:03,459 Finished 0 from 16 processes 2025-04-02 03:48:08,465 Finished 0 from 16 processes 2025-04-02 03:48:13,470 Finished 0 from 16 processes 2025-04-02 03:48:18,476 Finished 0 from 16 processes 2025-04-02 03:48:23,481 Finished 0 from 16 processes 2025-04-02 03:48:28,487 Finished 0 from 16 processes 2025-04-02 03:48:33,492 Finished 0 from 16 processes 2025-04-02 03:48:38,498 Finished 0 from 16 processes 2025-04-02 03:48:43,503 Finished 0 from 16 processes 2025-04-02 03:48:48,509 Finished 0 from 16 processes 2025-04-02 03:48:53,514 Finished 0 from 16 processes 2025-04-02 03:48:58,520 Finished 0 from 16 processes 2025-04-02 03:49:03,525 Finished 0 from 16 processes 2025-04-02 03:49:08,531 Finished 0 from 16 processes 2025-04-02 03:49:13,537 Finished 0 from 16 processes 2025-04-02 03:49:18,542 Finished 0 from 16 processes 2025-04-02 03:49:23,548 Finished 0 from 16 processes 2025-04-02 03:49:28,554 Finished 0 from 16 processes 2025-04-02 03:49:33,559 Finished 0 from 16 processes 2025-04-02 03:49:38,565 Finished 0 from 16 processes 2025-04-02 03:49:43,571 Finished 0 from 16 processes 2025-04-02 03:49:48,576 Finished 0 from 16 processes 2025-04-02 03:49:53,581 Finished 0 from 16 processes 2025-04-02 03:49:58,587 Finished 0 from 16 processes 2025-04-02 03:50:03,592 Finished 0 from 16 processes 2025-04-02 03:50:08,598 Finished 0 from 16 processes 2025-04-02 03:50:13,603 Finished 0 from 16 processes 2025-04-02 03:50:18,609 Finished 0 from 16 processes 2025-04-02 03:50:23,614 Finished 0 from 16 processes 2025-04-02 03:50:28,620 Finished 0 from 16 processes 2025-04-02 03:50:33,625 Finished 0 from 16 processes 2025-04-02 03:50:38,631 Finished 0 from 16 processes 2025-04-02 03:50:43,636 Finished 0 from 16 processes 2025-04-02 03:50:48,642 Finished 0 from 16 processes 2025-04-02 03:50:53,647 Finished 0 from 16 processes 2025-04-02 03:50:58,653 Finished 0 from 16 processes 2025-04-02 03:51:03,658 Finished 0 from 16 processes 2025-04-02 03:51:08,664 Finished 0 from 16 processes 2025-04-02 03:51:13,669 Finished 0 from 16 processes 2025-04-02 03:51:18,675 Finished 0 from 16 processes 2025-04-02 03:51:23,680 Finished 0 from 16 processes 2025-04-02 03:51:28,685 Finished 0 from 16 processes 2025-04-02 03:51:33,691 Finished 0 from 16 processes 2025-04-02 03:51:38,697 Finished 0 from 16 processes 2025-04-02 03:51:43,703 Finished 0 from 16 processes 2025-04-02 03:51:48,708 Finished 0 from 16 processes 2025-04-02 03:51:53,714 Finished 0 from 16 processes 2025-04-02 03:51:58,719 Finished 0 from 16 processes 2025-04-02 03:52:03,725 Finished 0 from 16 processes 2025-04-02 03:52:08,730 Finished 0 from 16 processes 2025-04-02 03:52:13,736 Finished 0 from 16 processes 2025-04-02 03:52:18,741 Finished 0 from 16 processes 2025-04-02 03:52:23,747 Finished 0 from 16 processes 2025-04-02 03:52:28,752 Finished 0 from 16 processes 2025-04-02 03:52:33,757 Finished 0 from 16 processes 2025-04-02 03:52:38,763 Finished 0 from 16 processes 2025-04-02 03:52:43,768 Finished 0 from 16 processes 2025-04-02 03:52:48,774 Finished 0 from 16 processes 2025-04-02 03:52:53,779 Finished 0 from 16 processes 2025-04-02 03:52:58,785 Finished 0 from 16 processes 2025-04-02 03:53:03,790 Finished 0 from 16 processes 2025-04-02 03:53:08,795 Finished 0 from 16 processes 2025-04-02 03:53:13,801 Finished 0 from 16 processes 2025-04-02 03:53:18,807 Finished 0 from 16 processes 2025-04-02 03:53:23,812 Finished 0 from 16 processes 2025-04-02 03:53:28,818 Finished 0 from 16 processes 2025-04-02 03:53:33,823 Finished 0 from 16 processes 2025-04-02 03:53:38,829 Finished 0 from 16 processes 2025-04-02 03:53:43,835 Finished 0 from 16 processes 2025-04-02 03:53:48,840 Finished 0 from 16 processes 2025-04-02 03:53:53,846 Finished 0 from 16 processes 2025-04-02 03:53:58,851 Finished 0 from 16 processes 2025-04-02 03:54:03,857 Finished 0 from 16 processes 2025-04-02 03:54:08,862 Finished 0 from 16 processes 2025-04-02 03:54:13,868 Finished 0 from 16 processes 2025-04-02 03:54:18,873 Finished 0 from 16 processes 2025-04-02 03:54:23,879 Finished 0 from 16 processes 2025-04-02 03:54:28,884 Finished 0 from 16 processes 2025-04-02 03:54:33,890 Finished 0 from 16 processes 2025-04-02 03:54:38,895 Finished 0 from 16 processes 2025-04-02 03:54:43,901 Finished 0 from 16 processes 2025-04-02 03:54:48,906 Finished 0 from 16 processes 2025-04-02 03:54:53,912 Finished 0 from 16 processes 2025-04-02 03:54:58,918 Finished 0 from 16 processes 2025-04-02 03:55:03,923 Finished 0 from 16 processes 2025-04-02 03:55:08,929 Finished 0 from 16 processes 2025-04-02 03:55:13,934 Finished 0 from 16 processes 2025-04-02 03:55:18,939 Finished 0 from 16 processes 2025-04-02 03:55:23,945 Finished 0 from 16 processes 2025-04-02 03:55:28,950 Finished 0 from 16 processes 2025-04-02 03:55:33,955 Finished 0 from 16 processes 2025-04-02 03:55:38,961 Finished 0 from 16 processes 2025-04-02 03:55:43,966 Finished 0 from 16 processes 2025-04-02 03:55:48,972 Finished 0 from 16 processes 2025-04-02 03:55:53,977 Finished 0 from 16 processes 2025-04-02 03:55:58,982 Finished 0 from 16 processes 2025-04-02 03:56:03,988 Finished 0 from 16 processes 2025-04-02 03:56:08,993 Finished 0 from 16 processes 2025-04-02 03:56:13,999 Finished 0 from 16 processes 2025-04-02 03:56:19,004 Finished 0 from 16 processes 2025-04-02 03:56:24,009 Finished 0 from 16 processes 2025-04-02 03:56:29,015 Finished 0 from 16 processes 2025-04-02 03:56:34,020 Finished 0 from 16 processes 2025-04-02 03:56:39,026 Finished 0 from 16 processes 2025-04-02 03:56:44,031 Finished 0 from 16 processes 2025-04-02 03:56:49,037 Finished 0 from 16 processes 2025-04-02 03:56:54,042 Finished 0 from 16 processes 2025-04-02 03:56:59,048 Finished 0 from 16 processes 2025-04-02 03:57:04,053 Finished 0 from 16 processes 2025-04-02 03:57:09,058 Finished 0 from 16 processes 2025-04-02 03:57:14,064 Finished 0 from 16 processes 2025-04-02 03:57:19,069 Finished 0 from 16 processes 2025-04-02 03:57:24,075 Finished 0 from 16 processes 2025-04-02 03:57:29,080 Finished 0 from 16 processes 2025-04-02 03:57:34,085 Finished 0 from 16 processes 2025-04-02 03:57:39,091 Finished 0 from 16 processes 2025-04-02 03:57:44,096 Finished 0 from 16 processes 2025-04-02 03:57:49,102 Finished 0 from 16 processes 2025-04-02 03:57:54,107 Finished 0 from 16 processes 2025-04-02 03:57:59,113 Finished 0 from 16 processes 2025-04-02 03:58:04,118 Finished 0 from 16 processes 2025-04-02 03:58:09,124 Finished 0 from 16 processes 2025-04-02 03:58:14,129 Finished 0 from 16 processes 2025-04-02 03:58:19,134 Finished 0 from 16 processes 2025-04-02 03:58:24,140 Finished 0 from 16 processes 2025-04-02 03:58:29,145 Finished 0 from 16 processes 2025-04-02 03:58:34,151 Finished 0 from 16 processes 2025-04-02 03:58:39,156 Finished 0 from 16 processes 2025-04-02 03:58:44,162 Finished 0 from 16 processes 2025-04-02 03:58:49,167 Finished 0 from 16 processes 2025-04-02 03:58:54,173 Finished 0 from 16 processes 2025-04-02 03:58:59,179 Finished 0 from 16 processes 2025-04-02 03:59:04,185 Finished 0 from 16 processes 2025-04-02 03:59:09,191 Finished 0 from 16 processes 2025-04-02 03:59:14,196 Finished 0 from 16 processes 2025-04-02 03:59:19,201 Finished 0 from 16 processes 2025-04-02 03:59:24,207 Finished 0 from 16 processes 2025-04-02 03:59:29,212 Finished 0 from 16 processes 2025-04-02 03:59:34,218 Finished 0 from 16 processes 2025-04-02 03:59:39,224 Finished 0 from 16 processes 2025-04-02 03:59:44,229 Finished 0 from 16 processes 2025-04-02 03:59:49,235 Finished 0 from 16 processes 2025-04-02 03:59:54,240 Finished 0 from 16 processes 2025-04-02 03:59:59,246 Finished 0 from 16 processes 2025-04-02 04:00:04,251 Finished 0 from 16 processes 2025-04-02 04:00:09,257 Finished 0 from 16 processes 2025-04-02 04:00:14,262 Finished 0 from 16 processes 2025-04-02 04:00:19,268 Finished 0 from 16 processes 2025-04-02 04:00:24,274 Finished 0 from 16 processes 2025-04-02 04:00:29,279 Finished 0 from 16 processes 2025-04-02 04:00:34,285 Finished 0 from 16 processes 2025-04-02 04:00:39,291 Finished 0 from 16 processes 2025-04-02 04:00:44,296 Finished 0 from 16 processes 2025-04-02 04:00:49,302 Finished 0 from 16 processes 2025-04-02 04:00:54,307 Finished 0 from 16 processes 2025-04-02 04:00:59,313 Finished 0 from 16 processes 2025-04-02 04:01:04,319 Finished 0 from 16 processes 2025-04-02 04:01:09,324 Finished 0 from 16 processes 2025-04-02 04:01:14,330 Finished 0 from 16 processes 2025-04-02 04:01:19,335 Finished 0 from 16 processes 2025-04-02 04:01:24,341 Finished 0 from 16 processes 2025-04-02 04:01:29,343 Finished 0 from 16 processes 2025-04-02 04:01:34,349 Finished 0 from 16 processes 2025-04-02 04:01:39,354 Finished 0 from 16 processes 2025-04-02 04:01:44,360 Finished 0 from 16 processes 2025-04-02 04:01:49,365 Finished 0 from 16 processes 2025-04-02 04:01:54,371 Finished 0 from 16 processes 2025-04-02 04:01:59,376 Finished 0 from 16 processes 2025-04-02 04:02:04,382 Finished 0 from 16 processes 2025-04-02 04:02:09,387 Finished 0 from 16 processes 2025-04-02 04:02:14,393 Finished 0 from 16 processes 2025-04-02 04:02:19,398 Finished 0 from 16 processes 2025-04-02 04:02:24,399 Finished 0 from 16 processes 2025-04-02 04:02:29,405 Finished 0 from 16 processes 2025-04-02 04:02:34,410 Finished 0 from 16 processes 2025-04-02 04:02:39,416 Finished 0 from 16 processes 2025-04-02 04:02:44,421 Finished 0 from 16 processes 2025-04-02 04:02:49,427 Finished 0 from 16 processes 2025-04-02 04:02:54,432 Finished 0 from 16 processes 2025-04-02 04:02:59,437 Finished 0 from 16 processes 2025-04-02 04:03:04,443 Finished 0 from 16 processes 2025-04-02 04:03:09,448 Finished 0 from 16 processes 2025-04-02 04:03:14,454 Finished 0 from 16 processes 2025-04-02 04:03:19,460 Finished 0 from 16 processes 2025-04-02 04:03:24,465 Finished 0 from 16 processes 2025-04-02 04:03:29,470 Finished 0 from 16 processes 2025-04-02 04:03:34,476 Finished 0 from 16 processes 2025-04-02 04:03:39,481 Finished 0 from 16 processes 2025-04-02 04:03:44,487 Finished 0 from 16 processes 2025-04-02 04:03:49,487 Finished 0 from 16 processes 2025-04-02 04:03:54,493 Finished 0 from 16 processes 2025-04-02 04:03:59,498 Finished 0 from 16 processes 2025-04-02 04:04:04,504 Finished 0 from 16 processes 2025-04-02 04:04:09,509 Finished 0 from 16 processes 2025-04-02 04:04:14,515 Finished 0 from 16 processes 2025-04-02 04:04:19,520 Finished 0 from 16 processes 2025-04-02 04:04:24,526 Finished 0 from 16 processes 2025-04-02 04:04:29,531 Finished 0 from 16 processes 2025-04-02 04:04:34,537 Finished 0 from 16 processes 2025-04-02 04:04:39,542 Finished 0 from 16 processes 2025-04-02 04:04:44,548 Finished 0 from 16 processes 2025-04-02 04:04:49,554 Finished 0 from 16 processes 2025-04-02 04:04:54,559 Finished 0 from 16 processes 2025-04-02 04:04:59,565 Finished 0 from 16 processes 2025-04-02 04:05:04,571 Finished 0 from 16 processes 2025-04-02 04:05:09,576 Finished 0 from 16 processes 2025-04-02 04:05:14,582 Finished 0 from 16 processes 2025-04-02 04:05:19,587 Finished 0 from 16 processes 2025-04-02 04:05:24,592 Finished 0 from 16 processes 2025-04-02 04:05:29,598 Finished 0 from 16 processes 2025-04-02 04:05:34,603 Finished 0 from 16 processes 2025-04-02 04:05:39,609 Finished 0 from 16 processes 2025-04-02 04:05:44,614 Finished 0 from 16 processes 2025-04-02 04:05:49,620 Finished 0 from 16 processes 2025-04-02 04:05:54,625 Finished 0 from 16 processes 2025-04-02 04:05:59,631 Finished 0 from 16 processes 2025-04-02 04:06:04,636 Finished 0 from 16 processes 2025-04-02 04:06:09,641 Finished 5 from 16 processes 2025-04-02 04:06:14,647 Finished 15 from 16 processes 2025-04-02 04:06:19,653 All processes finished 2025-04-02 04:06:19,653 Compressing stress logs 2025-04-02 04:06:19,664 Logs compressed 2025-04-02 04:06:19,664 Will terminate gdb (if any) 2025-04-02 04:06:19,664 Running command: kill -TERM $(pidof gdb) /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:19,668 Command returend 2, retrying /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:19,672 Command returend 2, retrying /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:20,678 Command returend 2, retrying /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:22,684 Command returend 2, retrying /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:25,692 Command returend 2, retrying 2025-04-02 04:06:29,696 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: tail: invalid PID: ‘’ /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:29,704 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:29,708 Command returend 2, retrying cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:29,712 Command returend 2, retrying cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:30,717 Command returend 2, retrying cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:32,723 Command returend 2, retrying cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory /bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or kill -l [exitstatus] 2025-04-02 04:06:35,731 Command returend 2, retrying 2025-04-02 04:06:39,735 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:39,850 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:39,965 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:41,081 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:43,198 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:46,316 Command returend 210, retrying 2025-04-02 04:06:50,321 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:50,435 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:50,550 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:51,666 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:53,783 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:06:56,902 Command returend 210, retrying 2025-04-02 04:07:00,906 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:01,021 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:01,136 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:02,252 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:04,369 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:07,487 Command returend 210, retrying 2025-04-02 04:07:11,492 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:11,607 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:11,722 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:12,838 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:14,955 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:18,074 Command returend 210, retrying 2025-04-02 04:07:22,078 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:22,193 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:22,258 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:23,374 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:25,491 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:28,609 Command returend 210, retrying 2025-04-02 04:07:32,614 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:32,729 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:32,793 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:33,860 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:35,977 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:39,095 Command returend 210, retrying 2025-04-02 04:07:43,099 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:43,164 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:43,278 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:44,344 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:46,462 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:49,580 Command returend 210, retrying 2025-04-02 04:07:53,585 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:53,649 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:53,764 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:54,880 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:07:56,997 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:00,115 Command returend 210, retrying 2025-04-02 04:08:04,120 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:04,184 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:04,249 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:05,365 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:07,482 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:10,601 Command returend 210, retrying 2025-04-02 04:08:14,605 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:14,721 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:14,836 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:15,952 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:18,069 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:21,187 Command returend 210, retrying 2025-04-02 04:08:25,191 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:25,306 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:25,421 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:26,538 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:28,655 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:31,723 Command returend 210, retrying 2025-04-02 04:08:35,727 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:35,842 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:35,957 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:37,073 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:39,190 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:42,308 Command returend 210, retrying 2025-04-02 04:08:46,312 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 --enable-progress-table-toggle=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:46,427 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:46,542 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:47,658 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:49,775 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:52,893 Command returend 210, retrying Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:56,975 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 --enable-progress-table-toggle=0' returned non-zero exit status 210. Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:57,055 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 --enable-progress-table-toggle=0' returned non-zero exit status 210. Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:08:58,131 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 --enable-progress-table-toggle=0' returned non-zero exit status 210. Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:09:00,210 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 --enable-progress-table-toggle=0' returned non-zero exit status 210. Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-04-02 04:09:03,265 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 --enable-progress-table-toggle=0' returned non-zero exit status 210. 2025-04-02 04:09:07,269 Failed to prepare for hung check: Cannot drop databases after stress tests. Probably server consumed too much memory and cannot execute simple queries 2025-04-02 04:09:07,269 Checking if some queries hung Using queries from 'queries' directory Connecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused Connection error, will retry: [Errno 111] Connection refused All connection tries failed Server is not responding. Cannot execute 'SELECT 1' query. Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1. Got server pid None Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1. Collecting stacktraces from system.stacktraces table: Error occurred while receiving stack traces from client: Command '/usr/bin/clickhouse-client --max_untracked_memory=1Gi --max_memory_usage_for_user=0 --memory_profiler_step=1Gi --max_untracked_memory=1Gi --max_memory_usage_for_user=0 --memory_profiler_step=1Gi --allow_introspection_functions=1 --skip_unavailable_shards=1 --query "SELECT thread_name, thread_id, query_id, trace, arrayStringConcat(arrayMap(x, y -> concat(x, ': ', y), arrayMap(x -> addressToLine(x), trace), arrayMap(x -> demangle(addressToSymbol(x)), trace)), ' ') as trace_str FROM system.stack_trace FORMAT Vertical"' returned non-zero exit status 36. Unable to locate ClickHouse server process listening at TCP port 9000. It must have crashed or exited prematurely! Traceback (most recent call last): File "/usr/bin/clickhouse-test", line 3934, in main(args) File "/usr/bin/clickhouse-test", line 3175, in main raise TestException(msg) __main__.TestException: Server is not responding. Cannot execute 'SELECT 1' query. Traceback (most recent call last): File "/repo/tests/ci/stress.py", line 381, in main() File "/repo/tests/ci/stress.py", line 364, in main res = call(cmd, shell=True, stdout=tee.stdin, stderr=STDOUT, timeout=600) File "/usr/lib/python3.10/subprocess.py", line 347, in call return p.wait(timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1209, in wait return self._wait(timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1951, in _wait raise TimeoutExpired(self.args, timeout) subprocess.TimeoutExpired: Command '/usr/bin/clickhouse-test --client-option max_untracked_memory=1Gi max_memory_usage_for_user=0 memory_profiler_step=1Gi --database=system --hung-check --report-logs-stats 00001_select_1' timed out after 600 seconds + echo -e 'Test script failed\tFAIL\t\N\t script exit code: 1' + rg -Fa 'No queries hung' /test_output/test_results.tsv + grep -Fa OK ++ head_escaped /test_output/hung_check.log ++ head -n 100 /test_output/hung_check.log ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Hung check failed, possible deadlock found (see hung_check.log)\tFAIL\t\N\tUsing queries from \'\''queries\'\'' directory\\nConnecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\n' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory + pid= + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse stop --max-tries 90 --do-not-kill Now there is no clickhouse-server process. + 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 + rm /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + 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 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' 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 refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 39 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=41 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 41 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=42 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 42 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=43 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 43 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=44 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=45 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 45 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=46 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 46 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=47 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 47 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=48 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=49 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 49 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=50 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 50 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=51 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 51 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=53 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 53 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=54 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 54 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=55 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 55 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=56 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=57 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 57 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=58 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 58 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=59 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 59 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=60 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=61 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 61 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=62 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 62 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=63 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 63 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=64 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=65 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 65 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=66 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 66 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=67 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 67 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=68 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=69 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 69 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=70 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 70 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=71 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 71 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=72 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=73 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 73 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=74 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 74 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=75 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 75 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=76 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 76 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=77 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 77 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=78 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 78 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=79 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 79 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=80 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 80 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=81 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 81 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=82 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 82 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=83 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 83 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=84 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 84 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=85 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 85 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=86 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 86 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=87 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 87 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=88 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 88 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=89 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 89 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=90 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 90 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=91 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 91 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=92 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 92 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=93 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 93 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=94 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 94 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=95 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 95 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=96 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 96 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=97 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 97 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=98 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 98 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=99 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 99 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=100 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 100 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=101 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 101 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=102 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 102 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=103 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 103 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=104 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 104 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=105 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 105 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=106 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 106 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=107 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 107 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=108 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 108 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=109 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 109 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=110 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 110 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=111 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 111 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=112 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 112 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=113 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 113 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=114 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 114 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=115 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 115 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=116 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 116 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=117 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 117 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=118 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 118 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=119 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 119 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 120 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=121 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 121 -gt 120 ']' + echo 'Cannot start clickhouse-server' + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log Cannot start clickhouse-server ++ trim_server_logs application_errors.txt ++ head -n 100 /test_output/application_errors.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 17468 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 17468 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18214 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18214 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18965 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18965 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 19722 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 19722 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 20467 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 20467 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21222 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21222 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21975 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21975 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 22728 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 22728 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 23475 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 23475 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24227 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24227 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24977 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24977 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 25722 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 25722 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 26461 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 26461 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27213 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27213 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n' + cat /var/log/clickhouse-server/stdout.log /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 27964. The process with pid = 27964 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 Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log Logging trace 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 2025.04.02 04:42:10.168830 [ 27964 ] {} DiskObjectStorage(s3_no_cache): Write file: clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be 2025.04.02 04:42:10.173279 [ 27964 ] {} ReadBufferFromRemoteFSGather: Reading from file: special/ppe/bjtgitmymvyaeeauntwevfdmbshpq (clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be) 2025.04.02 04:42:10.174826 [ 27964 ] {} ReadBufferFromRemoteFSGather: Reading from file: special/ppe/bjtgitmymvyaeeauntwevfdmbshpq (clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be) 2025.04.02 04:42:10.174844 [ 27964 ] {} ReadBufferFromS3: Read S3 object. Bucket: test, Key: special/ppe/bjtgitmymvyaeeauntwevfdmbshpq, Version: Latest, Offset: 2 2025.04.02 04:42:10.178389 [ 27964 ] {} deleteFileFromS3: No blob storage log, not writing blob special/ppe/bjtgitmymvyaeeauntwevfdmbshpq 2025.04.02 04:42:10.178408 [ 27964 ] {} deleteFileFromS3: Object with path special/ppe/bjtgitmymvyaeeauntwevfdmbshpq was removed from S3 2025.04.02 04:42:10.178418 [ 27964 ] {} DiskObjectStorage(s3_no_cache): Starting up disk s3_no_cache 2025.04.02 04:42:10.178425 [ 27964 ] {} DiskObjectStorage(s3_no_cache): Disk s3_no_cache started up 2025.04.02 04:42:10.179043 [ 27964 ] {} AWSClient: ClientConfiguration: User agent is overridden in the config: ClickHouse 25.2.2.173926.altinityantalya.173926 (official build) 2025.04.02 04:42:10.181017 [ 27964 ] {} S3Client: Provider type: Unknown 2025.04.02 04:42:10.181034 [ 27964 ] {} S3Client: API mode of the S3 client: AWS 2025.04.02 04:42:10.181181 [ 27964 ] {} DiskObjectStorage(s3_disk_02944): Write file: clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be 2025.04.02 04:42:10.186010 [ 27964 ] {} ReadBufferFromRemoteFSGather: Reading from file: test_02944/qjb/dkloxaihocjaqdrlejuvgdcmhyfcs (clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be) 2025.04.02 04:42:10.187697 [ 27964 ] {} ReadBufferFromRemoteFSGather: Reading from file: test_02944/qjb/dkloxaihocjaqdrlejuvgdcmhyfcs (clickhouse_access_check_ac472c39-4393-47bf-a399-ec78199284be) 2025.04.02 04:42:10.187737 [ 27964 ] {} ReadBufferFromS3: Read S3 object. Bucket: test, Key: test_02944/qjb/dkloxaihocjaqdrlejuvgdcmhyfcs, Version: Latest, Offset: 2 2025.04.02 04:42:10.191353 [ 27964 ] {} deleteFileFromS3: No blob storage log, not writing blob test_02944/qjb/dkloxaihocjaqdrlejuvgdcmhyfcs 2025.04.02 04:42:10.191376 [ 27964 ] {} deleteFileFromS3: Object with path test_02944/qjb/dkloxaihocjaqdrlejuvgdcmhyfcs was removed from S3 2025.04.02 04:42:10.191390 [ 27964 ] {} DiskObjectStorage(s3_disk_02944): Starting up disk s3_disk_02944 2025.04.02 04:42:10.191401 [ 27964 ] {} DiskObjectStorage(s3_disk_02944): Disk s3_disk_02944 started up 2025.04.02 04:42:10.191432 [ 27964 ] {} KeeperContext: Disk type 'cache' is not supported for Keeper 2025.04.02 04:42:10.193500 [ 27964 ] {} KeeperContext: Disk type 'object_storage' is not supported for Keeper 2025.04.02 04:42:10.195614 [ 27964 ] {} KeeperSnapshotManager: Reading from disk LocalSnapshotDisk 2025.04.02 04:42:10.195786 [ 27964 ] {} KeeperSnapshotManager: Found snapshot_30.bin.zstd on LocalSnapshotDisk 2025.04.02 04:42:10.195813 [ 27964 ] {} KeeperSnapshotManager: Found snapshot_29.bin.zstd on LocalSnapshotDisk 2025.04.02 04:42:10.195827 [ 27964 ] {} KeeperSnapshotManager: Found snapshot_31.bin.zstd on LocalSnapshotDisk 2025.04.02 04:42:10.196360 [ 27964 ] {} KeeperLogStore: Reading from disk LocalLogDisk 2025.04.02 04:42:10.196437 [ 27964 ] {} KeeperLogStore: Found changelog_1_100000.bin on LocalLogDisk 2025.04.02 04:42:10.196682 [ 27964 ] {} KeeperLogStore: force_sync disabled 2025.04.02 04:42:10.196697 [ 27964 ] {} KeeperDispatcher: Waiting server to initialize 2025.04.02 04:42:10.196708 [ 27964 ] {} KeeperStateMachine: Totally have 3 snapshots 2025.04.02 04:42:10.196725 [ 27964 ] {} KeeperStateMachine: Trying to load state machine from snapshot up to log index 31 2025.04.02 04:42:10.197098 [ 27964 ] {} KeeperSnapshotManager: Building structure for children nodes 2025.04.02 04:42:10.197148 [ 27964 ] {} KeeperStateMachine: Loaded snapshot with last committed log index 31 2025.04.02 04:42:10.197429 [ 27964 ] {} KeeperLogStore: Totally read from changelog changelog_1_100000.bin 31 entries 2025.04.02 04:42:10.197452 [ 27964 ] {} KeeperLogStore: Continue to write into changelog_1_100000.bin 2025.04.02 04:42:10.197477 [ 27964 ] {} KeeperServer: Last local log idx 31 2025.04.02 04:42:10.197491 [ 27964 ] {} KeeperServer: Will use config from log store with log index 31 2025.04.02 04:42:10.197873 [ 27964 ] {} KeeperServer: Got 1000000000000000 value for setting 'reserved_log_items' which is bigger than int32_t max value, lowering value to 2147483647. 2025.04.02 04:42:10.202071 [ 27964 ] {} KeeperStateManager: Read state from /var/lib/clickhouse/coordination/state commit index 31 term 31 election timer allowed log store start 1, end 31 config log idx 31, prev log idx 30 -- ASYNC REPLICATION -- my id: 1, voting_member num peers: 0 2025.04.02 04:42:10.252834 [ 27964 ] {} KeeperDispatcher: Server initialized, waiting for quorum 2025.04.02 04:42:10.253136 [ 28553 ] {} IDisk: Copying from LocalStateFileDisk (path: /var/lib/clickhouse/coordination) state to LocalStateFileDisk (path: /var/lib/clickhouse/coordination) state-OLD. 2025.04.02 04:42:10.256569 [ 28549 ] {} KeeperLogStore: Flushing 1 logs peer 1, DC ID 0, localhost:9234, voting member, 1 my id: 1, leader: 1, term: 32 2025.04.02 04:42:10.257088 [ 27964 ] {} KeeperDispatcher: Quorum initialized 2025.04.02 04:42:10.257362 [ 27964 ] {} KeeperDispatcher: Dispatcher initialized 2025.04.02 04:42:10.257989 [ 27964 ] {} Application: Listening for Keeper (tcp): [::]:9181 2025.04.02 04:42:10.258159 [ 27964 ] {} Application: Listening for replica communication (interserver): http://[::]:9009 2025.04.02 04:42:10.262322 [ 27964 ] {} ConfigReloader: Loading config '/etc/clickhouse-server/users.xml' 2025.04.02 04:42:10.262375 [ 27964 ] {} ConfigProcessor: Processing configuration file '/etc/clickhouse-server/users.xml'. 2025.04.02 04:42:10.262838 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/access_management.xml'. 2025.04.02 04:42:10.262967 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/allow_introspection_functions.yaml'. 2025.04.02 04:42:10.263156 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/database_atomic_drop_detach_sync.xml'. 2025.04.02 04:42:10.263251 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/database_ordinary.xml'. 2025.04.02 04:42:10.263359 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/enable_blobs_check.xml'. 2025.04.02 04:42:10.263454 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/filelog.xml'. 2025.04.02 04:42:10.263606 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/insert_keeper_retries.xml'. 2025.04.02 04:42:10.263780 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/limits.yaml'. 2025.04.02 04:42:10.264819 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/log_queries.xml'. 2025.04.02 04:42:10.264975 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/marks.xml'. 2025.04.02 04:42:10.265098 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/memory_profiler.xml'. 2025.04.02 04:42:10.265222 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/no_fsync_metadata.xml'. 2025.04.02 04:42:10.265366 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/nonconst_timezone.xml'. 2025.04.02 04:42:10.265490 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/opentelemetry.xml'. 2025.04.02 04:42:10.265623 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/prefetch_settings.xml'. 2025.04.02 04:42:10.265761 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/readonly.xml'. 2025.04.02 04:42:10.265927 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/remote_queries.xml'. 2025.04.02 04:42:10.266151 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/replicated_ddl_entry.xml'. 2025.04.02 04:42:10.266364 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/s3_cache.xml'. 2025.04.02 04:42:10.266545 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/s3_cache_new.xml'. 2025.04.02 04:42:10.266712 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/session_log_test.xml'. 2025.04.02 04:42:10.266872 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/stress_test_tweaks-users.xml'. 2025.04.02 04:42:10.267196 [ 27964 ] {} ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/timeouts.xml'. 2025.04.02 04:42:10.270232 [ 27964 ] {} ConfigProcessor: Saved preprocessed configuration to '/var/lib/clickhouse/preprocessed_configs/users.xml'. 2025.04.02 04:42:10.270311 [ 27964 ] {} ConfigReloader: Loaded config '/etc/clickhouse-server/users.xml', performing update on configuration 2025.04.02 04:42:10.272489 [ 27964 ] {} ConfigReloader: Loaded config '/etc/clickhouse-server/users.xml', performed update on configuration 2025.04.02 04:42:10.272524 [ 27964 ] {} ConfigReloader: Config reload interval set to 2000ms 2025.04.02 04:42:10.273135 [ 27964 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /etc/clickhouse-server/users.xml 2025.04.02 04:42:10.273355 [ 27964 ] {} Access(user directories): Added local_directory access storage 'local_directory', path: /var/lib/clickhouse/access/ 2025.04.02 04:42:10.273563 [ 27964 ] {} CgroupsMemoryUsageObserver: Started cgroup current memory usage observer thread 2025.04.02 04:42:10.274130 [ 28574 ] {} CgroupsMemoryUsageObserver: Memory amount initially available to the process is 30.60 GiB 2025.04.02 04:42:10.277435 [ 27964 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.04.02 04:42:10.278542 [ 27964 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.04.02 04:42:10.280546 [ 27964 ] {} Context: Initialized background executor for fetches with num_threads=16, num_tasks=16 2025.04.02 04:42:10.281999 [ 27964 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.04.02 04:42:10.284725 [ 27964 ] {} Context: Server logging level is set to 'test' and performance is degraded. This cannot be used in production. 2025.04.02 04:42:10.285295 [ 27964 ] {} Context: Delay accounting is not enabled, OSIOWaitMicroseconds will not be gathered. You can enable it using `echo 1 > /proc/sys/kernel/task_delayacct` or by using sysctl. 2025.04.02 04:42:10.285753 [ 27964 ] {} Context: The setting 'allow_remote_fs_zero_copy_replication' is enabled for MergeTree tables. But the feature of 'zero-copy replication' is under development and is not ready for production. The usage of this feature can lead to data corruption and loss. The setting should be disabled in production. 2025.04.02 04:42:10.286050 [ 27964 ] {} DNSCacheUpdater: Update period 15 seconds 2025.04.02 04:42:10.286080 [ 27964 ] {} Application: Loading metadata from /var/lib/clickhouse/ 2025.04.02 04:42:10.286175 [ 27977 ] {} DNSResolver: Updating DNS cache 2025.04.02 04:42:10.286555 [ 27977 ] {} DNSResolver: Updated DNS cache + break + attach_gdb_to_clickhouse ++ clickhouse local --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals # safeExit is called if graceful shutdown times out. Print stack traces in that case. break safeExit continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full 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 27964 aarch64-binfmt-P: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + local 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 + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting + return 1 + check_server_start + clickhouse-client --query 'SELECT '\''Server successfully started'\'', '\''OK'\'', NULL, '\'''\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log ++ 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, 3000) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Server failed to start (see application_errors.txt and clickhouse-server.clean.log)\tFAIL\t\N\t [ 17468 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 17468 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18214 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18214 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18965 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 18965 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 19722 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 19722 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 20467 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 20467 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21222 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21222 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21975 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 21975 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 22728 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 22728 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 23475 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 23475 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24227 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24227 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24977 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 24977 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 25722 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 25722 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 26461 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 26461 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27213 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27213 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27964 ] {} Application: Caught exception while loading metadata: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n [ 27964 ] {} Application: std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below):\\n' + '[' -s /test_output/application_errors.txt ']' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid cat: /var/run/clickhouse-server/clickhouse-server.pid: No such file or directory + pid= + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + for i in {1..30} + clickhouse client -q 'SYSTEM STOP DISTRIBUTED SENDS' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + clickhouse stop --max-tries 90 --do-not-kill Now there is no clickhouse-server process. + return + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' + '[' -f /var/log/clickhouse-server/stderr.log ']' + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.final.log + check_logs_for_critical_errors + sed -n '/WARNING:.*anitizer/,/^$/p' /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + grep -v -e a.myext -e DistributedCacheTCPHandler -e ReadBufferFromDistributedCache -e ReadBufferFromS3 -e ReadBufferFromAzureBlobStorage -e AsynchronousBoundedReadBuffer -e 'caller id: None:DistribCache' + echo -e 'No lost s3 keys\tOK\t\N\t' + rg -Fa 'it is lost forever' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + grep SharedMergeTreePartCheckThread + echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '#######################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/fatal_messages.txt ']' + rm /test_output/fatal_messages.txt + rg -v 'rg -Faz ' + rg -Faz '########################################' /test_output/application_errors.txt /test_output/gdb.log /test_output/hung_check.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + collect_query_and_trace_logs + for table in query_log trace_log metric_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 Env variable is not set: AZURE_CONNECTION_STRING Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/__exception/exception.h:106: std::runtime_error::runtime_error(String const&) @ 0x0000000019f717f4 1. /build/contrib/azure/sdk/core/azure-core/src/exception.cpp:20: Azure::Core::RequestFailedException::RequestFailedException(String const&) @ 0x0000000018180189 2. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/http.hpp:66: Azure::Core::Http::CurlConnection::CurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, String const&, String const&) @ 0x000000001817be90 3. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634: Azure::Core::Http::_detail::CurlConnectionPool::ExtractOrCreateCurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, bool) @ 0x000000001817413d 4. /build/contrib/azure/sdk/core/azure-core/src/http/curl/curl.cpp:351: Azure::Core::Http::CurlTransport::Send(Azure::Core::Http::Request&, Azure::Core::Context const&) @ 0x0000000018172bd2 5. /build/contrib/azure/sdk/core/azure-core/src/http/transport_policy.cpp:121: Azure::Core::Http::Policies::_internal::TransportPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b210c 6. /build/contrib/azure/sdk/core/azure-core/src/http/log_policy.cpp:114: Azure::Core::Http::Policies::_internal::LogPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001818f6ca 7. /build/contrib/azure/sdk/core/azure-core/src/http/request_activity_policy.cpp:110: Azure::Core::Http::Policies::_internal::RequestActivityPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181afaec 8. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp:57: Azure::Storage::_internal::StoragePerRetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820dd09 9. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp:36: Azure::Storage::_internal::StorageSwitchToSecondaryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820e1d0 10. /build/contrib/azure/sdk/core/azure-core/src/http/retry_policy.cpp:146: Azure::Core::Http::Policies::_internal::RetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181ae689 11. /build/contrib/azure/sdk/core/azure-core/src/http/telemetry_policy.cpp:23: Azure::Core::Http::Policies::_internal::TelemetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b24eb 12. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp:453: Azure::Core::Http::Policies::_internal::RequestIdPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181a4669 13. /build/contrib/azure/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp:34: Azure::Storage::_internal::StorageServiceVersionPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181bc832 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/local/LocalServer.cpp:856: DB::LocalServer::processConfig() @ 0x000000000e151acf (version 25.2.2.173926.altinityantalya.173926 (official build)) + for table in query_log trace_log metric_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 Env variable is not set: AZURE_CONNECTION_STRING Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/__exception/exception.h:106: std::runtime_error::runtime_error(String const&) @ 0x0000000019f717f4 1. /build/contrib/azure/sdk/core/azure-core/src/exception.cpp:20: Azure::Core::RequestFailedException::RequestFailedException(String const&) @ 0x0000000018180189 2. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/http.hpp:66: Azure::Core::Http::CurlConnection::CurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, String const&, String const&) @ 0x000000001817be90 3. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634: Azure::Core::Http::_detail::CurlConnectionPool::ExtractOrCreateCurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, bool) @ 0x000000001817413d 4. /build/contrib/azure/sdk/core/azure-core/src/http/curl/curl.cpp:351: Azure::Core::Http::CurlTransport::Send(Azure::Core::Http::Request&, Azure::Core::Context const&) @ 0x0000000018172bd2 5. /build/contrib/azure/sdk/core/azure-core/src/http/transport_policy.cpp:121: Azure::Core::Http::Policies::_internal::TransportPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b210c 6. /build/contrib/azure/sdk/core/azure-core/src/http/log_policy.cpp:114: Azure::Core::Http::Policies::_internal::LogPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001818f6ca 7. /build/contrib/azure/sdk/core/azure-core/src/http/request_activity_policy.cpp:110: Azure::Core::Http::Policies::_internal::RequestActivityPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181afaec 8. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp:57: Azure::Storage::_internal::StoragePerRetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820dd09 9. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp:36: Azure::Storage::_internal::StorageSwitchToSecondaryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820e1d0 10. /build/contrib/azure/sdk/core/azure-core/src/http/retry_policy.cpp:146: Azure::Core::Http::Policies::_internal::RetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181ae689 11. /build/contrib/azure/sdk/core/azure-core/src/http/telemetry_policy.cpp:23: Azure::Core::Http::Policies::_internal::TelemetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b24eb 12. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp:453: Azure::Core::Http::Policies::_internal::RequestIdPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181a4669 13. /build/contrib/azure/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp:34: Azure::Storage::_internal::StorageServiceVersionPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181bc832 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/local/LocalServer.cpp:856: DB::LocalServer::processConfig() @ 0x000000000e151acf (version 25.2.2.173926.altinityantalya.173926 (official build)) + for table in query_log trace_log metric_log + zstd --threads=0 + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.metric_log format TSVWithNamesAndTypes' Env variable is not set: AZURE_CONNECTION_STRING Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log std::exception. Code: 1001, type: Azure::Core::Http::TransportException, e.what() = Fail to get a new connection for: ://. URL using bad/illegal format or missing URL, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/__exception/exception.h:106: std::runtime_error::runtime_error(String const&) @ 0x0000000019f717f4 1. /build/contrib/azure/sdk/core/azure-core/src/exception.cpp:20: Azure::Core::RequestFailedException::RequestFailedException(String const&) @ 0x0000000018180189 2. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/http.hpp:66: Azure::Core::Http::CurlConnection::CurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, String const&, String const&) @ 0x000000001817be90 3. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:634: Azure::Core::Http::_detail::CurlConnectionPool::ExtractOrCreateCurlConnection(Azure::Core::Http::Request&, Azure::Core::Http::CurlTransportOptions const&, bool) @ 0x000000001817413d 4. /build/contrib/azure/sdk/core/azure-core/src/http/curl/curl.cpp:351: Azure::Core::Http::CurlTransport::Send(Azure::Core::Http::Request&, Azure::Core::Context const&) @ 0x0000000018172bd2 5. /build/contrib/azure/sdk/core/azure-core/src/http/transport_policy.cpp:121: Azure::Core::Http::Policies::_internal::TransportPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b210c 6. /build/contrib/azure/sdk/core/azure-core/src/http/log_policy.cpp:114: Azure::Core::Http::Policies::_internal::LogPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001818f6ca 7. /build/contrib/azure/sdk/core/azure-core/src/http/request_activity_policy.cpp:110: Azure::Core::Http::Policies::_internal::RequestActivityPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181afaec 8. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp:57: Azure::Storage::_internal::StoragePerRetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820dd09 9. /build/contrib/azure/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp:36: Azure::Storage::_internal::StorageSwitchToSecondaryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x000000001820e1d0 10. /build/contrib/azure/sdk/core/azure-core/src/http/retry_policy.cpp:146: Azure::Core::Http::Policies::_internal::RetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181ae689 11. /build/contrib/azure/sdk/core/azure-core/src/http/telemetry_policy.cpp:23: Azure::Core::Http::Policies::_internal::TelemetryPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181b24eb 12. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp:453: Azure::Core::Http::Policies::_internal::RequestIdPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181a4669 13. /build/contrib/azure/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp:34: Azure::Storage::_internal::StorageServiceVersionPolicy::Send(Azure::Core::Http::Request&, Azure::Core::Http::Policies::NextHttpPolicy, Azure::Core::Context const&) const @ 0x00000000181bc832 14. /build/contrib/azure/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp:230: Azure::Storage::Blobs::_detail::BlobContainerClient::GetProperties(Azure::Core::Http::_internal::HttpPipeline&, Azure::Core::Url const&, Azure::Storage::Blobs::_detail::BlobContainerClient::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) @ 0x00000000181d66af 15. /build/contrib/azure/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp:324: Azure::Storage::Blobs::BlobContainerClient::GetProperties(Azure::Storage::Blobs::GetBlobContainerPropertiesOptions const&, Azure::Core::Context const&) const @ 0x00000000181c4895 16. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:105: DB::AzureBlobStorage::ContainerClientWrapper::GetProperties() const @ 0x0000000011753abf 17. /build/src/Disks/ObjectStorages/AzureBlobStorage/AzureBlobStorageCommon.cpp:319: DB::AzureBlobStorage::getContainerClient(DB::AzureBlobStorage::ConnectionParams const&, bool) @ 0x0000000011757970 18. /build/src/Disks/ObjectStorages/ObjectStorageFactory.cpp:308: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x000000001219df4a 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001219a8f1 20. /build/src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl[abi:se190107] (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x0000000012199ae0 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001211a85d 22. /build/src/Disks/DiskSelector.cpp:55: DB::DiskSelector::initialize(Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::function) @ 0x000000001213ecba 23. /build/src/Interpreters/Context.cpp:4976: DB::Context::getDiskSelector(std::lock_guard&) const @ 0x00000000126aa54a 24. /build/src/Interpreters/Context.cpp:4960: DB::Context::getDisksMap(std::lock_guard&) const @ 0x00000000126aa836 25. /build/src/Interpreters/Context.cpp:4955: DB::Context::getDatabaseDisk() const @ 0x0000000012687316 26. /build/src/Databases/DatabasesCommon.cpp:330: DB::DatabaseWithOwnTablesBase::DatabaseWithOwnTablesBase(String const&, String const&, std::shared_ptr) @ 0x0000000012052266 27. /build/src/Databases/DatabaseMemory.cpp:25: DB::DatabaseMemory::DatabaseMemory(String const&, std::shared_ptr) @ 0x0000000011fe5c82 28. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:41: DB::DatabaseMemory* std::construct_at[abi:se190107], DB::DatabaseMemory*>(DB::DatabaseMemory*, char const* const&, std::shared_ptr&&) @ 0x000000001276e7db 29. /build/contrib/llvm-project/libcxx/include/__memory/construct_at.h:49: std::shared_ptr std::allocate_shared[abi:se190107], char const* const&, std::shared_ptr, 0>(std::allocator const&, char const* const&, std::shared_ptr&&) @ 0x000000001276e665 30. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:851: DB::DatabaseCatalog::initializeAndLoadTemporaryDatabase() @ 0x000000001275480c 31. /build/programs/local/LocalServer.cpp:856: DB::LocalServer::processConfig() @ 0x000000000e151acf (version 25.2.2.173926.altinityantalya.173926 (official build)) + mv /var/log/clickhouse-server/stderr.log /test_output/ + clickhouse-local --structure 'test String, res String, time Nullable(Float32), desc String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by (test like '\''%Sanitizer%'\'') DESC, (test like '\''%Killed by signal%'\'') DESC, (test like '\''%gdb.log%'\'') DESC, (test ilike '\''%possible deadlock%'\'') DESC, (test like '\''%start%'\'') DESC, (test like '\''%dmesg%'\'') DESC, (test like '\''%OOM%'\'') DESC, (test like '\''%Signal 9%'\'') DESC, (test like '\''%Fatal message%'\'') DESC, rowNumberInAllBlocks() LIMIT 1' + '[' -s /test_output/check_status.tsv ']' + rg 'OOM in dmesg|Signal 9' /test_output/check_status.tsv + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read -r core