+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /stress_tests.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ OK='\tOK\t\N\t' ++ FAIL='\tFAIL\t\N\t' ++ FAILURE_CONTEXT_LINES=100 ++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300 + install_packages package_folder + dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49227 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49256 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49265 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable) ... Setting up clickhouse-server (24.3.12.76.altinitystable) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49282 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable) ... Setting up clickhouse-client (24.3.12.76.altinitystable) ... + export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000 + THREAD_FUZZER_CPU_TIME_PERIOD_US=1000 + export THREAD_FUZZER_SLEEP_PROBABILITY=0.1 + THREAD_FUZZER_SLEEP_PROBABILITY=0.1 + export THREAD_FUZZER_SLEEP_TIME_US_MAX=100000 + THREAD_FUZZER_SLEEP_TIME_US_MAX=100000 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001 + export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01 + THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01 + export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01 + THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01 + export ZOOKEEPER_FAULT_INJECTION=1 + ZOOKEEPER_FAULT_INJECTION=1 + configure + export USE_DATABASE_ORDINARY=1 + USE_DATABASE_ORDINARY=1 + export EXPORT_S3_STORAGE_POLICIES=1 + EXPORT_S3_STORAGE_POLICIES=1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + rm -f /etc/clickhouse-server/config.d/zookeeper.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=58093568 + sed --follow-symlinks -i 's|[[:digit:]]\+|58093568|' /etc/clickhouse-server/config.d/keeper_port.xml + value=5306368 + sed --follow-symlinks -i 's|[[:digit:]]\+|5306368|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=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 + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=1 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + randomize_config_boolean_value allow_experimental_block_number_column block_number + value=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo Setting max_server_memory_usage_to_ram_ratio to 0.5 + total_mem=32086444 + total_mem=32856518656 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856955596 + echo 'Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G' + cat + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + ./minio server --address :11111 ./minio_data + 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 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:37277 http://127.0.0.1:37277 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (37277), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./180522B4E7C5B1FF8357e65b-4961-4f9a-ad1c-53a00355e2b4 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 291 root 10u IPv6 39365 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 124.60 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 99.96 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 45.88 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 3.58 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.80 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.71 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.16 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + 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' 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "PUT /devstoreaccount1/cont/kgdrczabbxnnygvzzsluvmbprqfrghqo?blockid=bkobxeqhlgjkwhnspkdynectsmgpldavohatocjalosmwjbvlcloxqvxeoolofrk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "PUT /devstoreaccount1/cont/kgdrczabbxnnygvzzsluvmbprqfrghqo?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "GET /devstoreaccount1/cont/kgdrczabbxnnygvzzsluvmbprqfrghqo HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "GET /devstoreaccount1/cont/kgdrczabbxnnygvzzsluvmbprqfrghqo HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:17:30:23 +0000] "DELETE /devstoreaccount1/cont/kgdrczabbxnnygvzzsluvmbprqfrghqo HTTP/1.1" 202 - 1 + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 577 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + clickhouse-client --query 'CREATE DATABASE datasets' + clickhouse-client --multiquery + clickhouse-client --query 'SHOW TABLES FROM datasets' hits_v1 visits_v1 + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=577 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Sent terminate signal to process with pid 577. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running.script.gdb:13: Error in sourced command file: No stack. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577. The process with pid = 577 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log + cache_policy= + '[' 1 -eq 1 ']' + cache_policy=SLRU + echo 'Using cache policy: SLRU' Using cache policy: SLRU + '[' SLRU = SLRU ']' + sudo cat /etc/clickhouse-server/config.d/storage_conf.xml + sed 's|LRU|SLRU|' + mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.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 127.0.0.1 - - [05/Nov/2024:17:33:09 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:17:33:09 +0000] "PUT /devstoreaccount1/cont/gvfgvtzizntlgxmhtxnfwweimxqixnms?blockid=jkwjabnsercyppdcmsapmyjxbkkeooxuurmmxgmlthvsnjujbppgafutxltzfyzb&comp=block HTTP/1.1" 201 - + counter=22 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [05/Nov/2024:17:33:09 +0000] "PUT /devstoreaccount1/cont/gvfgvtzizntlgxmhtxnfwweimxqixnms?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:17:33:09 +0000] "GET /devstoreaccount1/cont/gvfgvtzizntlgxmhtxnfwweimxqixnms HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:17:33:10 +0000] "GET /devstoreaccount1/cont/gvfgvtzizntlgxmhtxnfwweimxqixnms HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:17:33:10 +0000] "DELETE /devstoreaccount1/cont/gvfgvtzizntlgxmhtxnfwweimxqixnms HTTP/1.1" 202 - 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' 1 + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 1468 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + clickhouse-client --query 'SHOW TABLES FROM datasets' hits_v1 visits_v1 + clickhouse-client --query 'SHOW TABLES FROM test' + clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8, VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32, Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String, EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32, SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32, SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16, UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16, FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8, Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32), WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64, ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32, ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32, ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32, ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16, ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime, PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8, PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16), CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64, StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64, OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64, UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32, DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16)) ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC' + clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC' + clickhouse-client --query 'SHOW TABLES FROM test' hits hits_s3 visits + clickhouse-client --query 'SYSTEM STOP THREAD FUZZER' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=1468 + clickhouse stop --max-tries 90 --do-not-kill script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Sent terminate signal to process with pid 1468. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1468. The process with pid = 1468 is running. Waiting for server to stop Found pid = 1468 in the list of running processes. The process with pid = 1468 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + export USE_S3_STORAGE_FOR_MERGE_TREE=1 + USE_S3_STORAGE_FOR_MERGE_TREE=1 + export RANDOMIZE_OBJECT_KEY_TYPE=1 + RANDOMIZE_OBJECT_KEY_TYPE=1 + export ZOOKEEPER_FAULT_INJECTION=1 + ZOOKEEPER_FAULT_INJECTION=1 + export THREAD_POOL_FAULT_INJECTION=1 + THREAD_POOL_FAULT_INJECTION=1 + configure + export USE_DATABASE_ORDINARY=1 + USE_DATABASE_ORDINARY=1 + export EXPORT_S3_STORAGE_POLICIES=1 + EXPORT_S3_STORAGE_POLICIES=1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + rm -f /etc/clickhouse-server/config.d/zookeeper.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/cannot_allocate_thread_injection.xml /etc/clickhouse-server/config.d/ + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=20269056 + sed --follow-symlinks -i 's|[[:digit:]]\+|20269056|' /etc/clickhouse-server/config.d/keeper_port.xml + value=14133248 + sed --follow-symlinks -i 's|[[:digit:]]\+|14133248|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key") + object_key_type=generate-suffix + [[ -n 1 ]] + [[ 1 -eq 1 ]] + object_key_type=generate-full-key + case $object_key_type in + ln -sf /usr/share/clickhouse-test/config/config.d/storage_metadata_with_full_object_key.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/ + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=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=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=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=1 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + randomize_config_boolean_value allow_experimental_block_number_column block_number + value=1 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32086444 + total_mem=32856518656 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_server_memory_usage_to_ram_ratio to 0.5 + local max_users_mem + max_users_mem=9856955596 + echo 'Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G + cat + sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sed 's|
s3
|
s3
default|' + mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo cat /etc/clickhouse-server/config.d/logger_trace.xml + sed 's|trace|test|' + mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml + '[' SLRU = SLRU ']' + sudo cat /etc/clickhouse-server/config.d/storage_conf.xml + sed 's|LRU|SLRU|' + mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml ++ date +%-d + '[' 1 -eq 1 ']' + sudo echo 'true' + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "PUT /devstoreaccount1/cont/okpwbredcbopnimiemjwnpfkhhddheqx?blockid=uwccblgpxmhsbutbmkrwlhskxugawdomiybgyxnnjjhwmavipmhttnkyvrzbzlat&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "PUT /devstoreaccount1/cont/okpwbredcbopnimiemjwnpfkhhddheqx?comp=blocklist HTTP/1.1" 201 - + counter=8 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "GET /devstoreaccount1/cont/okpwbredcbopnimiemjwnpfkhhddheqx HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "GET /devstoreaccount1/cont/okpwbredcbopnimiemjwnpfkhhddheqx HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:18:35:29 +0000] "DELETE /devstoreaccount1/cont/okpwbredcbopnimiemjwnpfkhhddheqx HTTP/1.1" 202 - 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' 1 + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 2811 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-11-05 19:37:52,972 Run func tests '/usr/bin/clickhouse-test --client-option optimize_trivial_approximate_count_query=1 --global_time_limit=1200 ' 2024-11-05 19:37:53,473 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:53,974 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-05 19:37:54,476 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:54,977 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-05 19:37:55,478 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:55,980 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-05 19:37:56,480 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:56,982 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 ' 2024-11-05 19:37:57,483 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:57,984 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 ' 2024-11-05 19:37:58,485 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-05 19:37:58,987 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-11-05 19:37:59,488 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:37:59,989 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 ' 2024-11-05 19:38:00,490 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-05 19:38:00,991 Will wait functests to finish 2024-11-05 19:38:00,991 Finished 11 from 16 processes 2024-11-05 19:38:05,992 Finished 11 from 16 processes 2024-11-05 19:38:10,993 Finished 11 from 16 processes 2024-11-05 19:38:15,996 Finished 11 from 16 processes 2024-11-05 19:38:21,000 Finished 11 from 16 processes 2024-11-05 19:38:26,004 Finished 11 from 16 processes 2024-11-05 19:38:31,008 Finished 11 from 16 processes 2024-11-05 19:38:36,012 Finished 11 from 16 processes 2024-11-05 19:38:41,015 Finished 11 from 16 processes 2024-11-05 19:38:46,020 Finished 11 from 16 processes 2024-11-05 19:38:51,024 Finished 11 from 16 processes 2024-11-05 19:38:56,030 Finished 11 from 16 processes 2024-11-05 19:39:01,032 Finished 11 from 16 processes 2024-11-05 19:39:06,036 Finished 11 from 16 processes 2024-11-05 19:39:11,040 Finished 11 from 16 processes 2024-11-05 19:39:16,044 Finished 11 from 16 processes 2024-11-05 19:39:21,048 Finished 11 from 16 processes 2024-11-05 19:39:26,052 Finished 11 from 16 processes 2024-11-05 19:39:31,056 Finished 11 from 16 processes 2024-11-05 19:39:36,060 Finished 11 from 16 processes 2024-11-05 19:39:41,066 Finished 11 from 16 processes API: PutObjectPart(bucket=test, object=test/vot/acgmofguisaplihfjapepljlwqoba) Time: 18:39:45 UTC 11/05/2024 DeploymentID: 8357e65b-4961-4f9a-ad1c-53a00355e2b4 RequestID: 180526852F642795 RemoteHost: ::1 Host: localhost:11111 UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+5b67ba5a os/Linux/5.15.0-122-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3 Error: open /minio_data/.minio.sys/multipart/4b798802ed4a1a843fe755d29925add6799005ac0d3249acae1a26f07907af37/340209ed-118c-493b-ba46-7d85bbfa7a26/00002.960e1f2ff8c4992c440af916a47dfba3.16777216: no such file or directory (*fs.PathError) uploadID=340209ed-118c-493b-ba46-7d85bbfa7a26, partPath=/minio_data/.minio.sys/multipart/4b798802ed4a1a843fe755d29925add6799005ac0d3249acae1a26f07907af37/340209ed-118c-493b-ba46-7d85bbfa7a26/00002.960e1f2ff8c4992c440af916a47dfba3.16777216, filepath=/minio_data/.minio.sys/tmp/8c4f332c-8447-4c97-89f1-b5acbe460c31/340209ed-118c-493b-ba46-7d85bbfa7a26.4fab9d7c-4c97-4cc3-b4db-da335f853005 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-05 19:39:46,070 Finished 11 from 16 processes 2024-11-05 19:39:51,071 Finished 11 from 16 processes 2024-11-05 19:39:56,077 Finished 11 from 16 processes 2024-11-05 19:40:01,080 Finished 11 from 16 processes 2024-11-05 19:40:06,084 Finished 11 from 16 processes 2024-11-05 19:40:11,090 Finished 11 from 16 processes 2024-11-05 19:40:16,092 Finished 11 from 16 processes 2024-11-05 19:40:21,096 Finished 11 from 16 processes 2024-11-05 19:40:26,100 Finished 11 from 16 processes 2024-11-05 19:40:31,106 Finished 11 from 16 processes 2024-11-05 19:40:36,107 Finished 11 from 16 processes 2024-11-05 19:40:41,112 Finished 11 from 16 processes 2024-11-05 19:40:46,116 Finished 11 from 16 processes 2024-11-05 19:40:51,121 Finished 11 from 16 processes 2024-11-05 19:40:56,124 Finished 11 from 16 processes 2024-11-05 19:41:01,128 Finished 11 from 16 processes 2024-11-05 19:41:06,132 Finished 11 from 16 processes 2024-11-05 19:41:11,136 Finished 11 from 16 processes 2024-11-05 19:41:16,142 Finished 11 from 16 processes 2024-11-05 19:41:21,144 Finished 11 from 16 processes 2024-11-05 19:41:26,145 Finished 11 from 16 processes 2024-11-05 19:41:31,148 Finished 11 from 16 processes 2024-11-05 19:41:36,152 Finished 11 from 16 processes 2024-11-05 19:41:41,158 Finished 11 from 16 processes 2024-11-05 19:41:46,159 Finished 11 from 16 processes 2024-11-05 19:41:51,164 Finished 11 from 16 processes 2024-11-05 19:41:56,170 Finished 11 from 16 processes 2024-11-05 19:42:01,172 Finished 11 from 16 processes 2024-11-05 19:42:06,178 Finished 11 from 16 processes 2024-11-05 19:42:11,180 Finished 11 from 16 processes 2024-11-05 19:42:16,183 Finished 11 from 16 processes 2024-11-05 19:42:21,184 Finished 11 from 16 processes 2024-11-05 19:42:26,188 Finished 11 from 16 processes 2024-11-05 19:42:31,192 Finished 11 from 16 processes 2024-11-05 19:42:36,196 Finished 11 from 16 processes 2024-11-05 19:42:41,200 Finished 11 from 16 processes 2024-11-05 19:42:46,204 Finished 11 from 16 processes 2024-11-05 19:42:51,208 Finished 11 from 16 processes 2024-11-05 19:42:56,212 Finished 11 from 16 processes 2024-11-05 19:43:01,216 Finished 11 from 16 processes 2024-11-05 19:43:06,222 Finished 11 from 16 processes 2024-11-05 19:43:11,225 Finished 11 from 16 processes 2024-11-05 19:43:16,228 Finished 11 from 16 processes 2024-11-05 19:43:21,232 Finished 11 from 16 processes 2024-11-05 19:43:26,236 Finished 11 from 16 processes 2024-11-05 19:43:31,242 Finished 11 from 16 processes 2024-11-05 19:43:36,244 Finished 11 from 16 processes 2024-11-05 19:43:41,248 Finished 11 from 16 processes 2024-11-05 19:43:46,252 Finished 11 from 16 processes 2024-11-05 19:43:51,256 Finished 11 from 16 processes 2024-11-05 19:43:56,260 Finished 11 from 16 processes 2024-11-05 19:44:01,264 Finished 11 from 16 processes 2024-11-05 19:44:06,268 Finished 11 from 16 processes 2024-11-05 19:44:11,272 Finished 11 from 16 processes 2024-11-05 19:44:16,278 Finished 11 from 16 processes 2024-11-05 19:44:21,280 Finished 11 from 16 processes 2024-11-05 19:44:26,284 Finished 11 from 16 processes 2024-11-05 19:44:31,288 Finished 11 from 16 processes 2024-11-05 19:44:36,292 Finished 11 from 16 processes 2024-11-05 19:44:41,296 Finished 11 from 16 processes 2024-11-05 19:44:46,302 Finished 11 from 16 processes 2024-11-05 19:44:51,307 Finished 11 from 16 processes 2024-11-05 19:44:56,311 Finished 11 from 16 processes 2024-11-05 19:45:01,316 Finished 11 from 16 processes 2024-11-05 19:45:06,320 Finished 11 from 16 processes 2024-11-05 19:45:11,324 Finished 11 from 16 processes 2024-11-05 19:45:16,330 Finished 11 from 16 processes 2024-11-05 19:45:21,332 Finished 11 from 16 processes 2024-11-05 19:45:26,333 Finished 11 from 16 processes 2024-11-05 19:45:31,336 Finished 11 from 16 processes 2024-11-05 19:45:36,340 Finished 11 from 16 processes 2024-11-05 19:45:41,346 Finished 11 from 16 processes 2024-11-05 19:45:46,348 Finished 11 from 16 processes 2024-11-05 19:45:51,352 Finished 11 from 16 processes 2024-11-05 19:45:56,356 Finished 11 from 16 processes 2024-11-05 19:46:01,360 Finished 11 from 16 processes 2024-11-05 19:46:06,364 Finished 11 from 16 processes 2024-11-05 19:46:11,370 Finished 11 from 16 processes 2024-11-05 19:46:16,372 Finished 11 from 16 processes 2024-11-05 19:46:21,374 Finished 11 from 16 processes 2024-11-05 19:46:26,378 Finished 11 from 16 processes API: PutObjectPart(bucket=test, object=test/wlz/xajhzmyhytgzrrgpfhdpslyegjrrg) Time: 18:46:30 UTC 11/05/2024 DeploymentID: 8357e65b-4961-4f9a-ad1c-53a00355e2b4 RequestID: 180526E3778CC9EC RemoteHost: 127.0.0.1 Host: localhost:11111 UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+5b67ba5a os/Linux/5.15.0-122-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3 Error: open /minio_data/.minio.sys/multipart/7b31b8d669a65e3e77890759719e9be0e43974448fb5335d1393803dbe9dab58/8d00f340-4ebf-481c-878f-c60c54e1e60a/00002.960e1f2ff8c4992c440af916a47dfba3.16777216: no such file or directory (*fs.PathError) uploadID=8d00f340-4ebf-481c-878f-c60c54e1e60a, partPath=/minio_data/.minio.sys/multipart/7b31b8d669a65e3e77890759719e9be0e43974448fb5335d1393803dbe9dab58/8d00f340-4ebf-481c-878f-c60c54e1e60a/00002.960e1f2ff8c4992c440af916a47dfba3.16777216, filepath=/minio_data/.minio.sys/tmp/8c4f332c-8447-4c97-89f1-b5acbe460c31/8d00f340-4ebf-481c-878f-c60c54e1e60a.416a8ec7-cdd5-4fb3-aabd-0f2611c88e95 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-05 19:46:31,381 Finished 11 from 16 processes 2024-11-05 19:46:36,384 Finished 11 from 16 processes 2024-11-05 19:46:41,388 Finished 11 from 16 processes 2024-11-05 19:46:46,392 Finished 11 from 16 processes 2024-11-05 19:46:51,396 Finished 11 from 16 processes 2024-11-05 19:46:56,400 Finished 11 from 16 processes 2024-11-05 19:47:01,404 Finished 11 from 16 processes 2024-11-05 19:47:06,408 Finished 11 from 16 processes 2024-11-05 19:47:11,412 Finished 11 from 16 processes 2024-11-05 19:47:16,416 Finished 11 from 16 processes 2024-11-05 19:47:21,420 Finished 11 from 16 processes 2024-11-05 19:47:26,424 Finished 11 from 16 processes 2024-11-05 19:47:31,430 Finished 11 from 16 processes 2024-11-05 19:47:36,432 Finished 11 from 16 processes 2024-11-05 19:47:41,436 Finished 11 from 16 processes 2024-11-05 19:47:46,440 Finished 11 from 16 processes 2024-11-05 19:47:51,444 Finished 11 from 16 processes 2024-11-05 19:47:56,448 Finished 11 from 16 processes 2024-11-05 19:48:01,452 Finished 11 from 16 processes 2024-11-05 19:48:06,456 Finished 11 from 16 processes 2024-11-05 19:48:11,460 Finished 11 from 16 processes 2024-11-05 19:48:16,464 Finished 11 from 16 processes 2024-11-05 19:48:21,470 Finished 11 from 16 processes 2024-11-05 19:48:26,472 Finished 11 from 16 processes 2024-11-05 19:48:31,476 Finished 11 from 16 processes 2024-11-05 19:48:36,480 Finished 11 from 16 processes 2024-11-05 19:48:41,484 Finished 11 from 16 processes 2024-11-05 19:48:46,488 Finished 11 from 16 processes 2024-11-05 19:48:51,492 Finished 11 from 16 processes 2024-11-05 19:48:56,496 Finished 11 from 16 processes 2024-11-05 19:49:01,500 Finished 11 from 16 processes 2024-11-05 19:49:06,501 Finished 11 from 16 processes 2024-11-05 19:49:11,504 Finished 11 from 16 processes 2024-11-05 19:49:16,508 Finished 11 from 16 processes 2024-11-05 19:49:21,512 Finished 11 from 16 processes 2024-11-05 19:49:26,518 Finished 11 from 16 processes 2024-11-05 19:49:31,520 Finished 11 from 16 processes 2024-11-05 19:49:36,524 Finished 11 from 16 processes 2024-11-05 19:49:41,529 Finished 11 from 16 processes 2024-11-05 19:49:46,532 Finished 11 from 16 processes 2024-11-05 19:49:51,536 Finished 11 from 16 processes 2024-11-05 19:49:56,540 Finished 11 from 16 processes 2024-11-05 19:50:01,544 Finished 11 from 16 processes 2024-11-05 19:50:06,548 Finished 11 from 16 processes 2024-11-05 19:50:11,552 Finished 11 from 16 processes 2024-11-05 19:50:16,556 Finished 11 from 16 processes 2024-11-05 19:50:21,560 Finished 11 from 16 processes 2024-11-05 19:50:26,564 Finished 11 from 16 processes 2024-11-05 19:50:31,568 Finished 11 from 16 processes 2024-11-05 19:50:36,572 Finished 11 from 16 processes 2024-11-05 19:50:41,576 Finished 11 from 16 processes 2024-11-05 19:50:46,580 Finished 11 from 16 processes 2024-11-05 19:50:51,584 Finished 11 from 16 processes 2024-11-05 19:50:56,588 Finished 11 from 16 processes 2024-11-05 19:51:01,594 Finished 11 from 16 processes 2024-11-05 19:51:06,596 Finished 11 from 16 processes 2024-11-05 19:51:11,600 Finished 11 from 16 processes 2024-11-05 19:51:16,604 Finished 11 from 16 processes 2024-11-05 19:51:21,608 Finished 11 from 16 processes 2024-11-05 19:51:26,612 Finished 11 from 16 processes 2024-11-05 19:51:31,616 Finished 11 from 16 processes 2024-11-05 19:51:36,620 Finished 11 from 16 processes 2024-11-05 19:51:41,624 Finished 11 from 16 processes 2024-11-05 19:51:46,628 Finished 11 from 16 processes 2024-11-05 19:51:51,632 Finished 11 from 16 processes 2024-11-05 19:51:56,636 Finished 11 from 16 processes 2024-11-05 19:52:01,637 Finished 11 from 16 processes 2024-11-05 19:52:06,640 Finished 11 from 16 processes 2024-11-05 19:52:11,642 Finished 11 from 16 processes 2024-11-05 19:52:16,644 Finished 11 from 16 processes 2024-11-05 19:52:21,648 Finished 11 from 16 processes 2024-11-05 19:52:26,652 Finished 11 from 16 processes 2024-11-05 19:52:31,656 Finished 11 from 16 processes 2024-11-05 19:52:36,661 Finished 11 from 16 processes 2024-11-05 19:52:41,666 Finished 11 from 16 processes 2024-11-05 19:52:46,668 Finished 11 from 16 processes 2024-11-05 19:52:51,672 Finished 11 from 16 processes 2024-11-05 19:52:56,676 Finished 11 from 16 processes 2024-11-05 19:53:01,680 Finished 11 from 16 processes 2024-11-05 19:53:06,684 Finished 11 from 16 processes 2024-11-05 19:53:11,688 Finished 11 from 16 processes 2024-11-05 19:53:16,692 Finished 11 from 16 processes 2024-11-05 19:53:21,694 Finished 11 from 16 processes 2024-11-05 19:53:26,696 Finished 11 from 16 processes 2024-11-05 19:53:31,702 Finished 11 from 16 processes 2024-11-05 19:53:36,707 Finished 11 from 16 processes 2024-11-05 19:53:41,708 Finished 11 from 16 processes 2024-11-05 19:53:46,712 Finished 11 from 16 processes 2024-11-05 19:53:51,716 Finished 11 from 16 processes 2024-11-05 19:53:56,722 Finished 11 from 16 processes 2024-11-05 19:54:01,724 Finished 11 from 16 processes 2024-11-05 19:54:06,728 Finished 11 from 16 processes 2024-11-05 19:54:11,732 Finished 11 from 16 processes 2024-11-05 19:54:16,736 Finished 11 from 16 processes 2024-11-05 19:54:21,742 Finished 11 from 16 processes 2024-11-05 19:54:26,744 Finished 11 from 16 processes 2024-11-05 19:54:31,750 Finished 11 from 16 processes 2024-11-05 19:54:36,751 Finished 11 from 16 processes 2024-11-05 19:54:41,752 Finished 11 from 16 processes 2024-11-05 19:54:46,756 Finished 11 from 16 processes 2024-11-05 19:54:51,760 Finished 11 from 16 processes 2024-11-05 19:54:56,764 Finished 11 from 16 processes 2024-11-05 19:55:01,768 Finished 11 from 16 processes 2024-11-05 19:55:06,772 Finished 11 from 16 processes 2024-11-05 19:55:11,776 Finished 11 from 16 processes 2024-11-05 19:55:16,782 Finished 11 from 16 processes 2024-11-05 19:55:21,784 Finished 11 from 16 processes 2024-11-05 19:55:26,790 Finished 11 from 16 processes 2024-11-05 19:55:31,795 Finished 11 from 16 processes 2024-11-05 19:55:36,801 Finished 11 from 16 processes 2024-11-05 19:55:41,804 Finished 11 from 16 processes 2024-11-05 19:55:46,807 Finished 11 from 16 processes 2024-11-05 19:55:51,812 Finished 11 from 16 processes 2024-11-05 19:55:56,816 Finished 11 from 16 processes API: PutObjectPart(bucket=test, object=test/qxg/xwgsmlsvamkljpmijdraugrrmxetq) Time: 18:56:01 UTC 11/05/2024 DeploymentID: 8357e65b-4961-4f9a-ad1c-53a00355e2b4 RequestID: 1805276866358E33 RemoteHost: ::1 Host: localhost:11111 UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+5b67ba5a os/Linux/5.15.0-122-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3 Error: open /minio_data/.minio.sys/multipart/732526781cd303cab424f109a0576d061e690cd118f466bb9eeb32fa1e69f5e6/fc17d272-feb8-406d-abb4-3cc0c6981ef8/00002.960e1f2ff8c4992c440af916a47dfba3.16777216: no such file or directory (*fs.PathError) filepath=/minio_data/.minio.sys/tmp/8c4f332c-8447-4c97-89f1-b5acbe460c31/fc17d272-feb8-406d-abb4-3cc0c6981ef8.6a3002c1-8601-4af9-adeb-d96d41c0146e, uploadID=fc17d272-feb8-406d-abb4-3cc0c6981ef8, partPath=/minio_data/.minio.sys/multipart/732526781cd303cab424f109a0576d061e690cd118f466bb9eeb32fa1e69f5e6/fc17d272-feb8-406d-abb4-3cc0c6981ef8/00002.960e1f2ff8c4992c440af916a47dfba3.16777216 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-05 19:56:01,820 Finished 11 from 16 processes 2024-11-05 19:56:06,824 Finished 11 from 16 processes 2024-11-05 19:56:11,828 Finished 11 from 16 processes 2024-11-05 19:56:16,834 Finished 11 from 16 processes 2024-11-05 19:56:21,836 Finished 11 from 16 processes 2024-11-05 19:56:26,840 Finished 11 from 16 processes 2024-11-05 19:56:31,844 Finished 11 from 16 processes 2024-11-05 19:56:36,849 Finished 11 from 16 processes 2024-11-05 19:56:41,852 Finished 11 from 16 processes 2024-11-05 19:56:46,856 Finished 11 from 16 processes 2024-11-05 19:56:51,860 Finished 11 from 16 processes 2024-11-05 19:56:56,864 Finished 11 from 16 processes 2024-11-05 19:57:01,868 Finished 11 from 16 processes 2024-11-05 19:57:06,872 Finished 11 from 16 processes 2024-11-05 19:57:11,876 Finished 11 from 16 processes 2024-11-05 19:57:16,881 Finished 11 from 16 processes 2024-11-05 19:57:21,882 Finished 11 from 16 processes 2024-11-05 19:57:26,884 Finished 11 from 16 processes 2024-11-05 19:57:31,888 Finished 11 from 16 processes 2024-11-05 19:57:36,892 Finished 11 from 16 processes 2024-11-05 19:57:41,896 Finished 11 from 16 processes 2024-11-05 19:57:46,900 Finished 11 from 16 processes 2024-11-05 19:57:51,904 Finished 11 from 16 processes 2024-11-05 19:57:56,908 Finished 12 from 16 processes 2024-11-05 19:58:01,912 Finished 12 from 16 processes 2024-11-05 19:58:06,917 Finished 12 from 16 processes 2024-11-05 19:58:11,920 Finished 12 from 16 processes 2024-11-05 19:58:16,926 Finished 12 from 16 processes 2024-11-05 19:58:21,928 Finished 12 from 16 processes 2024-11-05 19:58:26,931 Finished 13 from 16 processes 2024-11-05 19:58:31,936 Finished 13 from 16 processes 2024-11-05 19:58:36,940 Finished 13 from 16 processes 2024-11-05 19:58:41,944 Finished 13 from 16 processes 2024-11-05 19:58:46,950 Finished 13 from 16 processes 2024-11-05 19:58:51,952 Finished 13 from 16 processes 2024-11-05 19:58:56,956 Finished 13 from 16 processes 2024-11-05 19:59:01,960 Finished 13 from 16 processes 2024-11-05 19:59:06,966 Finished 14 from 16 processes 2024-11-05 19:59:11,971 Finished 14 from 16 processes 2024-11-05 19:59:16,972 Finished 14 from 16 processes 2024-11-05 19:59:21,976 Finished 14 from 16 processes 2024-11-05 19:59:26,980 Finished 14 from 16 processes 2024-11-05 19:59:31,984 Finished 14 from 16 processes 2024-11-05 19:59:36,988 Finished 14 from 16 processes 2024-11-05 19:59:41,993 Finished 14 from 16 processes 2024-11-05 19:59:46,996 Finished 14 from 16 processes 2024-11-05 19:59:52,000 Finished 14 from 16 processes 2024-11-05 19:59:57,004 Finished 14 from 16 processes 2024-11-05 20:00:02,008 Finished 14 from 16 processes 2024-11-05 20:00:07,012 Finished 14 from 16 processes 2024-11-05 20:00:12,016 Finished 14 from 16 processes 2024-11-05 20:00:17,021 Finished 14 from 16 processes 2024-11-05 20:00:22,024 Finished 14 from 16 processes 2024-11-05 20:00:27,025 Finished 14 from 16 processes 2024-11-05 20:00:32,030 Finished 14 from 16 processes 2024-11-05 20:00:37,035 Finished 14 from 16 processes 2024-11-05 20:00:42,040 Finished 14 from 16 processes 2024-11-05 20:00:47,046 Finished 14 from 16 processes 2024-11-05 20:00:52,048 Finished 14 from 16 processes 2024-11-05 20:00:57,052 Finished 14 from 16 processes 2024-11-05 20:01:02,058 Finished 14 from 16 processes 2024-11-05 20:01:07,060 Finished 14 from 16 processes 2024-11-05 20:01:12,064 Finished 14 from 16 processes 2024-11-05 20:01:17,068 Finished 14 from 16 processes 2024-11-05 20:01:22,072 Finished 14 from 16 processes 2024-11-05 20:01:27,076 Finished 14 from 16 processes 2024-11-05 20:01:32,080 Finished 14 from 16 processes 2024-11-05 20:01:37,084 Finished 14 from 16 processes 2024-11-05 20:01:42,088 Finished 14 from 16 processes 2024-11-05 20:01:47,092 Finished 14 from 16 processes 2024-11-05 20:01:52,096 Finished 14 from 16 processes 2024-11-05 20:01:57,100 Finished 14 from 16 processes 2024-11-05 20:02:02,104 Finished 14 from 16 processes 2024-11-05 20:02:07,108 Finished 14 from 16 processes 2024-11-05 20:02:12,113 Finished 14 from 16 processes 2024-11-05 20:02:17,116 Finished 14 from 16 processes 2024-11-05 20:02:22,120 Finished 14 from 16 processes 2024-11-05 20:02:27,123 Finished 14 from 16 processes 2024-11-05 20:02:32,128 Finished 14 from 16 processes 2024-11-05 20:02:37,129 Finished 14 from 16 processes 2024-11-05 20:02:42,132 Finished 14 from 16 processes 2024-11-05 20:02:47,136 Finished 14 from 16 processes 2024-11-05 20:02:52,140 Finished 14 from 16 processes 2024-11-05 20:02:57,144 Finished 14 from 16 processes 2024-11-05 20:03:02,148 Finished 14 from 16 processes 2024-11-05 20:03:07,154 Finished 14 from 16 processes 2024-11-05 20:03:12,156 Finished 14 from 16 processes 2024-11-05 20:03:17,160 Finished 14 from 16 processes 2024-11-05 20:03:22,166 Finished 14 from 16 processes 2024-11-05 20:03:27,168 Finished 14 from 16 processes 2024-11-05 20:03:32,172 Finished 14 from 16 processes 2024-11-05 20:03:37,177 Finished 14 from 16 processes 2024-11-05 20:03:42,180 Finished 14 from 16 processes 2024-11-05 20:03:47,186 Finished 14 from 16 processes 2024-11-05 20:03:52,188 Finished 14 from 16 processes 2024-11-05 20:03:57,192 Finished 14 from 16 processes 2024-11-05 20:04:02,198 Finished 14 from 16 processes 2024-11-05 20:04:07,200 Finished 14 from 16 processes 2024-11-05 20:04:12,204 Finished 14 from 16 processes 2024-11-05 20:04:17,208 Finished 14 from 16 processes 2024-11-05 20:04:22,212 Finished 14 from 16 processes 2024-11-05 20:04:27,216 Finished 14 from 16 processes 2024-11-05 20:04:32,220 Finished 14 from 16 processes 2024-11-05 20:04:37,224 Finished 14 from 16 processes 2024-11-05 20:04:42,227 Finished 14 from 16 processes 2024-11-05 20:04:47,232 Finished 14 from 16 processes 2024-11-05 20:04:52,236 Finished 14 from 16 processes 2024-11-05 20:04:57,240 Finished 14 from 16 processes 2024-11-05 20:05:02,244 Finished 14 from 16 processes 2024-11-05 20:05:07,248 Finished 15 from 16 processes 2024-11-05 20:05:12,252 Finished 15 from 16 processes 2024-11-05 20:05:17,258 Finished 15 from 16 processes 2024-11-05 20:05:22,260 Finished 15 from 16 processes 2024-11-05 20:05:27,264 Finished 15 from 16 processes 2024-11-05 20:05:32,268 Finished 15 from 16 processes 2024-11-05 20:05:37,272 Finished 15 from 16 processes 2024-11-05 20:05:42,273 Finished 15 from 16 processes 2024-11-05 20:05:47,273 Finished 15 from 16 processes 2024-11-05 20:05:52,278 Finished 15 from 16 processes 2024-11-05 20:05:57,280 Finished 15 from 16 processes 2024-11-05 20:06:02,284 Finished 15 from 16 processes 2024-11-05 20:06:07,290 Finished 15 from 16 processes 2024-11-05 20:06:12,294 Finished 15 from 16 processes 2024-11-05 20:06:17,296 Finished 15 from 16 processes 2024-11-05 20:06:22,302 Finished 15 from 16 processes 2024-11-05 20:06:27,304 Finished 15 from 16 processes 2024-11-05 20:06:32,308 Finished 15 from 16 processes 2024-11-05 20:06:37,314 Finished 15 from 16 processes 2024-11-05 20:06:42,319 Finished 15 from 16 processes 2024-11-05 20:06:47,320 Finished 15 from 16 processes 2024-11-05 20:06:52,324 Finished 15 from 16 processes 2024-11-05 20:06:57,328 Finished 15 from 16 processes 2024-11-05 20:07:02,334 Finished 15 from 16 processes 2024-11-05 20:07:07,336 Finished 15 from 16 processes 2024-11-05 20:07:12,341 Finished 15 from 16 processes 2024-11-05 20:07:17,344 Finished 15 from 16 processes 2024-11-05 20:07:22,348 All processes finished 2024-11-05 20:07:22,348 Compressing stress logs 2024-11-05 20:07:22,366 Logs compressed 2024-11-05 20:07:22,366 Will terminate gdb (if any) 2024-11-05 20:07:22,366 Running command: kill -TERM $(pidof gdb) 2024-11-05 20:07:22,369 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: Quit 2024-11-05 20:07:23,385 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' 2024-11-05 20:07:24,302 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:25,018 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:25,684 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:26,250 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:26,866 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:27,482 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:28,098 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:28,713 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:29,329 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:29,945 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:30,611 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:31,277 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:07:31,893 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-11-05 20:12:35,642 Checking if some queries hung Using queries from '/usr/share/clickhouse-test/queries' directory Connecting to ClickHouse server... OK Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD Running 1 stateless tests (MainProcess). 00001_select_1: [ OK ] 1 tests passed. 0 tests skipped. 3.43 s elapsed (MainProcess). Won't run stateful tests because test data wasn't loaded. Checking the hung queries: done No queries hung. All tests have finished. Top patterns of log messages: count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 1. 4431 0.053 1.09 MiB 0.051 1 39 ['Information'] 0.309 WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}. 2. 4431 0.053 414.65 KiB 0.019 1 22 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 3. 3629 0.043 221.75 KiB 0.01 4 37 ['Trace'] 0.001 Access granted: {}{} 4. 3397 0.041 236.10 KiB 0.011 78 498 ['Trace'] 0.959 Trying to reserve {} using storage policy from min volume index {} 5. 2977 0.036 144.47 KiB 0.007 1 76 ['Trace'] 0.751 filled checksums {} 6. 2802 0.034 336.72 KiB 0.015 72 80 ['Trace'] 0.748 Renaming temporary part {} to {} with tid {}. 7. 2313 0.028 82.32 KiB 0.004 14 14 ['Trace'] 1 Flushed system log up to offset {} 8. 2312 0.028 132.91 KiB 0.006 14 14 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 9. 2304 0.028 137.25 KiB 0.006 1 39 ['Debug'] 0.671 Key {} is removed from metadata 10. 2289 0.027 101.66 KiB 0.005 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 11. 2178 0.026 1.15 MiB 0.054 1 63 ['Debug'] 0.998 Objects with paths [{}] were removed from S3 12. 2117 0.025 2.60 MiB 0.121 1 42 ['Debug'] 0.998 metadata and objects were removed for [{}], only metadata were removed for [{}]. 13. 2095 0.025 481.27 KiB 0.022 1 29 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 14. 2077 0.025 318.48 KiB 0.015 2 29 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 15. 1767 0.021 49.92 KiB 0.002 1 29 ['Debug'] 0 Processed in {} sec. 16. 1511 0.018 190.37 KiB 0.009 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 17. 1367 0.016 88.20 KiB 0.004 1 36 ['Debug'] 0.655 Peak memory usage{}: {}. 18. 1354 0.016 78.01 KiB 0.004 1 87 ['Debug'] 0.03 Submitting key {} for removal 19. 1111 0.013 349.30 KiB 0.016 1 31 ['Trace'] 0.002 Query {} to stage {}{} 20. 1101 0.013 371.42 KiB 0.017 1 31 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 21. 1084 0.013 94.47 KiB 0.004 22 15 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 22. 1060 0.013 84.01 KiB 0.004 1 20 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 23. 995 0.012 6.11 MiB 0.285 23 68 ['Error'] 0.681 Cannot schedule a task: {} (threads={}, jobs={}) 24. 966 0.012 49.42 KiB 0.002 32 441 ['Debug'] 0.975 Selected {} parts from {} to {} 25. 966 0.012 77.57 KiB 0.004 1 22 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 26. 965 0.012 32.88 KiB 0.001 1 22 ['Debug'] 0 Selected MergeAlgorithm: {} 27. 930 0.011 81.74 KiB 0.004 3 31 ['Debug'] 0.997 {} Logout, user_id: {} 28. 927 0.011 75.58 KiB 0.003 3 32 ['Debug'] 0.997 {} Authenticating user '{}' from {} 29. 927 0.011 104.11 KiB 0.005 3 32 ['Debug'] 0.997 {} Authenticated with global context as user {} 30. 924 0.011 101.06 KiB 0.005 2 29 ['Debug'] 1 {} Creating session context with user_id: {} 31. 923 0.011 103.50 KiB 0.005 1 16 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 32. 644 0.008 84.52 KiB 0.004 1 22 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 33. 629 0.008 16.58 KiB 0.001 1 28 ['Debug'] 1 Done processing connection. 34. 628 0.008 20.38 KiB 0.001 1 29 ['Trace'] 1 TCP Request. Address: {} 35. 628 0.008 57.48 KiB 0.003 1 29 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 36. 594 0.007 55.01 KiB 0.003 1 132 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 37. 591 0.007 39.29 KiB 0.002 30 22 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 38. 573 0.007 16.97 KiB 0.001 1 136 ['Trace'] 0 Aggregation method: {} 39. 567 0.007 100.11 KiB 0.005 1 87 ['Debug'] 0.481 Recursively remove path {}: metadata and objects were removed for [{}], only metadata were removed for [{}]. 40. 523 0.006 108.95 KiB 0.005 17 8 ['Information'] 1 {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 41. 461 0.006 62.13 KiB 0.003 1 54 ['Information'] 0 Sorting and writing part of data into temporary file {} 42. 431 0.005 55.52 KiB 0.003 53 42 ['Debug'] 0.991 Removing {} parts from filesystem (serially): Parts: [{}] 43. 424 0.005 4.55 KiB 0 1 126 ['Trace'] 0 Aggregating 44. 408 0.005 48.13 KiB 0.002 29 16 ['Debug'] 0.99 Removing {} parts from memory: Parts: [{}] 45. 404 0.005 47.17 KiB 0.002 29 16 ['Trace'] 0.99 Found {} old parts to remove. Parts: [{}] 46. 389 0.005 66.77 KiB 0.003 1 41 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 47. 382 0.005 33.60 KiB 0.002 1 38 ['Trace'] 0.654 Close WriteBufferFromS3. {}. 48. 381 0.005 84.09 KiB 0.004 1 38 ['Trace'] 0.656 Create WriteBufferFromS3, {} 49. 367 0.004 18.15 KiB 0.001 1 31 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 50. 364 0.004 53.13 KiB 0.002 1 31 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 51. 359 0.004 37.57 KiB 0.002 1 33 ['Trace'] 0.682 Single part upload has completed. {}, size {} 52. 330 0.004 31.26 KiB 0.001 1 38 ['Trace'] 0.709 finalizeImpl WriteBufferFromS3. {}. 53. 324 0.004 36.64 KiB 0.002 1 11 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 54. 300 0.004 51.73 KiB 0.002 2 19 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 55. 299 0.004 164.54 KiB 0.007 2 19 ['Trace'] 1 Request URI: {} 56. 295 0.004 7.66 KiB 0 53 23 ['Debug'] 0.017 Key condition: {} 57. 279 0.003 32.45 KiB 0.001 52 22 ['Debug'] 0.018 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 58. 267 0.003 11.92 KiB 0.001 1 22 ['Debug'] 0 Max size of temporary block: {} rows, {}. 59. 266 0.003 65.24 KiB 0.003 1 22 ['Debug'] 0 Written part in {:.3f} sec., {} rows, {} uncompressed, {} compressed, {:.3f} uncompressed bytes per row, {:.3f} compressed bytes per row, compression rate: {:.3f} ({:.3f} rows/sec., {}/sec. uncompressed, {}/sec. compressed) 60. 265 0.003 35.71 KiB 0.002 1 22 ['Debug'] 0 Writing part of aggregation data into temporary file {} 61. 259 0.003 8.76 KiB 0 1 79 ['Debug'] 0.714 Spawn loader worker #{} in {} 62. 259 0.003 5.97 KiB 0 1 138 ['Debug'] 1 Stop worker in {} 63. 258 0.003 18.22 KiB 0.001 1 18 ['Debug'] 0.151 Schedule load job '{}' into {} 64. 258 0.003 17.81 KiB 0.001 1 75 ['Debug'] 1 Finish load job '{}' with status {} 65. 258 0.003 17.46 KiB 0.001 1 75 ['Debug'] 1 Execute load job '{}' in {} 66. 253 0.003 19.92 KiB 0.001 1 54 ['Debug'] 0.968 Prioritize load job '{}': {} -> {} 67. 239 0.003 4.90 KiB 0 2 19 ['Debug'] 0.013 Done processing query 68. 228 0.003 4.94 KiB 0 27 180 ['Trace'] 1 Execution took {} ms. 69. 204 0.002 15.74 KiB 0.001 1 20 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 70. 188 0.002 6.06 KiB 0 1 2 ['Trace'] 1 Received heartbeat for session #{} 71. 169 0.002 6.77 KiB 0 1 87 ['Trace'] 0 Converting aggregation data to two-level. 72. 162 0.002 5.36 KiB 0 1 82 ['Debug'] 0.543 Change current priority: {} -> {} 73. 157 0.002 6.27 KiB 0 32 20 ['Debug'] 0.032 Reading approx. {} rows with {} streams 74. 155 0.002 8.02 KiB 0 32 19 ['Trace'] 0.032 Spreading mark ranges among streams (default reading) 75. 151 0.002 4.81 KiB 0 1 20 ['Debug'] 0.033 min_marks_for_concurrent_read={} 76. 150 0.002 1.32 KiB 0 2 18 ['Trace'] 0.013 No tables 77. 142 0.002 8.24 KiB 0 2 5 ['Trace'] 0.979 Loading config file '{}'. 78. 140 0.002 11.29 KiB 0.001 1 93 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 79. 139 0.002 4.03 KiB 0 1 13 ['Trace'] 0.072 {} -> {} 80. 137 0.002 11.12 KiB 0.001 1 23 ['Trace'] 0.007 Got dangerous response with successful code {}, checking its body: '{}' 81. 134 0.002 4.21 KiB 0 19 6 ['Debug'] 0 Requested flush up to offset {} 82. 132 0.002 36.07 KiB 0.002 1 17 ['Warning'] 0.008 Abort multipart upload. {} 83. 132 0.002 44.32 KiB 0.002 1 17 ['Warning'] 0.008 WriteBufferFromS3 was neither finished nor aborted, try to abort upload in destructor. {}. 84. 131 0.002 38.22 KiB 0.002 1 17 ['Warning'] 0.008 Multipart upload has aborted successfully. {} 85. 129 0.002 14.74 KiB 0.001 37 83 ['Trace'] 0 Bypassing cache because file segment state is `PARTIALLY_DOWNLOADED_NO_CONTINUATION` and downloaded part already used 86. 129 0.002 2.14 KiB 0 1 116 ['Debug'] 1 Updated DNS cache 87. 129 0.002 2.26 MiB 0.105 1 89 ['Trace'] 0.016 Exception while executing query. Current state: {} 88. 129 0.002 8.52 KiB 0 1 1 ['Trace'] 1 Read current memory usage {} bytes ({}) from cgroups 89. 129 0.002 2.27 KiB 0 1 116 ['Debug'] 1 Updating DNS cache 90. 128 0.002 4.19 KiB 0 14 17 ['Debug'] 0 MinMax index condition: {} 91. 126 0.002 10.81 KiB 0 8 113 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 92. 125 0.001 2.20 KiB 0 110 33 ['Debug'] 0.176 Loading data parts 93. 119 0.001 2.67 KiB 0 107 30 ['Debug'] 0.16 There are no data parts 94. 119 0.001 10.83 KiB 0 1 56 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 95. 112 0.001 3.94 KiB 0 1 88 ['Trace'] 0.027 Converting aggregated data to blocks 96. 112 0.001 6.23 KiB 0 1 88 ['Debug'] 0.027 Read {} blocks of partially aggregated data, total {} rows. 97. 111 0.001 11.69 KiB 0.001 1 88 ['Debug'] 0.018 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 98. 111 0.001 4.99 KiB 0 1 88 ['Trace'] 0.018 Merged partially aggregated single-level data. 99. 111 0.001 4.77 KiB 0 1 88 ['Trace'] 0.018 Reading blocks of partially aggregated data. 100. 111 0.001 5.09 KiB 0 1 88 ['Trace'] 0.018 Merging partially aggregated single-level data. Top messages without format string (fmt::runtime): count pattern runtime_message line 1. 3 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 15 ('/LoggerWrapper.h',43) 2. 2 skippedconfiglatestconfig skipped config 1, latest config 15 ('/LoggerWrapper.h',43) 3. 2 CodeDBExceptionReceivedfromDBExc Code: 439. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Cannot schedule a task: fault injected (threads=50, jobs=2): While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). Stack trace: 0. /build/contrib/llvm-project/libcxx/incl ('/executeQuery.cpp',218) 4. 2 CodeCoordinationExceptionSession Code: 999. Coordination::Exception: Session expired (fault injected on send). (KEEPER_EXCEPTION) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:46920) (comment: 00152_insert_different_granularity.sql) (in query: DROP DATABASE IF EXISTS te ('/executeQuery.cpp',218) 5. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 6. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 7. 1 Currentlyassignedconfigisnewerth Currently assigned config is newer than some uncomitted config. This can only happen during startup or force recovery. If that is not the case, this is a bug. ('/LoggerWrapper.h',43) 8. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 9. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 10. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 10000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwarding ('/LoggerWrapper.h',43) 11. 1 newconfigurationlogidxprevlogidx new configuration: log idx 383, prev log idx 15 peer 1, DC ID 0, localhost:9234, voting member, 1 my id: 1, leader: 1, term: 3 ('/LoggerWrapper.h',43) 12. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 13. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === commit index 0 term 2 election timer allowed log store start 1, end 382 config log idx 15, prev log idx 1 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 14. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 my id: 1, voting_member num peers: 0 ('/LoggerWrapper.h',43) 15. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 16. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 17. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 18. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 3, log idx 382, log term 2, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 19. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 383 ('/LoggerWrapper.h',43) 20. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 21. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 5b67ba5a4febfa774d6373929d551c6a697d7d92, build id: B7C5BDEB3B98F214CF99D55AAB612B1146F06961), PID 2811 ('',0) 22. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 23. 1 prevotetermisdifferentresetitto pre-vote term (0) is different, reset it to 2 ('/LoggerWrapper.h',43) 24. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222) 25. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 26. 1 startingup starting up ('',0) 27. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 382, last log index 382 ('/LoggerWrapper.h',43) 28. 1 detectaconfigurationchangethatis detect a configuration change that is not committed yet at index 1 ('/LoggerWrapper.h',43) 29. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 30. 1 newconfiglogidxprevlogidxcurconf new config log idx 383, prev log idx 15, cur config log idx 15, prev log idx 1 ('/LoggerWrapper.h',43) Top messages not matching their format strings: message_format_string count() any_message 1. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 263 /var/lib/clickhouse/disks/s3_disk/store/f95/f9592c6f-8d15-4782-9f8a-9e1e27a04e21/tmp_merge_201403_1_6_1/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2. 30 Forked a child process to watch Top short messages: c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 1. 6 {} Server was built in debug mode. It will work slowly. 26 2. 1 Found {} on {} Found changelog_1_100000.bin on LocalLogDisk 18 Top messages by level: (0.011837205705652117,'Cannot schedule a task: {} (threads={}, jobs={})') Error (0.0015703629679860096,'WriteBufferFromS3 was neither finished nor aborted, try to abort upload in destructor. {}.') Warning (0.052714229629894,'WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}.') Information (0.05328527070916164,'Reading {} marks from part {}, total {} rows starting from the beginning of the part') Debug (0.04322067168706949,'Access granted: {}{}') Trace 2024-11-05 20:13:04,541 Stress test finished + echo -e 'Test script exit code\tOK\t\N\t' + rg -Fa 'No queries hung' /test_output/test_results.tsv + grep -Fa OK No queries hung OK \N + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=2811 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Sent terminate signal to process with pid 2811. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2811. The process with pid = 2811 does not exist. Server stopped + return + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log + unset THREAD_FUZZER_CPU_TIME_PERIOD_US THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX THREAD_POOL_FAULT_INJECTION + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "PUT /devstoreaccount1/cont/ajyjrzgaozrwlcujdeiesgpbcjulgmmi?blockid=qrukakudoeurmiracmjnbfceolfykferizpsxcucffercfqlswftqlmeqyxzieth&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "PUT /devstoreaccount1/cont/ajyjrzgaozrwlcujdeiesgpbcjulgmmi?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "GET /devstoreaccount1/cont/ajyjrzgaozrwlcujdeiesgpbcjulgmmi HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "GET /devstoreaccount1/cont/ajyjrzgaozrwlcujdeiesgpbcjulgmmi HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:13:15 +0000] "DELETE /devstoreaccount1/cont/ajyjrzgaozrwlcujdeiesgpbcjulgmmi HTTP/1.1" 202 - + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "PUT /devstoreaccount1/cont/zsxpvtjxunhmohudkhzrkcowiynwxvnw?blockid=dizcadgpoxzviiaugebuqknbljklzahpgtvhpryzvwqlhevvxwsudrvhmwdxgluu&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "PUT /devstoreaccount1/cont/zsxpvtjxunhmohudkhzrkcowiynwxvnw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "GET /devstoreaccount1/cont/zsxpvtjxunhmohudkhzrkcowiynwxvnw HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "GET /devstoreaccount1/cont/zsxpvtjxunhmohudkhzrkcowiynwxvnw HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:13:42 +0000] "DELETE /devstoreaccount1/cont/zsxpvtjxunhmohudkhzrkcowiynwxvnw HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "PUT /devstoreaccount1/cont/myhlryzsxtrzpazhjlzvmirenyclpkzw?blockid=hggcrllhtqbchteclgswwbbgsilqebnoimucqrjaimkefbkkthsmkibhgqpobvaq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "PUT /devstoreaccount1/cont/myhlryzsxtrzpazhjlzvmirenyclpkzw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "GET /devstoreaccount1/cont/myhlryzsxtrzpazhjlzvmirenyclpkzw HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "GET /devstoreaccount1/cont/myhlryzsxtrzpazhjlzvmirenyclpkzw HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:14:09 +0000] "DELETE /devstoreaccount1/cont/myhlryzsxtrzpazhjlzvmirenyclpkzw HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "PUT /devstoreaccount1/cont/naksytgzcpqmetjikminhxertjgvjaox?blockid=yauxgyeszijuytnuatgzdgrajnyyukurltizahpkufblmpjunqtardkcbheuqdjq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "PUT /devstoreaccount1/cont/naksytgzcpqmetjikminhxertjgvjaox?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "GET /devstoreaccount1/cont/naksytgzcpqmetjikminhxertjgvjaox HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "GET /devstoreaccount1/cont/naksytgzcpqmetjikminhxertjgvjaox HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:14:39 +0000] "DELETE /devstoreaccount1/cont/naksytgzcpqmetjikminhxertjgvjaox HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "PUT /devstoreaccount1/cont/fcxjbxuicvyexldzgbkjpgmtddggmekg?blockid=afsrnexbflngijeyecludmxituskohjpceyvvanndlgattyrejwlatgekwmmzirz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "PUT /devstoreaccount1/cont/fcxjbxuicvyexldzgbkjpgmtddggmekg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "GET /devstoreaccount1/cont/fcxjbxuicvyexldzgbkjpgmtddggmekg HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "GET /devstoreaccount1/cont/fcxjbxuicvyexldzgbkjpgmtddggmekg HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:15:06 +0000] "DELETE /devstoreaccount1/cont/fcxjbxuicvyexldzgbkjpgmtddggmekg HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "PUT /devstoreaccount1/cont/ebyohawspelcvinqbuzhfngvwwhlccoc?blockid=xvrvhwnttwvicdzyfwlxaavivxvqbpupfmjyjkktealddmnarchflqioojozluoz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "PUT /devstoreaccount1/cont/ebyohawspelcvinqbuzhfngvwwhlccoc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "GET /devstoreaccount1/cont/ebyohawspelcvinqbuzhfngvwwhlccoc HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "GET /devstoreaccount1/cont/ebyohawspelcvinqbuzhfngvwwhlccoc HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:15:33 +0000] "DELETE /devstoreaccount1/cont/ebyohawspelcvinqbuzhfngvwwhlccoc HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "PUT /devstoreaccount1/cont/eljnbheiwvbfgbwmgtwursjnszpsuouu?blockid=tcrtjzeqfdbjofixbjbpgiuxsteduvveaakeobsyxjyhjhgoosxctuayqfhaigay&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "PUT /devstoreaccount1/cont/eljnbheiwvbfgbwmgtwursjnszpsuouu?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "GET /devstoreaccount1/cont/eljnbheiwvbfgbwmgtwursjnszpsuouu HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "GET /devstoreaccount1/cont/eljnbheiwvbfgbwmgtwursjnszpsuouu HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:16:00 +0000] "DELETE /devstoreaccount1/cont/eljnbheiwvbfgbwmgtwursjnszpsuouu HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (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 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "PUT /devstoreaccount1/cont/yftdvxauerdvxpnrzmsxlbzryqzjbpnp?blockid=xzrdahcjfzsgphwalsqdhejdtktylcmwxzbrogsnvlglckusbmzqxsgxfkxuadtj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "PUT /devstoreaccount1/cont/yftdvxauerdvxpnrzmsxlbzryqzjbpnp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "GET /devstoreaccount1/cont/yftdvxauerdvxpnrzmsxlbzryqzjbpnp HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "GET /devstoreaccount1/cont/yftdvxauerdvxpnrzmsxlbzryqzjbpnp HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:16:26 +0000] "DELETE /devstoreaccount1/cont/yftdvxauerdvxpnrzmsxlbzryqzjbpnp HTTP/1.1" 202 - + 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + '[' 119 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 120 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=121 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 121 -gt 120 ']' + echo 'Cannot start clickhouse-server' + rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log Cannot start clickhouse-server ++ trim_server_logs application_errors.txt ++ head -n 100 /test_output/application_errors.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "PUT /devstoreaccount1/cont/gjfnxcsmizghoexwgmclkjovhldnmzdo?blockid=rixtenxyhcvubarqdfkceehxsrxaeddcrtyqqcjxvczbijaclztylzqsziolaexx&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "PUT /devstoreaccount1/cont/gjfnxcsmizghoexwgmclkjovhldnmzdo?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "GET /devstoreaccount1/cont/gjfnxcsmizghoexwgmclkjovhldnmzdo HTTP/1.1" 206 4 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "GET /devstoreaccount1/cont/gjfnxcsmizghoexwgmclkjovhldnmzdo HTTP/1.1" 206 2 127.0.0.1 - - [05/Nov/2024:19:16:55 +0000] "DELETE /devstoreaccount1/cont/gjfnxcsmizghoexwgmclkjovhldnmzdo HTTP/1.1" 202 - + echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 9011 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''all\\n [ 9907 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''all\\n [ 10802 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 11685 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 12561 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 13446 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 14323 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n [ 15195 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table test_15.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table test_15.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting \'\''al\\n' + cat /var/log/clickhouse-server/stdout.log /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 16077. The process with pid = 16077 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 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 8. /build/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:302: void std::allocator_traits>::construct[abi:v15000], DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, void, void>(std::allocator&, DB::StorageWindowView*, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&) @ 0x000000001d18ab61 9. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292: std::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&>(std::allocator, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&) @ 0x000000001d18a82d 10. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953: std::shared_ptr std::allocate_shared[abi:v15000], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&) @ 0x000000001d18a67a 11. /build/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::make_shared[abi:v15000], DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, void>(DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&) @ 0x000000001d18a606 12. /build/src/Storages/WindowView/StorageWindowView.cpp:1693: DB::registerStorageWindowView(DB::StorageFactory&)::$_0::operator()(DB::StorageFactory::Arguments const&) const @ 0x000000001d17dfa6 13. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000001d17de1d 14. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:470: ? @ 0x000000001d17ddbd 15. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x000000001d17dd7d 16. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001d17dd45 17. /build/contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000001c3711de 18. /build/contrib/llvm-project/libcxx/include/__functional/function.h:1187: ? @ 0x000000001c36fafd 19. /build/src/Storages/StorageFactory.cpp:224: DB::StorageFactory::get(DB::ASTCreateQuery const&, String const&, std::shared_ptr, std::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const @ 0x000000001c36e41d 20. /build/src/Databases/DatabaseOnDisk.cpp:120: DB::createTableFromAST(DB::ASTCreateQuery, String const&, String const&, std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000001a0b0f52 21. /build/src/Databases/DatabaseOrdinary.cpp:248: DB::DatabaseOrdinary::loadTableFromMetadata(std::shared_ptr, String const&, DB::QualifiedTableName const&, std::shared_ptr const&, DB::LoadingStrictnessLevel) @ 0x000000001a0d9c7b 22. /build/src/Databases/DatabaseOrdinary.cpp:283: DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>, std::shared_ptr, String const&, DB::QualifiedTableName const&, std::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::shared_ptr const&) const @ 0x000000001a0e1463 23. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000001a0e13e5 24. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:480: ? @ 0x000000001a0e13a5 25. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x000000001a0e1365 26. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001a0e1330 27. /build/contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000135ffc46 28. /build/contrib/llvm-project/libcxx/include/__functional/function.h:1187: ? @ 0x00000000135f62c5 29. /build/src/Common/AsyncLoader.cpp:169: DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::shared_ptr const&) @ 0x00000000135e810b 30. /build/src/Common/AsyncLoader.cpp:937: DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) @ 0x00000000135f4767 31. /build/src/Common/AsyncLoader.cpp:872: DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::unique_lock&)::$_1::operator()() const @ 0x00000000135f5adc (version 24.3.12.76.altinitystable (altinity build)). (ASYNC_LOAD_FAILED) (version 24.3.12.76.altinitystable (altinity build)). (ASYNC_LOAD_CANCELED), Stack trace (when copying this message, always include the lines below): 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f9b82 1. /build/contrib/llvm-project/libcxx/include/exception:116: std::exception::exception[abi:v15000]() @ 0x000000000a8f9b4d 2. /build/base/poco/Foundation/src/Exception.cpp:27: Poco::Exception::Exception(String const&, int) @ 0x0000000022a0b3e0 3. /build/src/Common/Exception.cpp:94: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000132bbd2e 4. /build/src/Common/Exception.h:90: DB::Exception::Exception(String&&, int, bool) @ 0x000000000a8f072a 5. /build/src/Common/Exception.h:109: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000b4feccc 6. /build/src/Common/AsyncLoader.cpp:73: DB::cancelOnDependencyFailure(std::shared_ptr const&, std::shared_ptr const&, std::exception_ptr&) @ 0x00000000135e7a76 7. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000001a0d3bed 8. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:480: ? @ 0x000000001a0d3bad 9. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x000000001a0d3b6d 10. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001a0d3b15 11. /build/contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000013603b4e 12. /build/contrib/llvm-project/libcxx/include/__functional/function.h:1187: ? @ 0x00000000135f708d 13. /build/src/Common/AsyncLoader.cpp:627: DB::AsyncLoader::finish(std::shared_ptr const&, DB::LoadStatus, std::exception_ptr, std::unique_lock&) @ 0x00000000135eea1f 14. /build/src/Common/AsyncLoader.cpp:898: DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) @ 0x00000000135f321e 15. /build/src/Common/AsyncLoader.cpp:872: DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::unique_lock&)::$_1::operator()() const @ 0x00000000135f5adc 16. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000135f5ab5 17. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:480: ? @ 0x00000000135f5a95 18. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x00000000135f5a75 19. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x00000000135f5a3d 20. /build/contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000011b449b6 21. /build/contrib/llvm-project/libcxx/include/__functional/function.h:1187: ? @ 0x0000000011b445f5 22. /build/src/Common/ThreadPool.cpp:526: ThreadPoolImpl>::worker(std::__list_iterator, void*>) @ 0x00000000133d9882 23. /build/src/Common/ThreadPool.cpp:253: void ThreadPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()::operator()() const @ 0x00000000133e36c4 24. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000133e3695 25. /build/contrib/llvm-project/libcxx/include/tuple:1789: decltype(auto) std::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()&, std::tuple<>&>(void&&, std::tuple<>&, std::__tuple_indices<>) @ 0x00000000133e3679 26. /build/contrib/llvm-project/libcxx/include/tuple:1798: decltype(auto) std::apply[abi:v15000]>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()&, std::tuple<>&>(void&&, std::tuple<>&) @ 0x00000000133e351d 27. /build/src/Common/ThreadPool.h:225: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() @ 0x00000000133e33e5 28. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000133e3355 29. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:480: ? @ 0x00000000133e3335 30. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x00000000133e3315 31. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x00000000133e32e0 (version 24.3.12.76.altinitystable (altinity build)) 2024.11.05 20:16:51.116831 [ 15195 ] {} Application: shutting down 2024.11.05 20:16:51.116894 [ 15195 ] {} Application: Uninitializing subsystem: Logging Subsystem 2024.11.05 20:16:51.131479 [ 15196 ] {} BaseDaemon: Received signal -2 2024.11.05 20:16:51.131770 [ 15196 ] {} BaseDaemon: Stop SignalListener thread 2024.11.05 20:16:51.370405 [ 15193 ] {} Application: Child process exited normally with code 184. 2024.11.05 20:16:51.923052 [ 16075 ] {} Application: Will watch for the process with pid 16077 2024.11.05 20:16:51.923238 [ 16077 ] {} Application: Forked a child process to watch 2024.11.05 20:16:51.924141 [ 16077 ] {} SentryWriter: Sending crash reports is disabled 2024.11.05 20:16:51.924419 [ 16077 ] {} Pipe: Pipe capacity is 1.00 MiB 2024.11.05 20:16:52.352840 [ 16077 ] {} Application: Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 5b67ba5a4febfa774d6373929d551c6a697d7d92, build id: B7C5BDEB3B98F214CF99D55AAB612B1146F06961), PID 16077 2024.11.05 20:16:52.356332 [ 16077 ] {} Application: starting up 2024.11.05 20:16:52.356440 [ 16077 ] {} Application: OS name: Linux, version: 5.15.0-122-generic, architecture: x86_64 2024.11.05 20:16:52.410548 [ 16077 ] {} Context: Server was built in debug mode. It will work slowly. 2024.11.05 20:16:52.411012 [ 16077 ] {} Application: Available RAM: 30.60 GiB; logical cores: 16; used cores: 16. 2024.11.05 20:16:52.411193 [ 16077 ] {} 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 2024.11.05 20:16:52.411726 [ 16077 ] {} AsynchronousMetrics: Scanning /sys/class/thermal 2024.11.05 20:16:52.411821 [ 16077 ] {} AsynchronousMetrics: Scanning /sys/block 2024.11.05 20:16:52.412080 [ 16077 ] {} AsynchronousMetrics: Scanning /sys/devices/system/edac 2024.11.05 20:16:52.412219 [ 16077 ] {} AsynchronousMetrics: Scanning /sys/class/hwmon 2024.11.05 20:16:52.445663 [ 16077 ] {} Context: Server logging level is set to 'test' and performance is degraded. This cannot be used in production. 2024.11.05 20:16:52.447668 [ 16077 ] {} 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. 2024.11.05 20:16:52.450680 [ 16077 ] {} 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. 2024.11.05 20:16:55.382399 [ 16077 ] {} Application: Integrity check of the executable successfully passed (checksum: 628B6223482AE3D08C491AC64446D9BA) 2024.11.05 20:16:55.382796 [ 16077 ] {} Application: Will do mlock to prevent executable memory from being paged out. It may take a few seconds. 2024.11.05 20:16:55.402063 [ 16077 ] {} Application: The memory map of clickhouse executable has been mlock'ed, total 440.70 MiB 2024.11.05 20:16:55.402422 [ 16077 ] {} Application: Set OOM score adjustment to 555 2024.11.05 20:16:55.403045 [ 16077 ] {} Application: Set max number of file descriptors to 1048576 (was 1024). 2024.11.05 20:16:55.403110 [ 16077 ] {} Application: rlimit on number of threads is 18446744073709551615 2024.11.05 20:16:55.403179 [ 16077 ] {} Application: Initializing DateLUT. 2024.11.05 20:16:55.403238 [ 16077 ] {} Application: Initialized DateLUT with time zone 'Europe/Amsterdam'. 2024.11.05 20:16:55.432194 [ 16077 ] {} DiskObjectStorage(azure): Write file: clickhouse_access_check_51515eb4-af21-4295-bee1-cd8a642e5efe 2024.11.05 20:16:55.432322 [ 16077 ] {} AzureObjectStorage: Writing file: gjfnxcsmizghoexwgmclkjovhldnmzdo 2024.11.05 20:16:55.453795 [ 16077 ] {} WriteBufferFromAzureBlobStorage: Committed 1 blocks for blob `gjfnxcsmizghoexwgmclkjovhldnmzdo` 2024.11.05 20:16:55.456582 [ 16077 ] {} ReadBufferFromRemoteFSGather: Reading from file: gjfnxcsmizghoexwgmclkjovhldnmzdo (clickhouse_access_check_51515eb4-af21-4295-bee1-cd8a642e5efe) 2024.11.05 20:16:55.463102 [ 16077 ] {} ReadBufferFromRemoteFSGather: Reading from file: gjfnxcsmizghoexwgmclkjovhldnmzdo (clickhouse_access_check_51515eb4-af21-4295-bee1-cd8a642e5efe) 2024.11.05 20:16:55.469604 [ 16077 ] {} AzureObjectStorage: Removing single object: gjfnxcsmizghoexwgmclkjovhldnmzdo 2024.11.05 20:16:55.472959 [ 16077 ] {} DiskObjectStorage(azure): Starting up disk azure 2024.11.05 20:16:55.473054 [ 16077 ] {} DiskObjectStorage(azure): Disk azure started up 2024.11.05 20:16:55.474075 [ 16077 ] {} FileCache(cached_azure): Using LRU cache policy 2024.11.05 20:16:55.474493 [ 16077 ] {} FileCache(cached_azure): Loading filesystem cache with 16 threads from /var/lib/clickhouse/caches/azure_cache/ 2024.11.05 20:16:55.480853 [ 16077 ] {} DiskCache: Registered cached disk (`cached_azure`) with structure: DiskObjectStorage-azure(CachedObjectStorage-cached_azure(AzureObjectStorage)) + break + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 16077 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=1 + sleep 5 + '[' 1 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=2 + sleep 5 + '[' 2 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=3 + sleep 5 + '[' 3 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=4 + sleep 5 + '[' 4 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=5 + sleep 5 + '[' 5 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=6 + sleep 5 + '[' 6 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=7 + sleep 5 + '[' 7 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=8 + sleep 5 + '[' 8 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=9 + sleep 5 + '[' 9 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=10 + sleep 5 + '[' 10 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=11 + sleep 5 + '[' 11 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=12 + sleep 5 + '[' 12 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=13 + sleep 5 + '[' 13 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=14 + sleep 5 + '[' 14 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=15 + sleep 5 + '[' 15 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=16 + sleep 5 + '[' 16 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=17 + sleep 5 + '[' 17 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=18 + sleep 5 345 /build/contrib/jemalloc/include/jemalloc/internal/tsd.h: No such file or directory. + '[' 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 reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR) + retry=21 + sleep 5 script.gdb:13: Error in sourced command file: No stack. + '[' 21 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=22 + sleep 5 + '[' 22 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=23 + sleep 5 + '[' 23 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=24 + sleep 5 + '[' 24 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=25 + sleep 5 + '[' 25 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=26 + sleep 5 + '[' 26 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=27 + sleep 5 + '[' 27 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=28 + sleep 5 + '[' 28 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=29 + sleep 5 + '[' 29 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=30 + sleep 5 + '[' 30 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=31 + sleep 5 + '[' 31 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=32 + sleep 5 + '[' 32 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=33 + sleep 5 + '[' 33 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=34 + sleep 5 + '[' 34 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=35 + sleep 5 + '[' 35 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=36 + sleep 5 + '[' 36 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=37 + sleep 5 + '[' 37 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=38 + sleep 5 + '[' 38 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=39 + sleep 5 + '[' 39 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=40 + sleep 5 + '[' 40 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=41 + sleep 5 + '[' 41 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=42 + sleep 5 + '[' 42 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=43 + sleep 5 + '[' 43 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=44 + sleep 5 + '[' 44 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=45 + sleep 5 + '[' 45 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=46 + sleep 5 + '[' 46 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=47 + sleep 5 + '[' 47 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=48 + sleep 5 + '[' 48 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=49 + sleep 5 + '[' 49 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=50 + sleep 5 + '[' 50 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=51 + sleep 5 + '[' 51 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=52 + sleep 5 + '[' 52 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=53 + sleep 5 + '[' 53 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=54 + sleep 5 + '[' 54 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=55 + sleep 5 + '[' 55 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=56 + sleep 5 + '[' 56 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=57 + sleep 5 + '[' 57 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=58 + sleep 5 + '[' 58 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=59 + sleep 5 + '[' 59 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + retry=60 + sleep 5 + '[' 60 -ge 60 ']' + echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting' + exit 1 Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting