+ 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 /usr/share/clickhouse-test/ci/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_23.3.19.34.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 55077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_23.3.19.34.altinitystable_amd64.deb ... Unpacking clickhouse-common-static (23.3.19.34.altinitystable) ... Setting up clickhouse-common-static (23.3.19.34.altinitystable) ... + dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.34.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 55091 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.34.altinitystable_amd64.deb ... Unpacking clickhouse-common-static-dbg (23.3.19.34.altinitystable) ... Setting up clickhouse-common-static-dbg (23.3.19.34.altinitystable) ... + dpkg -i package_folder/clickhouse-server_23.3.19.34.altinitystable_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 55100 files and directories currently installed.) Preparing to unpack .../clickhouse-server_23.3.19.34.altinitystable_amd64.deb ... Unpacking clickhouse-server (23.3.19.34.altinitystable) ... Setting up clickhouse-server (23.3.19.34.altinitystable) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-copier 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. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks 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 default user is 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 Processing triggers for systemd (245.4-4ubuntu3.23) ... + dpkg -i package_folder/clickhouse-client_23.3.19.34.altinitystable_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 55114 files and directories currently installed.) Preparing to unpack .../clickhouse-client_23.3.19.34.altinitystable_amd64.deb ... Unpacking clickhouse-client (23.3.19.34.altinitystable) ... Setting up clickhouse-client (23.3.19.34.altinitystable) ... ++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\''' + is_tsan_build=0 + '[' 0 -eq 0 ']' + 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=100000 + THREAD_FUZZER_SLEEP_TIME_US=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=10000 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=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 Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + echo '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/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/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/disks.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/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/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/metadata_cache.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_test.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/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/ + '[' /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/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/ + create_snapshot_on_exit=1 + sed --follow-symlinks -i 's|true|1|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.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 + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.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=32098980 + total_mem=32869355520 + 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=9860806656 Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat + 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) + ./minio server --address :11111 ./minio_data + local params + 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 trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + 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 + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 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 trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:39675 http://127.0.0.1:39675 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (39675), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17BD0ABC1A85C068f3eacd75-71b6-4184-92d7-8f44a105e87f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 243 root 10u IPv6 29666 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 + 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 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 a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 3.29 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.40 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.72 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: 5.75 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + start + counter=0 + 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 127.0.0.1 - - [15/Mar/2024:20:41:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:20:41:05 +0000] "PUT /devstoreaccount1/cont/cnafudzgdqvuiqcoegfwcmwehvcvpuqd?blockid=borgilgigysnyuhvlnddyenpnphyvgvxnggdgirfvqbbbpdqcjxnyflbpdwbhodf&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:20:41:05 +0000] "PUT /devstoreaccount1/cont/cnafudzgdqvuiqcoegfwcmwehvcvpuqd?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:20:41:05 +0000] "GET /devstoreaccount1/cont/cnafudzgdqvuiqcoegfwcmwehvcvpuqd HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:20:41:06 +0000] "GET /devstoreaccount1/cont/cnafudzgdqvuiqcoegfwcmwehvcvpuqd HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:20:41:06 +0000] "DELETE /devstoreaccount1/cont/cnafudzgdqvuiqcoegfwcmwehvcvpuqd HTTP/1.1" 202 - + counter=19 + clickhouse-client --query 'SELECT 1' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals 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 498 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /usr/bin/clickhouse. Use `info auto-load python-scripts [REGEXP]' to list them. Connected to clickhouse-server after attaching gdb real 0m15.767s user 0m0.578s sys 0m0.020s + shellcheck disable=SC2086 /run.sh: line 59: shellcheck: command not found + /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits INFO:root:Will fetch following datasets: hits, visits INFO:root:Processing hits INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/vo4a281j INFO:root:Content length is 1271623680 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/vo4a281j to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/vo4a281j from filesystem if it exists INFO:root:Processing of hits finished INFO:root:Processing visits INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/visits/partitions/visits_v1.tar to temp path /tmp/qhhsrhnf INFO:root:Content length is 563968000 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/qhhsrhnf to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/qhhsrhnf from filesystem if it exists INFO:root:Processing of visits finished INFO:root:Fetch finished, enjoy your tables! + chmod 777 -R /var/lib/clickhouse + clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary' + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=498 + 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 = 498. The process with pid = 498 is running. Sent terminate signal to process with pid 498. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498. The process with pid = 498 is running. Waiting for server to stop Found pid = 498 in the list of running processes. The process with pid = 498 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 + start + counter=0 + 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' 127.0.0.1 - - [15/Mar/2024:20:42:54 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [15/Mar/2024:20:42:55 +0000] "PUT /devstoreaccount1/cont/agxcbrnqomlgyopbykyeyfikmypkrmgr?blockid=kpkyrkkchjkkfhumxffocvfavuygttxkqzwyrqwvikbzsejbuemndshpymuxikpk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:20:42:55 +0000] "PUT /devstoreaccount1/cont/agxcbrnqomlgyopbykyeyfikmypkrmgr?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:20:42:55 +0000] "GET /devstoreaccount1/cont/agxcbrnqomlgyopbykyeyfikmypkrmgr HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:20:42:55 +0000] "GET /devstoreaccount1/cont/agxcbrnqomlgyopbykyeyfikmypkrmgr HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:20:42:55 +0000] "DELETE /devstoreaccount1/cont/agxcbrnqomlgyopbykyeyfikmypkrmgr HTTP/1.1" 202 - + 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' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals 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 923 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /usr/bin/clickhouse. Use `info auto-load python-scripts [REGEXP]' to list them. Connected to clickhouse-server after attaching gdb real 0m15.431s user 0m0.586s sys 0m0.012s + clickhouse-client --query 'SHOW TABLES FROM datasets' hits_v1 visits_v1 + clickhouse-client --query 'SHOW TABLES FROM test' + clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32, UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32, LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32, RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64, URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate) ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8, VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32, Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String, EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32), RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32, SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32, SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16, UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16, FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8, FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8, Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32), WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64, ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32, ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32, ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32, ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16, ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime, PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8, PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16), CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64, StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64, OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64, UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32, ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64), Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32, DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16)) ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\''' + clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0' + clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC' + clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC' + clickhouse-client --query 'SHOW TABLES FROM test' hits hits_s3 visits + clickhouse-client --query 'SYSTEM STOP THREAD FUZZER' + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=923 + 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 = 923. The process with pid = 923 is running. Sent terminate signal to process with pid 923. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 923. The process with pid = 923 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 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/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/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/disks.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/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/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/metadata_cache.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_test.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/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/ + '[' /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/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/ + create_snapshot_on_exit=1 + sed --follow-symlinks -i 's|true|1|' /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 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/ + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.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 + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.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=32098980 + total_mem=32869355520 + max_server_memory_usage_to_ram_ratio=0.5 Setting max_server_memory_usage_to_ram_ratio to 0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9860806656 + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat + cat + cat + sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sed 's|
s3
|
s3
default|' + mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + start + counter=0 + 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 127.0.0.1 - - [15/Mar/2024:21:45:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + 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 127.0.0.1 - - [15/Mar/2024:21:45:37 +0000] "PUT /devstoreaccount1/cont/aelvvxykblhivkpdcjsdcmlmcddyyaqp?blockid=kfywofgqsomqwnmounsyggqpratqwbmdtaiukswsnlbdaqlpmpfqpdyqpnbcwwpn&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:45:37 +0000] "PUT /devstoreaccount1/cont/aelvvxykblhivkpdcjsdcmlmcddyyaqp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:45:37 +0000] "GET /devstoreaccount1/cont/aelvvxykblhivkpdcjsdcmlmcddyyaqp HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:21:45:38 +0000] "GET /devstoreaccount1/cont/aelvvxykblhivkpdcjsdcmlmcddyyaqp HTTP/1.1" 206 2 + sleep 0.5 127.0.0.1 - - [15/Mar/2024:21:45:38 +0000] "DELETE /devstoreaccount1/cont/aelvvxykblhivkpdcjsdcmlmcddyyaqp HTTP/1.1" 202 - + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 34 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=35 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 35 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=36 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 39 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=40 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 40 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=41 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 41 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=42 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 42 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=43 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 43 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=44 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 44 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=45 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 45 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=46 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 46 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=47 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 47 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=48 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 48 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=49 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 49 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=50 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 50 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=51 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 51 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=52 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 52 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=53 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 53 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=54 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 54 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=55 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 55 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=56 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 56 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=57 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 57 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=58 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 58 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=59 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 59 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=60 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 60 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=61 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 61 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=62 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 62 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=63 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 63 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=64 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 64 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=65 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 65 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=66 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 66 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=67 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 67 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=68 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 68 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=69 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 69 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=70 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 70 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=71 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 71 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=72 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 72 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=73 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 73 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=74 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 74 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=75 + clickhouse-client --query 'SELECT 1' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals 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 1697 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /usr/bin/clickhouse. Use `info auto-load python-scripts [REGEXP]' to list them. Connected to clickhouse-server after attaching gdb real 0m15.671s user 0m0.581s sys 0m0.012s + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-03-16 00:47:13,901 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-03-16 00:47:14,403 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:14,905 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 --global_time_limit=1200 ' 2024-03-16 00:47:15,408 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:15,910 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-16 00:47:16,412 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 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:16,914 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 ' 2024-03-16 00:47:17,416 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-03-16 00:47:17,917 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 --global_time_limit=1200 ' 2024-03-16 00:47:18,419 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:18,921 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-16 00:47:19,423 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 join_algorithm='parallel_hash' allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:19,925 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-03-16 00:47:20,426 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:20,928 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 --global_time_limit=1200 ' 2024-03-16 00:47:21,430 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:47:21,932 Will wait functests to finish 2024-03-16 00:47:21,932 Finished 0 from 16 processes 2024-03-16 00:47:26,934 Finished 0 from 16 processes 2024-03-16 00:47:31,938 Finished 0 from 16 processes 2024-03-16 00:47:36,942 Finished 0 from 16 processes 2024-03-16 00:47:41,946 Finished 0 from 16 processes 2024-03-16 00:47:46,950 Finished 0 from 16 processes [Detaching after vfork from child process 3099] 2024-03-16 00:47:51,951 Finished 0 from 16 processes 2024-03-16 00:47:56,954 Finished 0 from 16 processes 2024-03-16 00:48:01,959 Finished 0 from 16 processes 2024-03-16 00:48:06,963 Finished 0 from 16 processes 2024-03-16 00:48:11,966 Finished 0 from 16 processes 2024-03-16 00:48:16,971 Finished 0 from 16 processes 2024-03-16 00:48:21,974 Finished 0 from 16 processes 2024-03-16 00:48:26,978 Finished 0 from 16 processes 2024-03-16 00:48:31,983 Finished 0 from 16 processes 2024-03-16 00:48:36,989 Finished 0 from 16 processes 2024-03-16 00:48:41,990 Finished 0 from 16 processes 2024-03-16 00:48:46,995 Finished 0 from 16 processes 2024-03-16 00:48:52,000 Finished 0 from 16 processes 2024-03-16 00:48:57,002 Finished 0 from 16 processes 2024-03-16 00:49:02,006 Finished 0 from 16 processes 2024-03-16 00:49:07,010 Finished 0 from 16 processes 2024-03-16 00:49:12,014 Finished 0 from 16 processes 2024-03-16 00:49:17,019 Finished 0 from 16 processes 2024-03-16 00:49:22,022 Finished 0 from 16 processes 2024-03-16 00:49:27,026 Finished 0 from 16 processes 2024-03-16 00:49:32,029 Finished 0 from 16 processes 2024-03-16 00:49:37,034 Finished 0 from 16 processes 2024-03-16 00:49:42,039 Finished 0 from 16 processes 2024-03-16 00:49:47,043 Finished 0 from 16 processes 2024-03-16 00:49:52,046 Finished 0 from 16 processes 2024-03-16 00:49:57,050 Finished 0 from 16 processes 2024-03-16 00:50:02,054 Finished 0 from 16 processes 2024-03-16 00:50:07,058 Finished 0 from 16 processes 2024-03-16 00:50:12,062 Finished 0 from 16 processes 2024-03-16 00:50:17,067 Finished 0 from 16 processes 2024-03-16 00:50:22,071 Finished 0 from 16 processes 2024-03-16 00:50:27,074 Finished 0 from 16 processes 2024-03-16 00:50:32,078 Finished 0 from 16 processes 2024-03-16 00:50:37,079 Finished 0 from 16 processes 2024-03-16 00:50:42,082 Finished 0 from 16 processes 2024-03-16 00:50:47,086 Finished 0 from 16 processes 2024-03-16 00:50:52,091 Finished 0 from 16 processes 2024-03-16 00:50:57,095 Finished 0 from 16 processes 2024-03-16 00:51:02,099 Finished 0 from 16 processes 2024-03-16 00:51:07,103 Finished 0 from 16 processes 2024-03-16 00:51:12,106 Finished 0 from 16 processes 2024-03-16 00:51:17,110 Finished 0 from 16 processes 2024-03-16 00:51:22,114 Finished 0 from 16 processes 2024-03-16 00:51:27,118 Finished 0 from 16 processes 2024-03-16 00:51:32,122 Finished 0 from 16 processes 2024-03-16 00:51:37,127 Finished 0 from 16 processes 2024-03-16 00:51:42,132 Finished 0 from 16 processes 2024-03-16 00:51:47,134 Finished 0 from 16 processes 2024-03-16 00:51:52,138 Finished 0 from 16 processes 2024-03-16 00:51:57,142 Finished 0 from 16 processes 2024-03-16 00:52:02,147 Finished 0 from 16 processes 2024-03-16 00:52:07,150 Finished 0 from 16 processes 2024-03-16 00:52:12,154 Finished 0 from 16 processes 2024-03-16 00:52:17,158 Finished 0 from 16 processes 2024-03-16 00:52:22,160 Finished 0 from 16 processes 2024-03-16 00:52:27,162 Finished 0 from 16 processes 2024-03-16 00:52:32,166 Finished 0 from 16 processes 2024-03-16 00:52:37,170 Finished 0 from 16 processes 2024-03-16 00:52:42,174 Finished 0 from 16 processes 2024-03-16 00:52:47,179 Finished 0 from 16 processes 2024-03-16 00:52:52,182 Finished 0 from 16 processes 2024-03-16 00:52:57,186 Finished 0 from 16 processes 2024-03-16 00:53:02,190 Finished 1 from 16 processes 2024-03-16 00:53:07,194 Finished 1 from 16 processes 2024-03-16 00:53:12,198 Finished 1 from 16 processes 2024-03-16 00:53:17,202 Finished 1 from 16 processes 2024-03-16 00:53:22,204 Finished 1 from 16 processes 2024-03-16 00:53:27,206 Finished 1 from 16 processes 2024-03-16 00:53:32,210 Finished 1 from 16 processes 2024-03-16 00:53:37,214 Finished 1 from 16 processes 2024-03-16 00:53:42,218 Finished 1 from 16 processes 2024-03-16 00:53:47,223 Finished 1 from 16 processes 2024-03-16 00:53:52,228 Finished 1 from 16 processes 2024-03-16 00:53:57,230 Finished 1 from 16 processes 2024-03-16 00:54:02,235 Finished 2 from 16 processes 2024-03-16 00:54:07,238 Finished 2 from 16 processes 2024-03-16 00:54:12,242 Finished 2 from 16 processes 2024-03-16 00:54:17,246 Finished 3 from 16 processes 2024-03-16 00:54:22,251 Finished 3 from 16 processes 2024-03-16 00:54:27,255 Finished 3 from 16 processes 2024-03-16 00:54:32,258 Finished 3 from 16 processes 2024-03-16 00:54:37,262 Finished 3 from 16 processes 2024-03-16 00:54:42,266 Finished 3 from 16 processes 2024-03-16 00:54:47,271 Finished 3 from 16 processes 2024-03-16 00:54:52,274 Finished 3 from 16 processes 2024-03-16 00:54:57,278 Finished 3 from 16 processes 2024-03-16 00:55:02,283 Finished 3 from 16 processes 2024-03-16 00:55:07,286 Finished 3 from 16 processes 2024-03-16 00:55:12,290 Finished 3 from 16 processes 2024-03-16 00:55:17,294 Finished 3 from 16 processes 2024-03-16 00:55:22,298 Finished 3 from 16 processes 2024-03-16 00:55:27,303 Finished 3 from 16 processes 2024-03-16 00:55:32,306 Finished 3 from 16 processes 2024-03-16 00:55:37,311 Finished 3 from 16 processes 2024-03-16 00:55:42,314 Finished 3 from 16 processes 2024-03-16 00:55:47,318 Finished 3 from 16 processes 2024-03-16 00:55:52,322 Finished 3 from 16 processes 2024-03-16 00:55:57,326 Finished 3 from 16 processes 2024-03-16 00:56:02,330 Finished 3 from 16 processes 2024-03-16 00:56:07,334 Finished 3 from 16 processes 2024-03-16 00:56:12,338 Finished 3 from 16 processes 2024-03-16 00:56:17,342 Finished 3 from 16 processes 2024-03-16 00:56:22,346 Finished 3 from 16 processes 2024-03-16 00:56:27,350 Finished 3 from 16 processes 2024-03-16 00:56:32,355 Finished 3 from 16 processes 2024-03-16 00:56:37,358 Finished 3 from 16 processes 2024-03-16 00:56:42,364 Finished 3 from 16 processes 2024-03-16 00:56:47,366 Finished 3 from 16 processes 2024-03-16 00:56:52,370 Finished 3 from 16 processes 2024-03-16 00:56:57,374 Finished 3 from 16 processes 2024-03-16 00:57:02,377 Finished 3 from 16 processes 2024-03-16 00:57:07,378 Finished 3 from 16 processes 2024-03-16 00:57:12,383 Finished 3 from 16 processes 2024-03-16 00:57:17,388 Finished 3 from 16 processes 2024-03-16 00:57:22,390 Finished 3 from 16 processes 2024-03-16 00:57:27,395 Finished 3 from 16 processes 2024-03-16 00:57:32,398 Finished 3 from 16 processes 2024-03-16 00:57:37,403 Finished 3 from 16 processes 2024-03-16 00:57:42,408 Finished 3 from 16 processes 2024-03-16 00:57:47,413 Finished 3 from 16 processes 2024-03-16 00:57:52,418 Finished 3 from 16 processes 2024-03-16 00:57:57,422 Finished 3 from 16 processes 2024-03-16 00:58:02,426 Finished 3 from 16 processes 2024-03-16 00:58:07,430 Finished 3 from 16 processes 2024-03-16 00:58:12,433 Finished 3 from 16 processes 2024-03-16 00:58:17,438 Finished 3 from 16 processes 2024-03-16 00:58:22,442 Finished 3 from 16 processes 2024-03-16 00:58:27,447 Finished 3 from 16 processes 2024-03-16 00:58:32,450 Finished 3 from 16 processes 2024-03-16 00:58:37,454 Finished 3 from 16 processes 2024-03-16 00:58:42,459 Finished 3 from 16 processes 2024-03-16 00:58:47,464 Finished 3 from 16 processes 2024-03-16 00:58:52,466 Finished 3 from 16 processes 2024-03-16 00:58:57,471 Finished 3 from 16 processes 2024-03-16 00:59:02,475 Finished 3 from 16 processes 2024-03-16 00:59:07,478 Finished 3 from 16 processes 2024-03-16 00:59:12,482 Finished 3 from 16 processes 2024-03-16 00:59:17,487 Finished 3 from 16 processes 2024-03-16 00:59:22,491 Finished 3 from 16 processes 2024-03-16 00:59:27,494 Finished 3 from 16 processes 2024-03-16 00:59:32,498 Finished 3 from 16 processes 2024-03-16 00:59:37,502 Finished 3 from 16 processes 2024-03-16 00:59:42,506 Finished 3 from 16 processes 2024-03-16 00:59:47,511 Finished 3 from 16 processes 2024-03-16 00:59:52,514 Finished 3 from 16 processes 2024-03-16 00:59:57,518 Finished 3 from 16 processes 2024-03-16 01:00:02,522 Finished 3 from 16 processes 2024-03-16 01:00:07,526 Finished 3 from 16 processes 2024-03-16 01:00:12,530 Finished 4 from 16 processes 2024-03-16 01:00:17,534 Finished 4 from 16 processes 2024-03-16 01:00:22,539 Finished 4 from 16 processes 2024-03-16 01:00:27,543 Finished 4 from 16 processes 2024-03-16 01:00:32,546 Finished 4 from 16 processes 2024-03-16 01:00:37,550 Finished 4 from 16 processes 2024-03-16 01:00:42,555 Finished 4 from 16 processes 2024-03-16 01:00:47,559 Finished 4 from 16 processes 2024-03-16 01:00:52,562 Finished 4 from 16 processes 2024-03-16 01:00:57,566 Finished 4 from 16 processes 2024-03-16 01:01:02,570 Finished 4 from 16 processes 2024-03-16 01:01:07,574 Finished 4 from 16 processes 2024-03-16 01:01:12,578 Finished 4 from 16 processes 2024-03-16 01:01:17,582 Finished 4 from 16 processes 2024-03-16 01:01:22,586 Finished 4 from 16 processes 2024-03-16 01:01:27,590 Finished 4 from 16 processes 2024-03-16 01:01:32,592 Finished 4 from 16 processes 2024-03-16 01:01:37,595 Finished 4 from 16 processes 2024-03-16 01:01:42,598 Finished 4 from 16 processes 2024-03-16 01:01:47,603 Finished 4 from 16 processes 2024-03-16 01:01:52,606 Finished 4 from 16 processes 2024-03-16 01:01:57,610 Finished 4 from 16 processes 2024-03-16 01:02:02,615 Finished 4 from 16 processes 2024-03-16 01:02:07,619 Finished 4 from 16 processes 2024-03-16 01:02:12,622 Finished 4 from 16 processes 2024-03-16 01:02:17,626 Finished 4 from 16 processes 2024-03-16 01:02:22,630 Finished 4 from 16 processes 2024-03-16 01:02:27,634 Finished 4 from 16 processes 2024-03-16 01:02:32,638 Finished 4 from 16 processes 2024-03-16 01:02:37,642 Finished 4 from 16 processes 2024-03-16 01:02:42,646 Finished 4 from 16 processes 2024-03-16 01:02:47,650 Finished 4 from 16 processes 2024-03-16 01:02:52,654 Finished 4 from 16 processes 2024-03-16 01:02:57,658 Finished 4 from 16 processes 2024-03-16 01:03:02,663 Finished 4 from 16 processes 2024-03-16 01:03:07,666 Finished 4 from 16 processes 2024-03-16 01:03:12,671 Finished 4 from 16 processes 2024-03-16 01:03:17,675 Finished 4 from 16 processes 2024-03-16 01:03:22,678 Finished 4 from 16 processes 2024-03-16 01:03:27,682 Finished 4 from 16 processes 2024-03-16 01:03:32,687 Finished 4 from 16 processes 2024-03-16 01:03:37,691 Finished 4 from 16 processes 2024-03-16 01:03:42,695 Finished 4 from 16 processes 2024-03-16 01:03:47,698 Finished 4 from 16 processes 2024-03-16 01:03:52,702 Finished 4 from 16 processes 2024-03-16 01:03:57,705 Finished 4 from 16 processes 2024-03-16 01:04:02,710 Finished 4 from 16 processes 2024-03-16 01:04:07,714 Finished 4 from 16 processes 2024-03-16 01:04:12,718 Finished 4 from 16 processes 2024-03-16 01:04:17,722 Finished 4 from 16 processes 2024-03-16 01:04:22,726 Finished 4 from 16 processes 2024-03-16 01:04:27,730 Finished 4 from 16 processes 2024-03-16 01:04:32,734 Finished 4 from 16 processes 2024-03-16 01:04:37,739 Finished 5 from 16 processes 2024-03-16 01:04:42,742 Finished 5 from 16 processes 2024-03-16 01:04:47,743 Finished 5 from 16 processes 2024-03-16 01:04:52,749 Finished 5 from 16 processes 2024-03-16 01:04:57,750 Finished 5 from 16 processes 2024-03-16 01:05:02,754 Finished 5 from 16 processes 2024-03-16 01:05:07,759 Finished 5 from 16 processes 2024-03-16 01:05:12,762 Finished 5 from 16 processes 2024-03-16 01:05:17,766 Finished 5 from 16 processes 2024-03-16 01:05:22,770 Finished 5 from 16 processes 2024-03-16 01:05:27,774 Finished 5 from 16 processes 2024-03-16 01:05:32,779 Finished 5 from 16 processes 2024-03-16 01:05:37,782 Finished 5 from 16 processes 2024-03-16 01:05:42,786 Finished 5 from 16 processes 2024-03-16 01:05:47,790 Finished 5 from 16 processes 2024-03-16 01:05:52,794 Finished 5 from 16 processes 2024-03-16 01:05:57,799 Finished 5 from 16 processes 2024-03-16 01:06:02,802 Finished 5 from 16 processes 2024-03-16 01:06:07,807 Finished 5 from 16 processes 2024-03-16 01:06:12,810 Finished 5 from 16 processes 2024-03-16 01:06:17,814 Finished 5 from 16 processes 2024-03-16 01:06:22,818 Finished 5 from 16 processes 2024-03-16 01:06:27,822 Finished 5 from 16 processes 2024-03-16 01:06:32,826 Finished 5 from 16 processes 2024-03-16 01:06:37,831 Finished 5 from 16 processes 2024-03-16 01:06:42,832 Finished 5 from 16 processes 2024-03-16 01:06:47,836 Finished 5 from 16 processes 2024-03-16 01:06:52,838 Finished 5 from 16 processes 2024-03-16 01:06:57,842 Finished 5 from 16 processes 2024-03-16 01:07:02,846 Finished 5 from 16 processes 2024-03-16 01:07:07,850 Finished 5 from 16 processes 2024-03-16 01:07:12,855 Finished 5 from 16 processes 2024-03-16 01:07:17,858 Finished 5 from 16 processes 2024-03-16 01:07:22,862 Finished 5 from 16 processes 2024-03-16 01:07:27,866 Finished 5 from 16 processes 2024-03-16 01:07:32,868 Finished 7 from 16 processes 2024-03-16 01:07:37,870 Finished 8 from 16 processes 2024-03-16 01:07:42,874 Finished 9 from 16 processes 2024-03-16 01:07:47,880 Finished 9 from 16 processes 2024-03-16 01:07:52,882 Finished 9 from 16 processes 2024-03-16 01:07:57,886 Finished 9 from 16 processes 2024-03-16 01:08:02,890 Finished 9 from 16 processes 2024-03-16 01:08:07,894 Finished 9 from 16 processes 2024-03-16 01:08:12,898 Finished 10 from 16 processes 2024-03-16 01:08:17,902 Finished 11 from 16 processes 2024-03-16 01:08:22,906 Finished 11 from 16 processes 2024-03-16 01:08:27,910 Finished 11 from 16 processes 2024-03-16 01:08:32,914 Finished 11 from 16 processes 2024-03-16 01:08:37,917 Finished 11 from 16 processes 2024-03-16 01:08:42,922 Finished 11 from 16 processes 2024-03-16 01:08:47,928 Finished 11 from 16 processes 2024-03-16 01:08:52,930 Finished 12 from 16 processes 2024-03-16 01:08:57,931 Finished 13 from 16 processes 2024-03-16 01:09:02,934 Finished 13 from 16 processes 2024-03-16 01:09:07,938 Finished 13 from 16 processes 2024-03-16 01:09:12,942 Finished 13 from 16 processes 2024-03-16 01:09:17,947 Finished 13 from 16 processes 2024-03-16 01:09:22,950 Finished 13 from 16 processes 2024-03-16 01:09:27,954 Finished 13 from 16 processes 2024-03-16 01:09:32,958 Finished 13 from 16 processes 2024-03-16 01:09:37,961 Finished 13 from 16 processes 2024-03-16 01:09:42,966 Finished 13 from 16 processes 2024-03-16 01:09:47,970 Finished 13 from 16 processes 2024-03-16 01:09:52,975 Finished 13 from 16 processes 2024-03-16 01:09:57,978 Finished 13 from 16 processes 2024-03-16 01:10:02,982 Finished 13 from 16 processes 2024-03-16 01:10:07,986 Finished 14 from 16 processes 2024-03-16 01:10:12,992 Finished 14 from 16 processes 2024-03-16 01:10:17,994 Finished 14 from 16 processes 2024-03-16 01:10:22,999 Finished 14 from 16 processes 2024-03-16 01:10:28,002 Finished 15 from 16 processes 2024-03-16 01:10:33,006 Finished 15 from 16 processes 2024-03-16 01:10:38,010 Finished 15 from 16 processes 2024-03-16 01:10:43,014 Finished 15 from 16 processes 2024-03-16 01:10:48,018 Finished 15 from 16 processes 2024-03-16 01:10:53,022 Finished 15 from 16 processes 2024-03-16 01:10:58,027 Finished 15 from 16 processes 2024-03-16 01:11:03,033 Finished 15 from 16 processes 2024-03-16 01:11:08,034 Finished 15 from 16 processes 2024-03-16 01:11:13,038 Finished 15 from 16 processes 2024-03-16 01:11:18,042 Finished 15 from 16 processes 2024-03-16 01:11:23,046 Finished 15 from 16 processes 2024-03-16 01:11:28,050 Finished 15 from 16 processes 2024-03-16 01:11:33,055 Finished 15 from 16 processes 2024-03-16 01:11:38,058 Finished 15 from 16 processes 2024-03-16 01:11:43,062 Finished 15 from 16 processes 2024-03-16 01:11:48,066 Finished 15 from 16 processes 2024-03-16 01:11:53,070 Finished 15 from 16 processes 2024-03-16 01:11:58,074 Finished 15 from 16 processes 2024-03-16 01:12:03,079 Finished 15 from 16 processes 2024-03-16 01:12:08,082 Finished 15 from 16 processes 2024-03-16 01:12:13,087 Finished 15 from 16 processes 2024-03-16 01:12:18,093 Finished 15 from 16 processes 2024-03-16 01:12:23,098 Finished 15 from 16 processes 2024-03-16 01:12:28,103 Finished 15 from 16 processes 2024-03-16 01:12:33,108 All processes finished 2024-03-16 01:12:33,109 Compressing stress logs 2024-03-16 01:12:33,125 Logs compressed 2024-03-16 01:12:33,125 Will terminate gdb (if any) 2024-03-16 01:17:45,829 Checking if some queries hung Using queries from '/usr/share/clickhouse-test/queries' directory Connecting to ClickHouse server... OK Running 1 stateless tests (MainProcess). 00001_select_1: [ OK ] 1 tests passed. 0 tests skipped. 1.72 s elapsed (MainProcess). Won't run stateful tests because test data wasn't loaded. 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 UInt64 Float64 String Float64 UInt64 UInt64 Array(String) Float64 LowCardinality(String) 69851 0.061 6.45 MiB 0.037 13203 88 ['Test'] 0 Downloader id: {}, caller id: {} 53420 0.047 18.59 MiB 0.108 18208 516 ['Test'] 0.163 Key: {}. Returning with {} bytes, buffer position: {} (offset: {}, predownloaded: {}), buffer available: {}, current range: {}, current offset: {}, file segment state: {}, current write offset: {}, read_type: {}, reading until position: {}, started with offset: {}, remaining ranges: {} 53419 0.047 5.52 MiB 0.032 18208 516 ['Test'] 0.163 Read {} bytes, read type {}, position: {}, offset: {}, remaining read range: {} 53419 0.047 18.83 MiB 0.109 18207 516 ['Test'] 0.163 Current count: {}, position: {}, read range: {}, file segment: {} 44392 0.039 4.23 MiB 0.024 3 304 ['Test'] 0.303 Write file: {} 44368 0.039 3.25 MiB 0.019 1 298 ['Trace'] 0.312 Checking object {} exists after upload 44367 0.039 2.86 MiB 0.017 1 298 ['Trace'] 0.312 Object {} exists after upload 44354 0.039 4.81 MiB 0.028 1 304 ['Trace'] 0.303 Making single part upload. Bucket: {}, Key: {}, Size: {}, WithPool: {} 44352 0.039 5.41 MiB 0.031 1 159 ['Trace'] 0.415 Single part upload has completed. Bucket: {}, Key: {}, Object size: {}, WithPool: {} 39838 0.035 7.94 MiB 0.046 1 356 ['Test'] 0.002 read() returned {}, sample block {} 36922 0.032 1.95 MiB 0.011 14509 101 ['Test'] 0.237 Updated state from {} to {} 35695 0.031 6.91 MiB 0.04 1 356 ['Test'] 0.001 First reader returned: {}, requested columns: {} 35469 0.031 2.95 MiB 0.017 18207 516 ['Test'] 0.246 Current file segment: {}, read type: {}, current file offset: {} 35006 0.031 2.04 MiB 0.012 18207 516 ['Test'] 0.249 Having {} file segments to read: {}, current offset: {} 30268 0.026 10.11 MiB 0.059 14916 270 ['Test'] 0.171 Complete based on current state (is_last_holder: {}, {}) 30268 0.026 9.23 MiB 0.053 14916 270 ['Test'] 0.171 Completed file segment: {} 27853 0.024 2.88 MiB 0.017 1 465 ['Test'] 0.301 Read S3 object. Bucket: {}, Key: {}, Version: {}, Range: {}-{} 27547 0.024 1.18 MiB 0.007 14509 100 ['Test'] 0.303 Resetting downloader from {} 22062 0.019 6.55 MiB 0.038 20860 150 ['Test'] 0.576 Detached file segment: {} 20792 0.018 2.56 MiB 0.015 1 419 ['Test'] 0.018 Thread finished. Total time: {} sec. Execution time: {} sec. Processing time: {} sec. Wait time: {} sec. 16387 0.014 5.01 MiB 0.029 13202 87 ['Test'] 0 Complete batch. ({}) 13424 0.012 667.73 KiB 0.004 1 212 ['Test'] 1 Nothing to clean up from store/ on disk {} 13202 0.012 979.85 KiB 0.006 1 86 ['Test'] 0 Added entry into LRU queue, key: {}, offset: {} 12076 0.011 790.14 KiB 0.004 1 47 ['Debug'] 0.691 Remove from cache. Key: {}, offset: {} 12075 0.011 919.78 KiB 0.005 1 46 ['Test'] 0.691 Removed entry from LRU queue, key: {}, offset: {} 10569 0.009 322.27 KiB 0.002 10105 55 ['Test'] 0 Successfully written {} bytes 10367 0.009 423.12 KiB 0.002 1 4 ['Test'] 1 Processing of request xid={} took {} ms 8683 0.008 494.85 KiB 0.003 2 136 ['Trace'] 0 Access granted: {}{} 8638 0.008 415.46 KiB 0.002 1 120 ['Debug'] 0.139 Peak memory usage{}: {}. 7809 0.007 762.60 KiB 0.004 6977 133 ['Test'] 0.507 Bypassing cache because `read_from_filesystem_cache_if_exists_otherwise_bypass_cache` option is used 7660 0.007 898.09 KiB 0.005 1 33 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 7488 0.007 1.46 MiB 0.008 1 85 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 7428 0.006 1.11 MiB 0.006 2 85 ['Debug'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 7366 0.006 1.99 MiB 0.012 7 110 ['Debug'] 0 ZooKeeperRetriesControl: {}/{}: {}: retry_count={} timeout={}ms error={} message={} 6953 0.006 196.58 KiB 0.001 1 85 ['Debug'] 0 Processed in {} sec. 6572 0.006 1.59 MiB 0.009 7 89 ['Trace'] 0 ZooKeeperRetriesControl: {}/{}: setUserError: error={} message={} 6349 0.006 550.62 KiB 0.003 270 278 ['Test'] 0.677 preparePartForCommit: inserting {} into data_parts_indexes 6349 0.006 763.40 KiB 0.004 270 278 ['Trace'] 0.677 Renaming temporary part {} to {} with tid {}. 6148 0.005 298.67 KiB 0.002 1 302 ['Trace'] 0.659 filled checksums {} 6137 0.005 425.65 KiB 0.002 264 531 ['Trace'] 0.854 Trying to reserve {} using storage policy from min volume index {} 6023 0.005 977.16 KiB 0.006 1 52 ['Test'] 0.078 Trying to lock removal_tid by {}, table: {}, part: {} 5515 0.005 525.98 KiB 0.003 1 40 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 4916 0.004 122.26 KiB 0.001 1 106 ['Trace'] 0.003 {} -> {} 4659 0.004 387.99 KiB 0.002 25 30 ['Test'] 1 removePartsFinally: removing {} from data_parts_indexes 4242 0.004 787.72 KiB 0.004 1 249 ['Test'] 0.004 ReadResult::optimize() after: {} 4242 0.004 746.52 KiB 0.004 1 249 ['Test'] 0.004 ReadResult::optimize() before: {} 4242 0.004 758.71 KiB 0.004 1 249 ['Test'] 0.004 After execute prewhere {} 4172 0.004 337.01 KiB 0.002 1 246 ['Test'] 0 Executing prewhere actions on block: {} 4127 0.004 326.90 KiB 0.002 1 81 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 4036 0.004 384.57 KiB 0.002 1 344 ['Trace'] 0.004 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 3989 0.003 494.80 KiB 0.003 1 3 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 3712 0.003 109.40 KiB 0.001 1 344 ['Trace'] 0.005 Aggregation method: {} 3584 0.003 252.12 KiB 0.001 1 272 ['Trace'] 0.993 Reserved {} on local disk {}, having unreserved {}. 3553 0.003 157.16 KiB 0.001 1 217 ['Test'] 0.001 ReadResult::applyFilter() num_rows after: {} 3553 0.003 164.43 KiB 0.001 1 217 ['Test'] 0.001 ReadResult::applyFilter() num_rows before: {} 3550 0.003 158.43 KiB 0.001 1 3 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 3445 0.003 122.23 KiB 0.001 11 26 ['Trace'] 1 Flushed system log up to offset {} 3443 0.003 197.21 KiB 0.001 11 26 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 3110 0.003 461.64 KiB 0.003 1 38 ['Test'] 0 Caching file `{}` to `{}` with key {} 3093 0.003 140.14 KiB 0.001 3093 16 ['Test'] 0.13 Resize cell {} to downloaded: {} 3071 0.003 32.99 KiB 0 1 344 ['Trace'] 0.004 Aggregating 2905 0.003 190.55 KiB 0.001 3 381 ['Trace'] 0.687 Reserved {} on remote disk {}, having unreserved {}. 2395 0.002 1.44 MiB 0.008 1 149 ['Trace'] 0.975 Objects with paths [{}] were removed from S3 2143 0.002 240.67 KiB 0.001 3 94 ['Debug'] 0.996 {} Authenticated with global context as user {} 2143 0.002 174.14 KiB 0.001 3 94 ['Debug'] 0.996 {} Authenticating user \'{}\' from {} 2131 0.002 233.08 KiB 0.001 2 85 ['Debug'] 1 {} Creating session context with user_id: {} 1893 0.002 42.24 KiB 0 97 186 ['Trace'] 1 Execution took {} ms. 1659 0.001 152.88 KiB 0.001 1 85 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 1659 0.001 53.91 KiB 0 1 85 ['Trace'] 1 TCP Request. Address: {} 1649 0.001 43.48 KiB 0 1 85 ['Debug'] 1 Done processing connection. 1641 0.001 96.15 KiB 0.001 1 85 ['Test'] 1 Closing connection (open: {}, cancelled: {}, eof: {}) 1506 0.001 124.45 KiB 0.001 1 308 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 1435 0.001 159.26 KiB 0.001 260 132 ['Debug'] 0.999 Removing {} parts from filesystem (serially): Parts: [{}] 1352 0.001 3.91 MiB 0.023 3 4 ['Error'] 0.003 Database {} doesn\'t exist 1346 0.001 296.95 KiB 0.002 1 55 ['Trace'] 0 No entry found for query {} 1338 0.001 80.95 KiB 0 1 41 ['Trace'] 0 Entry found for query {} 1272 0.001 41.64 KiB 0 15 102 ['Test'] 0.997 Adding part {} to mutations 1271 0.001 108.95 KiB 0.001 15 102 ['Trace'] 0.997 Insert entry {} to queue with type {} 1199 0.001 120.92 KiB 0.001 25 38 ['Trace'] 1 Found {} old parts to remove. Parts: [{}] 1191 0.001 121.64 KiB 0.001 25 30 ['Debug'] 1 Removing {} parts from memory: Parts: [{}] 1188 0.001 65.92 KiB 0 28 265 ['Debug'] 0.991 Selected {} parts from {} to {} 1188 0.001 40.59 KiB 0 1 41 ['Debug'] 0 Selected MergeAlgorithm: {} 1188 0.001 100.88 KiB 0.001 1 41 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 1186 0.001 155.61 KiB 0.001 1 41 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 1186 0.001 81.13 KiB 0 26 41 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 1174 0.001 242.89 KiB 0.001 8 114 ['Trace'] 0 ZooKeeperWithFaultInjection call SUCCEEDED: seed={} func={} path={} 1051 0.001 188.85 KiB 0.001 1 21 ['Debug'] 0 ({}) Datatype: {}, kind: {}, strictness: {}, right header: {} 1051 0.001 50.22 KiB 0 1 21 ['Debug'] 0 ({}) Keys: {} 1050 0.001 85.19 KiB 0 1 20 ['Trace'] 0.001 ({}) Join data is being destroyed, {} bytes and {} rows in hash table 918 0.001 186.73 KiB 0.001 35 63 ['Information'] 1 {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 879 0.001 73.90 KiB 0 15 48 ['Test'] 0.99 Removing part {} from mutations (remove_part: {}, remove_covered_parts: {}) 841 0.001 222.42 KiB 0.001 7 61 ['Trace'] 0 ZooKeeperWithFaultInjection call FAILED: seed={} func={} path={} code={} message={} 794 0.001 130.28 KiB 0.001 7 35 ['Trace'] 0 ZooKeeperRetriesControl: {}/{}: setKeeperError: error={} message={} 738 0.001 143.49 KiB 0.001 2 66 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 738 0.001 280.00 KiB 0.002 2 66 ['Trace'] 1 Request URI: {} 719 0.001 14.75 KiB 0 2 65 ['Debug'] 0.366 Done processing query 682 0.001 27.21 KiB 0 1 6 ['Test'] 1 {} for session {} took {} ms 619 0.001 92.75 KiB 0.001 15 61 ['Trace'] 0.819 Set zookeeper persistent lock {} 591 0.001 23.66 KiB 0 1 262 ['Trace'] 0 Converting aggregation data to two-level. 573 0.001 17.69 KiB 0 86 65 ['Debug'] 0.01 Key condition: {} Top messages without format string (fmt::runtime): count pattern runtime_message line UInt64 String String Tuple(String, UInt64) 130 CodeDBExceptionTableisinreadonly Code: 242. DB::Exception: Table is in readonly mode: replica_path=/clickhouse/tables/01509_check_many_parallel_quorum_inserts_long_test_yzy43ak0/parallel_quorum_many/replicas/r5. (TABLE_IS_READ_ONLY) (version 23.3.19.34.altinitystable (altinity build)) (fr ('/executeQuery.cpp',205) 85 autoDBStorageReplicatedMergeTree auto DB::StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::SelectedEntryPtr)::(anonymous class)::operator()(DB::StorageReplicatedMergeTree::LogEntryPtr &) const: Code: 999. Coordination::Exception: Connection loss, path: /clickhouse/t ('/Exception.cpp',193) 58 voidDBStorageReplicatedMergeTree void DB::StorageReplicatedMergeTree::mergeSelectingTask(): Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-proj ('/Exception.cpp',193) 46 Exceptionduringephemeralnodescle Exception during ephemeral nodes clean up: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/inclu ('/Exception.cpp',193) 42 virtualboolDBReplicatedMergeMuta virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 999. Coordination::Exception: Connection loss, path: /clickhouse/tables/00993_system_parts_race_condition_drop_zookeeper_test_wenil6xl/alter_table/quorum/parallel. (KEEPER_EXCEPTION), Sta ('/Exception.cpp',193) 39 voidDBReplicatedMergeTreeCleanup void DB::ReplicatedMergeTreeCleanupThread::run(): Code: 999. Coordination::Exception: Connection loss, path: /clickhouse/tables/00993_system_parts_race_condition_drop_zookeeper_test_wenil6xl/alter_table/replicas/r_3/is_active. (KEEPER_EXCEPTION), Stack tra ('/Exception.cpp',193) 30 CodeCoordinationExceptionTransac Code: 999. Coordination::Exception: Transaction failed (No node): Op #0, path: /test/db/test_2/replicas/s1|r1. (KEEPER_EXCEPTION) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:49088) (comment: 00089_position_functions_with_non_constant_a ('/executeQuery.cpp',205) 18 Cannotremoveclickhousetablessyst Cannot remove /clickhouse/tables/00993_system_parts_race_condition_drop_zookeeper_test_wenil6xl/alter_table/replicas/r_8/is_active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying th ('/Exception.cpp',193) 14 CodeCoordinationExceptionConnect Code: 999. Coordination::Exception: Connection loss, path: /test/db/test_2/log/query-0000000001/active. (KEEPER_EXCEPTION) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:45802) (comment: 00022_merge_prewhere.sql) (in query: DROP DATABASE ('/executeQuery.cpp',205) 12 Cannotremoveclickhousetableschec Cannot remove /clickhouse/tables/01509_check_many_parallel_quorum_inserts_long_test_yzy43ak0/parallel_quorum_many/replicas/r6/is_active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copyi ('/Exception.cpp',193) 6 Cannotremovetestdbtestreplicassr Cannot remove /test/db/test_11/replicas/s1|r1/active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/l ('/Exception.cpp',193) 5 CodeDBErrnoExceptionCannotopenfi Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/disks/s3/store/1fe/1fe7df9d-74a5-4e3b-ad12-af427ed0ea9a/tmp-fetch_6_3_3_0/default_compression_codec.txt, errno: 2, strerror: No such file or directory. (FILE_DOESNT_EXIST), Stack trace (wh ('/Exception.cpp',193) 4 PocoExceptionCodeecodeIOerrorBro Poco::Exception. Code: 1000, e.code() = 32, I/O error: Broken pipe, Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/include/exception:134: std::exception::capture() @ 0x196c4ec2 in /usr/bin/cl ('/Exception.cpp',193) 4 CodeDBExceptionReceivedfromDBExc Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace:\n\n0. /build/contrib/llvm-project/libcxx/include/exception:134: std::exception::capture() @ 0x196c4ec2 in /usr/bin/clickhouse\n1. ('/executeQuery.cpp',205) 4 CodeCoordinationExceptionOperati Code: 999. Coordination::Exception: Operation timeout (no response) for request Create for path: /clickhouse (Operation timeout). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/l ('/Exception.cpp',193) 4 voidDBReplicatedMergeTreePartChe void DB::ReplicatedMergeTreePartCheckThread::run(): Code: 999. Coordination::Exception: Connection loss, path: /clickhouse/tables/00993_system_parts_race_condition_drop_zookeeper_test_wenil6xl/alter_table/replicas/r_8/parts. (KEEPER_EXCEPTION), Stack trace ('/Exception.cpp',193) 3 Cannotgetreplicadelayfortabletes Cannot get replica delay for table: test_wenil6xl.alter_table_2: Code: 999. Coordination::Exception: Connection loss, path: /clickhouse/tables/00993_system_parts_race_condition_drop_zookeeper_test_wenil6xl/alter_table/replicas/r_5/min_unprocessed_insert_ti ('/Exception.cpp',193) 2 CodeDBErrnoExceptionCannotreadfr Code: 74. DB::ErrnoException: Cannot read from file: /var/lib/clickhouse/user_files/dir, errno: 21, strerror: Is a directory: While processing file(\'dir\'), file(\'b.txt\'). (CANNOT_READ_FROM_FILE_DESCRIPTOR) (version 23.3.19.34.altinitystable (altinity build ('/executeQuery.cpp',205) 2 CodeDBExceptionCannotmodifyoutpu Code: 164. DB::Exception: Cannot modify \'output_format_json_quote_64bit_integers\' setting in readonly mode. (READONLY) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:50666) (in query: set output_format_json_quote_64bit_integers=0 ;), Stac ('/executeQuery.cpp',205) 2 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1048577 (\'-\'): -. Max query size exceeded: \'-\'. (SYNTAX_ERROR) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:60884) (in query: select 1 in (1, 1, ... (truncated 948624 characters) ('/executeQuery.cpp',205) 2 CodeDBExceptionReceivedfromlocal Code: 47. DB::Exception: Received from localhost:9000. DB::Exception: Missing columns: \'dummy1\' while processing query: \'SELECT CounterID, dummy1 FROM test_1.merge_distributed1 WHERE dummy1 != \'\' LIMIT 10\', required columns: \'CounterID\' \'dummy1\', maybe you ('/executeQuery.cpp',205) 2 CodeDBErrnoExceptionCannotrename Code: 521. DB::ErrnoException: Cannot rename /var/lib/clickhouse/metadata/test.sql.tmp to /var/lib/clickhouse/metadata/test.sql because the second path already exists, errno: 17, strerror: File exists. (ATOMIC_RENAME_FAIL) (version 23.3.19.34.altinitystabl ('/executeQuery.cpp',205) 1 Couldnotupdatecachedictionaryexe Could not update cache dictionary \'executable_complex\', next update is scheduled at 2024-03-16 00:47:56: Code: 75. DB::ErrnoException: Cannot write into pipe, errno: 32, strerror: Broken pipe: While executing JSONEachRowRowOutputFormat. (CANNOT_WRITE_TO_FI ('/Exception.cpp',193) Failed to get stats about log messages: Request-sent 2024-03-16 01:18:34,584 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 + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=1697 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Sent terminate signal to process with pid 1697. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1697. The process with pid = 1697 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 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 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 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 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 + start + counter=0 + 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 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "PUT /devstoreaccount1/cont/gfzasaiavwaakfyscrxeckpwmyckvnoh?blockid=xewezgqjhgdtyqappidhrncnnjtuixmahuyningnvyaqntsqkuwrgyyijiinuwjd&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "PUT /devstoreaccount1/cont/gfzasaiavwaakfyscrxeckpwmyckvnoh?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "GET /devstoreaccount1/cont/gfzasaiavwaakfyscrxeckpwmyckvnoh HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "GET /devstoreaccount1/cont/gfzasaiavwaakfyscrxeckpwmyckvnoh HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:22:18:49 +0000] "DELETE /devstoreaccount1/cont/gfzasaiavwaakfyscrxeckpwmyckvnoh HTTP/1.1" 202 - + 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' 1 ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals 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 10595 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /usr/bin/clickhouse. Use `info auto-load python-scripts [REGEXP]' to list them. Connected to clickhouse-server after attaching gdb real 0m16.070s user 0m0.541s sys 0m0.036s + 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 + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=10595 + 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 = 10595. The process with pid = 10595 is running. Sent terminate signal to process with pid 10595. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 10595. The process with pid = 10595 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 + rg -Fa ================== /var/log/clickhouse-server/stderr.log + rg -v 'in query:' + rg -Fa WARNING /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 + echo -e 'No lost s3 keys\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 ++ trim_server_logs fatal_messages.txt ++ head -n 100 /test_output/fatal_messages.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Fatal message in clickhouse-server.log (see fatal_messages.txt)\tFAIL\t\N\t [ 496 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 10592 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 496 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 921 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1695 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 10592 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 921 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1695 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n' + '[' -s /test_output/fatal_messages.txt ']' + rg -Fa '########################################' /test_output/fatal_messages.txt /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 --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + for table in query_log trace_log + clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + 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 ']' + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read core + zstd --threads=0 ./core.clickhouse-loca.3100-36714 Read : 0 / 27 MB ==> 0% ./core.clickhouse-loca.3100-36714 : 10.29% (28856320 => 2967922 bytes, ./core.clickhouse-loca.3100-36714.zst) + mv ./core.clickhouse-loca.3100-36714.zst /test_output/ + read core