+ 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+msan_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+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_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+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+msan_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+msan_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-server (24.3.12.76.altinitystable+msan) ... 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+msan_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+msan_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-client (24.3.12.76.altinitystable+msan) ... + 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=47300608 + sed --follow-symlinks -i 's|[[:digit:]]\+|47300608|' /etc/clickhouse-server/config.d/keeper_port.xml + value=63254528 + sed --follow-symlinks -i 's|[[:digit:]]\+|63254528|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 x86_64 Adding azure configuration + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=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=32086448 + total_mem=32856522752 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_server_memory_usage_to_ram_ratio to 0.5 Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856956825 + echo 'Setting max_memory_usage_for_user=9856956825 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 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + 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 trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + 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 trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:32777 http://127.0.0.1:32777 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (32777), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1804E1B53DB5BB74e526a1fe-23c6-4c59-909d-5ab97d51f496 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 290 root 10u IPv6 35358 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 + 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 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: 137.97 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: 88.01 MiB/s + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 39.48 KiB/s + 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 a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.81 KiB/s + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.34 KiB/s + 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 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.18 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 4.83 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' 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 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "PUT /devstoreaccount1/cont/wmojasowckzanpyepkqiatqrditaewvf?blockid=aufqghmmdryjhpmqkypnwhtcjyrobnhlbarrsxgbmlscocokxqpskatxrdhxcfov&comp=block HTTP/1.1" 201 - + counter=26 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "PUT /devstoreaccount1/cont/wmojasowckzanpyepkqiatqrditaewvf?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "GET /devstoreaccount1/cont/wmojasowckzanpyepkqiatqrditaewvf HTTP/1.1" 206 4 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "GET /devstoreaccount1/cont/wmojasowckzanpyepkqiatqrditaewvf HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:21:39:10 +0000] "DELETE /devstoreaccount1/cont/wmojasowckzanpyepkqiatqrditaewvf 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 580 + 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=580 + 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 = 580. The process with pid = 580 is running. Sent terminate signal to process with pid 580. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 580. The process with pid = 580 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 Using cache policy: LRU + cache_policy= + '[' 0 -eq 1 ']' + cache_policy=LRU + echo 'Using cache policy: LRU' + '[' LRU = SLRU ']' + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 34 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "PUT /devstoreaccount1/cont/uzizciaezgfjrmuherijqvnxiyrsahli?blockid=zzzewjmtlxbijyjglltokswfkunjvishkdrhahptadjgkuoywvsljvehpoynuyao&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "PUT /devstoreaccount1/cont/uzizciaezgfjrmuherijqvnxiyrsahli?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "GET /devstoreaccount1/cont/uzizciaezgfjrmuherijqvnxiyrsahli HTTP/1.1" 206 4 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "GET /devstoreaccount1/cont/uzizciaezgfjrmuherijqvnxiyrsahli HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:21:40:46 +0000] "DELETE /devstoreaccount1/cont/uzizciaezgfjrmuherijqvnxiyrsahli HTTP/1.1" 202 - + 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' 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 1472 + 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' Received exception from server (version 24.3.12): Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.49 GiB (attempt to allocate chunk of 2097152 bytes), maximum: 15.30 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.. (MEMORY_LIMIT_EXCEEDED) (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=1472 + 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 = 1472. The process with pid = 1472 is running. Sent terminate signal to process with pid 1472. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1472. The process with pid = 1472 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' Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + rm -f /etc/clickhouse-server/config.d/zookeeper.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/ + [[ -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=21647360 + sed --follow-symlinks -i 's|[[:digit:]]\+|21647360|' /etc/clickhouse-server/config.d/keeper_port.xml + value=5634048 + sed --follow-symlinks -i 's|[[:digit:]]\+|5634048|' /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 + [[ 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=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=1 + sed 's|[01]|1|' + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value check_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=1 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + randomize_config_boolean_value allow_experimental_block_number_column block_number + value=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32086448 + total_mem=32856522752 + 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=9856956825 + echo 'Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9856956825 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 + '[' LRU = SLRU ']' ++ date +%-d + '[' 0 -eq 1 ']' + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "PUT /devstoreaccount1/cont/qtnasewswnyieopoeewxezxnwcwdfoqy?blockid=ahutekwgrfwoxbghczleaqerkmfrsipgfhnxvvscxyrhsuferhwaflyfrjpoijyd&comp=block HTTP/1.1" 201 - Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "PUT /devstoreaccount1/cont/qtnasewswnyieopoeewxezxnwcwdfoqy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "GET /devstoreaccount1/cont/qtnasewswnyieopoeewxezxnwcwdfoqy HTTP/1.1" 206 4 + '[' 32 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "GET /devstoreaccount1/cont/qtnasewswnyieopoeewxezxnwcwdfoqy HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:22:03:54 +0000] "DELETE /devstoreaccount1/cont/qtnasewswnyieopoeewxezxnwcwdfoqy HTTP/1.1" 202 - + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 34 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=35 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 35 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=36 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection 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' 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 2930 + 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-04 23:04:49,734 Run func tests '/usr/bin/clickhouse-test --client-option http_make_head_request=1 --global_time_limit=1200 ' 2024-11-04 23:04:50,236 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' use_query_cache=1 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-04 23:04:50,737 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 ' 2024-11-04 23:04:51,239 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-04 23:04:51,740 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-04 23:04:52,241 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-04 23:04:52,743 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 --global_time_limit=1200 ' 2024-11-04 23:04:53,244 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-04 23:04:53,745 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 ' 2024-11-04 23:04:54,247 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 http_make_head_request=0 --global_time_limit=1200 ' 2024-11-04 23:04:54,748 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-04 23:04:55,249 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-04 23:04:55,751 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 http_make_head_request=1 --global_time_limit=1200 ' 2024-11-04 23:04:56,252 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-04 23:04:56,753 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 ' 2024-11-04 23:04:57,255 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-11-04 23:04:57,756 Will wait functests to finish 2024-11-04 23:04:57,756 Finished 6 from 16 processes 2024-11-04 23:05:02,760 Finished 13 from 16 processes 2024-11-04 23:05:07,764 Finished 13 from 16 processes 2024-11-04 23:05:12,765 Finished 13 from 16 processes 2024-11-04 23:05:17,771 Finished 13 from 16 processes 2024-11-04 23:05:22,776 Finished 13 from 16 processes 2024-11-04 23:05:27,781 Finished 13 from 16 processes 2024-11-04 23:05:32,784 Finished 13 from 16 processes 2024-11-04 23:05:37,788 Finished 13 from 16 processes 2024-11-04 23:05:42,793 Finished 13 from 16 processes 2024-11-04 23:05:47,798 Finished 13 from 16 processes 2024-11-04 23:05:52,800 Finished 13 from 16 processes 2024-11-04 23:05:57,804 Finished 13 from 16 processes 2024-11-04 23:06:02,806 Finished 13 from 16 processes 2024-11-04 23:06:07,808 Finished 13 from 16 processes 2024-11-04 23:06:12,813 Finished 13 from 16 processes 2024-11-04 23:06:17,816 Finished 13 from 16 processes 2024-11-04 23:06:22,821 Finished 13 from 16 processes 2024-11-04 23:06:27,824 Finished 13 from 16 processes 2024-11-04 23:06:32,828 Finished 14 from 16 processes 2024-11-04 23:06:37,832 Finished 14 from 16 processes 2024-11-04 23:06:42,837 Finished 14 from 16 processes 2024-11-04 23:06:47,840 Finished 14 from 16 processes 2024-11-04 23:06:52,843 Finished 14 from 16 processes 2024-11-04 23:06:57,843 Finished 14 from 16 processes 2024-11-04 23:07:02,846 Finished 14 from 16 processes 2024-11-04 23:07:07,848 Finished 14 from 16 processes 2024-11-04 23:07:12,852 Finished 14 from 16 processes 2024-11-04 23:07:17,857 Finished 14 from 16 processes 2024-11-04 23:07:22,861 Finished 14 from 16 processes 2024-11-04 23:07:27,864 Finished 14 from 16 processes 2024-11-04 23:07:32,864 Finished 14 from 16 processes 2024-11-04 23:07:37,870 Finished 14 from 16 processes 2024-11-04 23:07:42,875 Finished 14 from 16 processes 2024-11-04 23:07:47,880 Finished 14 from 16 processes 2024-11-04 23:07:52,884 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/tdj/ezymompkqndeuncmuglkknvfljuan) Time: 22:07:56 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E34D0A346DC4 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/42cc74ecbb4142ad4d0483b80e280aaf884505379c54643d0ae86dc41dadc737/f85137a9-3807-4143-93fb-82ba9d4e9f0f/00002.2b266e5a538b5f35e1127d1f32523c9c.16777216: no such file or directory (*fs.PathError) filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/f85137a9-3807-4143-93fb-82ba9d4e9f0f.01da89d6-787f-4cd9-acda-d82c8c2df56a, uploadID=f85137a9-3807-4143-93fb-82ba9d4e9f0f, partPath=/minio_data/.minio.sys/multipart/42cc74ecbb4142ad4d0483b80e280aaf884505379c54643d0ae86dc41dadc737/f85137a9-3807-4143-93fb-82ba9d4e9f0f/00002.2b266e5a538b5f35e1127d1f32523c9c.16777216 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:07:57,888 Finished 14 from 16 processes 2024-11-04 23:08:02,892 Finished 14 from 16 processes 2024-11-04 23:08:07,896 Finished 14 from 16 processes 2024-11-04 23:08:12,900 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/mwl/hkdipwsltzrradpuvabqduqntbuqo) Time: 22:08:16 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3519410935E 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/79d89d74885a3c40cadab13059c310242af711f95580f93f0703e605cd23d75c/81d78843-ae79-4425-86a9-f8e8fb218ef9/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=81d78843-ae79-4425-86a9-f8e8fb218ef9, partPath=/minio_data/.minio.sys/multipart/79d89d74885a3c40cadab13059c310242af711f95580f93f0703e605cd23d75c/81d78843-ae79-4425-86a9-f8e8fb218ef9/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/81d78843-ae79-4425-86a9-f8e8fb218ef9.81e7ff4f-a228-4c8f-86b4-8b2a9d159a11 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:08:17,904 Finished 14 from 16 processes 2024-11-04 23:08:22,908 Finished 14 from 16 processes 2024-11-04 23:08:27,912 Finished 14 from 16 processes 2024-11-04 23:08:32,913 Finished 14 from 16 processes 2024-11-04 23:08:37,916 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/wrn/circfyhiyxduyfbvssvxmrwydnvwf) Time: 22:08:40 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E35721B3EAAF 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/a50b78425ca4d27f9fdacf1ebd6d8c868dad70b6daf65638b1fd9991469170d1/24a540a1-fa93-4b9d-87ea-2722d9765d38/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=24a540a1-fa93-4b9d-87ea-2722d9765d38, partPath=/minio_data/.minio.sys/multipart/a50b78425ca4d27f9fdacf1ebd6d8c868dad70b6daf65638b1fd9991469170d1/24a540a1-fa93-4b9d-87ea-2722d9765d38/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/24a540a1-fa93-4b9d-87ea-2722d9765d38.b304f730-610a-4892-bea7-eb192d757414 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:08:42,920 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/zll/vatzzbuaofismtxmropethikbwtpa) Time: 22:08:45 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E358682742AD 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/8cac0344c67360ea1aa7184ea76008681aa8f8544740d567cbf68210b920e070/a676a1fe-bf58-4226-a01d-95927a9ce1aa/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/8cac0344c67360ea1aa7184ea76008681aa8f8544740d567cbf68210b920e070/a676a1fe-bf58-4226-a01d-95927a9ce1aa/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/a676a1fe-bf58-4226-a01d-95927a9ce1aa.4b5eb63e-23a2-49a1-abcd-8a2a9bf2754a, uploadID=a676a1fe-bf58-4226-a01d-95927a9ce1aa 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:08:47,924 Finished 14 from 16 processes 2024-11-04 23:08:52,928 Finished 14 from 16 processes 2024-11-04 23:08:57,932 Finished 14 from 16 processes 2024-11-04 23:09:02,936 Finished 14 from 16 processes 2024-11-04 23:09:07,940 Finished 14 from 16 processes 2024-11-04 23:09:12,944 Finished 14 from 16 processes 2024-11-04 23:09:17,948 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/pqj/yeeaggvbcuyymzebqukcmmyyupdag) Time: 22:09:19 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E360271EBCB5 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/dd492ec01b30ca63c1aedb2dd6f78800368a4955dbf73c92963bb038f5734e55/d6fa24b7-63b8-418e-b231-7a246d3d532d/00017.84774ddd737c2534cfb4e44b5dba2950.16777216: no such file or directory (*fs.PathError) uploadID=d6fa24b7-63b8-418e-b231-7a246d3d532d, partPath=/minio_data/.minio.sys/multipart/dd492ec01b30ca63c1aedb2dd6f78800368a4955dbf73c92963bb038f5734e55/d6fa24b7-63b8-418e-b231-7a246d3d532d/00017.84774ddd737c2534cfb4e44b5dba2950.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/d6fa24b7-63b8-418e-b231-7a246d3d532d.123ffc5f-a72c-4aa2-b3ee-76c28253f0a6 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:09:22,952 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/loi/hihfcwwjajowvmkfjvkyfjughdcea) Time: 22:09:23 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E361409753F9 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/18900494cabb6ac36f9afc5c288aa967e392d24568682a83bfa3fd1cfc5094ad/988ba4af-0e14-42fe-b8c4-63b9e39b3397/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/18900494cabb6ac36f9afc5c288aa967e392d24568682a83bfa3fd1cfc5094ad/988ba4af-0e14-42fe-b8c4-63b9e39b3397/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/988ba4af-0e14-42fe-b8c4-63b9e39b3397.06ec4c50-0016-42a4-87bd-dd704d0d2cef, uploadID=988ba4af-0e14-42fe-b8c4-63b9e39b3397 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:09:27,956 Finished 14 from 16 processes 2024-11-04 23:09:32,960 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/zul/vfvvfgixngvvdvuanptsktcexvhph) Time: 22:09:35 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E363EF8842E2 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/8caf9427e51556e97437323883706a674a2db8ef4e27bf934b5c9bdd2ae7c98c/7d9adec6-11f2-4033-ba94-4facd97d4b9f/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=7d9adec6-11f2-4033-ba94-4facd97d4b9f, partPath=/minio_data/.minio.sys/multipart/8caf9427e51556e97437323883706a674a2db8ef4e27bf934b5c9bdd2ae7c98c/7d9adec6-11f2-4033-ba94-4facd97d4b9f/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/7d9adec6-11f2-4033-ba94-4facd97d4b9f.d7b21634-62ad-41f0-967c-482fe4555cde 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:09:37,964 Finished 14 from 16 processes 2024-11-04 23:09:42,968 Finished 14 from 16 processes 2024-11-04 23:09:47,972 Finished 14 from 16 processes 2024-11-04 23:09:52,975 Finished 14 from 16 processes 2024-11-04 23:09:57,980 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/mrn/yyzrtutylbxzitqirjwbzkoshczuq) Time: 22:09:58 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E369539640C7 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/152e1da39f36fbdbe7691b831f738255461097dc568712cbdb2a00f0b89a2408/323d7cef-b993-42c7-9e0a-521f6c6943fd/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=323d7cef-b993-42c7-9e0a-521f6c6943fd, partPath=/minio_data/.minio.sys/multipart/152e1da39f36fbdbe7691b831f738255461097dc568712cbdb2a00f0b89a2408/323d7cef-b993-42c7-9e0a-521f6c6943fd/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/323d7cef-b993-42c7-9e0a-521f6c6943fd.003cb98a-b9b5-40de-b7b4-318034ad7af7 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:10:02,982 Finished 14 from 16 processes 2024-11-04 23:10:07,984 Finished 14 from 16 processes 2024-11-04 23:10:12,988 Finished 14 from 16 processes 2024-11-04 23:10:17,992 Finished 14 from 16 processes 2024-11-04 23:10:22,996 Finished 14 from 16 processes 2024-11-04 23:10:28,000 Finished 14 from 16 processes 2024-11-04 23:10:33,004 Finished 14 from 16 processes 2024-11-04 23:10:38,008 Finished 14 from 16 processes 2024-11-04 23:10:43,012 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/sct/kfvzrxneprefqyavwylhlkmqooodq) Time: 22:10:45 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3743A561678 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/f044dd39f9c850d12de7a0c5c83a3f5234931daaf37440342c8ecdaad3616140/052ccb5f-eb70-47b2-876e-3af12c5e05e7/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=052ccb5f-eb70-47b2-876e-3af12c5e05e7, partPath=/minio_data/.minio.sys/multipart/f044dd39f9c850d12de7a0c5c83a3f5234931daaf37440342c8ecdaad3616140/052ccb5f-eb70-47b2-876e-3af12c5e05e7/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/052ccb5f-eb70-47b2-876e-3af12c5e05e7.df4fba80-8f1d-41ce-8de3-06ddea621a64 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:10:48,016 Finished 14 from 16 processes 2024-11-04 23:10:53,020 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/sbn/kwhudzaavwkunnucnieaaqbbfimsj) Time: 22:10:53 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E37609079A69 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/0dd70e6a866b88a79e9382da432011d4b48e0bada870b1d84a8422af68dc7251/482e0e32-5ecb-4dfb-9004-def9ad618403/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=482e0e32-5ecb-4dfb-9004-def9ad618403, partPath=/minio_data/.minio.sys/multipart/0dd70e6a866b88a79e9382da432011d4b48e0bada870b1d84a8422af68dc7251/482e0e32-5ecb-4dfb-9004-def9ad618403/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/482e0e32-5ecb-4dfb-9004-def9ad618403.906334e4-4a3e-44fd-91ae-68b343532025 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:10:58,024 Finished 14 from 16 processes 2024-11-04 23:11:03,028 Finished 14 from 16 processes 2024-11-04 23:11:08,033 Finished 14 from 16 processes 2024-11-04 23:11:13,036 Finished 14 from 16 processes 2024-11-04 23:11:18,039 Finished 14 from 16 processes 2024-11-04 23:11:23,044 Finished 14 from 16 processes 2024-11-04 23:11:28,049 Finished 14 from 16 processes 2024-11-04 23:11:33,052 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/nrr/trqczbnvwkwjrhrsrgujqpwfufgqv) Time: 22:11:34 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E37FB417EB95 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/d08cabb76930a76085c02f68dd24fe6dea42c82cf9c4701d178ae37569a0340d/6b94cff8-8533-44e4-9442-1cc83a743c8a/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=6b94cff8-8533-44e4-9442-1cc83a743c8a, partPath=/minio_data/.minio.sys/multipart/d08cabb76930a76085c02f68dd24fe6dea42c82cf9c4701d178ae37569a0340d/6b94cff8-8533-44e4-9442-1cc83a743c8a/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/6b94cff8-8533-44e4-9442-1cc83a743c8a.4ffb9d7e-53d9-4d5e-b8ff-7c467fdf6e95 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:11:38,053 Finished 14 from 16 processes 2024-11-04 23:11:43,058 Finished 14 from 16 processes 2024-11-04 23:11:48,060 Finished 14 from 16 processes 2024-11-04 23:11:53,064 Finished 14 from 16 processes 2024-11-04 23:11:58,068 Finished 14 from 16 processes 2024-11-04 23:12:03,072 Finished 14 from 16 processes 2024-11-04 23:12:08,076 Finished 14 from 16 processes 2024-11-04 23:12:13,080 Finished 14 from 16 processes 2024-11-04 23:12:18,084 Finished 14 from 16 processes 2024-11-04 23:12:23,088 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ybx/izmlkqchagxuffvgxaxprhjqbgmnc) Time: 22:12:27 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E38C05F578B9 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/176a86970f3c31cd9ae26f61393ce7226d4daacdd10545d23a0b8163ac495cf9/de2e5c54-35df-4795-84d0-27f33a7f43c6/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=de2e5c54-35df-4795-84d0-27f33a7f43c6, partPath=/minio_data/.minio.sys/multipart/176a86970f3c31cd9ae26f61393ce7226d4daacdd10545d23a0b8163ac495cf9/de2e5c54-35df-4795-84d0-27f33a7f43c6/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/de2e5c54-35df-4795-84d0-27f33a7f43c6.834bfa7f-d2b9-40a5-93bb-f4c8b7942209 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:12:28,092 Finished 14 from 16 processes 2024-11-04 23:12:33,096 Finished 14 from 16 processes 2024-11-04 23:12:38,100 Finished 14 from 16 processes 2024-11-04 23:12:43,105 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ppk/cpuhlkdyvyomavwihlwowvwtuzrah) Time: 22:12:46 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3907A9687EE 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/d6c72445432dc5421b5a77129ceb9956231a815f779652c2b108cdea2617df94/c921de31-45c3-4e0c-865e-d12d065639e4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=c921de31-45c3-4e0c-865e-d12d065639e4, partPath=/minio_data/.minio.sys/multipart/d6c72445432dc5421b5a77129ceb9956231a815f779652c2b108cdea2617df94/c921de31-45c3-4e0c-865e-d12d065639e4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/c921de31-45c3-4e0c-865e-d12d065639e4.66d8ca4a-e60f-43be-a80b-86ea6b7f761c 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:12:48,108 Finished 14 from 16 processes 2024-11-04 23:12:53,112 Finished 14 from 16 processes 2024-11-04 23:12:58,116 Finished 14 from 16 processes 2024-11-04 23:13:03,120 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/zxb/zhhskisisxgnvbndvcpusuhvgrmtr) Time: 22:13:07 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3955CD4E9D8 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/fbbcd5c93c597d4a0c5c85f78aa34d8a59cf1916c14d66308f6e34125ad69244/152398f7-c1ed-425e-9e65-63199d8c1cbd/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=152398f7-c1ed-425e-9e65-63199d8c1cbd, partPath=/minio_data/.minio.sys/multipart/fbbcd5c93c597d4a0c5c85f78aa34d8a59cf1916c14d66308f6e34125ad69244/152398f7-c1ed-425e-9e65-63199d8c1cbd/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/152398f7-c1ed-425e-9e65-63199d8c1cbd.3ce86d53-4bab-49fd-a3f7-4deb02f6ceab 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:13:08,124 Finished 14 from 16 processes 2024-11-04 23:13:13,129 Finished 14 from 16 processes 2024-11-04 23:13:18,133 Finished 14 from 16 processes 2024-11-04 23:13:23,138 Finished 14 from 16 processes 2024-11-04 23:13:28,144 Finished 14 from 16 processes 2024-11-04 23:13:33,148 Finished 14 from 16 processes 2024-11-04 23:13:38,152 Finished 14 from 16 processes 2024-11-04 23:13:43,154 Finished 14 from 16 processes 2024-11-04 23:13:48,156 Finished 14 from 16 processes 2024-11-04 23:13:53,160 Finished 14 from 16 processes 2024-11-04 23:13:58,165 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/who/uxtoaickrzgxghgnhrmdtgwhahyrk) Time: 22:13:58 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3A14F4B0F81 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/a82c73f874be7f38e783b6665cd7edd4949753d1790887b5214e0a407c858ddd/5a06c195-d46e-4f05-b065-b05c25b7588d/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=5a06c195-d46e-4f05-b065-b05c25b7588d, partPath=/minio_data/.minio.sys/multipart/a82c73f874be7f38e783b6665cd7edd4949753d1790887b5214e0a407c858ddd/5a06c195-d46e-4f05-b065-b05c25b7588d/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/5a06c195-d46e-4f05-b065-b05c25b7588d.3a465a48-237b-49b1-9d3f-76ba4079b5c4 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:14:03,169 Finished 14 from 16 processes 2024-11-04 23:14:08,170 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/oat/nwiazmpfrqojnayhyjzbgxazxrclm) Time: 22:14:09 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3A3BD30250E 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/7a0afce69333b9b9bcce7a138d59b79008c1c9ad3e578a2d7d585559cca75892/eb178b44-9f32-465f-b5a5-24b5d0f16120/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=eb178b44-9f32-465f-b5a5-24b5d0f16120, partPath=/minio_data/.minio.sys/multipart/7a0afce69333b9b9bcce7a138d59b79008c1c9ad3e578a2d7d585559cca75892/eb178b44-9f32-465f-b5a5-24b5d0f16120/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/eb178b44-9f32-465f-b5a5-24b5d0f16120.06782d3d-33dd-41bb-ab75-efa46ad9b9fe 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:14:13,172 Finished 14 from 16 processes 2024-11-04 23:14:18,176 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/yza/dscutadtirwolbladdiejayssoalo) Time: 22:14:18 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3A5DC1971C4 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/545e86af23aba3ef71f32ab39f0dc4f4973bd7308c2050813507ff25e00dfa4f/7bfac325-7e77-4404-b1f4-44f84baee1c1/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/545e86af23aba3ef71f32ab39f0dc4f4973bd7308c2050813507ff25e00dfa4f/7bfac325-7e77-4404-b1f4-44f84baee1c1/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/7bfac325-7e77-4404-b1f4-44f84baee1c1.9d7d1752-de23-40a7-82dd-6b737f6cc0ae, uploadID=7bfac325-7e77-4404-b1f4-44f84baee1c1 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:14:23,180 Finished 14 from 16 processes 2024-11-04 23:14:28,184 Finished 14 from 16 processes 2024-11-04 23:14:33,189 Finished 14 from 16 processes 2024-11-04 23:14:38,192 Finished 14 from 16 processes 2024-11-04 23:14:43,196 Finished 14 from 16 processes 2024-11-04 23:14:48,201 Finished 14 from 16 processes 2024-11-04 23:14:53,204 Finished 14 from 16 processes 2024-11-04 23:14:58,208 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/laj/glfpqfjvmzucoldtosrulthmbodew) Time: 22:15:01 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3AFCFFA3730 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/0434f75072f3b2f319a4b741bc1405b24b5848e38b89ab63820869da77d09372/68d46fca-df62-4289-b3de-3e7b55be26b9/00027.03770cb6bd8bdd6a38163dc2f53cf851.16777216: no such file or directory (*fs.PathError) uploadID=68d46fca-df62-4289-b3de-3e7b55be26b9, partPath=/minio_data/.minio.sys/multipart/0434f75072f3b2f319a4b741bc1405b24b5848e38b89ab63820869da77d09372/68d46fca-df62-4289-b3de-3e7b55be26b9/00027.03770cb6bd8bdd6a38163dc2f53cf851.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/68d46fca-df62-4289-b3de-3e7b55be26b9.22a73ebe-477c-42a7-8990-9c820496e02b 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:15:03,212 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/gfp/zcadwsrohjyiibtrkguyptfchsofd) Time: 22:15:06 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3B0F6E0F043 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/817f7a992ec99bc119212da58e2cd4cfe9089116f07d5ef1b907341cb59a1372/d68b5528-5f79-402e-bc31-45887bbeebb4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/817f7a992ec99bc119212da58e2cd4cfe9089116f07d5ef1b907341cb59a1372/d68b5528-5f79-402e-bc31-45887bbeebb4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/d68b5528-5f79-402e-bc31-45887bbeebb4.b5a70483-ed48-4ef9-a4b2-ade365085096, uploadID=d68b5528-5f79-402e-bc31-45887bbeebb4 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:15:08,216 Finished 14 from 16 processes 2024-11-04 23:15:13,220 Finished 14 from 16 processes 2024-11-04 23:15:18,225 Finished 14 from 16 processes 2024-11-04 23:15:23,228 Finished 14 from 16 processes 2024-11-04 23:15:28,232 Finished 14 from 16 processes 2024-11-04 23:15:33,237 Finished 14 from 16 processes 2024-11-04 23:15:38,240 Finished 14 from 16 processes 2024-11-04 23:15:43,244 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/aec/qaejgqfdqxnerymbqnyursqrvqces) Time: 22:15:46 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3BA626A3CC7 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/5be5bedff81a252b98d7693652b66c7fc42313795c79e9a65585e28704b30fcd/ecb39379-f51f-4256-8366-73b2a6c033bf/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=ecb39379-f51f-4256-8366-73b2a6c033bf, partPath=/minio_data/.minio.sys/multipart/5be5bedff81a252b98d7693652b66c7fc42313795c79e9a65585e28704b30fcd/ecb39379-f51f-4256-8366-73b2a6c033bf/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/ecb39379-f51f-4256-8366-73b2a6c033bf.a6c7f042-1e52-49a3-bb76-6976b4bcc5d9 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:15:48,248 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/oev/vstscbxwxsolmzlvivokznyauyits) Time: 22:15:50 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3BB597E4131 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/61aeabe62001a8500bae4e4374ef06c71e8d6595589915e8c1baa4279b50b984/58163449-6d30-4ad7-a043-7f989e6cf3b8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/61aeabe62001a8500bae4e4374ef06c71e8d6595589915e8c1baa4279b50b984/58163449-6d30-4ad7-a043-7f989e6cf3b8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/58163449-6d30-4ad7-a043-7f989e6cf3b8.7cd2b841-6d43-42d2-b512-b726544c9ccd, uploadID=58163449-6d30-4ad7-a043-7f989e6cf3b8 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:15:53,252 Finished 14 from 16 processes 2024-11-04 23:15:58,257 Finished 14 from 16 processes 2024-11-04 23:16:03,262 Finished 14 from 16 processes 2024-11-04 23:16:08,264 Finished 14 from 16 processes 2024-11-04 23:16:13,269 Finished 14 from 16 processes 2024-11-04 23:16:18,272 Finished 14 from 16 processes 2024-11-04 23:16:23,276 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/uyd/gwpkpjosayrkdncgvqxpbqnehvnvg) Time: 22:16:25 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3C388EA7A3E 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/04553d681485a71a0868dd80d5470134262b5988622644e3df9b5ee2fc64d186/e13c5ada-1c67-426f-af32-8bf225d893f8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/e13c5ada-1c67-426f-af32-8bf225d893f8.b3c074b3-19f9-49ad-8ff8-a64fb392ea4a, uploadID=e13c5ada-1c67-426f-af32-8bf225d893f8, partPath=/minio_data/.minio.sys/multipart/04553d681485a71a0868dd80d5470134262b5988622644e3df9b5ee2fc64d186/e13c5ada-1c67-426f-af32-8bf225d893f8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:16:28,280 Finished 14 from 16 processes 2024-11-04 23:16:33,284 Finished 14 from 16 processes 2024-11-04 23:16:38,287 Finished 14 from 16 processes 2024-11-04 23:16:43,292 Finished 14 from 16 processes 2024-11-04 23:16:48,296 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/bzy/vjtypktcxorqahsxerizqnqfaucxx) Time: 22:16:52 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3C9A4FD4AEB 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/7f559d30d55988b93b2187b2a4d09deb3e66f0865ec347b37cf70fcaebe37c38/6e287507-ef8e-450e-9d47-8cbe128d7243/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=6e287507-ef8e-450e-9d47-8cbe128d7243, partPath=/minio_data/.minio.sys/multipart/7f559d30d55988b93b2187b2a4d09deb3e66f0865ec347b37cf70fcaebe37c38/6e287507-ef8e-450e-9d47-8cbe128d7243/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/6e287507-ef8e-450e-9d47-8cbe128d7243.14a9b93e-3f93-4051-8744-7d1a3161d5f2 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:16:53,300 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/alr/txfpdsjrobtxsptrrwzadsiytojpr) Time: 22:16:57 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3CAD92ACF2D 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/13190d5e1601c4363f98e1eadedb3cc0158f973fb5e3a5156d55c94dc0f29402/88b3c385-2347-49bc-84a4-5e32d87c0ce2/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=88b3c385-2347-49bc-84a4-5e32d87c0ce2, partPath=/minio_data/.minio.sys/multipart/13190d5e1601c4363f98e1eadedb3cc0158f973fb5e3a5156d55c94dc0f29402/88b3c385-2347-49bc-84a4-5e32d87c0ce2/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/88b3c385-2347-49bc-84a4-5e32d87c0ce2.c6962d44-212f-4c52-aa35-b88a58e9724f 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:16:58,305 Finished 14 from 16 processes 2024-11-04 23:17:03,310 Finished 14 from 16 processes 2024-11-04 23:17:08,312 Finished 14 from 16 processes 2024-11-04 23:17:13,316 Finished 14 from 16 processes 2024-11-04 23:17:18,320 Finished 14 from 16 processes 2024-11-04 23:17:23,324 Finished 14 from 16 processes 2024-11-04 23:17:28,328 Finished 14 from 16 processes 2024-11-04 23:17:33,332 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ria/peryhexbhrmeixafgpweuakfpeags) Time: 22:17:36 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3D3FA77EF57 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/1ea2428f67badedc7380588c436dc42d2aebeec6c273f4b58a007b05789704ee/aa3226d5-c2a9-4d45-b572-55b114c59264/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=aa3226d5-c2a9-4d45-b572-55b114c59264, partPath=/minio_data/.minio.sys/multipart/1ea2428f67badedc7380588c436dc42d2aebeec6c273f4b58a007b05789704ee/aa3226d5-c2a9-4d45-b572-55b114c59264/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/aa3226d5-c2a9-4d45-b572-55b114c59264.b3f613a4-b9b1-448f-a716-8c8c80e41888 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:17:38,332 Finished 14 from 16 processes 2024-11-04 23:17:43,336 Finished 14 from 16 processes 2024-11-04 23:17:48,337 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/kht/gwpzuippqdvauazawkyinzrswplsg) Time: 22:17:49 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3D6ECF3568B 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/ba72e0b85bd4c0626a11315ad85a48d540ecb92fa1e9c9206b21f31121e03a7e/3de979d3-539f-4454-b6aa-8416c0d41025/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) partPath=/minio_data/.minio.sys/multipart/ba72e0b85bd4c0626a11315ad85a48d540ecb92fa1e9c9206b21f31121e03a7e/3de979d3-539f-4454-b6aa-8416c0d41025/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/3de979d3-539f-4454-b6aa-8416c0d41025.f7440dc8-23a8-413e-95d0-8eb37318516e, uploadID=3de979d3-539f-4454-b6aa-8416c0d41025 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:17:53,343 Finished 14 from 16 processes 2024-11-04 23:17:58,344 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/agm/kholtozypmgmpnmrunaooqbysbbye) Time: 22:17:59 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3D96D29B8D0 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/77c7379d93b7eb582ea4ed30ec9803a13475af887e21682279d02b12cdbebf12/ff4ac095-f446-4450-8b86-91717810f766/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=ff4ac095-f446-4450-8b86-91717810f766, partPath=/minio_data/.minio.sys/multipart/77c7379d93b7eb582ea4ed30ec9803a13475af887e21682279d02b12cdbebf12/ff4ac095-f446-4450-8b86-91717810f766/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/ff4ac095-f446-4450-8b86-91717810f766.9850dfbe-e603-4bc8-8afe-7ad53f694233 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:18:03,348 Finished 14 from 16 processes 2024-11-04 23:18:08,352 Finished 14 from 16 processes 2024-11-04 23:18:13,356 Finished 14 from 16 processes 2024-11-04 23:18:18,361 Finished 14 from 16 processes 2024-11-04 23:18:23,364 Finished 14 from 16 processes 2024-11-04 23:18:28,368 Finished 14 from 16 processes 2024-11-04 23:18:33,370 Finished 14 from 16 processes 2024-11-04 23:18:38,372 Finished 14 from 16 processes 2024-11-04 23:18:43,377 Finished 14 from 16 processes 2024-11-04 23:18:48,380 Finished 14 from 16 processes 2024-11-04 23:18:53,381 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/nak/kouxozcjehqvnbgpoporrcynhxtbe) Time: 22:18:56 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3E6ACAA0AD5 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/c99254109f5a1250068baf197d2b9cd9a0bc83e9372acab7189dc3fec441d081/682d3b58-5866-4b5c-93e2-b05b29283b22/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=682d3b58-5866-4b5c-93e2-b05b29283b22, partPath=/minio_data/.minio.sys/multipart/c99254109f5a1250068baf197d2b9cd9a0bc83e9372acab7189dc3fec441d081/682d3b58-5866-4b5c-93e2-b05b29283b22/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/682d3b58-5866-4b5c-93e2-b05b29283b22.0b986be0-c53e-401a-8de8-2a0765173768 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:18:58,386 Finished 14 from 16 processes 2024-11-04 23:19:03,388 Finished 14 from 16 processes 2024-11-04 23:19:08,391 Finished 14 from 16 processes 2024-11-04 23:19:13,396 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ebm/kkcnbmpfuhxvdjadsielimuftbddn) Time: 22:19:17 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3EB875B3054 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/a0637d0bddfb77bf0bc85b1ec13aa5998ad3b9974730dfa59f1ea76c6a85f239/fc5c137a-39ff-45d5-b947-ef823b243811/00011.9053f9bb244aaac46ee5a10862b01a06.16777216: no such file or directory (*fs.PathError) uploadID=fc5c137a-39ff-45d5-b947-ef823b243811, partPath=/minio_data/.minio.sys/multipart/a0637d0bddfb77bf0bc85b1ec13aa5998ad3b9974730dfa59f1ea76c6a85f239/fc5c137a-39ff-45d5-b947-ef823b243811/00011.9053f9bb244aaac46ee5a10862b01a06.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/fc5c137a-39ff-45d5-b947-ef823b243811.da997d42-3ddf-4f1f-ba05-db911d1af009 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:19:18,400 Finished 14 from 16 processes 2024-11-04 23:19:23,405 Finished 14 from 16 processes 2024-11-04 23:19:28,408 Finished 14 from 16 processes 2024-11-04 23:19:33,412 Finished 14 from 16 processes 2024-11-04 23:19:38,416 Finished 14 from 16 processes 2024-11-04 23:19:43,421 Finished 14 from 16 processes 2024-11-04 23:19:48,424 Finished 14 from 16 processes 2024-11-04 23:19:53,424 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/uij/xpanhgoicdzgpgvrslwuwfjelvnpo) Time: 22:19:55 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3F4374BCC99 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/324b7e18f21ce3c0ae4e3c05b5cae7a1de4cfdc6816c1d4bc6e40e067f1160b6/576b420f-5a3d-43f2-8f16-5cb053cba8bf/00026.e78fefa82faa278730f2a107fcb08292.16777216: no such file or directory (*fs.PathError) uploadID=576b420f-5a3d-43f2-8f16-5cb053cba8bf, partPath=/minio_data/.minio.sys/multipart/324b7e18f21ce3c0ae4e3c05b5cae7a1de4cfdc6816c1d4bc6e40e067f1160b6/576b420f-5a3d-43f2-8f16-5cb053cba8bf/00026.e78fefa82faa278730f2a107fcb08292.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/576b420f-5a3d-43f2-8f16-5cb053cba8bf.295ea22b-dfc3-4e11-8099-eed29263c772 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:19:58,428 Finished 14 from 16 processes 2024-11-04 23:20:03,432 Finished 14 from 16 processes 2024-11-04 23:20:08,436 Finished 14 from 16 processes 2024-11-04 23:20:13,440 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/arf/lvpjkuvjirovphoduqflvauukxknq) Time: 22:20:16 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3F94A3506EB 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/e47757da3acc3284d5f53c564d2e1fe9cb5509c71896104f66b4dbff0ff90b56/65227093-678d-4145-b1d8-cac086ab72d9/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=65227093-678d-4145-b1d8-cac086ab72d9, partPath=/minio_data/.minio.sys/multipart/e47757da3acc3284d5f53c564d2e1fe9cb5509c71896104f66b4dbff0ff90b56/65227093-678d-4145-b1d8-cac086ab72d9/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/65227093-678d-4145-b1d8-cac086ab72d9.ac556cbe-6405-462e-baab-5e94526bbc3c 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:20:18,440 Finished 14 from 16 processes 2024-11-04 23:20:23,444 Finished 14 from 16 processes 2024-11-04 23:20:28,448 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ikb/ijxlpcljgmaaclqynjfcuxhbwofii) Time: 22:20:33 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E3FD2415D677 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/d05219560857be6f5225ee24ed71dd733cc84f48aaf55fb350d5b320af7b9fc3/14cef6c1-fce4-4640-83ec-a730752e186c/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=14cef6c1-fce4-4640-83ec-a730752e186c, partPath=/minio_data/.minio.sys/multipart/d05219560857be6f5225ee24ed71dd733cc84f48aaf55fb350d5b320af7b9fc3/14cef6c1-fce4-4640-83ec-a730752e186c/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/14cef6c1-fce4-4640-83ec-a730752e186c.8d0ffdb6-6aa7-4027-93a7-79f6a0fbaef2 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:20:33,452 Finished 14 from 16 processes 2024-11-04 23:20:38,456 Finished 14 from 16 processes 2024-11-04 23:20:43,460 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/mjy/vfdehkclugcdcgwuyvcrxhwluegej) Time: 22:20:47 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E4005B0FA9A8 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/3fff371716ac806f3e6d58c4c7b0940085925abed23bbb9e87388f40f6f42063/2350a26a-e466-4efb-ae28-00f481e8b8f0/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=2350a26a-e466-4efb-ae28-00f481e8b8f0, partPath=/minio_data/.minio.sys/multipart/3fff371716ac806f3e6d58c4c7b0940085925abed23bbb9e87388f40f6f42063/2350a26a-e466-4efb-ae28-00f481e8b8f0/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/2350a26a-e466-4efb-ae28-00f481e8b8f0.bc281571-5d0f-4fc2-8392-cdc44c4995d7 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:20:48,464 Finished 14 from 16 processes 2024-11-04 23:20:53,468 Finished 14 from 16 processes 2024-11-04 23:20:58,472 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/srg/igwqngjrhykpgwyjgcpthyeidzhqz) Time: 22:21:01 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E4039DBE3D30 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/917e9a544f05e3ddb3126b74ff81f7b0aaceebf94c4047d55ac91d9d2cb12b02/3d5bf9b5-ba29-4433-a01a-63a6608689a8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=3d5bf9b5-ba29-4433-a01a-63a6608689a8, partPath=/minio_data/.minio.sys/multipart/917e9a544f05e3ddb3126b74ff81f7b0aaceebf94c4047d55ac91d9d2cb12b02/3d5bf9b5-ba29-4433-a01a-63a6608689a8/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/3d5bf9b5-ba29-4433-a01a-63a6608689a8.3c2648ef-9093-4ee2-ab0f-d580200c63a5 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:21:03,476 Finished 14 from 16 processes 2024-11-04 23:21:08,480 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/lui/oqvkayenbwzqspgpkqiifosvacneb) Time: 22:21:12 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E40642813C76 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/a87c27ec5f83c1dcf516aaf70a55812367130a314b02a396a4676d663c60c2a9/1c4c2259-b713-456d-aac4-04d951bcd5d6/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=1c4c2259-b713-456d-aac4-04d951bcd5d6, partPath=/minio_data/.minio.sys/multipart/a87c27ec5f83c1dcf516aaf70a55812367130a314b02a396a4676d663c60c2a9/1c4c2259-b713-456d-aac4-04d951bcd5d6/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/1c4c2259-b713-456d-aac4-04d951bcd5d6.f6233117-ee8f-4ad0-a1e9-f9c541722d1a 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:21:13,484 Finished 14 from 16 processes 2024-11-04 23:21:18,488 Finished 14 from 16 processes 2024-11-04 23:21:23,488 Finished 14 from 16 processes 2024-11-04 23:21:28,492 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/nkj/qamuylkhrwqsxkiciogillmhhgwgu) Time: 22:21:32 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E40AF5EAC7AA 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/97ec16f0e0bdaa67a454b61a9767595fccaa81ec535b18146d78f0394046a7d5/a5023c41-95f3-473a-bf9b-025e0ea38bc3/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=a5023c41-95f3-473a-bf9b-025e0ea38bc3, partPath=/minio_data/.minio.sys/multipart/97ec16f0e0bdaa67a454b61a9767595fccaa81ec535b18146d78f0394046a7d5/a5023c41-95f3-473a-bf9b-025e0ea38bc3/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/a5023c41-95f3-473a-bf9b-025e0ea38bc3.cdb34557-8b68-47f0-9a21-41eeff8f13fb 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:21:33,496 Finished 14 from 16 processes 2024-11-04 23:21:38,500 Finished 14 from 16 processes 2024-11-04 23:21:43,502 Finished 14 from 16 processes 2024-11-04 23:21:48,504 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ntl/gtrjyambfdvuolftpzcxcsvlvixgc) Time: 22:21:49 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E40EEA8B6407 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/b3b661b8fcc9b83710776c31a01cd39bd0c3ab2834ac2ad9f24506823db1306c/fd5cd057-3a9d-40e0-a7df-6d35cecb96af/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=fd5cd057-3a9d-40e0-a7df-6d35cecb96af, partPath=/minio_data/.minio.sys/multipart/b3b661b8fcc9b83710776c31a01cd39bd0c3ab2834ac2ad9f24506823db1306c/fd5cd057-3a9d-40e0-a7df-6d35cecb96af/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/fd5cd057-3a9d-40e0-a7df-6d35cecb96af.d562e360-f29b-41fa-8896-4ca00fe8dd84 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:21:53,508 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/quq/vfkmtyfygcpymfvjtmlxwjgdjfoew) Time: 22:21:55 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E4104F5E1784 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/97bee125c745692aa563190cfb4127ea7eab9541977027c582368fef0d1a4ae8/b9fa79ff-eb21-43bb-a935-34d8f60e3313/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=b9fa79ff-eb21-43bb-a935-34d8f60e3313, partPath=/minio_data/.minio.sys/multipart/97bee125c745692aa563190cfb4127ea7eab9541977027c582368fef0d1a4ae8/b9fa79ff-eb21-43bb-a935-34d8f60e3313/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/b9fa79ff-eb21-43bb-a935-34d8f60e3313.e104ddd7-ad27-4ae7-a25d-9990dd503afd 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:21:58,512 Finished 14 from 16 processes 2024-11-04 23:22:03,514 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/cvh/pxkofbdvvvwoocsxchkonitdhstwx) Time: 22:22:04 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E41273A5706E 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/740ad239fd26707d345d0930d7610df3589c2d804d6247b8718fdf73c83f78d1/5c4924da-d9ad-487c-b1be-9d1bc7c92186/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=5c4924da-d9ad-487c-b1be-9d1bc7c92186, partPath=/minio_data/.minio.sys/multipart/740ad239fd26707d345d0930d7610df3589c2d804d6247b8718fdf73c83f78d1/5c4924da-d9ad-487c-b1be-9d1bc7c92186/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/5c4924da-d9ad-487c-b1be-9d1bc7c92186.389293e7-cdff-474e-98e8-59c270546894 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:22:08,516 Finished 14 from 16 processes 2024-11-04 23:22:13,520 Finished 14 from 16 processes 2024-11-04 23:22:18,525 Finished 14 from 16 processes 2024-11-04 23:22:23,528 Finished 14 from 16 processes 2024-11-04 23:22:28,533 Finished 14 from 16 processes 2024-11-04 23:22:33,536 Finished 14 from 16 processes 2024-11-04 23:22:38,538 Finished 14 from 16 processes 2024-11-04 23:22:43,540 Finished 14 from 16 processes 2024-11-04 23:22:48,545 Finished 14 from 16 processes 2024-11-04 23:22:53,548 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/ype/dsmxtcrnldgxvqxnelpxenmksldxy) Time: 22:22:53 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E41DD4749D55 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/97fed45a06ea37073560ed781ef7c68244e4cd9530ec6fc5d3917b923c45067b/f2c57695-d5cb-47df-8346-ef374cfcfb3c/00007.c155df96eea5f974e919acc8b439c86e.16777216: no such file or directory (*fs.PathError) uploadID=f2c57695-d5cb-47df-8346-ef374cfcfb3c, partPath=/minio_data/.minio.sys/multipart/97fed45a06ea37073560ed781ef7c68244e4cd9530ec6fc5d3917b923c45067b/f2c57695-d5cb-47df-8346-ef374cfcfb3c/00007.c155df96eea5f974e919acc8b439c86e.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/f2c57695-d5cb-47df-8346-ef374cfcfb3c.0a699b2f-e8a8-425a-8e90-6221d01162ad 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:22:58,549 Finished 14 from 16 processes 2024-11-04 23:23:03,552 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/zun/txyyvptkjukbyqsqblwdfxzjztjiu) Time: 22:23:05 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E42093EF5BAA 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/4cc435956748cd851faa71ab2d13f45993011239730c9d064e8c3de094020c86/aa9e745b-d98d-49ab-9f84-11538c4559a3/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=aa9e745b-d98d-49ab-9f84-11538c4559a3, partPath=/minio_data/.minio.sys/multipart/4cc435956748cd851faa71ab2d13f45993011239730c9d064e8c3de094020c86/aa9e745b-d98d-49ab-9f84-11538c4559a3/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/aa9e745b-d98d-49ab-9f84-11538c4559a3.50f8fd33-8f4e-47b6-b8db-1d0733499e14 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:23:08,556 Finished 14 from 16 processes 2024-11-04 23:23:13,559 Finished 14 from 16 processes 2024-11-04 23:23:18,560 Finished 14 from 16 processes 2024-11-04 23:23:23,564 Finished 14 from 16 processes 2024-11-04 23:23:28,565 Finished 14 from 16 processes 2024-11-04 23:23:33,570 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/izl/erzdaxupzncxxfrtskzhlgvnpycop) Time: 22:23:35 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E4278C15EEFF 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/9f9b2d0c6fbf020f54f0472233860bb4c0985e45f917b8da48a078c657a72d36/567dc5dd-439e-42e2-934a-b75ccc92b6af/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=567dc5dd-439e-42e2-934a-b75ccc92b6af, partPath=/minio_data/.minio.sys/multipart/9f9b2d0c6fbf020f54f0472233860bb4c0985e45f917b8da48a078c657a72d36/567dc5dd-439e-42e2-934a-b75ccc92b6af/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/567dc5dd-439e-42e2-934a-b75ccc92b6af.fbece454-37c2-4178-8fd4-4dee608af0ea 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:23:38,572 Finished 14 from 16 processes 2024-11-04 23:23:43,576 Finished 14 from 16 processes 2024-11-04 23:23:48,580 Finished 14 from 16 processes 2024-11-04 23:23:53,584 Finished 14 from 16 processes 2024-11-04 23:23:58,589 Finished 14 from 16 processes 2024-11-04 23:24:03,592 Finished 14 from 16 processes API: PutObjectPart(bucket=test, object=test/hiq/ztztlyqhmnysvvpbmygiuupsvavqr) Time: 22:24:03 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E42E2F998350 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/e73f8285fcfce2e9d2c1ecc098ae226ed0049ea3f59fa728b37b7aa20c70397f/18f9a033-6e79-4ec5-bc56-3a81d693bd86/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=18f9a033-6e79-4ec5-bc56-3a81d693bd86, partPath=/minio_data/.minio.sys/multipart/e73f8285fcfce2e9d2c1ecc098ae226ed0049ea3f59fa728b37b7aa20c70397f/18f9a033-6e79-4ec5-bc56-3a81d693bd86/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/18f9a033-6e79-4ec5-bc56-3a81d693bd86.5894a658-44ed-4d31-a9e2-8bd21fb09a90 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:24:08,593 Finished 14 from 16 processes 2024-11-04 23:24:13,598 Finished 14 from 16 processes 2024-11-04 23:24:18,600 Finished 14 from 16 processes 2024-11-04 23:24:23,605 Finished 14 from 16 processes 2024-11-04 23:24:28,610 Finished 14 from 16 processes 2024-11-04 23:24:33,616 Finished 14 from 16 processes 2024-11-04 23:24:38,621 Finished 14 from 16 processes 2024-11-04 23:24:43,624 Finished 14 from 16 processes 2024-11-04 23:24:48,629 Finished 14 from 16 processes 2024-11-04 23:24:53,632 Finished 14 from 16 processes 2024-11-04 23:24:58,633 Finished 15 from 16 processes 2024-11-04 23:25:03,638 Finished 15 from 16 processes 2024-11-04 23:25:08,643 Finished 15 from 16 processes 2024-11-04 23:25:13,648 Finished 15 from 16 processes 2024-11-04 23:25:18,653 Finished 15 from 16 processes 2024-11-04 23:25:23,656 Finished 15 from 16 processes 2024-11-04 23:25:28,661 Finished 15 from 16 processes 2024-11-04 23:25:33,664 Finished 15 from 16 processes 2024-11-04 23:25:38,665 Finished 15 from 16 processes 2024-11-04 23:25:43,668 Finished 15 from 16 processes 2024-11-04 23:25:48,673 Finished 15 from 16 processes API: PutObjectPart(bucket=test, object=test/wxe/jopaeiazehquywfkizjtpstrksyqs) Time: 22:25:50 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E446E6B0F8B2 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/dbbaed7ef8e4ff2aacc763ff0de8c5246c34795cad78e909e96c1953ab41eaa2/0a246beb-8951-498a-99be-b9ca76104f6e/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=0a246beb-8951-498a-99be-b9ca76104f6e, partPath=/minio_data/.minio.sys/multipart/dbbaed7ef8e4ff2aacc763ff0de8c5246c34795cad78e909e96c1953ab41eaa2/0a246beb-8951-498a-99be-b9ca76104f6e/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/0a246beb-8951-498a-99be-b9ca76104f6e.c9d02465-9ef1-44af-a383-046b59955f3f 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:25:53,676 Finished 15 from 16 processes 2024-11-04 23:25:58,681 Finished 15 from 16 processes 2024-11-04 23:26:03,684 Finished 15 from 16 processes 2024-11-04 23:26:08,687 Finished 15 from 16 processes 2024-11-04 23:26:13,692 Finished 15 from 16 processes 2024-11-04 23:26:18,696 Finished 15 from 16 processes 2024-11-04 23:26:23,701 Finished 15 from 16 processes API: PutObjectPart(bucket=test, object=test/wud/teeuohyetygywclkzqnllfsljmegm) Time: 22:26:26 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E44F47C92E25 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/f2fb8ca0191dcd7e42a5f2f68e749f3fd1ad07813d33dfa2ef8faf746f7df5cd/e3cfc17a-a9da-4202-8878-90cf9dd14737/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=e3cfc17a-a9da-4202-8878-90cf9dd14737, partPath=/minio_data/.minio.sys/multipart/f2fb8ca0191dcd7e42a5f2f68e749f3fd1ad07813d33dfa2ef8faf746f7df5cd/e3cfc17a-a9da-4202-8878-90cf9dd14737/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/e3cfc17a-a9da-4202-8878-90cf9dd14737.323a5dd7-d137-4e5e-ba8b-b4e044da9e94 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() 2024-11-04 23:26:28,704 Finished 15 from 16 processes 2024-11-04 23:26:33,709 Finished 15 from 16 processes 2024-11-04 23:26:38,712 All processes finished 2024-11-04 23:26:38,712 Compressing stress logs 2024-11-04 23:26:38,735 Logs compressed 2024-11-04 23:26:38,735 Will terminate gdb (if any) 2024-11-04 23:26:38,735 Running command: kill -TERM $(pidof gdb) 2024-11-04 23:26:38,739 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: Quit 2024-11-04 23:26:39,756 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' 2024-11-04 23:26:40,122 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-04 23:26:40,336 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-04 23:26:40,601 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-04 23:26:40,868 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-04 23:26:41,132 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-04 23:26:41,397 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-04 23:26:41,662 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-04 23:26:41,930 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-04 23:26:42,162 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-04 23:26:42,427 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-04 23:26:42,842 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-04 23:26:43,156 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-04 23:26:43,421 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-04 23:31:45,796 Checking if some queries hung Using queries from '/usr/share/clickhouse-test/queries' directory Connecting to ClickHouse server... OK Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD Running 1 stateless tests (MainProcess). 00001_select_1: [ OK ] 1 tests passed. 0 tests skipped. 0.71 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. 23601 0.131 2.57 MiB 0.061 1 20 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2. 16190 0.09 1.51 MiB 0.036 1 19 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 3. 13674 0.076 3.34 MiB 0.08 1 56 ['Information'] 0.089 WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}. 4. 7874 0.044 506.25 KiB 0.012 1 134 ['Trace'] 0 Access granted: {}{} 5. 6789 0.038 1.12 MiB 0.027 1 71 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 6. 6769 0.038 1.01 MiB 0.024 2 71 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 7. 6304 0.035 177.89 KiB 0.004 1 71 ['Debug'] 0 Processed in {} sec. 8. 4517 0.025 269.08 KiB 0.006 1 29 ['Debug'] 0.916 Key {} is removed from metadata 9. 3899 0.022 3.30 MiB 0.079 1 94 ['Trace'] 0.001 Query {} to stage {}{} 10. 3873 0.021 3.39 MiB 0.081 1 94 ['Trace'] 0.001 Query {} from stage {} to stage {}{} 11. 3836 0.021 221.02 KiB 0.005 1 200 ['Debug'] 0.015 Submitting key {} for removal 12. 3483 0.019 242.16 KiB 0.006 101 563 ['Trace'] 0.925 Trying to reserve {} using storage policy from min volume index {} 13. 3260 0.018 264.27 KiB 0.006 1 45 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 14. 2732 0.015 132.89 KiB 0.003 1 109 ['Trace'] 0.742 filled checksums {} 15. 2591 0.014 142.77 KiB 0.003 1 76 ['Debug'] 0.414 Peak memory usage{}: {}. 16. 2486 0.014 298.12 KiB 0.007 93 104 ['Trace'] 0.767 Renaming temporary part {} to {} with tid {}. 17. 2097 0.012 121.50 KiB 0.003 14 14 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 18. 2088 0.012 74.91 KiB 0.002 14 14 ['Trace'] 1 Flushed system log up to offset {} 19. 2086 0.012 11.35 MiB 0.271 31 87 ['Error'] 0.447 Cannot schedule a task: {} (threads={}, jobs={}) 20. 1919 0.011 258.62 KiB 0.006 1 86 ['Information'] 0 Sorting and writing part of data into temporary file {} 21. 1863 0.01 324.02 KiB 0.008 1 70 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 22. 1830 0.01 81.39 KiB 0.002 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 23. 1753 0.01 154.57 KiB 0.004 13 24 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 24. 1752 0.01 1.10 MiB 0.026 1 82 ['Debug'] 0.997 Objects with paths [{}] were removed from S3 25. 1739 0.01 142.20 KiB 0.003 3 84 ['Debug'] 0.993 {} Authenticating user '{}' from {} 26. 1735 0.01 194.85 KiB 0.005 3 84 ['Debug'] 0.993 {} Authenticated with global context as user {} 27. 1722 0.01 151.35 KiB 0.004 3 84 ['Debug'] 0.992 {} Logout, user_id: {} 28. 1722 0.01 188.34 KiB 0.004 2 71 ['Debug'] 1 {} Creating session context with user_id: {} 29. 1675 0.009 2.51 MiB 0.06 1 57 ['Debug'] 0.998 metadata and objects were removed for [{}], only metadata were removed for [{}]. 30. 1549 0.009 50.68 KiB 0.001 1 71 ['Trace'] 1 TCP Request. Address: {} 31. 1549 0.009 140.21 KiB 0.003 1 71 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 32. 1520 0.008 40.08 KiB 0.001 1 69 ['Debug'] 1 Done processing connection. 33. 1346 0.007 164.49 KiB 0.004 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 34. 1220 0.007 346.23 KiB 0.008 2 2 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {} 35. 1144 0.006 59.25 KiB 0.001 22 471 ['Debug'] 0.989 Selected {} parts from {} to {} 36. 1143 0.006 38.42 KiB 0.001 1 21 ['Debug'] 0 Selected MergeAlgorithm: {} 37. 1142 0.006 91.56 KiB 0.002 1 21 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 38. 1035 0.006 156.51 KiB 0.004 1 37 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 39. 1035 0.006 51.11 KiB 0.001 1 37 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 40. 906 0.005 27.21 KiB 0.001 1 308 ['Trace'] 0 Aggregation method: {} 41. 855 0.005 153.14 KiB 0.004 1 112 ['Debug'] 0.304 Recursively remove path {}: metadata and objects were removed for [{}], only metadata were removed for [{}]. 42. 760 0.004 69.53 KiB 0.002 1 279 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 43. 719 0.004 41.48 KiB 0.001 2 7 ['Trace'] 0.955 Loading config file '{}'. 44. 667 0.004 51.46 KiB 0.001 1 38 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 45. 644 0.004 71.51 KiB 0.002 1 45 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 46. 644 0.004 6.92 KiB 0 1 272 ['Trace'] 0 Aggregating 47. 523 0.003 160.65 KiB 0.004 495 181 ['Information'] 0.054 Setting download as failed: {} 48. 518 0.003 15.40 KiB 0 65 66 ['Debug'] 0 Key condition: {} 49. 493 0.003 64.57 KiB 0.002 1 21 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 50. 492 0.003 57.56 KiB 0.001 64 65 ['Debug'] 0 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 51. 489 0.003 120.87 KiB 0.003 1 40 ['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) 52. 489 0.003 22.09 KiB 0.001 1 40 ['Debug'] 0 Max size of temporary block: {} rows, {}. 53. 483 0.003 65.09 KiB 0.002 1 40 ['Debug'] 0 Writing part of aggregation data into temporary file {} 54. 478 0.003 13.89 KiB 0 1 14 ['Trace'] 0 {} -> {} 55. 440 0.002 22.77 KiB 0.001 61 59 ['Trace'] 0 Spreading mark ranges among streams (default reading) 56. 439 0.002 17.52 KiB 0 61 59 ['Debug'] 0 Reading approx. {} rows with {} streams 57. 415 0.002 27.42 KiB 0.001 21 20 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 58. 394 0.002 12.44 KiB 0 1 57 ['Debug'] 0 min_marks_for_concurrent_read={} 59. 343 0.002 29.43 KiB 0.001 23 238 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 60. 322 0.002 42.39 KiB 0.001 52 43 ['Debug'] 0.994 Removing {} parts from filesystem (serially): Parts: [{}] 61. 312 0.002 24.87 KiB 0.001 290 110 ['Trace'] 0 No space left in cache to reserve {} bytes, will continue without cache download 62. 291 0.002 25.71 KiB 0.001 1 36 ['Trace'] 0.684 Close WriteBufferFromS3. {}. 63. 290 0.002 35.46 KiB 0.001 22 11 ['Trace'] 0.993 Found {} old parts to remove. Parts: [{}] 64. 289 0.002 35.69 KiB 0.001 22 11 ['Debug'] 0.993 Removing {} parts from memory: Parts: [{}] 65. 289 0.002 63.85 KiB 0.001 1 36 ['Trace'] 0.685 Create WriteBufferFromS3, {} 66. 276 0.002 22.72 KiB 0.001 1 160 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 67. 274 0.002 6.15 KiB 0 1 186 ['Trace'] 0 Merging aggregated data 68. 271 0.002 12.17 KiB 0 1 147 ['Trace'] 0 Merged partially aggregated single-level data. 69. 271 0.002 12.44 KiB 0 1 147 ['Trace'] 0 Merging partially aggregated single-level data. 70. 271 0.002 9.53 KiB 0 1 147 ['Trace'] 0 Converting aggregated data to blocks 71. 271 0.002 11.64 KiB 0 1 148 ['Trace'] 0 Reading blocks of partially aggregated data. 72. 271 0.002 28.57 KiB 0.001 1 147 ['Debug'] 0 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 73. 271 0.002 15.09 KiB 0 1 147 ['Debug'] 0 Read {} blocks of partially aggregated data, total {} rows. 74. 259 0.001 27.14 KiB 0.001 1 85 ['Trace'] 0.757 Single part upload has completed. {}, size {} 75. 255 0.001 8.76 KiB 0 23 33 ['Debug'] 0 MinMax index condition: {} 76. 251 0.001 48.78 KiB 0.001 3 15 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 77. 247 0.001 18.00 KiB 0 1 51 ['Trace'] 0 The min valid primary key position for moving to the tail of PREWHERE is {} 78. 246 0.001 168.27 KiB 0.004 2 15 ['Trace'] 1 Request URI: {} 79. 229 0.001 7.19 KiB 0 19 7 ['Debug'] 0 Requested flush up to offset {} 80. 223 0.001 21.12 KiB 0 1 33 ['Trace'] 0.839 finalizeImpl WriteBufferFromS3. {}. 81. 222 0.001 6.50 KiB 0 23 177 ['Debug'] 0.995 Updating strategy picker state 82. 209 0.001 5.92 KiB 0 23 166 ['Trace'] 0.895 Waiting for threads to finish 83. 208 0.001 3.25 KiB 0 22 165 ['Trace'] 0.894 Threads finished 84. 207 0.001 8.29 KiB 0 16 33 ['Trace'] 0.903 Starting restating thread, schedule: {} 85. 207 0.001 11.52 KiB 0 17 171 ['Debug'] 1 Having {} queue entries to load, {} entries already loaded. 86. 207 0.001 19.69 KiB 0 17 171 ['Debug'] 1 Loading queue from {} 87. 207 0.001 2.43 KiB 0 17 171 ['Trace'] 1 Loaded queue 88. 207 0.001 5.26 KiB 0 17 171 ['Debug'] 1 Trying to start replica up 89. 207 0.001 5.26 KiB 0 17 171 ['Debug'] 1 Table started successfully 90. 207 0.001 5.46 KiB 0 17 171 ['Trace'] 1 Initializing parts in queue 91. 207 0.001 3.44 KiB 0 17 171 ['Trace'] 1 Queue initialized 92. 204 0.001 8.17 KiB 0 1 150 ['Trace'] 0 Converting aggregation data to two-level. 93. 200 0.001 27.75 KiB 0.001 15 145 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 94. 199 0.001 19.43 KiB 0 7 164 ['Trace'] 1 Scheduling next cleanup after {}ms (points: {}, interval: {}ms, ratio: {}, points per minute: {}) 95. 188 0.001 23.54 KiB 0.001 1 160 ['Debug'] 1 Cannot remove {} since session has been expired 96. 187 0.001 38.55 KiB 0.001 12 8 ['Information'] 1 {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 97. 187 0.001 10.59 KiB 0 9 159 ['Warning'] 1 ZooKeeper session has expired. Switching to a new session. 98. 182 0.001 18.51 KiB 0 143 103 ['Trace'] 0 Predownload failed because of space limit. Will read from remote filesystem starting from offset: {} 99. 162 0.001 4.92 KiB 0 13 116 ['Trace'] 0 Found (RIGHT) boundary mark: {} 100. 162 0.001 4.74 KiB 0 13 116 ['Trace'] 0 Found (LEFT) boundary mark: {} Top messages without format string (fmt::runtime): count pattern runtime_message line 1. 47 voidDBStorageReplicatedMergeTree void DB::StorageReplicatedMergeTree::mutationsUpdatingTask(): Code: 999. Coordination::Exception: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/except ('/Exception.cpp',222) 2. 23 voidDBReplicatedMergeTreeCleanup void DB::ReplicatedMergeTreeCleanupThread::run(): Code: 999. Coordination::Exception: Session expired (fault injected on send). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/i ('/Exception.cpp',222) 3. 18 CodeDBExceptionReceivedfromDBExc Code: 439. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Cannot schedule a task: fault injected (threads=37, jobs=1): While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). Stack trace: 0. ./contrib/llvm-project/libcxx/include/e ('/executeQuery.cpp',218) 4. 11 CodeCoordinationExceptionSession Code: 999. Coordination::Exception: Session expired (fault injected on recv). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(S ('/Exception.cpp',222) 5. 3 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 19 ('/LoggerWrapper.h',43) 6. 2 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 7. 2 skippedconfiglatestconfig skipped config 1, latest config 19 ('/LoggerWrapper.h',43) 8. 2 CodeDBExceptionReceivedfromlocal Code: 439. DB::Exception: Received from localhost:9000. DB::Exception: Cannot schedule a task: fault injected (threads=1182, jobs=967). Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0 ('/executeQuery.cpp',218) 9. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 10. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 11. 1 newconfigurationlogidxprevlogidx new configuration: log idx 156, prev log idx 19 peer 1, DC ID 0, localhost:9234, voting member, 1 my id: 1, leader: 1, term: 3 ('/LoggerWrapper.h',43) 12. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 13. 1 detectaconfigurationchangethatis detect a configuration change that is not committed yet at index 1 ('/LoggerWrapper.h',43) 14. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 155, last log index 155 ('/LoggerWrapper.h',43) 15. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 16. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === commit index 0 term 2 election timer allowed log store start 1, end 155 config log idx 19, prev log idx 1 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 17. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 my id: 1, voting_member num peers: 0 ('/LoggerWrapper.h',43) 18. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 19. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 20. 1 startingup starting up ('',0) 21. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 22. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 23. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 156 ('/LoggerWrapper.h',43) 24. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 25. 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) 26. 1 newconfiglogidxprevlogidxcurconf new config log idx 156, prev log idx 19, cur config log idx 19, prev log idx 1 ('/LoggerWrapper.h',43) 27. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 28. 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) 29. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 3, log idx 155, log term 2, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 30. 1 prevotetermisdifferentresetitto pre-vote term (0) is different, reset it to 2 ('/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) 88 /var/lib/clickhouse/disks/s3/store/33f/33f0dc8f-1542-43c0-a136-e415d11993b4/tmp_insert_202411_21_21_0/ 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 {} ThreadFuzzer is enabled. Application will run slowly and unstable. 27 2. 1 Found {} on {} Found changelog_1_100000.bin on LocalLogDisk 18 3. 1 Database {} does not exist Code: 81. DB::Exception: Database FAIL does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, alway 29 Top messages by level: (0.011536653485606835,'Cannot schedule a task: {} (threads={}, jobs={})') Error (0.0010342062328899705,'ZooKeeper session has expired. Switching to a new session.') Warning (0.0756242568370987,'WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}.') Information (0.1305256754140973,'Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}') Debug (0.043569394132124,'Access granted: {}{}') Trace 2024-11-04 23:31:59,647 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=2930 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Sent terminate signal to process with pid 2930. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2930. The process with pid = 2930 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 + 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 127.0.0.1 - - [04/Nov/2024:22:32:15 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [04/Nov/2024:22:32:16 +0000] "PUT /devstoreaccount1/cont/hyrolfmekxvutdwbyhfkzrlhcauvdtqj?blockid=ebnqmxyqdcgrkwejlzsixrcgizzqxunetlejocxldtzfcsaukszlzvujtmraytpn&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:22:32:16 +0000] "PUT /devstoreaccount1/cont/hyrolfmekxvutdwbyhfkzrlhcauvdtqj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:22:32:16 +0000] "GET /devstoreaccount1/cont/hyrolfmekxvutdwbyhfkzrlhcauvdtqj HTTP/1.1" 206 4 127.0.0.1 - - [04/Nov/2024:22:32:16 +0000] "GET /devstoreaccount1/cont/hyrolfmekxvutdwbyhfkzrlhcauvdtqj HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:22:32:16 +0000] "DELETE /devstoreaccount1/cont/hyrolfmekxvutdwbyhfkzrlhcauvdtqj HTTP/1.1" 202 - + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' 1 + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 14084 + 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 + check_server_start + clickhouse-client --query 'SELECT '\''Server successfully started'\'', '\''OK'\'', NULL, '\'''\''' + '[' -s /test_output/application_errors.txt ']' + rm /test_output/application_errors.txt rm: cannot remove '/test_output/application_errors.txt': No such file or directory + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=14084 + clickhouse stop --max-tries 90 --do-not-kill API: PutObjectPart(bucket=test, object=test/cdw/vvbeocbpudwipvlubqblmowxcovdv) Time: 22:33:26 UTC 11/04/2024 DeploymentID: e526a1fe-23c6-4c59-909d-5ab97d51f496 RequestID: 1804E4B12C3D26EE 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/1950801ad5d60b1a3381c7cff2f0d160ee519331dafb894de8f04a79d4290340/ee14fe0d-6de7-4cf7-81f4-a7fb1b553db4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216: no such file or directory (*fs.PathError) uploadID=ee14fe0d-6de7-4cf7-81f4-a7fb1b553db4, partPath=/minio_data/.minio.sys/multipart/1950801ad5d60b1a3381c7cff2f0d160ee519331dafb894de8f04a79d4290340/ee14fe0d-6de7-4cf7-81f4-a7fb1b553db4/00002.dd569d5a0a6d91db377b7c6a8aeadf1f.16777216, filepath=/minio_data/.minio.sys/tmp/f6d44e73-956b-4894-88f8-f2afd85bdbc9/ee14fe0d-6de7-4cf7-81f4-a7fb1b553db4.eb27fd32-c38a-4975-afb4-ae14e5614e45 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Sent terminate signal to process with pid 14084. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 14084. The process with pid = 14084 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' + '[' -f /var/log/clickhouse-server/stderr.log ']' + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.final.log + check_logs_for_critical_errors + sed -n '/WARNING:.*anitizer/,/^$/p' /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + grep -v a.myext + echo -e 'No lost s3 keys\tOK\t\N\t' + rg -Fa 'it is lost forever' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + grep SharedMergeTreePartCheckThread + echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/fatal_messages.txt ']' + rm /test_output/fatal_messages.txt + rg -Faz '########################################' /test_output/gdb.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + collect_query_and_trace_logs + for table in query_log trace_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 Processing configuration file '/etc/clickhouse-server/config.xml'. Merging configuration file '/etc/clickhouse-server/config.d/CORS.xml'. Merging configuration file '/etc/clickhouse-server/config.d/asynchronous_metrics_update_period_s.xml'. Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backoff_failed_mutation.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/block_number.xml'. Merging configuration file '/etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. Merging configuration file '/etc/clickhouse-server/config.d/core.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_zero_copy_replication.xml'. Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_server_memory_usage.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml_original.xml'. Merging configuration file '/etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml'. Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_metadata_with_full_object_key.xml'. Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_fault_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log 127.0.0.1 - - [04/Nov/2024:22:33:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + for table in query_log trace_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 Processing configuration file '/etc/clickhouse-server/config.xml'. Merging configuration file '/etc/clickhouse-server/config.d/CORS.xml'. Merging configuration file '/etc/clickhouse-server/config.d/asynchronous_metrics_update_period_s.xml'. Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backoff_failed_mutation.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/block_number.xml'. Merging configuration file '/etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. Merging configuration file '/etc/clickhouse-server/config.d/core.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_zero_copy_replication.xml'. Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_server_memory_usage.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml_original.xml'. Merging configuration file '/etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml'. Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_metadata_with_full_object_key.xml'. Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_fault_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log 127.0.0.1 - - [04/Nov/2024:22:33:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + mv /var/log/clickhouse-server/stderr.log /test_output/ + clickhouse-local --structure 'test String, res String, time Nullable(Float32), desc String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by (test like '\''%Sanitizer%'\'') DESC, (test like '\''%Killed by signal%'\'') DESC, (test like '\''%gdb.log%'\'') DESC, (test ilike '\''%possible deadlock%'\'') DESC, (test like '\''%start%'\'') DESC, (test like '\''%dmesg%'\'') DESC, (test like '\''%OOM%'\'') DESC, (test like '\''%Signal 9%'\'') DESC, (test like '\''%Fatal message%'\'') DESC, rowNumberInAllBlocks() LIMIT 1' + '[' -s /test_output/check_status.tsv ']' + echo -e 'success\tNo errors found' + rg 'OOM in dmesg|Signal 9' /test_output/check_status.tsv + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read -r core